com.bonevich.erj.ui.editor
Class DataTypeComboBoxEditor
java.lang.Object
|
+--com.bonevich.javax.swing.AbstractComboBoxEditor
|
+--com.bonevich.erj.ui.editor.DataTypeComboBoxEditor
- All Implemented Interfaces:
- javax.swing.ComboBoxEditor
- public final class DataTypeComboBoxEditor
- extends com.bonevich.javax.swing.AbstractComboBoxEditor
A ComboxBoxEditor implementation that manages the editing
of DataType objects in a combo box. Provides a JTextField
component in which the type can be edited. Also initializes an internal
Document class implementation to control the text editing.
| Methods inherited from class com.bonevich.javax.swing.AbstractComboBoxEditor |
addActionListener, fireActionPerformed, removeActionListener, selectAll |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataTypeComboBoxEditor
public DataTypeComboBoxEditor()
getEditorComponent
public java.awt.Component getEditorComponent()
getItem
public java.lang.Object getItem()
setItem
public void setItem(java.lang.Object item)
getDescriptor
public java.lang.String getDescriptor()
setDescriptor
public void setDescriptor(java.lang.String descriptor)
Copyright © 2001-2003 bonevich.com. All Rights Reserved.