Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
A
C
G
H
I
L
M
N
P
R
S
W
X
Y
A
addLayoutComponent(Component, Object)
- Method in class cz.autel.dmi.
HIGLayout
Adds the specified component to the layout, using the HIGConstraints constraint object.
addLayoutComponent(String, Component)
- Method in class cz.autel.dmi.
HIGLayout
Deprecated.
replaced by
addLayoutComponent(Component, Object)
. Throws
UnsupportedOperationException
.
anchors(String)
- Method in class cz.autel.dmi.
HIGConstraints
Sets anchors string.
C
c()
- Method in class cz.autel.dmi.
HIGConstraints
Returns current column index.
c(int)
- Method in class cz.autel.dmi.
HIGConstraints
Sets column index.
c(int, String)
- Method in class cz.autel.dmi.
HIGConstraints
Sets column index and anchors.
clearCorrection()
- Method in class cz.autel.dmi.
HIGConstraints
Clears all corrections.
cwh(int, int, int)
- Method in class cz.autel.dmi.
HIGConstraints
Sets column index, target area width and height.
cwh(int, int, int, String)
- Method in class cz.autel.dmi.
HIGConstraints
Sets column index, target area width, height and anchors.
G
getLayoutAlignmentX(Container)
- Method in class cz.autel.dmi.
HIGLayout
Returns 0.
getLayoutAlignmentY(Container)
- Method in class cz.autel.dmi.
HIGLayout
Returns 0.
H
H(int)
- Method in class cz.autel.dmi.
HIGConstraints
Sets width to absolute size in pixels.
HIGConstraints
- class cz.autel.dmi.
HIGConstraints
.
Defines constraints for each component added to container with HIGLayout layout manager.
HIGConstraints()
- Constructor for class cz.autel.dmi.
HIGConstraints
HIGDemoPanel
- class cz.autel.dmi.
HIGDemoPanel
.
Extended Swing's JPanel with added paint functionality.
HIGDemoPanel()
- Constructor for class cz.autel.dmi.
HIGDemoPanel
HIGLayout
- class cz.autel.dmi.
HIGLayout
.
Layout manager based on idea of design grid.
HIGLayout(int[], int[])
- Constructor for class cz.autel.dmi.
HIGLayout
Construct a new layout object.
I
invalidateLayout(Container)
- Method in class cz.autel.dmi.
HIGLayout
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
L
layoutContainer(Container)
- Method in class cz.autel.dmi.
HIGLayout
M
maximumLayoutSize(Container)
- Method in class cz.autel.dmi.
HIGLayout
Returns the maximum size of this component.
minimumLayoutSize(Container)
- Method in class cz.autel.dmi.
HIGLayout
N
next2Col()
- Method in class cz.autel.dmi.
HIGConstraints
Increases current column index by two.
next2Row()
- Method in class cz.autel.dmi.
HIGConstraints
Increases current row index by two.
nextCol()
- Method in class cz.autel.dmi.
HIGConstraints
Increases current column index by one.
nextRow()
- Method in class cz.autel.dmi.
HIGConstraints
Increases current row index by one.
P
paint(Graphics)
- Method in class cz.autel.dmi.
HIGDemoPanel
preferredLayoutSize(Container)
- Method in class cz.autel.dmi.
HIGLayout
Calculates the preferred size dimensions for the specified container given the components in the specified parent container.
R
r()
- Method in class cz.autel.dmi.
HIGConstraints
Returns current row index.
r(int)
- Method in class cz.autel.dmi.
HIGConstraints
Sets row index.
r(int, String)
- Method in class cz.autel.dmi.
HIGConstraints
Sets row index and anchors.
rc(int, int)
- Method in class cz.autel.dmi.
HIGConstraints
Sets row and column index.
rc(int, int, String)
- Method in class cz.autel.dmi.
HIGConstraints
Sets row and column index and anchors.
rcwh(int, int, int, int)
- Method in class cz.autel.dmi.
HIGConstraints
Sets row and column index, width and height.
rcwh(int, int, int, int, String)
- Method in class cz.autel.dmi.
HIGConstraints
Sets row and column index, width, height and anchors.
removeLayoutComponent(Component)
- Method in class cz.autel.dmi.
HIGLayout
Removes the specified component from the layout.
rwh(int, int, int)
- Method in class cz.autel.dmi.
HIGConstraints
Sets row index, target area width and height.
rwh(int, int, int, String)
- Method in class cz.autel.dmi.
HIGConstraints
Sets row index, target area width, height and anchors.
S
setColumnWeight(int, int)
- Method in class cz.autel.dmi.
HIGLayout
Sets weight of specified column.
setColumnWidth(int, int)
- Method in class cz.autel.dmi.
HIGLayout
Sets column width, realloc arrays if there is need.
setHCorrection(int, int)
- Method in class cz.autel.dmi.
HIGConstraints
Set horizontal correction until changed or cleared.
setPreferredColumnWidth(int, int)
- Method in class cz.autel.dmi.
HIGLayout
Sets preferred width of specified column.
setPreferredRowHeight(int, int)
- Method in class cz.autel.dmi.
HIGLayout
Sets preferred height of specified row. of difference when resizing.
setRowHeight(int, int)
- Method in class cz.autel.dmi.
HIGLayout
Sets row height, realloc arrays if there is need.
setRowWeight(int, int)
- Method in class cz.autel.dmi.
HIGLayout
Sets weight of specified row.
setVCorrection(int, int)
- Method in class cz.autel.dmi.
HIGConstraints
Set vertical correction until changed or cleared.
W
W(int)
- Method in class cz.autel.dmi.
HIGConstraints
Sets width to absolute size in pixels.
X
x()
- Method in class cz.autel.dmi.
HIGConstraints
Returns current column index.
x(int)
- Method in class cz.autel.dmi.
HIGConstraints
Sets column index.
x(int, String)
- Method in class cz.autel.dmi.
HIGConstraints
Sets column index and anchors.
xwh(int, int, int)
- Method in class cz.autel.dmi.
HIGConstraints
Sets column index, target area width and height.
xwh(int, int, int, String)
- Method in class cz.autel.dmi.
HIGConstraints
Sets column index, target area width, height and anchors.
xy(int, int)
- Method in class cz.autel.dmi.
HIGConstraints
Sets row and column index.
xy(int, int, String)
- Method in class cz.autel.dmi.
HIGConstraints
Sets row and column index and anchors.
xywh(int, int, int, int)
- Method in class cz.autel.dmi.
HIGConstraints
Sets row and column index, width and height.
xywh(int, int, int, int, String)
- Method in class cz.autel.dmi.
HIGConstraints
Sets row and column index, width, height and anchors.
Y
y()
- Method in class cz.autel.dmi.
HIGConstraints
Returns current row index.
y(int)
- Method in class cz.autel.dmi.
HIGConstraints
Sets row index.
y(int, String)
- Method in class cz.autel.dmi.
HIGConstraints
Sets row index and anchors.
ywh(int, int, int)
- Method in class cz.autel.dmi.
HIGConstraints
Sets row index, target area width and height.
ywh(int, int, int, String)
- Method in class cz.autel.dmi.
HIGConstraints
Sets row index, target area width, height and anchors.
A
C
G
H
I
L
M
N
P
R
S
W
X
Y
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES