Class AbstractChooserPanel<T>
- java.lang.Object
-
- net.anwiba.commons.swing.component.AbstractListenableInputComponent
-
- net.anwiba.commons.swing.dialog.chooser.AbstractChooserPanel<T>
-
- All Implemented Interfaces:
IComponentProvider,IListenableInputComponent,IChooserPanel<T>,IInputPanel<T>
public abstract class AbstractChooserPanel<T> extends AbstractListenableInputComponent implements IChooserPanel<T>
-
-
Constructor Summary
Constructors Constructor Description AbstractChooserPanel(IObjectModel<T> model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IObjectModel<T>getModel()voidsavePreferences()protected voidupdate(IObjectModel<T> model)-
Methods inherited from class net.anwiba.commons.swing.component.AbstractListenableInputComponent
addInputListener, fireInputEvent, removeInputListener
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.anwiba.commons.swing.component.IComponentProvider
getComponent
-
Methods inherited from interface net.anwiba.commons.swing.dialog.chooser.IInputPanel
getMessage, getValidStateModel
-
Methods inherited from interface net.anwiba.commons.swing.component.IListenableInputComponent
addInputListener, removeInputListener
-
-
-
-
Constructor Detail
-
AbstractChooserPanel
public AbstractChooserPanel(IObjectModel<T> model)
-
-
Method Detail
-
update
protected void update(IObjectModel<T> model)
-
getModel
public IObjectModel<T> getModel()
- Specified by:
getModelin interfaceIInputPanel<T>
-
savePreferences
public void savePreferences()
- Specified by:
savePreferencesin interfaceIChooserPanel<T>
-
-