Module net.anwiba.commons.swing
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 -
Method Summary
Methods inherited from class net.anwiba.commons.swing.component.AbstractListenableInputComponent
addInputListener, fireInputEvent, removeInputListenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.anwiba.commons.swing.component.IComponentProvider
getComponentMethods inherited from interface net.anwiba.commons.swing.dialog.chooser.IInputPanel
getMessage, getValidStateModelMethods inherited from interface net.anwiba.commons.swing.component.IListenableInputComponent
addInputListener, removeInputListener
-
Constructor Details
-
AbstractChooserPanel
-
-
Method Details
-
update
-
getModel
- Specified by:
getModelin interfaceIInputPanel<T>
-
savePreferences
public void savePreferences()- Specified by:
savePreferencesin interfaceIChooserPanel<T>
-