Package repast.simphony.ui.plugin
Interface ActionUI
- All Known Implementing Classes:
AbstractDescriptorWizardActionUI,AbstractWizardActionUI,CNDataLoaderActionUI,ConsoleSinkActionUI,DataLoaderActionUI,DataSetActionUI,DefaultActionUI,DescriptorActionUI,DFDataLoaderActionUI,DFFreezerActionUI,DisplayActionUI,FileSinkActionUI,FreezerActionUI,HistogramActionUI,JDBCDataLoaderActionEditorCreator.JDBCDataLoaderActionUI,JDBCFreezerActionEditorCreator.JDBCFreezerActionUI,ParentActionUI,SchedulableActionActionUI,TimeSeriesActionUI,UserPanelActionUI
public interface ActionUI
Interface for classes that are user interfaces for ControllerActions.
- Version:
- $Revision: 1.1 $ $Date: 2006/01/09 15:55:03 $
- Author:
- Nick Collier
-
Method Summary
Modifier and TypeMethodDescriptionGets the Editor (an editor panel) for editing an action.getLabel()Gets JPopupMenu to attach to the tree entry for an action.
-
Method Details
-
getLabel
String getLabel()- Returns:
- a label for the action as it appears in the tree.
-
getEditor
Gets the Editor (an editor panel) for editing an action.- Parameters:
evt- the ScenarioTreeEvent that triggered this method call.- Returns:
- the Editor (an editor panel) for editing an action.
-
getPopupMenu
Gets JPopupMenu to attach to the tree entry for an action. This may return null for no popup.- Returns:
- JPopupMenu to attach to the tree entry for an action. This may return null for no popup.
-