org.nakedobjects.plugins.dnd.viewer.debug
Class DebugView

java.lang.Object
  extended by org.nakedobjects.plugins.dnd.viewer.debug.DebugView
All Implemented Interfaces:
DebugInfo

public class DebugView
extends java.lang.Object
implements DebugInfo


Constructor Summary
DebugView(View display)
           
 
Method Summary
 void debugData(DebugString debug)
           
 java.lang.String debugTitle()
           
 void dumpGraph(NakedObject object, DebugString info)
           
 void dumpObject(NakedObject object, DebugString info)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugView

public DebugView(View display)
Method Detail

debugData

public void debugData(DebugString debug)
Specified by:
debugData in interface DebugInfo

debugTitle

public java.lang.String debugTitle()
Specified by:
debugTitle in interface DebugInfo

dumpGraph

public void dumpGraph(NakedObject object,
                      DebugString info)

dumpObject

public void dumpObject(NakedObject object,
                       DebugString info)


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.