public class ListAccessor extends AbstractControlAccessor implements ListDataListener, PropertyChangeListener
ControlAccessor,
Serialized Form| Constructor and Description |
|---|
ListAccessor(Object list) |
| Modifier and Type | Method and Description |
|---|---|
void |
contentsChanged(ListDataEvent e) |
JList |
getControl() |
Collection<?> |
getControlValue() |
void |
intervalAdded(ListDataEvent e) |
void |
intervalRemoved(ListDataEvent e) |
void |
propertyChange(PropertyChangeEvent evt) |
void |
setControlValue(Object value) |
addControlChangeListener, convertIfNecessary, fireControlChange, isEnabled, isTextControl, removeControlChangeListener, setControl, setEnabledpublic ListAccessor(Object list)
public void contentsChanged(ListDataEvent e)
contentsChanged in interface ListDataListenerpublic void intervalAdded(ListDataEvent e)
intervalAdded in interface ListDataListenerpublic void intervalRemoved(ListDataEvent e)
intervalRemoved in interface ListDataListenerpublic Collection<?> getControlValue()
getControlValue in interface ControlAccessorpublic void setControlValue(Object value)
setControlValue in interface ControlAccessorpublic JList getControl()
getControl in class AbstractControlAccessorpublic void propertyChange(PropertyChangeEvent evt)
propertyChange in interface PropertyChangeListenerCopyright © 2014 JDAL. All Rights Reserved.