Interface IChooserPanel<T>
-
- All Superinterfaces:
IComponentProvider,IInputPanel<T>,IListenableInputComponent
- All Known Implementing Classes:
AbstractChooserPanel
public interface IChooserPanel<T> extends IInputPanel<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsavePreferences()-
Methods inherited from interface net.anwiba.commons.swing.component.IComponentProvider
getComponent
-
Methods inherited from interface net.anwiba.commons.swing.dialog.chooser.IInputPanel
getMessage, getModel, getValidStateModel
-
Methods inherited from interface net.anwiba.commons.swing.component.IListenableInputComponent
addInputListener, removeInputListener
-
-