net.sf.arise.inspector
Class ProxyInspectorNode

java.lang.Object
  |
  +--net.sf.arise.inspector.ProxyInspectorNode
All Implemented Interfaces:
InspectorNode, java.io.Serializable

public class ProxyInspectorNode
extends java.lang.Object
implements InspectorNode, java.io.Serializable

Author:
Maja S Bratseth
See Also:
Serialized Form

Field Summary
protected  ServiceLocator locator
           
 
Constructor Summary
ProxyInspectorNode(InspectorNode source)
           
 
Method Summary
 InspectorNode[] children()
           
 void expand(int levels)
           
 java.lang.String id()
           
 boolean isExpanded()
           
 boolean isLeaf()
           
 boolean isRealObject()
           
 void setServiceLocator(ServiceLocator locator)
           
 java.lang.String toDisplayString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

locator

protected transient ServiceLocator locator
Constructor Detail

ProxyInspectorNode

public ProxyInspectorNode(InspectorNode source)
Method Detail

setServiceLocator

public void setServiceLocator(ServiceLocator locator)
Specified by:
setServiceLocator in interface InspectorNode

id

public java.lang.String id()
Specified by:
id in interface InspectorNode

isLeaf

public boolean isLeaf()
Specified by:
isLeaf in interface InspectorNode

isRealObject

public boolean isRealObject()
Specified by:
isRealObject in interface InspectorNode

children

public InspectorNode[] children()
Specified by:
children in interface InspectorNode

expand

public void expand(int levels)
Specified by:
expand in interface InspectorNode

isExpanded

public boolean isExpanded()
Specified by:
isExpanded in interface InspectorNode

toDisplayString

public java.lang.String toDisplayString()
Specified by:
toDisplayString in interface InspectorNode


All code and documentation is

Copyright (c) : 2000-2003 Kjetil Valstadsve & Maja S. Bratseth