|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use InspectorNode | |
| net.sf.arise.gsf | Graphical scripting framework. |
| net.sf.arise.gui | The Swing classes that make up the Arise GUI. |
| net.sf.arise.inspector | The inspector mechanism. |
| Uses of InspectorNode in net.sf.arise.gsf |
| Methods in net.sf.arise.gsf that return InspectorNode | |
InspectorNode |
EngineService.createInspectorRoot(java.lang.String in,
java.lang.String expr)
|
| Uses of InspectorNode in net.sf.arise.gui |
| Methods in net.sf.arise.gui with parameters of type InspectorNode | |
void |
WorkareaListener.inspect(Workarea source,
InspectorNode node)
|
void |
WorkareaAdapter.inspect(Workarea source,
InspectorNode node)
|
void |
EvalResultPanel.inspect(Workarea source,
InspectorNode object)
|
protected void |
BaseWorkarea.fireInspect(InspectorNode node)
|
| Constructors in net.sf.arise.gui with parameters of type InspectorNode | |
InspectorPopup(InspectorNode node,
javax.swing.Action selectedAction,
Workarea area,
ServiceLocator locator)
|
|
| Uses of InspectorNode in net.sf.arise.inspector |
| Classes in net.sf.arise.inspector that implement InspectorNode | |
(package private) class |
AbstractInspectorNode
|
(package private) class |
ArrayNode
|
(package private) class |
ClassNode
|
(package private) class |
CollectionNode
|
(package private) class |
DefaultInspectorNode
|
(package private) class |
FieldListNode
|
(package private) class |
MapNode
|
class |
ProxyInspectorNode
|
| Methods in net.sf.arise.inspector that return InspectorNode | |
InspectorNode[] |
ProxyInspectorNode.children()
|
InspectorNode |
InspectTreeVC.getSelectedNode()
|
(package private) InspectorNode |
InspectTreeVC.getRoot()
|
InspectorNode |
InspectorServiceProxy.createRoot(java.lang.String engineName,
java.lang.String expr,
java.lang.String bindAsName)
|
InspectorNode[] |
InspectorServiceProxy.expand(InspectorNode node)
|
InspectorNode |
InspectorService.findNode(java.lang.String id)
|
InspectorNode |
InspectorService.createRoot(java.lang.String engineName,
java.lang.String expr,
java.lang.String bindAsName)
|
InspectorNode[] |
InspectorService.expand(InspectorNode node)
|
InspectorNode[] |
InspectorNode.children()
|
InspectorNode |
IInspectorService.createRoot(java.lang.String engineName,
java.lang.String expr,
java.lang.String bindAsName)
|
InspectorNode[] |
IInspectorService.expand(InspectorNode node)
|
InspectorNode[] |
AbstractInspectorNode.children()
|
InspectorNode |
AbstractInspectorNode.findNode(java.lang.String id)
|
| Methods in net.sf.arise.inspector with parameters of type InspectorNode | |
void |
InspectVC.setRoot(InspectorNode node)
|
void |
InspectVC.startWithRoot(InspectorNode node)
|
void |
InspectTreeVC.setRoot(InspectorNode root)
|
void |
InspectTreeVC.SelectionListener.nodeSelected(java.lang.String name,
InspectorNode node)
|
void |
InspectorServiceProxy.selectNode(InspectorNode node,
java.lang.String engineName,
java.lang.String bindAsName)
|
InspectorNode[] |
InspectorServiceProxy.expand(InspectorNode node)
|
void |
InspectorService.selectNode(InspectorNode node,
java.lang.String engineName,
java.lang.String bindAsName)
|
InspectorNode[] |
InspectorService.expand(InspectorNode node)
|
static void |
Inspector.startWithRoot(InspectorNode node,
boolean remote)
|
static void |
Inspector.startWithRoot(java.lang.String engineName,
InspectorNode node,
boolean remote)
|
static void |
Inspector.startWithRoot(java.lang.String engineName,
InspectorNode node,
java.awt.Font font,
boolean remote)
|
void |
IInspectorService.selectNode(InspectorNode node,
java.lang.String engineName,
java.lang.String bindAsName)
|
InspectorNode[] |
IInspectorService.expand(InspectorNode node)
|
| Constructors in net.sf.arise.inspector with parameters of type InspectorNode | |
ProxyInspectorNode(InspectorNode source)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
All code and documentation is
Copyright (c) : 2000-2003 Kjetil Valstadsve & Maja S. Bratseth