org.nakedobjects.utility
Interface DebugInfo

All Known Subinterfaces:
NakedObjectStore
All Known Implementing Classes:
AbstractNakedObjectStore, DebugObjectView, ProxyObjectStore, ViewFactory, ViewUpdateNotifier

public interface DebugInfo

The information to be displayed in a trace or a debug window


Method Summary
 java.lang.String getDebugData()
          Debug details describing the object being investigated
 java.lang.String getDebugTitle()
          the title for the debug information
 

Method Detail

getDebugData

public java.lang.String getDebugData()
Debug details describing the object being investigated


getDebugTitle

public java.lang.String getDebugTitle()
the title for the debug information