@MetaInfServices(value=GUIHelper.class) @GUIFor(value=ListOfReductionConfigs.class) public class ReductionGUIHelper extends Object implements GUIHelper<ListOfReductionConfigs>
Constructor and Description |
---|
ReductionGUIHelper() |
Modifier and Type | Method and Description |
---|---|
Component |
getPanel(ListOfReductionConfigs reductions,
StackDialog dialog)
get a panel to edit this data
|
static ReductionConfigurationPanel |
getReductionPanel(ListOfReductionConfigs reductions) |
Component |
getSelectionPanel(ListOfReductionConfigs 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 static ReductionConfigurationPanel getReductionPanel(ListOfReductionConfigs reductions)
public Component getPanel(ListOfReductionConfigs reductions, StackDialog dialog)
GUIHelper
getPanel
in interface GUIHelper<ListOfReductionConfigs>
public Component getSelectionPanel(ListOfReductionConfigs o, StackDialog dialog)
GUIHelper
getSelectionPanel
in interface GUIHelper<ListOfReductionConfigs>
public boolean supports(Object o)
GUIHelper
supports
in interface GUIHelper<ListOfReductionConfigs>
o
- the object to be testedCopyright © 2005–2020. All rights reserved.