A B C D E F G H I L M N P R S T V W

A

addLayoutComponent(String, Component) - Method in class de.pxclass.gui.PXElasticLayout
Has no effect, since this layout manager does not use a per-component string.
addLayoutComponent(Component, Object) - Method in class de.pxclass.gui.PXElasticLayout
Adds the specified component to the layout, using the specified constraints object.
anchor - Variable in class de.pxclass.gui.PXElasticConstraints
This field is used when the component is smaller than its cell.
AS_STRETCH_X - Static variable in class de.pxclass.gui.PXElasticConstraints
Resize the component horizontally in the way it gets stretched (resp.
AS_STRETCH_X_AND_Y - Static variable in class de.pxclass.gui.PXElasticConstraints
Resize the component both horizontally and vertically in the way it gets stretched (resp.
AS_STRETCH_Y - Static variable in class de.pxclass.gui.PXElasticConstraints
Resize the component vertically in the way it gets stretched (resp.

B

BOTH - Static variable in class de.pxclass.gui.PXElasticConstraints
Resize the component both horizontally and vertically.

C

cellArea - Variable in class de.pxclass.gui.PXElasticLayout
the layout information
CENTER - Static variable in class de.pxclass.gui.PXElasticConstraints
Put the component in the center of its cell.
clone() - Method in class de.pxclass.gui.PXElasticConstraints
Creates a copy of this elastic constraint object.
constraintsMap - Variable in class de.pxclass.gui.PXElasticLayout
This Map maintains the association between a component and its constraints.
CUT_OUT_OF_BOUNDS - Static variable in class de.pxclass.gui.PXElasticConstraints
Set the component to a size of 0 x 0 when it is not completely visible in the bounds of the parent container.

D

de.pxclass.gui - package de.pxclass.gui
 

E

EAST - Static variable in class de.pxclass.gui.PXElasticConstraints
Put the component on the right side of its cell, centered vertically.
equals(Object) - Method in class de.pxclass.gui.PXElasticConstraints
 

F

fill - Variable in class de.pxclass.gui.PXElasticConstraints
This field is used when the component's cell is larger than the component's requested size.

G

getAnchorString() - Method in class de.pxclass.gui.PXElasticConstraints
Returns a string representation of the anchor-parameter of this constraints object.
getColumnGap() - Method in class de.pxclass.gui.PXElasticLayout
Gets the horizontal gap between columns.
getConstraints(Component) - Method in class de.pxclass.gui.PXElasticLayout
Gets the constraints for the specified component.
getConstraintsImpl(Component) - Method in class de.pxclass.gui.PXElasticLayout
Retrieves the constraints for the specified component.
getFillString() - Method in class de.pxclass.gui.PXElasticConstraints
Returns a string representation of the fill-parameter of this constraints object.
getLayoutAlignmentX(Container) - Method in class de.pxclass.gui.PXElasticLayout
Returns the alignment along the x axis.
getLayoutAlignmentY(Container) - Method in class de.pxclass.gui.PXElasticLayout
Returns the alignment along the y axis.
getLimitPolicyString() - Method in class de.pxclass.gui.PXElasticConstraints
Returns a string representation of the limitPolicy-parameter of this constraints object.
getOuterBottomGap() - Method in class de.pxclass.gui.PXElasticLayout
Gets the vertical gap between the bottom-most component to the edge of the container.
getOuterLeftGap() - Method in class de.pxclass.gui.PXElasticLayout
Gets the horizontal gap between the left-most component and the edge of the container.
getOuterRightGap() - Method in class de.pxclass.gui.PXElasticLayout
Gets the horizontal gap between the right-most component and the edge of the container.
getOuterTopGap() - Method in class de.pxclass.gui.PXElasticLayout
Gets the vertical gap between the top-most component and the edge of the container.
getRowGap() - Method in class de.pxclass.gui.PXElasticLayout
Gets the vertical gap between rows.
gridHeight - Variable in class de.pxclass.gui.PXElasticConstraints
Specifies the number of rows for the component's cell.
gridWidth - Variable in class de.pxclass.gui.PXElasticConstraints
Specifies the number of columns for the component's cell.
gridX - Variable in class de.pxclass.gui.PXElasticConstraints
Specifies the column at the left of the component's cell, where the leftmost column has gridX=0.
gridY - Variable in class de.pxclass.gui.PXElasticConstraints
Specifies the row at the top of the component's cell, where the topmost row has gridY=0.
GUIUtils - Class in de.pxclass.gui
A helper class for programming GUIs.
GUIUtils() - Constructor for class de.pxclass.gui.GUIUtils
 

H

hashCode() - Method in class de.pxclass.gui.PXElasticConstraints
 
HEED_ALL_SIZES - Static variable in class de.pxclass.gui.PXElasticConstraints
Convenience constant for HEED_MINIMUM_SIZE | HEED_MAXIMUM_SIZE.
HEED_MAXIMUM_HEIGHT - Static variable in class de.pxclass.gui.PXElasticConstraints
Do not to resize a component beyond its maximum height.
HEED_MAXIMUM_SIZE - Static variable in class de.pxclass.gui.PXElasticConstraints
Convenience constant for HEED_MAXIMUM_WIDTH | HEED_MAXIMUM_HEIGHT.
HEED_MAXIMUM_WIDTH - Static variable in class de.pxclass.gui.PXElasticConstraints
Do not to resize a component beyond its maximum width.
HEED_MINIMUM_HEIGHT - Static variable in class de.pxclass.gui.PXElasticConstraints
Do not to resize a component below its minimum height.
HEED_MINIMUM_SIZE - Static variable in class de.pxclass.gui.PXElasticConstraints
Convenience constant for HEED_MINIMUM_WIDTH | HEED_MINIMUM_HEIGHT.
HEED_MINIMUM_WIDTH - Static variable in class de.pxclass.gui.PXElasticConstraints
Do not to resize a component below its minimum width.
HEED_NO_SIZES - Static variable in class de.pxclass.gui.PXElasticConstraints
Do not heed the component's minimum or maximum size.
HORIZONTAL - Static variable in class de.pxclass.gui.PXElasticConstraints
Resize the component horizontally but not vertically.

I

insets - Variable in class de.pxclass.gui.PXElasticConstraints
This field specifies the external padding of the component, the minimum amount of space between the component and the edges of its cell.
invalidateLayout(Container) - Method in class de.pxclass.gui.PXElasticLayout
Invalidates the layout, indicating that if the layout manager has cached information it should be discarded.
invalidateLayoutInfo() - Method in class de.pxclass.gui.PXElasticLayout
Invalidates the layout, cached information of this layout manager is discarded.
isCuttingOutOfBounds() - Method in class de.pxclass.gui.PXElasticConstraints
Gets whether or not the layout manager should cut the associated component off the layout if it is resized below its minimum size.
isHeedingInvisibleComponents() - Method in class de.pxclass.gui.PXElasticLayout
Gets whether or not invisible components are heeded in layout calculations.
isHeedingMaximumHeight() - Method in class de.pxclass.gui.PXElasticConstraints
Gets whether or not the layout manager should heed the maximum height of the associated component.
isHeedingMaximumWidth() - Method in class de.pxclass.gui.PXElasticConstraints
Gets whether or not the layout manager should heed the maximum width of the associated component.
isHeedingMinimumHeight() - Method in class de.pxclass.gui.PXElasticConstraints
Gets whether or not the layout manager should heed the minimum height of the associated component.
isHeedingMinimumWidth() - Method in class de.pxclass.gui.PXElasticConstraints
Gets whether or not the layout manager should heed the minimum width of the associated component.
isLayoutInfoValid() - Method in class de.pxclass.gui.PXElasticLayout
Gets whether or not the layout information of this layout manager is valid.

L

layoutContainer(Container) - Method in class de.pxclass.gui.PXElasticLayout
Lays out the specified container using this grid bag layout.
limitPolicy - Variable in class de.pxclass.gui.PXElasticConstraints
Specifies the behaviour of the layout manager when reaching the limits of the size of the component associated with these constraints.

M

maximumLayoutSize(Container) - Method in class de.pxclass.gui.PXElasticLayout
Returns the maximum dimensions for this layout given the components in the specified target container.
minimumLayoutSize(Container) - Method in class de.pxclass.gui.PXElasticLayout
Determines the minimum size of the parent container using this PXElasticLayout.

N

nextColumn() - Method in class de.pxclass.gui.PXElasticConstraints
Sets the gridX of these constraints to the next cell and returns this constraints object.
nextColumn(int) - Method in class de.pxclass.gui.PXElasticConstraints
Sets the gridX of these constraints to the next cell and returns this constraints object.
nextColumn(int, int) - Method in class de.pxclass.gui.PXElasticConstraints
Sets the gridX of these constraints to the next cell and returns this constraints object.
nextColumn(PXElasticConstraints) - Method in class de.pxclass.gui.PXElasticConstraints
Sets the gridX of these constraints to the next cell of baseConstraints and returns this constraints object.
nextColumn(double) - Method in class de.pxclass.gui.PXElasticConstraints
Sets the gridX of these constraints to the next cell and returns this constraints object.
nextColumn(double, double) - Method in class de.pxclass.gui.PXElasticConstraints
Sets the gridX of these constraints to the next cell and returns this constraints object.
nextColumn(int, double) - Method in class de.pxclass.gui.PXElasticConstraints
Sets the gridX of these constraints to the next cell and returns this constraints object.
nextColumn(int, double, double) - Method in class de.pxclass.gui.PXElasticConstraints
Sets the gridX of these constraints to the next cell and returns this constraints object.
nextColumn(int, int, double) - Method in class de.pxclass.gui.PXElasticConstraints
Sets the gridX of these constraints to the next cell and returns this constraints object.
nextColumn(int, int, double, double) - Method in class de.pxclass.gui.PXElasticConstraints
Sets the gridX of these constraints to the next cell and returns this constraints object.
nextColumn(int, int, int, double) - Method in class de.pxclass.gui.PXElasticConstraints
Sets the gridX of these constraints to the next cell and returns this constraints object.
nextColumn(int, int, int, double, double) - Method in class de.pxclass.gui.PXElasticConstraints
Sets the gridX of these constraints to the next cell and returns this constraints object.
nextRow() - Method in class de.pxclass.gui.PXElasticConstraints
Sets the gridY of these constraints to the first cell in the next row and returns this constraints object.
nextRow(int) - Method in class de.pxclass.gui.PXElasticConstraints
Sets the gridY of these constraints to the first cell in the next row and returns this constraints object.
nextRow(int, int) - Method in class de.pxclass.gui.PXElasticConstraints
Sets the gridY of these constraints to the first cell in the next row and returns this constraints object.
nextRow(PXElasticConstraints) - Method in class de.pxclass.gui.PXElasticConstraints
Sets the gridY of these constraints to the next cell of baseConstraints and returns this constraints object.
nextRow(int, int, int) - Method in class de.pxclass.gui.PXElasticConstraints
Sets the gridY of these constraints to the first cell in the next row and returns this constraints object.
nextRow(double) - Method in class de.pxclass.gui.PXElasticConstraints
Sets the gridY of these constraints to the first cell in the next row and returns this constraints object.
nextRow(double, double) - Method in class de.pxclass.gui.PXElasticConstraints
Sets the gridY of these constraints to the first cell in the next row and returns this constraints object.
nextRow(int, double) - Method in class de.pxclass.gui.PXElasticConstraints
Sets the gridY of these constraints to the first cell in the next row and returns this constraints object.
nextRow(int, double, double) - Method in class de.pxclass.gui.PXElasticConstraints
Sets the gridY of these constraints to the first cell in the next row and returns this constraints object.
nextRow(int, int, double) - Method in class de.pxclass.gui.PXElasticConstraints
Sets the gridY of these constraints to the first cell in the next row and returns this constraints object.
nextRow(int, int, double, double) - Method in class de.pxclass.gui.PXElasticConstraints
Sets the gridY of these constraints to the first cell in the next row and returns this constraints object.
nextRow(int, int, int, double) - Method in class de.pxclass.gui.PXElasticConstraints
Sets the gridY of these constraints to the first cell in the next row and returns this constraints object.
nextRow(int, int, int, double, double) - Method in class de.pxclass.gui.PXElasticConstraints
Sets the gridY of these constraints to the first cell in the next row and returns this constraints object.
NONE - Static variable in class de.pxclass.gui.PXElasticConstraints
Do not resize the component.
NORTH - Static variable in class de.pxclass.gui.PXElasticConstraints
Put the component at the top of its cell, centered horizontally.
NORTHEAST - Static variable in class de.pxclass.gui.PXElasticConstraints
Put the component at the top-right corner of its cell.
NORTHWEST - Static variable in class de.pxclass.gui.PXElasticConstraints
Put the component at the top-left corner of its cell.

P

paramString() - Method in class de.pxclass.gui.PXElasticConstraints
Returns a string representation of the parameters of this constraints object.
preferredLayoutSize(Container) - Method in class de.pxclass.gui.PXElasticLayout
Determines the preferred size of the parent container using this PXElasticLayout.
PXElasticConstraints - Class in de.pxclass.gui
Specifies the layout constraints of a component to be laid out by PXElasticLayout.
PXElasticConstraints() - Constructor for class de.pxclass.gui.PXElasticConstraints
Creates a new elastic constraint object.
PXElasticConstraints(int, int, double, double, double, double, int, int) - Constructor for class de.pxclass.gui.PXElasticConstraints
Creates a new elastic constraint object.
PXElasticConstraints(int, int, int, int, double, double, double, double, int, int, int, Insets) - Constructor for class de.pxclass.gui.PXElasticConstraints
Creates a new elastic constraint object with the specified values.
PXElasticLayout - Class in de.pxclass.gui
A layout manager.
PXElasticLayout() - Constructor for class de.pxclass.gui.PXElasticLayout
Creates a new PXElasticLayout layout manager.
PXElasticLayout(int, int) - Constructor for class de.pxclass.gui.PXElasticLayout
Creates a new PXElasticLayout layout manager.
PXElasticLayout(int, int, int, int) - Constructor for class de.pxclass.gui.PXElasticLayout
Creates a new PXElasticLayout layout manager.
PXElasticLayout(int, int, int, int, int, int) - Constructor for class de.pxclass.gui.PXElasticLayout
Creates a new PXElasticLayout layout manager.

R

removeLayoutComponent(Component) - Method in class de.pxclass.gui.PXElasticLayout
Removes the specified component from this layout.
resetAll() - Method in class de.pxclass.gui.PXElasticConstraints
Resets all values of this constraints object to their defaults.
resetAnchor() - Method in class de.pxclass.gui.PXElasticConstraints
Resets the anchor of these constraints to WEST and returns this constraints object.
resetFill() - Method in class de.pxclass.gui.PXElasticConstraints
Resets the fill of these constraints to NONE and returns this constraints object.

S

setAnchor(int) - Method in class de.pxclass.gui.PXElasticConstraints
Sets the anchor of these constraints to newAnchor and returns this constraints object.
setColumnGap(int) - Method in class de.pxclass.gui.PXElasticLayout
Sets the horizontal gap between columns.
setConstraints(Component, PXElasticConstraints) - Method in class de.pxclass.gui.PXElasticLayout
Sets the constraints for the specified component in this layout.
setConstraintsImpl(Component, PXElasticConstraints) - Method in class de.pxclass.gui.PXElasticLayout
Sets the constraints for the specified component in this layout.
setDebugMode(boolean) - Method in class de.pxclass.gui.PXElasticLayout
Sets the debug mode of this PXElasticLayout object.
setFill(int) - Method in class de.pxclass.gui.PXElasticConstraints
Sets the fill of these constraints to newFill and returns this constraints object.
setHeedingInvisibleComponents(boolean) - Method in class de.pxclass.gui.PXElasticLayout
Sets whether or not invisible components are heeded in layout calculations.
setInsets(Insets) - Method in class de.pxclass.gui.PXElasticConstraints
Sets the insets of these constraints to newInsets and returns this constraints object.
setInsets(int, int, int, int) - Method in class de.pxclass.gui.PXElasticConstraints
Sets the insets of these constraints to the given inset values and returns this constraints object.
setMaxSizeRelatively(JComponent, double, double) - Static method in class de.pxclass.gui.GUIUtils
Sets the maximum size of the specified component relatively to its preferred size.
setMinSizeRelatively(JComponent, double, double) - Static method in class de.pxclass.gui.GUIUtils
Sets the minimum size of the specified component relatively to its preferred size.
setOuterBottomGap(int) - Method in class de.pxclass.gui.PXElasticLayout
Sets the vertical gap between the bottom-most component to the edge of the container.
setOuterLeftGap(int) - Method in class de.pxclass.gui.PXElasticLayout
Sets the horizontal gap between the left-most component and the edge of the container.
setOuterRightGap(int) - Method in class de.pxclass.gui.PXElasticLayout
Sets the horizontal gap between the right-most component and the edge of the container.
setOuterTopGap(int) - Method in class de.pxclass.gui.PXElasticLayout
Sets the vertical gap between the top-most component and the edge of the container.
setRowGap(int) - Method in class de.pxclass.gui.PXElasticLayout
Sets the vertical gap between rows.
setShrinkX(double) - Method in class de.pxclass.gui.PXElasticConstraints
Sets the shrinkX of these constraints to newShrinkX and returns this constraints object.
setShrinkY(double) - Method in class de.pxclass.gui.PXElasticConstraints
Sets the shrinkY of these constraints to newShrinkY and returns this constraints object.
setStretchX(double) - Method in class de.pxclass.gui.PXElasticConstraints
Sets the stretchX of these constraints to newStretchX and returns this constraints object.
setStretchY(double) - Method in class de.pxclass.gui.PXElasticConstraints
Sets the stretchY of these constraints to newStretchY and returns this constraints object.
shrinkX - Variable in class de.pxclass.gui.PXElasticConstraints
This field is used when the components parent container is smaller then the size requested by all its children components.
shrinkY - Variable in class de.pxclass.gui.PXElasticConstraints
This field is used when the components parent container is smaller then the size requested by all its children components.
SOUTH - Static variable in class de.pxclass.gui.PXElasticConstraints
Put the component at the bottom of its cell, centered horizontally.
SOUTHEAST - Static variable in class de.pxclass.gui.PXElasticConstraints
Put the component at the bottom-right corner of its cell.
SOUTHWEST - Static variable in class de.pxclass.gui.PXElasticConstraints
Put the component at the bottom-left corner of its cell.
stretchX - Variable in class de.pxclass.gui.PXElasticConstraints
This field is used when the components parent container is larger then the size requested by all its children components.
stretchY - Variable in class de.pxclass.gui.PXElasticConstraints
This field is used when the components parent container is larger then the size requested by all its children components.

T

toString() - Method in class de.pxclass.gui.PXElasticConstraints
Returns a string representation of this constraints object.

V

VERTICAL - Static variable in class de.pxclass.gui.PXElasticConstraints
Resize the component vertically but not horizontally.

W

WEST - Static variable in class de.pxclass.gui.PXElasticConstraints
Put the component on the left side of its cell, centered vertically.

A B C D E F G H I L M N P R S T V W

Copyright © 2008. All Rights Reserved.