|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.AbstractListModel
javax.swing.DefaultComboBoxModel
org.jminor.common.model.combobox.ItemComboBoxModel<Boolean>
org.jminor.common.model.combobox.BooleanComboBoxModel
public final class BooleanComboBoxModel
A ComboBoxModel for boolean values, true, false and null.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.jminor.common.model.combobox.ItemComboBoxModel |
---|
ItemComboBoxModel.IconItem<T> |
Field Summary |
---|
Fields inherited from class javax.swing.AbstractListModel |
---|
listenerList |
Constructor Summary | |
---|---|
BooleanComboBoxModel()
Constructs a new BooleanComboBoxModel. |
|
BooleanComboBoxModel(String nullString,
String trueString,
String falseString)
Constructs a new BooleanComboBoxModel. |
Method Summary |
---|
Methods inherited from class org.jminor.common.model.combobox.ItemComboBoxModel |
---|
clear, getIndexOfItem, getSelectedItem, initializeItems, refresh, setSelectedItem |
Methods inherited from class javax.swing.DefaultComboBoxModel |
---|
addElement, getElementAt, getIndexOf, getSize, insertElementAt, removeAllElements, removeElement, removeElementAt |
Methods inherited from class javax.swing.AbstractListModel |
---|
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.swing.ListModel |
---|
addListDataListener, removeListDataListener |
Constructor Detail |
---|
public BooleanComboBoxModel()
public BooleanComboBoxModel(String nullString, String trueString, String falseString)
nullString
- the string representing a null valuetrueString
- the string representing the boolean value 'true'falseString
- the string representing the boolean value 'false'
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |