org.nakedobjects.viewer.lightweight.options
Class FindAllOption

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

public class FindAllOption
extends AbstractObjectOption


Constructor Summary
FindAllOption()
           
 
Method Summary
 void execute(Workspace frame, ObjectView view, Location at)
           
 
Methods inherited from class org.nakedobjects.viewer.lightweight.options.AbstractObjectOption
disabled, disabled, execute, getDescription
 
Methods inherited from class org.nakedobjects.viewer.lightweight.MenuOption
getName, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FindAllOption

public FindAllOption()
Method Detail

execute

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