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