|
||||||||||
| 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 ComboBoxEditorpublic Object getItem()
getItem in interface ComboBoxEditorpublic void setItem(Object pObject)
setItem in interface ComboBoxEditorpublic void selectAll()
selectAll in interface ComboBoxEditorpublic void addActionListener(ActionListener pActionListener)
addActionListener in interface ComboBoxEditorpublic void removeActionListener(ActionListener pActionListener)
removeActionListener in interface ComboBoxEditor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||