|
jET |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jet.ZoomComboBoxEditor
Formatted text field as the combo box editor.
Field Summary | |
protected javax.swing.JFormattedTextField |
editor
Editor component. |
Constructor Summary | |
ZoomComboBoxEditor()
Creates new editor for combo box. |
Method Summary | |
void |
addActionListener(java.awt.event.ActionListener listener)
Adds action listener to the editor. |
java.awt.Component |
getEditorComponent()
Gets the GUI component to be used as editor. |
java.lang.Object |
getItem()
Gets edited value. |
javax.swing.JFormattedTextField |
getTextField()
Gets editor. |
void |
removeActionListener(java.awt.event.ActionListener listener)
Removes action listener from the editor. |
void |
selectAll()
Selects content of the editor. |
void |
setItem(java.lang.Object item)
Sets editor with value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected javax.swing.JFormattedTextField editor
Constructor Detail |
public ZoomComboBoxEditor()
Method Detail |
public java.awt.Component getEditorComponent()
getEditorComponent
in interface javax.swing.ComboBoxEditor
public java.lang.Object getItem()
getItem
in interface javax.swing.ComboBoxEditor
public void setItem(java.lang.Object item)
setItem
in interface javax.swing.ComboBoxEditor
public void selectAll()
selectAll
in interface javax.swing.ComboBoxEditor
public void addActionListener(java.awt.event.ActionListener listener)
addActionListener
in interface javax.swing.ComboBoxEditor
public void removeActionListener(java.awt.event.ActionListener listener)
removeActionListener
in interface javax.swing.ComboBoxEditor
public javax.swing.JFormattedTextField getTextField()
|
jET |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |