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


Constructor Summary
SadissComboBoxEditor(java.lang.String defaultItem, int size)
           
 
Method Summary
 void addActionListener(java.awt.event.ActionListener l)
           
 java.awt.Component getEditorComponent()
           
 java.lang.Object getItem()
           
 void removeActionListener(java.awt.event.ActionListener l)
           
 void selectAll()
           
 void setItem(java.lang.Object anObject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SadissComboBoxEditor

public SadissComboBoxEditor(java.lang.String defaultItem,
                            int size)
Method Detail

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