A C E G H I K L M N P R S T W X Y _

A

a - Variable in class ise.java.awt.KappaLayout.Constraints
alignment within cell, see comments in KappaLayout
addLayoutComponent(String, Component) - Method in class ise.java.awt.KappaLayout
Required by LayoutManager, simply calls addLayoutComponent(Component, Object).
addLayoutComponent(Component, Object) - Method in class ise.java.awt.KappaLayout
Required by LayoutManager2.

C

calculateDimensions() - Method in class ise.java.awt.KappaLayout
Calculate preferred size and other dimensions.
clone() - Method in class ise.java.awt.KappaLayout.Constraints
 
createConstraint() - Static method in class ise.java.awt.KappaLayout
Creates a Constraints for direct manipulation.
createHorizontalStrut(int) - Static method in class ise.java.awt.KappaLayout
Useful for holding an otherwise empty column to a minimum width.
createHorizontalStrut(int, boolean) - Static method in class ise.java.awt.KappaLayout
Useful for holding a column to a fixed width.
createStrut(int, int) - Static method in class ise.java.awt.KappaLayout
Useful for setting an otherwise blank cell to a minimum width and height.
createStrut(int, int, boolean) - Static method in class ise.java.awt.KappaLayout
Useful for setting a row and column to a fixed width and height.
createVerticalStrut(int) - Static method in class ise.java.awt.KappaLayout
Useful for holding an otherwise empty row to a minimum height.
createVerticalStrut(int, boolean) - Static method in class ise.java.awt.KappaLayout
Useful for holding a row to a fixed height.

E

E - Static variable in class ise.java.awt.KappaLayout
For alignment constraint (a), align component to East in cell.

G

getLayoutAlignmentX(Container) - Method in class ise.java.awt.KappaLayout
Required by LayoutManager2.
getLayoutAlignmentY(Container) - Method in class ise.java.awt.KappaLayout
Required by LayoutManager2.
getPreferredSize() - Method in class ise.java.awt.KappaLayout.Strut
Overrides getPreferredSize from Component.
getSize() - Method in class ise.java.awt.KappaLayout.Strut
Overrides getSize from Component.

H

h - Variable in class ise.java.awt.KappaLayout.Constraints
# rows high

I

invalidateLayout(Container) - Method in class ise.java.awt.KappaLayout
Required by LayoutManager2.
ise.java.awt - package ise.java.awt
 
isRigid() - Method in class ise.java.awt.KappaLayout.Strut
 

K

KappaLayout - Class in ise.java.awt
KappaLayout, a Java layout manager.
Copyright (C) 2000, Dale Anson

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
KappaLayout() - Constructor for class ise.java.awt.KappaLayout
Default constructor, no stretching.
KappaLayout(boolean) - Constructor for class ise.java.awt.KappaLayout
Constructor, allows stretching.
KappaLayout.Constraints - Class in ise.java.awt
This class is cloneable so that users may create and reuse a Constraints object similar to how one would use a GridBagConstraints rather than the string parameters.
KappaLayout.Constraints() - Constructor for class ise.java.awt.KappaLayout.Constraints
 
KappaLayout.Strut - Class in ise.java.awt
Simple component that is invisible.
KappaLayout.Strut(int, int) - Constructor for class ise.java.awt.KappaLayout.Strut
 
KappaLayout.Strut(int, int, boolean) - Constructor for class ise.java.awt.KappaLayout.Strut
 

L

LambdaLayout - Class in ise.java.awt
LambdaLayout, a Java layout manager.
Copyright (C) 2001, Dale Anson

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
LambdaLayout() - Constructor for class ise.java.awt.LambdaLayout
 
layoutContainer(Container) - Method in class ise.java.awt.KappaLayout
Required by LayoutManager, does all the real layout work.
layoutContainer(Container) - Method in class ise.java.awt.LambdaLayout
Required by LayoutManager, does all the real layout work.

M

