Module net.anwiba.commons.swing
Interface IInputPanel<T>
- All Superinterfaces:
IComponentProvider,IListenableInputComponent
- All Known Subinterfaces:
IChooserPanel<T>
- All Known Implementing Classes:
AbstractChooserPanel
-
Method Summary
Methods inherited from interface net.anwiba.commons.swing.component.IComponentProvider
getComponentMethods inherited from interface net.anwiba.commons.swing.component.IListenableInputComponent
addInputListener, removeInputListener
-
Method Details
-
getModel
IObjectModel<T> getModel() -
getValidStateModel
IObjectDistributor<IValidationResult> getValidStateModel() -
getMessage
IMessage getMessage()
-