keffa
Class SadissComboBoxEditor
java.lang.Object
|
+--keffa.SadissComboBoxEditor
- All Implemented Interfaces:
- javax.swing.ComboBoxEditor
- public class SadissComboBoxEditor
- extends java.lang.Object
- implements javax.swing.ComboBoxEditor
SadissComboBoxEditor is used for font selection
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SadissComboBoxEditor
public SadissComboBoxEditor(java.lang.String defaultItem,
int size)
setItem
public void setItem(java.lang.Object anObject)
- Specified by:
setItem
in interface javax.swing.ComboBoxEditor
getEditorComponent
public java.awt.Component getEditorComponent()
- Specified by:
getEditorComponent
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 l)
- Specified by:
addActionListener
in interface javax.swing.ComboBoxEditor
removeActionListener
public void removeActionListener(java.awt.event.ActionListener l)
- Specified by:
removeActionListener
in interface javax.swing.ComboBoxEditor