Module net.anwiba.commons.swing
Class ChooserPanelConfiguration<T>
java.lang.Object
net.anwiba.commons.swing.dialog.chooser.ChooserPanelConfiguration<T>
- All Implemented Interfaces:
IChooserPanelConfiguration<T>
-
Constructor Summary
ConstructorsConstructorDescriptionChooserPanelConfiguration(String name, IGuiIcon icon, String toolTipText, IChooserPanelFactory<T> panelFactory, ITryTaskFactory<T> tryTaskFactory, int order) -
Method Summary
-
Constructor Details
-
ChooserPanelConfiguration
public ChooserPanelConfiguration(String name, IGuiIcon icon, String toolTipText, IChooserPanelFactory<T> panelFactory, ITryTaskFactory<T> tryTaskFactory, int order)
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceIChooserPanelConfiguration<T>
-
getGuiIcon
- Specified by:
getGuiIconin interfaceIChooserPanelConfiguration<T>
-
getOptionPanelFactory
- Specified by:
getOptionPanelFactoryin interfaceIChooserPanelConfiguration<T>
-
getToolTipText
- Specified by:
getToolTipTextin interfaceIChooserPanelConfiguration<T>
-
getTryTaskFactory
- Specified by:
getTryTaskFactoryin interfaceIChooserPanelConfiguration<T>
-
order
public int order()- Specified by:
orderin interfaceIChooserPanelConfiguration<T>
-