|
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.AbstractFormattedComboBoxEditor
public abstract class AbstractFormattedComboBoxEditor
An implementation of the ComboBoxEditor to serve as a basis for implementing various editors for different platforms, particularly for JFormattedComboBox.
BasicFormattedComboBoxEditor
,
MetalFormattedComboBoxEditor
Field Summary | |
---|---|
static String |
Copyright
|
Constructor Summary | |
---|---|
AbstractFormattedComboBoxEditor()
Constructs a new AbstractFormattedComboBoxEditor. |
Method Summary | |
---|---|
abstract void |
addActionListener(ActionListener l)
Add an ActionListener. |
static String |
Copyright()
This method returns the copyright notice for this class. |
abstract Component |
getEditorComponent()
Return the component that should be added to the tree hierarchy for this editor. |
abstract Object |
getItem()
Return the edited item |
abstract void |
removeActionListener(ActionListener l)
Remove an ActionListener |
abstract void |
selectAll()
Ask the editor to start editing and to select everything |
abstract void |
setFieldModel(FieldModel fm)
Set the FieldModel used by the editor. |
abstract void |
setItem(Object anObject)
Set the item that should be edited. |
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 AbstractFormattedComboBoxEditor()
Method Detail |
---|
public abstract void addActionListener(ActionListener l)
addActionListener
in interface ComboBoxEditor
l
- java.awt.event.ActionListenerpublic static String Copyright()
public abstract Component getEditorComponent()
getEditorComponent
in interface ComboBoxEditor
public abstract Object getItem()
getItem
in interface ComboBoxEditor
public abstract void removeActionListener(ActionListener l)
removeActionListener
in interface ComboBoxEditor
l
- java.awt.event.ActionListenerpublic abstract void selectAll()
selectAll
in interface ComboBoxEditor
public abstract void setFieldModel(FieldModel fm)
fm
- com.ibm.etools.iseries.ui.FieldModelpublic abstract void setItem(Object anObject)
setItem
in interface ComboBoxEditor
anObject
- Object
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |