Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.arranger.jarl.shell.views
Class JarlObjectViewTree  view JarlObjectViewTree download JarlObjectViewTree.java

java.lang.Object
  extended bycom.arranger.jarl.shell.views.JarlObjectViewTree

public class JarlObjectViewTree
extends java.lang.Object

JarlObjectViewTree created on Apr 17, 2003


Nested Class Summary
static class JarlObjectViewTree.JarlObjectInfoTreeNode
           
static class JarlObjectViewTree.JarlRootTreeNode
           
static class JarlObjectViewTree.JarlStumpTreeNode
           
static class JarlObjectViewTree.JarlTreeNode
           
static class JarlObjectViewTree.WidgetConfigSegmentTreeNode
           
 
Field Summary
static java.lang.String FILTER_DEFS
           
static java.lang.String FILTER_INSTANCES
           
static java.lang.String STROKE_DEFS
           
static java.lang.String TRAIT_DEFS
           
static java.lang.String WIDGET_DEFS
           
static java.lang.String WIDGET_INSTANCES
           
 
Constructor Summary
JarlObjectViewTree()
           
 
Method Summary
static javax.swing.tree.TreeNode createTree(com.arranger.jarl.Jarl jarl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STROKE_DEFS

public static final java.lang.String STROKE_DEFS
See Also:
Constant Field Values

TRAIT_DEFS

public static final java.lang.String TRAIT_DEFS
See Also:
Constant Field Values

WIDGET_DEFS

public static final java.lang.String WIDGET_DEFS
See Also:
Constant Field Values

FILTER_DEFS

public static final java.lang.String FILTER_DEFS
See Also:
Constant Field Values

WIDGET_INSTANCES

public static final java.lang.String WIDGET_INSTANCES
See Also:
Constant Field Values

FILTER_INSTANCES

public static final java.lang.String FILTER_INSTANCES
See Also:
Constant Field Values
Constructor Detail

JarlObjectViewTree

public JarlObjectViewTree()
Method Detail

createTree

public static javax.swing.tree.TreeNode createTree(com.arranger.jarl.Jarl jarl)