|
|||||||||
| Home >> All >> art0 >> world >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
art0.world.gui
Class worlddescriptComboBoxEditor

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.text.JTextComponent
javax.swing.JTextField
art0.world.gui.worlddescriptComboBoxEditor
- All Implemented Interfaces:
- javax.accessibility.Accessible, javax.swing.ComboBoxEditor, java.awt.image.ImageObserver, java.awt.MenuContainer, javax.swing.Scrollable, java.io.Serializable, javax.swing.SwingConstants
- public class worlddescriptComboBoxEditor
- extends javax.swing.JTextField
- implements javax.swing.ComboBoxEditor
- extends javax.swing.JTextField
La clase worlddescriptEditor representa a esta clase en una lista
- Version:
- $Date:17-02-2002
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JTextField |
javax.swing.JTextField.AccessibleJTextField |
| Nested classes inherited from class javax.swing.text.JTextComponent |
javax.swing.text.JTextComponent.AccessibleJTextComponent, javax.swing.text.JTextComponent.KeyBinding |
| Nested classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary |
| Fields inherited from class javax.swing.JTextField |
notifyAction |
| Fields inherited from class javax.swing.text.JTextComponent |
DEFAULT_KEYMAP, FOCUS_ACCELERATOR_KEY |
| Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface javax.swing.SwingConstants |
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
worlddescriptComboBoxEditor()
|
|
| Method Summary | |
void |
addActionListener(java.awt.event.ActionListener al)
This method adds specified ActionListener to this ComboBoxEditor. |
java.awt.Component |
getEditorComponent()
This method returns component that will be used by the combo box to display/edit currently selected item in the combo box. |
java.lang.Object |
getItem()
This method returns item that is currently editable. |
void |
removeActionListener(java.awt.event.ActionListener al)
This method removes given ActionListener from this ComboBoxEditor. |
void |
selectAll()
selectAll |
void |
setItem(java.lang.Object o)
Sets item that should be editted when any editting operation is performed by the user. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
worlddescriptComboBoxEditor
public worlddescriptComboBoxEditor()
| Method Detail |
getEditorComponent
public java.awt.Component getEditorComponent()
- Description copied from interface:
javax.swing.ComboBoxEditor - This method returns component that will be used by the combo box to
display/edit currently selected item in the combo box.
- Specified by:
getEditorComponentin interfacejavax.swing.ComboBoxEditor
setItem
public void setItem(java.lang.Object o)
- Description copied from interface:
javax.swing.ComboBoxEditor - Sets item that should be editted when any editting operation is performed
by the user. The value is always equal to the currently selected value
in the combo box. Thus, whenever a different value is selected from the
combo box list then this method should be called to change editting item
to the new selected item.
- Specified by:
setItemin interfacejavax.swing.ComboBoxEditor
getItem
public java.lang.Object getItem()
- Description copied from interface:
javax.swing.ComboBoxEditor - This method returns item that is currently editable.
- Specified by:
getItemin interfacejavax.swing.ComboBoxEditor
selectAll
public void selectAll()
- Description copied from interface:
javax.swing.ComboBoxEditor - selectAll
- Specified by:
selectAllin interfacejavax.swing.ComboBoxEditor
addActionListener
public void addActionListener(java.awt.event.ActionListener al)
- Description copied from interface:
javax.swing.ComboBoxEditor - This method adds specified ActionListener to this ComboBoxEditor.
- Specified by:
addActionListenerin interfacejavax.swing.ComboBoxEditor
removeActionListener
public void removeActionListener(java.awt.event.ActionListener al)
- Description copied from interface:
javax.swing.ComboBoxEditor - This method removes given ActionListener from this ComboBoxEditor.
- Specified by:
removeActionListenerin interfacejavax.swing.ComboBoxEditor
|
|||||||||
| Home >> All >> art0 >> world >> [ gui overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC