org.oddjob.arooa.design.designer
Class DesignerEditActions

java.lang.Object
  extended by org.oddjob.arooa.design.actions.EditActionsContributor
      extended by org.oddjob.arooa.design.designer.DesignerEditActions
All Implemented Interfaces:
ActionContributor

public class DesignerEditActions
extends EditActionsContributor

Adds enabled/disabled functionality to the standard edit actions.

Author:
rob

Field Summary
 
Fields inherited from class org.oddjob.arooa.design.actions.EditActionsContributor
EDIT_GROUP, EDIT_MENU_ID
 
Constructor Summary
DesignerEditActions(DesignerModel model)
           
 
Method Summary
 
Methods inherited from class org.oddjob.arooa.design.actions.EditActionsContributor
addKeyStrokes, contributeTo, setCopyEnabled, setCutEnabled, setDeleteEnabled, setPasteEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DesignerEditActions

public DesignerEditActions(DesignerModel model)