public class ComponentItem
extends java.lang.Object
| Constructor and Description |
|---|
ComponentItem(java.awt.Component parent)
Construct a new TopLevel ComponentItem (typically) with a Container.
|
ComponentItem(java.awt.Component child,
java.util.ArrayList parents)
Construct a new ComponentItem from a child Component and existing parent tree.
|
ComponentItem(java.lang.Integer id,
java.util.ArrayList parents)
Construct a new ComponentItem from an existing Integer hashcode and parent tree.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.ArrayList |
addChild(java.util.ArrayList parents,
java.lang.Integer child) |
java.lang.Integer |
getCompID()
Return the stored CompID (Integer hashcode).
|
java.util.ArrayList |
getCompParents()
Return the stored CompParents (ArrayList Integer hashcode hierarchy).
|
public ComponentItem(java.lang.Integer id,
java.util.ArrayList parents)
public ComponentItem(java.awt.Component child,
java.util.ArrayList parents)
public ComponentItem(java.awt.Component parent)
protected java.util.ArrayList addChild(java.util.ArrayList parents,
java.lang.Integer child)
public java.lang.Integer getCompID()
public java.util.ArrayList getCompParents()
Copyright © SAS Institute. All Rights Reserved.