Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
F
G
H
I
J
L
M
P
R
S
T
U
W
A
accessGUI()
- Method in class worker.
MWorker
addLayoutComponent(String, Component)
- Method in class com.cloudgarden.layout.
AnchorLayout
addLayoutComponent(Component, Object)
- Method in class com.cloudgarden.layout.
AnchorLayout
addSession(String, String)
- Method in class worker.
ChatSessionManager
addUser(User)
- Method in class userManagement.
UserManagement
This method takes a User and checks if this User is alread in the user-database.
ANCHOR_ABS
- Static variable in class com.cloudgarden.layout.
AnchorConstraint
(Absolute anchor) Meaning: This side is anchored a fixed distance in pixels (given by the value for this side) from it's parent's respective side.
ANCHOR_NONE
- Static variable in class com.cloudgarden.layout.
AnchorConstraint
Meaning: This side is not anchored.
ANCHOR_REL
- Static variable in class com.cloudgarden.layout.
AnchorConstraint
(Relative anchor) Meaning: This side is anchored so that it always occurs a fixed fraction of the distance along it's parent's side.
AnchorConstraint
- Class in
com.cloudgarden.layout
Used by both AnchorLayout (SWT) and AnchorLayoutManager (Swing)
AnchorConstraint()
- Constructor for class com.cloudgarden.layout.
AnchorConstraint
AnchorConstraint(int, int, int, int, int, int, int, int)
- Constructor for class com.cloudgarden.layout.
AnchorConstraint
Creates an AnchorConstraint.
AnchorLayout
- Class in
com.cloudgarden.layout
Lays out components, using a combination of their "bounds" property and their AnchorConstraints layout constraint objects.
AnchorLayout()
- Constructor for class com.cloudgarden.layout.
AnchorLayout
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
F
G
H
I
J
L
M
P
R
S
T
U
W