Package repast.simphony.ui.editor
Class SchedulableActionActionUI
java.lang.Object
repast.simphony.ui.DescriptorActionUI<SchedulableDescriptor>
repast.simphony.ui.editor.SchedulableActionActionUI
- All Implemented Interfaces:
 ActionUI
- Version:
 - $Revision: 1.1 $ $Date: 2006/01/06 22:27:26 $
 - Author:
 - Nick Collier
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionReturns null indicating the this is not editable, or has nothing interesting to display.Methods inherited from class repast.simphony.ui.DescriptorActionUI
getLabel, getPopupMenu 
- 
Constructor Details
- 
SchedulableActionActionUI
 
 - 
 - 
Method Details
- 
getEditor
Description copied from class:DescriptorActionUIReturns null indicating the this is not editable, or has nothing interesting to display.- Specified by:
 getEditorin interfaceActionUI- Overrides:
 getEditorin classDescriptorActionUI<SchedulableDescriptor>- Parameters:
 evt- the ScenarioTreeEvent that triggered this method call.- Returns:
 - null indicating the this is not editable, or has nothing interesting to display
 
 
 -