|
Rational Developer for Power Systems Software V7.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.etools.iseries.ui.AbstractFieldModel
public abstract class AbstractFieldModel
An implementation of FieldModel to serve as a basis for implementing various kinds of field models.
FieldModel,
AS400FieldModel,
DefaultFieldModel| Field Summary | |
|---|---|
static String |
Copyright
|
| Fields inherited from interface com.ibm.etools.iseries.ui.FieldModel |
|---|
copyright |
| Constructor Summary | |
|---|---|
AbstractFieldModel()
Constructs a new AbstractFieldModel. |
|
AbstractFieldModel(Attributes dataAttributes)
Constructs a new AbstractFieldModel with the specified DataAttributes. |
|
AbstractFieldModel(Attributes dataAttributes,
Formatter f)
Constructs a new AbstractFieldModel with the specified DataAttributes and Formatter. |
|
AbstractFieldModel(Attributes dataAttributes,
Formatter f,
Validator v)
Constructs a new AbstractFieldModel with the specified DataAttributes, Formatter and Validator. |
|
AbstractFieldModel(Attributes dataAttributes,
Formatter f,
Validator v,
Document d)
Constructs a new AbstractFieldModel with the specified DataAttributes, Formatter, Validator and KeystrokeValidator. |
|
| Method Summary | |
|---|---|
static String |
Copyright()
This method returns the copyright notice for this class. |
abstract Attributes |
getDataAttributes()
Returns DataAttributes of a field model. |
abstract Formatter |
getFormatter()
Returns Formatter of a field model. |
abstract Document |
getKeystrokeVerifier()
Returns Document model of a field model. |
abstract Validator |
getValidator()
Returns Validator of a field model. |
abstract void |
setDataAttributes(Attributes dataAttributes)
Replace the DataAttributes of this field model. |
abstract void |
setFormatter(Formatter f)
Replace the Formatter of this field model. |
abstract void |
setKeystrokeVerifier(Document d)
Replace the Document of this field model. |
abstract void |
setValidator(Validator v)
Replace the Validator of this field model. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String Copyright
| Constructor Detail |
|---|
public AbstractFieldModel()
public AbstractFieldModel(Attributes dataAttributes)
dataAttributes - com.ibm.etools.iseries.ui.Attributes
public AbstractFieldModel(Attributes dataAttributes,
Formatter f)
dataAttributes - com.ibm.etools.iseries.ui.Attributesf - com.ibm.etools.iseries.ui.Formatter
public AbstractFieldModel(Attributes dataAttributes,
Formatter f,
Validator v)
dataAttributes - com.ibm.etools.iseries.ui.Attributesf - com.ibm.etools.iseries.ui.Formatterv - com.ibm.etools.iseries.ui.Validator
public AbstractFieldModel(Attributes dataAttributes,
Formatter f,
Validator v,
Document d)
dataAttributes - com.ibm.etools.iseries.ui.Attributesf - com.ibm.etools.iseries.ui.Formatterv - com.ibm.etools.iseries.ui.Validatord - javax.swing.text.Document| Method Detail |
|---|
public static String Copyright()
public abstract Attributes getDataAttributes()
getDataAttributes in interface FieldModelpublic abstract Formatter getFormatter()
getFormatter in interface FieldModelpublic abstract Document getKeystrokeVerifier()
getKeystrokeVerifier in interface FieldModelpublic abstract Validator getValidator()
getValidator in interface FieldModel
public abstract void setDataAttributes(Attributes dataAttributes)
throws PropertyVetoException
setDataAttributes in interface FieldModeldataAttributes - com.ibm.etools.iseries.ui.Attributes
PropertyVetoExceptionpublic abstract void setFormatter(Formatter f)
setFormatter in interface FieldModelf - com.ibm.etools.iseries.ui.Formatterpublic abstract void setKeystrokeVerifier(Document d)
setKeystrokeVerifier in interface FieldModeld - javax.swing.text.Documentpublic abstract void setValidator(Validator v)
setValidator in interface FieldModelv - com.ibm.etools.iseries.ui.Validator
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||