@MetaInfServices(value=GUIHelper.class) @GUIFor(value=SimulationParameterList.class) public class SimulationParametersGUIHelper extends Object implements GUIHelper<SimulationParameterList>
Constructor and Description |
---|
SimulationParametersGUIHelper() |
Modifier and Type | Method and Description |
---|---|
Component |
getPanel(SimulationParameterList o,
StackDialog dialog)
get a panel to edit this data
|
Component |
getSelectionPanel(SimulationParameterList o,
StackDialog dialog)
get a panel to select an item (for lists of elements)
|
boolean |
supports(Object o)
Test if this helper supports a given object
|
public Component getPanel(SimulationParameterList o, StackDialog dialog)
GUIHelper
getPanel
in interface GUIHelper<SimulationParameterList>
public Component getSelectionPanel(SimulationParameterList o, StackDialog dialog)
GUIHelper
getSelectionPanel
in interface GUIHelper<SimulationParameterList>
public boolean supports(Object o)
GUIHelper
supports
in interface GUIHelper<SimulationParameterList>
o
- the object to be testedCopyright © 2005–2020. All rights reserved.