org.xmlhammer.gui.history
Class HistoryComboBoxEditor
java.lang.Object
org.xmlhammer.gui.history.HistoryComboBoxEditor
- All Implemented Interfaces:
- javax.swing.ComboBoxEditor
class HistoryComboBoxEditor
- extends java.lang.Object
- implements javax.swing.ComboBoxEditor
|
Field Summary |
(package private) boolean |
changable
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
changable
boolean changable
HistoryComboBoxEditor
public HistoryComboBoxEditor(javax.swing.ComboBoxEditor parent)
getEditorComponent
public java.awt.Component getEditorComponent()
- Specified by:
getEditorComponent in interface javax.swing.ComboBoxEditor
setChangable
public void setChangable(boolean changable)
isChangable
public boolean isChangable()
setItem
public void setItem(java.lang.Object item)
- Specified by:
setItem in interface javax.swing.ComboBoxEditor
getItem
public java.lang.Object getItem()
- Specified by:
getItem in interface javax.swing.ComboBoxEditor
selectAll
public void selectAll()
- Specified by:
selectAll in interface javax.swing.ComboBoxEditor
addActionListener
public void addActionListener(java.awt.event.ActionListener listener)
- Specified by:
addActionListener in interface javax.swing.ComboBoxEditor
removeActionListener
public void removeActionListener(java.awt.event.ActionListener listener)
- Specified by:
removeActionListener in interface javax.swing.ComboBoxEditor
Copyright 2005-2005-2008 Edwin Dankert. All Rights Reserved.