org.nakedobjects.testing
Class DragView

java.lang.Object
  extended byorg.nakedobjects.testing.Documentor
      extended byorg.nakedobjects.testing.AbstractView
          extended byorg.nakedobjects.testing.DragView

public class DragView
extends AbstractView


Field Summary
 
Fields inherited from class org.nakedobjects.testing.AbstractView
forObject
 
Constructor Summary
DragView(View view)
           
 
Method Summary
 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.AbstractView
getForObject
 
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
 

Constructor Detail

DragView

public DragView(View view)
Method Detail

getTitle

public java.lang.String getTitle()
Description copied from class: AbstractView
Return the title sting from the mock object this view is showing

Specified by:
getTitle in class AbstractView

toString

public java.lang.String toString()
Overrides:
toString in class AbstractView