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
_
H
HLayoutManager
- interface chrriis.uihierarchy.layout.
HLayoutManager
.
A layout manager handler, that lazily creates the actual layout manager to use.
HLeaf
- class chrriis.uihierarchy.
HLeaf
.
A leaf in the hierarchy.
HLevel
- class chrriis.uihierarchy.
HLevel
.
A level in the hierarchy.
HNode
- class chrriis.uihierarchy.
HNode
.
A sub node in the hierarchy.
HParentLevel
- class chrriis.uihierarchy.
HParentLevel
.
A parent level that contains some children.
HRootNode
- class chrriis.uihierarchy.
HRootNode
.
A node that is the root of a containment hierarchy.
HStringTokenizer
- class chrriis.uihierarchy.util.
HStringTokenizer
.
A tokenizer with a hierarchy of tokens, used to parse a String with groups and operations.
HStringTokenizer(String)
- Constructor for class chrriis.uihierarchy.util.
HStringTokenizer
Construct a tokenizer for the particular text.
HashMap
- class chrriis.uihierarchy.compatibility.
HashMap
.
The HashMap compatible version.
HashMap()
- Constructor for class chrriis.uihierarchy.compatibility.
HashMap
Constructs an empty HashMap with the default initial capacity (16) and the default load factor (0.75).
HashMap(int)
- Constructor for class chrriis.uihierarchy.compatibility.
HashMap
Constructs an empty HashMap with the specified initial capacity and the default load factor (0.75).
HashSet
- class chrriis.uihierarchy.compatibility.
HashSet
.
The HashSet compatible version.
HashSet()
- Constructor for class chrriis.uihierarchy.compatibility.
HashSet
Constructs a new, empty set; the backing HashMap instance has default initial capacity (16) and load factor (0.75).
HashSet(int)
- Constructor for class chrriis.uihierarchy.compatibility.
HashSet
Constructs a new, empty set; the backing HashMap instance has the specified initial capacity and default load factor, which is 0.75.
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
_