public abstract class AbstractChooserPanel<T> extends AbstractListenableInputComponent implements IChooserPanel<T>
| Constructor and Description |
|---|
AbstractChooserPanel(IObjectModel<T> model) |
| Modifier and Type | Method and Description |
|---|---|
IObjectModel<T> |
getModel() |
void |
savePreferences() |
protected void |
update(IObjectModel<T> model) |
addInputListener, fireInputEvent, removeInputListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMessage, getValidStateModeladdInputListener, removeInputListenergetComponentpublic AbstractChooserPanel(IObjectModel<T> model)
protected void update(IObjectModel<T> model)
public IObjectModel<T> getModel()
getModel in interface IInputPanel<T>public void savePreferences()
savePreferences in interface IChooserPanel<T>Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.