Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
G
I
L
M
O
P
R
S
T
A
addLayoutComponent(String, Component)
- Method in class org.freixas.tablelayout.
TableLayout
Adds the component with the specified attributes to the layout.
addLayoutComponent(Component, Object)
- Method in class org.freixas.tablelayout.
TableLayout
Adds the specified component to the layout, using the specified constraint object (which we expect to be a String of attributes).
G
getLayoutAlignmentX(Container)
- Method in class org.freixas.tablelayout.
TableLayout
Returns the alignment along the x axis.
getLayoutAlignmentY(Container)
- Method in class org.freixas.tablelayout.
TableLayout
Returns the alignment along the y axis.
I
invalidateLayout(Container)
- Method in class org.freixas.tablelayout.
TableLayout
Invalidates the layout.
L
layoutContainer(Container)
- Method in class org.freixas.tablelayout.
TableLayout
Lays out the components in the given container.
M
maximumLayoutSize(Container)
- Method in class org.freixas.tablelayout.
TableLayout
Calculates the maximum size dimensions for the layout given the components in a parent container.
minimumLayoutSize(Container)
- Method in class org.freixas.tablelayout.
TableLayout
Calculates the minimum size dimensions for the layout given the components in the a parent container.
O
org.freixas.tablelayout
- package org.freixas.tablelayout
P
preferredLayoutSize(Container)
- Method in class org.freixas.tablelayout.
TableLayout
Calculates the preferred size dimensions for the layout given the components in a parent container.
R
removeLayoutComponent(Component)
- Method in class org.freixas.tablelayout.
TableLayout
Removes the specified component from the layout.
S
setAttributes(Component, String)
- Method in class org.freixas.tablelayout.
TableLayout
Reset the attributes for a component in the layout.
setTableAttributes(String)
- Method in class org.freixas.tablelayout.
TableLayout
Reset the table attributes for the layout.
T
TableLayout
- Class in
org.freixas.tablelayout
This layout was inspired by the HTML table: it lays out components much like the HTML table lays out table data.
TableLayout()
- Constructor for class org.freixas.tablelayout.
TableLayout
Construct a new TableLayout.
TableLayout(String)
- Constructor for class org.freixas.tablelayout.
TableLayout
Construct a new TableLayout with the given attributes.
A
G
I
L
M
O
P
R
S
T
Package
Class
Use
Tree
Deprecated
Index
Help
Copyright © 2000-2005 Credence Systems Corporation
Licensed under the
Artistic License
PREV NEXT
FRAMES
NO FRAMES
All Classes