makeColumnsSameWidth(int, int) - Method in class ise.java.awt.KappaLayout
Makes two columns be the same width.
makeColumnsSameWidth(int[]) - Method in class ise.java.awt.KappaLayout
Makes several columns be the same width.
makeColumnsSameWidth() - Method in class ise.java.awt.KappaLayout
Makes all columns be the same width.
makeRowsSameHeight(int, int) - Method in class ise.java.awt.KappaLayout
Makes two rows be the same height.
makeRowsSameHeight(int[]) - Method in class ise.java.awt.KappaLayout
Makes several rows be the same height.
makeRowsSameHeight() - Method in class ise.java.awt.KappaLayout
Makes all rows be the same height.
maximumLayoutSize(Container) - Method in class ise.java.awt.KappaLayout
Required by LayoutManager2.
minimumLayoutSize(Container) - Method in class ise.java.awt.KappaLayout
Required by LayoutManager.

N

N - Static variable in class ise.java.awt.KappaLayout
For alignment constraint (a), align component to North in cell.
NE - Static variable in class ise.java.awt.KappaLayout
For alignment constraint (a), align component to NorthEast in cell.
NW - Static variable in class ise.java.awt.KappaLayout
For alignment constraint (a), align component to NorthWest in cell.

P

p - Variable in class ise.java.awt.KappaLayout.Constraints
padding, same amount of blank space on all four sides of component
preferredLayoutSize(Container) - Method in class ise.java.awt.KappaLayout
Required by LayoutManager.

R

R - Static variable in class ise.java.awt.KappaLayout
Convenience setting for width (w) or height (h), causes component to use Remaining cells.
removeLayoutComponent(Component) - Method in class ise.java.awt.KappaLayout
Required by LayoutManager.

S

s - Variable in class ise.java.awt.KappaLayout.Constraints
stretch: default is 0 (character zero, no stretch), w = width of cell, h = height of cell, wh = both width and height
S - Static variable in class ise.java.awt.KappaLayout
For alignment constraint (a), align component to South in cell.
SE - Static variable in class ise.java.awt.KappaLayout
For alignment constraint (a), align component to SouthEast in cell.
setColumnWidth(int, int) - Method in class ise.java.awt.KappaLayout
Sets a column to a specific width.
setRigid(boolean) - Method in class ise.java.awt.KappaLayout.Strut
 
setRowHeight(int, int) - Method in class ise.java.awt.KappaLayout
Sets a row to a specific height.
SW - Static variable in class ise.java.awt.KappaLayout
For alignment constraint (a), align component to SouthWest in cell.

T

toString() - Method in class ise.java.awt.KappaLayout.Constraints
Plain String representation of this Constraints, suitable for using as a constraints string if needed.
toString() - Method in class ise.java.awt.KappaLayout
Useful for debugging a layout.

W

w - Variable in class ise.java.awt.KappaLayout.Constraints
# columns wide
W - Static variable in class ise.java.awt.KappaLayout
For alignment constraint (a), align component to West in cell.

X

x - Variable in class ise.java.awt.KappaLayout.Constraints
start column

Y

y - Variable in class ise.java.awt.KappaLayout.Constraints
start row

_

_0dim - Variable in class ise.java.awt.KappaLayout
 
_col_count - Variable in class ise.java.awt.KappaLayout
 
_col_widths - Variable in class ise.java.awt.KappaLayout
 
_components - Variable in class ise.java.awt.KappaLayout
 
_constraints - Variable in class ise.java.awt.KappaLayout
 
_preferred_height - Variable in class ise.java.awt.KappaLayout
 
_preferred_width - Variable in class ise.java.awt.KappaLayout
 
_row_count - Variable in class ise.java.awt.KappaLayout
 
_row_heights - Variable in class ise.java.awt.KappaLayout
 
_same_height_rows - Variable in class ise.java.awt.KappaLayout
 
_same_width_cols - Variable in class ise.java.awt.KappaLayout
 
_size_unknown - Variable in class ise.java.awt.KappaLayout
 
_stretch - Variable in class ise.java.awt.KappaLayout
 
_table - Variable in class ise.java.awt.KappaLayout
 

A C E G H I K L M N P R S T W X Y _

Copyright © 2000 Dale Anson, All Rights Reserved.
KappaLayout Home Page