Package repast.simphony.userpanel.ui
Class UserPanelCompositeControllerActionCreator
java.lang.Object
repast.simphony.userpanel.ui.UserPanelCompositeControllerActionCreator
- All Implemented Interfaces:
- CompositeControllerActionCreator
public class UserPanelCompositeControllerActionCreator
extends Object
implements CompositeControllerActionCreator
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionCreates the composite controller action.getID()Gets the unique id for this action.booleanReturn true if this action creator should only create a ControllerAction for the master context.
- 
Constructor Details- 
UserPanelCompositeControllerActionCreatorpublic UserPanelCompositeControllerActionCreator()
 
- 
- 
Method Details- 
createControllerActionDescription copied from interface:CompositeControllerActionCreatorCreates the composite controller action.- Specified by:
- createControllerActionin interface- CompositeControllerActionCreator
- Returns:
- the created ControllerAction.
 
- 
getIDDescription copied from interface:CompositeControllerActionCreatorGets the unique id for this action. Using this id, the action may found using {@link repast.simphony.engine.controller.ControllerRegistry.findAction(Object, String)}.- Specified by:
- getIDin interface- CompositeControllerActionCreator
- Returns:
- the id for this action
 
- 
isMasterOnlypublic boolean isMasterOnly()Description copied from interface:CompositeControllerActionCreatorReturn true if this action creator should only create a ControllerAction for the master context.- Specified by:
- isMasterOnlyin interface- CompositeControllerActionCreator
- Returns:
 
 
-