org.nakedobjects.testing
Class AbstractView

java.lang.Object
  extended byorg.nakedobjects.testing.Documentor
      extended byorg.nakedobjects.testing.AbstractView
Direct Known Subclasses:
DragView, FieldView, View

public abstract class AbstractView
extends Documentor


Field Summary
protected  Naked forObject
          The object this mock view is showing
 
Constructor Summary
AbstractView()
           
 
Method Summary
 Naked getForObject()
          Return the object this mock view is showing
abstract  java.lang.String getTitle()
          Return the title sting from the mock object this view is showing
 java.lang.String toString()
           
 
Methods inherited from class org.nakedobjects.testing.Documentor
close, doc, docln, flush, initDocumentation, initSection, isGenerating, objectString, simpleObjectString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

forObject

protected Naked forObject
The object this mock view is showing

Constructor Detail

AbstractView

public AbstractView()
Method Detail

getForObject

public final Naked getForObject()
Return the object this mock view is showing


getTitle

public abstract java.lang.String getTitle()
Return the title sting from the mock object this view is showing


toString

public java.lang.String toString()