Package repast.simphony.ui.plugin
Class ComponentActionEditorExtensions
java.lang.Object
repast.simphony.ui.plugin.ComponentActionEditorExtensions
- Version:
- $Revision: 1.1 $ $Date: 2006/01/09 15:55:03 $
- Author:
- Nick Collier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addActionEditorCreator
(String className, ActionEditorCreator creator) void
addDefaultUI
(Class actionClass, String label) Adds a default label only ui for the specified class.getUI
(ControllerAction action)
-
Constructor Details
-
ComponentActionEditorExtensions
public ComponentActionEditorExtensions()
-
-
Method Details
-
addActionEditorCreator
-
addDefaultUI
Adds a default label only ui for the specified class.- Parameters:
actionClass
- the Class of the controller actionlabel
- the label for the action in the ui
-
getUI
-