- C - Static variable in class org.debian.tablelayout.TableLayout
-
Indicates a column
- calculateLayoutSize(Container, double) - Method in class org.debian.tablelayout.TableLayout
-
Calculates the preferred or minimum size for the methods preferredLayoutSize
and minimumLayoutSize.
- calculateLayoutSize(Container, int, double, TableLayout.Entry[], Dimension[]) - Method in class org.debian.tablelayout.TableLayout
-
Calculates the preferred or minimum size for the method
calculateLayoutSize(Container container, double typeOfSize).
- calculateOffset(int, Insets) - Method in class org.debian.tablelayout.TableLayout
-
Calculates the offset of each cr.
- calculateSize(Container) - Method in class org.debian.tablelayout.TableLayout
-
Calculates the sizes of the rows and columns based on the absolute and
relative sizes specified in crSpec[R]
and crSpec[C]
and the size of the container.
- calculateSizeAndOffset(TableLayout.Entry, int, boolean) - Method in class org.debian.tablelayout.TableLayout
-
Calculates the vertical/horizontal offset and size of a component.
- CENTER - Static variable in class org.debian.tablelayout.SingleFiledLayout
-
Center components
- CENTER - Static variable in interface org.debian.tablelayout.TableLayoutConstants
-
Indicates that the component is centered in its cell
- checkForComponentOrientationSupport - Static variable in class org.debian.tablelayout.TableLayout
-
Used to minimize reflection calls
- col1 - Variable in class org.debian.tablelayout.TableLayoutConstraints
-
Cell in which the upper left corner of the component lays
- col2 - Variable in class org.debian.tablelayout.TableLayoutConstraints
-
Cell in which the lower right corner of the component lays
- COLUMN - Static variable in class org.debian.tablelayout.SingleFiledLayout
-
Align components in a column
- component - Variable in class org.debian.tablelayout.TableLayout.Entry
-
Component bound by the constraints
- copy() - Method in class org.debian.tablelayout.TableLayout.Entry
-
Copies this Entry.
- cr1 - Variable in class org.debian.tablelayout.TableLayout.Entry
-
Cell in which the upper-left corner of the component lies
- cr2 - Variable in class org.debian.tablelayout.TableLayout.Entry
-
Cell in which the lower-right corner of the component lies
- crOffset - Variable in class org.debian.tablelayout.TableLayout
-
Offsets of crs in pixels.
- crSize - Variable in class org.debian.tablelayout.TableLayout
-
Sizes of crs in pixels
- crSpec - Variable in class org.debian.tablelayout.TableLayout
-
Sizes of crs expressed in absolute and relative terms
- gap - Variable in class org.debian.tablelayout.SingleFiledLayout
-
Space between components in pixels
- getColumn() - Method in class org.debian.tablelayout.TableLayout
-
Gets the sizes of columns in this layout.
- getColumn(int) - Method in class org.debian.tablelayout.TableLayout
-
Gets the width of a single column in this layout.
- getComponentOrientation(Container) - Method in class org.debian.tablelayout.TableLayout
-
Gets the container's component orientation.
- getConstraints(Component) - Method in class org.debian.tablelayout.TableLayout
-
Gets the constraints of a given component.
- getHGap() - Method in class org.debian.tablelayout.TableLayout
-
Gets the horizontal gap between colunns.
- getInvalidEntry() - Method in class org.debian.tablelayout.TableLayout
-
Determines whether or not there are any components with invalid constraints.
- getLayoutAlignmentX(Container) - Method in class org.debian.tablelayout.TableLayout
-
Returns the alignment along the x axis.
- getLayoutAlignmentY(Container) - Method in class org.debian.tablelayout.TableLayout
-
Returns the alignment along the y axis.
- getNumColumn() - Method in class org.debian.tablelayout.TableLayout
-
Gets the number of columns in this layout.
- getNumRow() - Method in class org.debian.tablelayout.TableLayout
-
Gets the number of rows in this layout.
- getOverlappingEntry() - Method in class org.debian.tablelayout.TableLayout
-
Gets a list of overlapping components and their constraints.
- getRow() - Method in class org.debian.tablelayout.TableLayout
-
Gets the height of a single row in this layout.
- getRow(int) - Method in class org.debian.tablelayout.TableLayout
-
Gets the sizes of a row in this layout.
- getVGap() - Method in class org.debian.tablelayout.TableLayout
-
Gets the vertical gap between rows.
- setColumn(double[]) - Method in class org.debian.tablelayout.TableLayout
-
Adjusts the number and sizes of rows in this layout.
- setColumn(int, double) - Method in class org.debian.tablelayout.TableLayout
-
Adjusts the width of a single column in this layout.
- setConstraints(Component, TableLayoutConstraints) - Method in class org.debian.tablelayout.TableLayout
-
Sets the constraints of a given component.
- setCr(int, double[]) - Method in class org.debian.tablelayout.TableLayout
-
Sets the sizes of rows or columns for the methods setRow or setColumn.
- setCr(int, int, double) - Method in class org.debian.tablelayout.TableLayout
-
Sets the sizes of rows or columns for the methods setRow or setColumn.
- setHGap(int) - Method in class org.debian.tablelayout.TableLayout
-
Sets the horizontal gap between colunns.
- setRow(double[]) - Method in class org.debian.tablelayout.TableLayout
-
Adjusts the number and sizes of rows in this layout.
- setRow(int, double) - Method in class org.debian.tablelayout.TableLayout
-
Adjusts the height of a single row in this layout.
- setVGap(int) - Method in class org.debian.tablelayout.TableLayout
-
Sets the vertical gap between rows.
- SingleFiledLayout - Class in org.debian.tablelayout
-
SingleFiledLayout lays out components singled filed.
- SingleFiledLayout() - Constructor for class org.debian.tablelayout.SingleFiledLayout
-
Constructs an instance of SingleFiledLayout that will align components in a
column using the default gap and LEFT justification.
- SingleFiledLayout(int) - Constructor for class org.debian.tablelayout.SingleFiledLayout
-
Constructs an instance of SingleFiledLayout using the default gap and LEFT
or TOP justification.
- SingleFiledLayout(int, int, int) - Constructor for class org.debian.tablelayout.SingleFiledLayout
-
Constructs an instance of SingleFiledLayout.
- TableLayout - Class in org.debian.tablelayout
-
TableLayout is a layout manager that is more powerful than GridBagLayout
yet much easier to use.
- TableLayout() - Constructor for class org.debian.tablelayout.TableLayout
-
Constructs an instance of TableLayout.
- TableLayout(double[][]) - Constructor for class org.debian.tablelayout.TableLayout
-
Constructs an instance of TableLayout.
- TableLayout(double[], double[]) - Constructor for class org.debian.tablelayout.TableLayout
-
Constructs an instance of TableLayout.
- TableLayout.Entry - Class in org.debian.tablelayout
-
- TableLayoutConstants - Interface in org.debian.tablelayout
-
TableLayoutConstants define the constants used by all the TableLayout
classes.
- TableLayoutConstraints - Class in org.debian.tablelayout
-
TableLayoutConstraints binds components to their constraints.
- TableLayoutConstraints() - Constructor for class org.debian.tablelayout.TableLayoutConstraints
-
Constructs an TableLayoutConstraints with the default settings.
- TableLayoutConstraints(int, int) - Constructor for class org.debian.tablelayout.TableLayoutConstraints
-
Constructs an TableLayoutConstraints a set of constraints.
- TableLayoutConstraints(int, int, int, int) - Constructor for class org.debian.tablelayout.TableLayoutConstraints
-
Constructs an TableLayoutConstraints a set of constraints.
- TableLayoutConstraints(int, int, int, int, int, int) - Constructor for class org.debian.tablelayout.TableLayoutConstraints
-
Constructs an TableLayoutConstraints a set of constraints.
- TableLayoutConstraints(String) - Constructor for class org.debian.tablelayout.TableLayoutConstraints
-
Constructs an TableLayoutConstraints from a string.
- TOP - Static variable in class org.debian.tablelayout.SingleFiledLayout
-
Top justify components
- TOP - Static variable in interface org.debian.tablelayout.TableLayoutConstants
-
Indicates that the component is top justified in its cell
- toString() - Method in class org.debian.tablelayout.TableLayout.Entry
-
Gets the string representation of this Entry.
- toString() - Method in class org.debian.tablelayout.TableLayout
-
Converts this TableLayout to a string.
- toString() - Method in class org.debian.tablelayout.TableLayoutConstraints
-
Gets a string representation of this TableLayoutConstraints.
- TRAILING - Static variable in interface org.debian.tablelayout.TableLayoutConstants
-
Indicates that the component is trailing justified in its cell.