|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sibvisions.rad.ui.swing.ext.JVxComboBase.GenericComboBoxEditor
public static class JVxComboBase.GenericComboBoxEditor
Generic Editor that allows the changing the EditorComponent.
Constructor Summary | |
---|---|
JVxComboBase.GenericComboBoxEditor()
Generates a GenericComboBoxEditor with JTextField . |
|
JVxComboBase.GenericComboBoxEditor(JTextComponent pEditorComponent)
Generates a GenericComboBoxEditor with the given editor. |
Method Summary | |
---|---|
void |
addActionListener(ActionListener pActionListener)
|
Component |
getEditorComponent()
|
Object |
getItem()
|
void |
removeActionListener(ActionListener pActionListener)
|
void |
selectAll()
|
void |
setItem(Object pObject)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JVxComboBase.GenericComboBoxEditor()
GenericComboBoxEditor
with JTextField
.
public JVxComboBase.GenericComboBoxEditor(JTextComponent pEditorComponent)
GenericComboBoxEditor
with the given editor.
pEditorComponent
- the editor component.Method Detail |
---|
public Component getEditorComponent()
getEditorComponent
in interface ComboBoxEditor
public Object getItem()
getItem
in interface ComboBoxEditor
public void setItem(Object pObject)
setItem
in interface ComboBoxEditor
public void selectAll()
selectAll
in interface ComboBoxEditor
public void addActionListener(ActionListener pActionListener)
addActionListener
in interface ComboBoxEditor
public void removeActionListener(ActionListener pActionListener)
removeActionListener
in interface ComboBoxEditor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |