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