| org.osbl.agent.gui.OperationPanel org.osbl.agent.gui.ActionPanel
ActionPanel | public class ActionPanel extends OperationPanel (Code) | | The class ActionPanel represents the ability to visually manipulate an Action in the
RuleEditorPanel.
It shows a list of available Action(Controllers) and its correspoding parameters.
author: Sebastian Nozzi. |
ActionPanel | public ActionPanel(RuleEditorPanel ruleEditorPanel)(Code) | | Instantiates a new ActionPanel in the given Rule Editor.
Parameters: ruleEditorPanel - the RuleEditorPanel this panel will be used in. |
ActionPanel | public ActionPanel(RuleEditorPanel ruleEditorPanel, ActionController preferredController)(Code) | | Instantiates a new ActionPanel, setting the given ActionController
as the selected item.
Parameters: ruleEditorPanel - the RuleEditorPanel to which this panel belongs. Parameters: preferredController - the ActionController to be used as the selected item. |
getAction | public Action getAction()(Code) | | Get an Action instance corresponding to the selected ActionController and
the state of its parameters.
the Action instance currently reflected by this panel. |
|
|