|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--kawigi.config.TagNameEditor
Manages editing cells in the JComboBox that has the names of all of the tags in a TagLibrary
| Constructor Summary | |
TagNameEditor()
Creates a new TagNameEditor and sets up the text field according to the user's settings. |
|
| Method Summary | |
void |
addActionListener(java.awt.event.ActionListener l)
Add an ActionListener. |
java.awt.Component |
getEditorComponent()
Returns a JTextField for editing names of stuff. |
java.lang.Object |
getItem()
Returns the selected item. |
java.lang.String |
getText()
Returns the text in the editor. |
void |
removeActionListener(java.awt.event.ActionListener l)
Remove an ActionListener. |
void |
selectAll()
Selects the text being edited. |
void |
setItem(java.lang.Object item)
Sets the MethodInfo object that should be edited. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TagNameEditor()
| Method Detail |
public java.awt.Component getEditorComponent()
getEditorComponent in interface javax.swing.ComboBoxEditorpublic void setItem(java.lang.Object item)
setItem in interface javax.swing.ComboBoxEditorpublic java.lang.Object getItem()
getItem in interface javax.swing.ComboBoxEditorpublic java.lang.String getText()
public void selectAll()
selectAll in interface javax.swing.ComboBoxEditorpublic void addActionListener(java.awt.event.ActionListener l)
addActionListener in interface javax.swing.ComboBoxEditorpublic void removeActionListener(java.awt.event.ActionListener l)
removeActionListener in interface javax.swing.ComboBoxEditor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||