public class ComboBoxImageIconModel extends DefaultComboBoxModel implements Serializable
Modifier and Type | Field and Description |
---|---|
static boolean |
DEFAULT_SHOW_IMAGE_ICON_AND_TEXT_PROPERTY |
listenerList
Constructor and Description |
---|
ComboBoxImageIconModel() |
ComboBoxImageIconModel(Object[] items) |
ComboBoxImageIconModel(Vector v) |
Modifier and Type | Method and Description |
---|---|
boolean |
getShowImageIconAndTextProperty()
Returns the value of the inner attribute 'imageIconAndText'
|
void |
setShowImageIconAndTextProperty(boolean b)
Sets the value of the inner attribute 'imageIconAndText'
|
addElement, getElementAt, getIndexOf, getSelectedItem, getSize, insertElementAt, removeAllElements, removeElement, removeElementAt, setSelectedItem
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addListDataListener, removeListDataListener
public static final boolean DEFAULT_SHOW_IMAGE_ICON_AND_TEXT_PROPERTY
public ComboBoxImageIconModel()
public ComboBoxImageIconModel(Object[] items)
public ComboBoxImageIconModel(Vector v)
public void setShowImageIconAndTextProperty(boolean b)
b
- A boolean valuepublic boolean getShowImageIconAndTextProperty()