Interface IChooserPanelConfiguration<T>
-
- All Known Implementing Classes:
ChooserPanelConfiguration
public interface IChooserPanelConfiguration<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IGuiIcongetGuiIcon()java.lang.StringgetName()IChooserPanelFactory<T>getOptionPanelFactory()java.lang.StringgetToolTipText()ITryTaskFactory<T>getTryTaskFactory()intorder()
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getGuiIcon
IGuiIcon getGuiIcon()
-
getOptionPanelFactory
IChooserPanelFactory<T> getOptionPanelFactory()
-
getToolTipText
java.lang.String getToolTipText()
-
getTryTaskFactory
ITryTaskFactory<T> getTryTaskFactory()
-
order
int order()
-
-