public class ChooserPanelConfiguration<T> extends Object implements IChooserPanelConfiguration<T>
| Constructor and Description |
|---|
ChooserPanelConfiguration(String name,
IGuiIcon icon,
String toolTipText,
IChooserPanelFactory<T> panelFactory,
ITryTaskFactory<T> tryTaskFactory,
int order) |
| Modifier and Type | Method and Description |
|---|---|
IGuiIcon |
getGuiIcon() |
String |
getName() |
IChooserPanelFactory<T> |
getOptionPanelFactory() |
String |
getToolTipText() |
ITryTaskFactory<T> |
getTryTaskFactory() |
int |
order() |
public ChooserPanelConfiguration(String name, IGuiIcon icon, String toolTipText, IChooserPanelFactory<T> panelFactory, ITryTaskFactory<T> tryTaskFactory, int order)
public String getName()
getName in interface IChooserPanelConfiguration<T>public IGuiIcon getGuiIcon()
getGuiIcon in interface IChooserPanelConfiguration<T>public IChooserPanelFactory<T> getOptionPanelFactory()
getOptionPanelFactory in interface IChooserPanelConfiguration<T>public String getToolTipText()
getToolTipText in interface IChooserPanelConfiguration<T>public ITryTaskFactory<T> getTryTaskFactory()
getTryTaskFactory in interface IChooserPanelConfiguration<T>public int order()
order in interface IChooserPanelConfiguration<T>Copyright © 2007–2017 Andreas Bartels. All rights reserved.