|
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.Object com.ibm.etools.iseries.ui.AbstractFormatter
public abstract class AbstractFormatter
An implementation of Formatter interface to serve as a basis for implementing various formatters used by JFormattedComponent, such as JFormattedTextField, JFormattedLabel, JFormattedTableColumn, and JFormattedComboBox.
EditcodeEditwordFormatter
,
DefaultFormatter
,
Formatter
Field Summary | |
---|---|
static String |
Copyright
|
protected VetoableChangeSupport |
vetoPropertyChange
|
Fields inherited from interface com.ibm.etools.iseries.ui.Formatter |
---|
copyright |
Constructor Summary | |
---|---|
AbstractFormatter()
Constructs a new AbstractFormatter |
|
AbstractFormatter(Attributes dataAttributes)
Constructs a new AbstractFormatter with the specified DataAttributes. |
Method Summary | |
---|---|
void |
addVetoableChangeListener(VetoableChangeListener listener)
The addVetoableChangeListener method was generated to support the vetoPropertyChange field. |
static String |
Copyright()
This method returns the copyright notice for this class. |
void |
fireVetoableChange(String propertyName,
Object oldValue,
Object newValue)
The fireVetoableChange method was generated to support the vetoPropertyChange field. |
abstract String |
formatString(String text)
Does the formatting for text and returns the formatted text. |
abstract Attributes |
getDataAttributes()
Returns DataAttributes. |
protected VetoableChangeSupport |
getVetoPropertyChange()
Accessor for the vetoPropertyChange field. |
void |
removeVetoableChangeListener(VetoableChangeListener listener)
The removeVetoableChangeListener method was generated to support the vetoPropertyChange field. |
abstract void |
setDataAttributes(Attributes dataAttributes)
Replace DataAttributes. |
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
protected transient VetoableChangeSupport vetoPropertyChange
Constructor Detail |
---|
public AbstractFormatter()
public AbstractFormatter(Attributes dataAttributes)
dataAttributes
- com.ibm.etools.iseries.ui.AttributesMethod Detail |
---|
public void addVetoableChangeListener(VetoableChangeListener listener)
public static String Copyright()
public void fireVetoableChange(String propertyName, Object oldValue, Object newValue) throws PropertyVetoException
PropertyVetoException
public abstract String formatString(String text)
formatString
in interface Formatter
text
- String
public abstract Attributes getDataAttributes()
getDataAttributes
in interface Formatter
protected VetoableChangeSupport getVetoPropertyChange()
public void removeVetoableChangeListener(VetoableChangeListener listener)
public abstract void setDataAttributes(Attributes dataAttributes) throws PropertyVetoException
setDataAttributes
in interface Formatter
dataAttributes
- com.ibm.etools.iseries.ui.Attributes
PropertyVetoException
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |