org.nakedobjects.viewer.lightweight.options
Class FindInstancesOption

java.lang.Object
  extended byorg.nakedobjects.viewer.lightweight.MenuOption
      extended byorg.nakedobjects.viewer.lightweight.options.AbstractClassOption
          extended byorg.nakedobjects.viewer.lightweight.options.FindInstancesOption
All Implemented Interfaces:
UserAction

public class FindInstancesOption
extends AbstractClassOption


Constructor Summary
FindInstancesOption()
           
 
Method Summary
 Permission disabled(Workspace frame, ClassView view, Location location)
           
 void execute(Workspace frame, ClassView view, Location at)
           
 java.lang.String getName(Workspace frame, ClassView view, Location at)
           
 
Methods inherited from class org.nakedobjects.viewer.lightweight.options.AbstractClassOption
disabled, execute, getName
 
Methods inherited from class org.nakedobjects.viewer.lightweight.MenuOption
setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FindInstancesOption

public FindInstancesOption()
Method Detail

disabled

public Permission disabled(Workspace frame,
                           ClassView view,
                           Location location)
Overrides:
disabled in class AbstractClassOption

execute

public void execute(Workspace frame,
                    ClassView view,
                    Location at)
Specified by:
execute in class AbstractClassOption

getName

public java.lang.String getName(Workspace frame,
                                ClassView view,
                                Location at)
Overrides:
getName in class AbstractClassOption