org.nakedobjects.viewer.classic
Class GraphicalViewingMechanism

java.lang.Object
  extended byorg.nakedobjects.viewer.classic.GraphicalViewingMechanism
All Implemented Interfaces:
ObjectViewingMechanism

public class GraphicalViewingMechanism
extends java.lang.Object
implements ObjectViewingMechanism


Constructor Summary
GraphicalViewingMechanism()
           
GraphicalViewingMechanism(NakedObjectStore objectStore)
           
 
Method Summary
 UpdateNotifier getUpdateNotifier()
           
 void init(NakedClassList set)
           
 void setObjectStore(NakedObjectStore objectStore)
           
 void showClasses(NakedClassList classes)
          Put up the classes window in the top left hand corner of the screen
 void shutdown()
           
 void start()
           
 void viewerFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphicalViewingMechanism

public GraphicalViewingMechanism()

GraphicalViewingMechanism

public GraphicalViewingMechanism(NakedObjectStore objectStore)
Method Detail

init

public void init(NakedClassList set)
Specified by:
init in interface ObjectViewingMechanism

setObjectStore

public void setObjectStore(NakedObjectStore objectStore)
Specified by:
setObjectStore in interface ObjectViewingMechanism

showClasses

public void showClasses(NakedClassList classes)
Put up the classes window in the top left hand corner of the screen


shutdown

public void shutdown()
Specified by:
shutdown in interface ObjectViewingMechanism

start

public void start()
Specified by:
start in interface ObjectViewingMechanism

viewerFactory

public void viewerFactory()

getUpdateNotifier

public UpdateNotifier getUpdateNotifier()
Specified by:
getUpdateNotifier in interface ObjectViewingMechanism