Module net.anwiba.commons.swing
Interface IChooserPanelConfiguration<T>
- All Known Implementing Classes:
ChooserPanelConfiguration
public interface IChooserPanelConfiguration<T>
-
Method Details
-
getName
String getName() -
getGuiIcon
IGuiIcon getGuiIcon() -
getOptionPanelFactory
IChooserPanelFactory<T> getOptionPanelFactory() -
getToolTipText
String getToolTipText() -
getTryTaskFactory
ITryTaskFactory<T> getTryTaskFactory() -
order
int order()
-