Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
X
_
A
Accessor
- class chrriis.uihierarchy.
Accessor
.
An accessor to access and manipulate the hierarchy.
AccessorFactory
- class chrriis.uihierarchy.accessor.
AccessorFactory
.
The factory that is used to create the accessors.
AccessorFactory()
- Constructor for class chrriis.uihierarchy.accessor.
AccessorFactory
Construct an AccessorFactory.
AccessorRunnable
- interface chrriis.uihierarchy.accessor.
AccessorRunnable
.
An action to be run by an accessor on the components held by its levels.
ArrayComponentResolver
- class chrriis.uihierarchy.xml.resolver.
ArrayComponentResolver
.
The component resolver for arrays.
ArrayComponentResolver(Object[])
- Constructor for class chrriis.uihierarchy.xml.resolver.
ArrayComponentResolver
Construct a component resolver for an array.
ArrayList
- class chrriis.uihierarchy.compatibility.
ArrayList
.
The arrayList compatible version.
ArrayList()
- Constructor for class chrriis.uihierarchy.compatibility.
ArrayList
Constructs an empty list with an initial capacity of ten.
ArrayList(Collection)
- Constructor for class chrriis.uihierarchy.compatibility.
ArrayList
Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
ArrayList(int)
- Constructor for class chrriis.uihierarchy.compatibility.
ArrayList
Constructs an empty list with the specified initial capacity.
add(UIH)
- Method in class chrriis.uihierarchy.
ParentLevelAccessor
Add a hierarchy as a child of the level contained in this accessor.
add(int, UIH)
- Method in class chrriis.uihierarchy.
ParentLevelAccessor
Add a hierarchy as a child of the level contained in this accessor.
add()
- Method in class chrriis.uihierarchy.
UIH
Create a leaf in the hierarchy.
add(Object)
- Method in class chrriis.uihierarchy.
UIH
Create a leaf in the hierarchy with a specific component.
add(SingleLevelAccessor)
- Method in class chrriis.uihierarchy.
UIH
Add a child level and its sub levels from an accessor of a single level.
add(Object)
- Method in class chrriis.uihierarchy.compatibility.
ArrayList
Appends the specified element to the end of this list (optional operation).
add(int, Object)
- Method in class chrriis.uihierarchy.compatibility.
ArrayList
Inserts the specified element at the specified position in this list (optional operation).
add(Object)
- Method in interface chrriis.uihierarchy.compatibility.
Collection
Adds the specified element to this set if it is not already present (optional operation).
add(Object)
- Method in class chrriis.uihierarchy.compatibility.
HashSet
Adds the specified element to this set if it is not already present (optional operation).
add(int, Object)
- Method in interface chrriis.uihierarchy.compatibility.
List
Inserts the specified element at the specified position in this list (optional operation).
addAll(Collection)
- Method in class chrriis.uihierarchy.compatibility.
ArrayList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator (optional operation).
addAll(Collection)
- Method in interface chrriis.uihierarchy.compatibility.
Collection
Adds all of the elements in the specified collection to this set if they're not already present (optional operation).
addAll(Collection)
- Method in class chrriis.uihierarchy.compatibility.
HashSet
Adds all of the elements in the specified collection to this set if they're not already present (optional operation).
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
X
_