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

A

AbstractButtonAction - class org.tigris.swidgets.AbstractButtonAction.
 
AbstractButtonAction(String, Icon) - Constructor for class org.tigris.swidgets.AbstractButtonAction
Creates a new instance of AbstractButtonAction
AbstractButtonAction(String, Icon, boolean) - Constructor for class org.tigris.swidgets.AbstractButtonAction
Creates a new instance of AbstractButtonAction
AbstractButtonAction(String, Icon, boolean, int) - Constructor for class org.tigris.swidgets.AbstractButtonAction
Creates a new instance of AbstractButtonAction
ActionUtilities - class org.tigris.swidgets.ActionUtilities.
A collection of utility methods for Swing Actions.
ActionUtilities() - Constructor for class org.tigris.swidgets.ActionUtilities
 
ArrowButton - class org.tigris.swidgets.ArrowButton.
A simple arrow button that can be created to point to a compass point.
ArrowButton(int, Border) - Constructor for class org.tigris.swidgets.ArrowButton
Construct an ArrowButton pointing in the given direction
ArrowButton(int) - Constructor for class org.tigris.swidgets.ArrowButton
Construct an ArrowButton pointing in the given direction
ArrowIcon - class org.tigris.swidgets.ArrowIcon.
A metal look and feel arrow icon that can be created to point to a compass point.
ArrowIcon(int) - Constructor for class org.tigris.swidgets.ArrowIcon
Construct an ArrowIcon pointing in the given direction
actionPerformed(ActionEvent) - Method in class org.tigris.swidgets.Dialog
Default implementation simply closes the dialog when any of the standard buttons is pressed except the Help button.
add(Component) - Method in class org.tigris.swidgets.BorderSplitPane
Add a new component to the center of the BorderSplitPane
add(Component, Object) - Method in class org.tigris.swidgets.BorderSplitPane
Add a component at the specified compass point or center.
add(Component, int) - Method in class org.tigris.swidgets.BorderSplitPane
This method is only implemented to satisfy the superclass declaration.
add(Component, Object, int) - Method in class org.tigris.swidgets.BorderSplitPane
This method is only implemented to satisfy the superclass declaration.
add(Dimension, Dimension) - Static method in class org.tigris.swidgets.DimensionUtilities
Create a new Dimension from an existing Dimension with its width and height increased by the width and height of another Dimension.
add(Dimension, Insets) - Static method in class org.tigris.swidgets.DimensionUtilities
Create a new Dimension from an existing Dimension with its width and height increased by the width and height of an Insets object.
add(Dimension, Dimension) - Static method in class org.tigris.swidgets.DimensionUtility
Create a new Dimension from an existing Dimension with its width and height increased by the width and height of another Dimension.
add(Dimension, Insets) - Static method in class org.tigris.swidgets.DimensionUtility
Create a new Dimension from an existing Dimension with its width and height increased by the width and height of an Insets object.
add(Component, int) - Method in class org.tigris.swidgets.MultipleSplitPane
 
add(Component, Object, int) - Method in class org.tigris.swidgets.MultipleSplitPane
 
add(Action) - Method in class org.tigris.swidgets.PopupToolBox
 
add(Action) - Method in class org.tigris.swidgets.PopupToolBoxButton
Add a new action to appear as a button on the popup toolbox
add(Action) - Method in class org.tigris.swidgets.Toolbar
 
addButton(JButton) - Method in class org.tigris.swidgets.Dialog
Adds a new button to the set of available option buttons on the dialog.
addButton(JButton, int) - Method in class org.tigris.swidgets.Dialog
Adds a new button to the set of available option buttons on the dialog.
addLayoutComponent(Component, Object) - Method in class org.tigris.swidgets.DockLayout
 
addLayoutComponent(String, Component) - Method in class org.tigris.swidgets.FlexiGridLayout
Adds the specified component with the specified name to the layout.
addLayoutComponent(String, Component) - Method in class org.tigris.swidgets.GridLayout2
Adds the specified component with the specified name to the layout.
addLayoutComponent(String, Component) - Method in class org.tigris.swidgets.LabelledLayout
Adds the specified component with the specified name to the layout.
addLayoutComponent(String, Component) - Method in class org.tigris.swidgets.LineLayout
 
addLayoutComponent(Component, Object) - Method in class org.tigris.swidgets.LineLayout
 
addLayoutComponent(String, Component) - Method in class org.tigris.swidgets.NewspaperLayout
 
addLayoutComponent(Component, Object) - Method in class org.tigris.swidgets.ProportionalLayout
 
addLayoutComponent(String, Component) - Method in class org.tigris.swidgets.ProportionalLayout
 
addLayoutComponent(String, Component) - Method in class org.tigris.swidgets.SplitterLayout
 
addLength(Dimension, int) - Method in class org.tigris.swidgets.Horizontal
Create a new Dimension from an existing Dimension with its length increased by a given value.
addLength(Dimension, Dimension) - Method in class org.tigris.swidgets.Horizontal
Create a new Dimension from an existing Dimension with its length increased by the length of another Dimension.
addLength(Dimension, Component) - Method in class org.tigris.swidgets.Horizontal
Create a new Dimension from an existing Dimension with its length increased by the length of a Component.
addLength(Dimension, int) - Method in class org.tigris.swidgets.Orientation
Create a new Dimension from an existing Dimension with its length increased by a given value.
addLength(Dimension, Dimension) - Method in class org.tigris.swidgets.Orientation
Create a new Dimension from an existing Dimension with its length increased by the length of another Dimension.
addLength(Dimension, Component) - Method in class org.tigris.swidgets.Orientation
Create a new Dimension from an existing Dimension with its length increased by the length of a Component.
addLength(Dimension, int) - Method in class org.tigris.swidgets.Vertical
Create a new Dimension from an existing Dimension with its length increased by a given value.
addToPosition(Point, int) - Method in class org.tigris.swidgets.Horizontal
Create a new Point from an existing Point with its position increased by a given value.
addToPosition(Point, Dimension) - Method in class org.tigris.swidgets.Horizontal
Create a new Point from an existing Point with its length increased by the length of a Dimension.
addToPosition(Point, Component) - Method in class org.tigris.swidgets.Horizontal
Create a new Point from an existing Point with its length increased by the length of a Component.
addToPosition(Point, int) - Method in class org.tigris.swidgets.Orientation
Create a new Point from an existing Point with its position increased by a given value.
addToPosition(Point, Dimension) - Method in class org.tigris.swidgets.Orientation
Create a new Point from an existing Point with its length increased by the length of a Dimension.
addToPosition(Point, Component) - Method in class org.tigris.swidgets.Orientation
Create a new Point from an existing Point with its length increased by the length of a Component.
addToPosition(Point, int) - Method in class org.tigris.swidgets.Vertical
Create a new Point from an existing Point with its position increased by a given value.

B

BOTH - Static variable in class org.tigris.swidgets.FlexiGridLayout
Resize all child components to fit their cell both horizontally and vertically.
BOTH - Static variable in class org.tigris.swidgets.GridLayout2
Resize all child components to fit their cell both horizontally and vertically.
BOTTOM - Static variable in class org.tigris.swidgets.SerialLayout
 
BOTTOMTOTOP - Static variable in class org.tigris.swidgets.SerialLayout
 
BorderSplitPane - class org.tigris.swidgets.BorderSplitPane.
A component designed to display its child components in a similar fashion to a component implementing the standard java class BorderLayout but with each child component seperated by a positional splitterbar.
BorderSplitPane() - Constructor for class org.tigris.swidgets.BorderSplitPane
Construct a new BorderSplitPane
ButtonAction - interface org.tigris.swidgets.ButtonAction.
 

C

CENTER - Static variable in class org.tigris.swidgets.BorderSplitPane
The center layout constraint (middle of container).
CENTER - Static variable in class org.tigris.swidgets.FlexiGridLayout
Put the component in the center of its display area.
CENTER - Static variable in class org.tigris.swidgets.GridLayout2
Put the component in the center of its display area.
CENTER - Static variable in class org.tigris.swidgets.SerialLayout
 
CLOSE_OPTION - Static variable in class org.tigris.swidgets.Dialog
Option type: CLOSE_OPTION
calculateSizes(Container, int[], int[], int, int, int, int) - Method in class org.tigris.swidgets.FlexiGridLayout
 
calculateSizes(Container, int[], int[], int, int, int, int) - Method in class org.tigris.swidgets.GridLayout2
Calculate the layout size.
compareTo(Object) - Method in class org.tigris.swidgets.Property
Compares two Properties by comparing their names.
componentTable - Variable in class org.tigris.swidgets.ProportionalLayout
 

D

DEFAULT_OPTION - Static variable in class org.tigris.swidgets.Dialog
Option type: DEFAULT_OPTION
DOUBLE_CLICK - Static variable in class org.tigris.swidgets.AbstractButtonAction
Possible ways in which a user can lock a button: DOUBLE_CLICK
DecoratedIcon - class org.tigris.swidgets.DecoratedIcon.
The base class for adding simple decorations to existing icons.
Dialog - class org.tigris.swidgets.Dialog.
Base class for all dialogs, setting borders and component spacing.
Dialog(Frame, String, boolean) - Constructor for class org.tigris.swidgets.Dialog
Creates a new Dialog with no content component.
Dialog(Frame, String, int, boolean) - Constructor for class org.tigris.swidgets.Dialog
Creates a new Dialog with no content component, using the specified optionType to determine the set of available buttons.
DimensionUtilities - class org.tigris.swidgets.DimensionUtilities.
A collection of utility methods for Dimensions.
DimensionUtilities() - Constructor for class org.tigris.swidgets.DimensionUtilities
 
DimensionUtility - class org.tigris.swidgets.DimensionUtility.
A collection of utility methods for Dimensions.
DimensionUtility() - Constructor for class org.tigris.swidgets.DimensionUtility
 
DockLayout - class org.tigris.swidgets.DockLayout.
Layout Manager to control positions of docked toolbars
DockLayout() - Constructor for class org.tigris.swidgets.DockLayout
The constructor.
DropDownIcon - class org.tigris.swidgets.DropDownIcon.
 

E

EAST - Static variable in class org.tigris.swidgets.BorderSplitPane
The east layout constraint (right of container).
EAST - Static variable in class org.tigris.swidgets.FlexiGridLayout
Put the component on the right side of its display area, centered vertically.
EAST - Static variable in class org.tigris.swidgets.GridLayout2
Put the component on the right side of its display area, centered vertically.
EAST - Static variable in class org.tigris.swidgets.SerialLayout
 
EAST - Static variable in class org.tigris.swidgets.Splitter
The side of the splitter to be hidden on a quick hide action: EAST

F

FILL - Static variable in class org.tigris.swidgets.SerialLayout
 
FITPARENT - Static variable in class org.tigris.swidgets.FlexiGridLayout
Size all cells as the same width and height to fit the parent component.
FITPARENT - Static variable in class org.tigris.swidgets.GridLayout2
Size all cells as the same width and height to fit the parent component.
FlexiGridLayout - class org.tigris.swidgets.FlexiGridLayout.
Same as the standard java class GridLayout but allows more flexability for sizing of columns and rows.
FlexiGridLayout() - Constructor for class org.tigris.swidgets.FlexiGridLayout
Construct a new GridLayout2 with a default of one column per component, in a single row.
FlexiGridLayout(int, int) - Constructor for class org.tigris.swidgets.FlexiGridLayout
Construct a new GridLayout2 with the specified number of rows and columns.
FlexiGridLayout(int, int, int, int) - Constructor for class org.tigris.swidgets.FlexiGridLayout
Construct a new GridLayout2 with the specified number of rows and columns and cell spacing.
FlexiGridLayout(int, int, int) - Constructor for class org.tigris.swidgets.FlexiGridLayout
Construct a new GridLayout2 with the specified number of rows and columns and cell sizing scheme.
FlexiGridLayout(int, int, int, int, int) - Constructor for class org.tigris.swidgets.FlexiGridLayout
Construct a new GridLayout2 with the specified number of rows and columns, cell spacing and cell sizing scheme.
FlexiGridLayout(int, int, int, int, int, int) - Constructor for class org.tigris.swidgets.FlexiGridLayout
Construct a new GridLayout2 with the specified number of rows and columns, cell spacing, cell sizing scheme and filling scheme.
FlexiGridLayout(int, int, int, int, int, int, int) - Constructor for class org.tigris.swidgets.FlexiGridLayout
Construct a new GridLayout2 with the specified number of rows and columns, cell spacing, cell sizing scheme and component sizing and anchoring scheme.

G

GridLayout2 - class org.tigris.swidgets.GridLayout2.
Same as the standard java class GridLayout but allows more flexability for sizing of columns and rows.
GridLayout2() - Constructor for class org.tigris.swidgets.GridLayout2
Construct a new GridLayout2 with a default of one column per component, in a single row.
GridLayout2(int, int) - Constructor for class org.tigris.swidgets.GridLayout2
Construct a new GridLayout2 with the specified number of rows and columns.
GridLayout2(int, int, int, int) - Constructor for class org.tigris.swidgets.GridLayout2
Construct a new GridLayout2 with the specified number of rows and columns and cell spacing.
GridLayout2(int, int, int) - Constructor for class org.tigris.swidgets.GridLayout2
Construct a new GridLayout2 with the specified number of rows and columns and cell sizing scheme.
GridLayout2(int, int, int, int, int) - Constructor for class org.tigris.swidgets.GridLayout2
Construct a new GridLayout2 with the specified number of rows and columns, cell spacing and cell sizing scheme.
GridLayout2(int, int, int, int, int, int) - Constructor for class org.tigris.swidgets.GridLayout2
Construct a new GridLayout2 with the specified number of rows and columns, cell spacing, cell sizing scheme and filling scheme.
GridLayout2(int, int, int, int, int, int, int) - Constructor for class org.tigris.swidgets.GridLayout2
Construct a new GridLayout2 with the specified number of rows and columns, cell spacing, cell sizing scheme and component sizing and anchoring scheme.
getActionRoot(ActionEvent) - Static method in class org.tigris.swidgets.ActionUtilities
Intended for use inside an actionPerformed method eg:
getActionRoot(Object) - Static method in class org.tigris.swidgets.ActionUtilities
Intended for use inside an actionPerformed method eg:
getAvailableValues() - Method in class org.tigris.swidgets.Property
Returns the set of available property values, or null if no such finite set exists.
getBreadth(Dimension) - Method in class org.tigris.swidgets.Horizontal
Get the breadth of a Dimension.
getBreadth(Component) - Method in class org.tigris.swidgets.Horizontal
Get the breadth of a Component.
getBreadth(Dimension) - Method in class org.tigris.swidgets.Orientation
Get the breadth of a Dimension.
getBreadth(Component) - Method in class org.tigris.swidgets.Orientation
Get the breadth of a Component.
getBreadth(Dimension) - Method in class org.tigris.swidgets.Vertical
Get the breadth of a Dimension.
getBreadth(Component) - Method in class org.tigris.swidgets.Vertical
Get the breadth of a Component.
getCancelButton() - Method in class org.tigris.swidgets.Dialog
 
getCellEditor(int, int) - Method in class org.tigris.swidgets.PropertyTable
Overridden to return the appropriate cell editor for the property at the specified row.
getCellRenderer(int, int) - Method in class org.tigris.swidgets.PropertyTable
Overridden to return the appropriate cell renderer for the property value if the cell is in the value column, otherwise returns the default renderer.
getCloseButton() - Method in class org.tigris.swidgets.Dialog
 
getColWidth() - Method in class org.tigris.swidgets.FlexiGridLayout
 
getColWidth() - Method in class org.tigris.swidgets.GridLayout2
 
getColumns() - Method in class org.tigris.swidgets.FlexiGridLayout
 
getColumns() - Method in class org.tigris.swidgets.GridLayout2
 
getComponentCellHeight(int) - Method in class org.tigris.swidgets.FlexiGridLayout
 
getComponentCellHeight(int) - Method in class org.tigris.swidgets.GridLayout2
Calculate the cell height.
getComponentCellWidth(int) - Method in class org.tigris.swidgets.FlexiGridLayout
 
getComponentCellWidth(int) - Method in class org.tigris.swidgets.GridLayout2
Calculate the cell width.
getComponentGap() - Method in class org.tigris.swidgets.Dialog
 
getComponentPosition(Component) - Method in class org.tigris.swidgets.SplitterLayout
 
getContent() - Method in class org.tigris.swidgets.Dialog
Returns the main component that is displayed within the dialog.
getCurrentValue() - Method in class org.tigris.swidgets.Property
Returns the currently selected property value.
getCursor() - Method in class org.tigris.swidgets.Horizontal
Get a cursor object pointing in the same direction as the orientation.
getCursor() - Method in class org.tigris.swidgets.Orientation
Get a cursor object pointing in the same direction as the orientation.
getCursor() - Method in class org.tigris.swidgets.Vertical
Get a cursor object pointing in the same direction as the orientation.
getEndArrowButton() - Method in class org.tigris.swidgets.Horizontal
Get an arrow button pointing to the end of the orientation.
getEndArrowButton() - Method in class org.tigris.swidgets.Orientation
Get an arrow button pointing to the end of the orientation.
getEndArrowButton() - Method in class org.tigris.swidgets.Vertical
Get an arrow button pointing to the end of the orientation.
getFirstUsableOffset(Container) - Method in class org.tigris.swidgets.Horizontal
Determines the first usable offset in a Container.
getFirstUsableOffset(Container) - Method in class org.tigris.swidgets.Orientation
Determines the first usable offset in a Container.
getFirstUsableOffset(Container) - Method in class org.tigris.swidgets.Vertical
Determines the first usable offset in a Container.
getHelpButton() - Method in class org.tigris.swidgets.Dialog
 
getHgap() - Method in class org.tigris.swidgets.FlexiGridLayout
 
getHgap() - Method in class org.tigris.swidgets.GridLayout2
 
getHgap() - Method in class org.tigris.swidgets.LabelledLayout
 
getIconHeight() - Method in class org.tigris.swidgets.ArrowIcon
Gets the height of the icon.
getIconWidth() - Method in class org.tigris.swidgets.ArrowIcon
Gets the height of the icon.
getInitialValue() - Method in class org.tigris.swidgets.Property
Returns the initial property value.
getInstance() - Static method in class org.tigris.swidgets.Horizontal
Get an instance of a Horizontal object.
getInstance() - Static method in class org.tigris.swidgets.Vertical
Get an instance of an Orientation object.
getLabelGap() - Method in class org.tigris.swidgets.Dialog
 
getLargestHeight() - Method in class org.tigris.swidgets.FlexiGridLayout
 
getLargestHeight() - Method in class org.tigris.swidgets.GridLayout2
 
getLargestWidth() - Method in class org.tigris.swidgets.FlexiGridLayout
 
getLargestWidth() - Method in class org.tigris.swidgets.GridLayout2
 
getLastUsablePosition(Container) - Method in class org.tigris.swidgets.Horizontal
Determines the last usable position in a Container.
getLastUsablePosition(Container) - Method in class org.tigris.swidgets.Orientation
Determines the last usable position in a Container.
getLastUsablePosition(Container) - Method in class org.tigris.swidgets.Vertical
Determines the last usable position in a Container.
getLayoutAlignmentX(Container) - Method in class org.tigris.swidgets.LineLayout
 
getLayoutAlignmentY(Container) - Method in class org.tigris.swidgets.LineLayout
 
getLength(Dimension) - Method in class org.tigris.swidgets.Horizontal
Get the length of a Dimension.
getLength(Component) - Method in class org.tigris.swidgets.Horizontal
Get the length of a Component.
getLength(Dimension) - Method in class org.tigris.swidgets.Orientation
Get the length of a Dimension.
getLength(Component) - Method in class org.tigris.swidgets.Orientation
Get the length of a Component.
getLength(Dimension) - Method in class org.tigris.swidgets.Vertical
Get the length of a Dimension.
getLength(Component) - Method in class org.tigris.swidgets.Vertical
Get the length of a Component.
getLengthMinusInsets(Container) - Method in class org.tigris.swidgets.Horizontal
Get the usable length of a Container minus its insets.
getLengthMinusInsets(Container) - Method in class org.tigris.swidgets.Orientation
Get the usable length of a Container minus its insets.
getLengthMinusInsets(Container) - Method in class org.tigris.swidgets.Vertical
Get the usable length of a Container minus its insets.
getLockMethod() - Method in class org.tigris.swidgets.AbstractButtonAction
 
getLockMethod() - Method in interface org.tigris.swidgets.ButtonAction
 
getName() - Method in class org.tigris.swidgets.Property
Returns the property name.
getNoButton() - Method in class org.tigris.swidgets.Dialog
 
getOffset(Point) - Method in class org.tigris.swidgets.Horizontal
Get the offset of a Component.
getOffset(Point) - Method in class org.tigris.swidgets.Orientation
Get the offset of a Point.
getOffset(Point) - Method in class org.tigris.swidgets.Vertical
Get the offset of a Point.
getOkButton() - Method in class org.tigris.swidgets.Dialog
 
getPerpendicular() - Method in class org.tigris.swidgets.Horizontal
Get an instance of an Orientation perpendicular to this instance.
getPerpendicular() - Method in class org.tigris.swidgets.Orientation
Get an instance of an Orientation perpendicular to this instance.
getPerpendicular() - Method in class org.tigris.swidgets.Vertical
Get an instance of an Orientation perpendicular to this instance.
getPopupComponent() - Method in class org.tigris.swidgets.PopupButton
Returns the component that is displayed within the popup.
getPosition(Point) - Method in class org.tigris.swidgets.Horizontal
Get the position of a Point.
getPosition(Component) - Method in class org.tigris.swidgets.Horizontal
Get the position of a Component.
getPosition(MouseEvent) - Method in class org.tigris.swidgets.Horizontal
Get the position of a MouseEvent.
getPosition(Point) - Method in class org.tigris.swidgets.Orientation
Get the position of a Point.
getPosition(Component) - Method in class org.tigris.swidgets.Orientation
Get the position of a Component.
getPosition(MouseEvent) - Method in class org.tigris.swidgets.Orientation
Get the position of a MouseEvent.
getPosition(Point) - Method in class org.tigris.swidgets.Vertical
Get the position of a Point.
getPosition(Component) - Method in class org.tigris.swidgets.Vertical
Get the position of a Component.
getPosition(MouseEvent) - Method in class org.tigris.swidgets.Vertical
Get the position of a MouseEvent.
getPreferredSize() - Method in class org.tigris.swidgets.ArrowButton
 
getRegisteredComponent(int) - Method in class org.tigris.swidgets.Splitter
Get a registered component.
getRowHeight() - Method in class org.tigris.swidgets.FlexiGridLayout
 
getRowHeight() - Method in class org.tigris.swidgets.GridLayout2
 
getRows() - Method in class org.tigris.swidgets.FlexiGridLayout
 
getRows() - Method in class org.tigris.swidgets.GridLayout2
 
getSeperator() - Static method in class org.tigris.swidgets.LabelledLayout
 
getStartArrowButton() - Method in class org.tigris.swidgets.Horizontal
Get an arrow button pointing to the start of the orientation.
getStartArrowButton() - Method in class org.tigris.swidgets.Orientation
Get an arrow button pointing to the start of the orientation.
getStartArrowButton() - Method in class org.tigris.swidgets.Vertical
Get an arrow button pointing to the start of the orientation.
getValueType() - Method in class org.tigris.swidgets.Property
Property editors should be configured to edit objects of this type.
getVgap() - Method in class org.tigris.swidgets.FlexiGridLayout
 
getVgap() - Method in class org.tigris.swidgets.GridLayout2
 
getVgap() - Method in class org.tigris.swidgets.LabelledLayout
 
getYesButton() - Method in class org.tigris.swidgets.Dialog
 

H

HORIZONTAL - Static variable in class org.tigris.swidgets.FlexiGridLayout
Resize all child components to fit their cell horizontally but not vertically.
HORIZONTAL - Static variable in class org.tigris.swidgets.GridLayout2
Resize all child components to fit their cell horizontally but not vertically.
HORIZONTAL - Static variable in class org.tigris.swidgets.LineLayout
 
HORIZONTAL_SPLIT - Static variable in class org.tigris.swidgets.MultipleSplitPane
 
HORIZONTAL_SPLIT - Static variable in class org.tigris.swidgets.Splitter
The orientation for a horizontal splitter
Horizontal - class org.tigris.swidgets.Horizontal.
A horizontal implementation of Orientation.
Horizontal() - Constructor for class org.tigris.swidgets.Horizontal
 

I

init(int[][]) - Method in class org.tigris.swidgets.DecoratedIcon
Initialise the icon.
invalidateLayout(Container) - Method in class org.tigris.swidgets.LineLayout
 
isModal() - Method in class org.tigris.swidgets.AbstractButtonAction
 
isModal() - Method in interface org.tigris.swidgets.ButtonAction
 

L

LEFT - Static variable in class org.tigris.swidgets.SerialLayout
 
LEFTTORIGHT - Static variable in class org.tigris.swidgets.SerialLayout
 
LabelledLayout - class org.tigris.swidgets.LabelledLayout.
This layout manager lines up components in 2 columns.
LabelledLayout() - Constructor for class org.tigris.swidgets.LabelledLayout
Construct a new LabelledLayout.
LabelledLayout(boolean) - Constructor for class org.tigris.swidgets.LabelledLayout
Construct a new LabelledLayout.
LabelledLayout(int, int) - Constructor for class org.tigris.swidgets.LabelledLayout
Construct a new horizontal LabelledLayout with the specified cell spacing.
LineLayout - class org.tigris.swidgets.LineLayout.
Abstract class for a layout manager that sets all child components in a single row or single column.
LineLayout(Orientation) - Constructor for class org.tigris.swidgets.LineLayout
 
LineLayout(Orientation, int) - Constructor for class org.tigris.swidgets.LineLayout
 
layoutContainer(Container) - Method in class org.tigris.swidgets.DockLayout
 
layoutContainer(Container) - Method in class org.tigris.swidgets.FlexiGridLayout
 
layoutContainer(Container) - Method in class org.tigris.swidgets.GridLayout2
 
layoutContainer(Container) - Method in class org.tigris.swidgets.LabelledLayout
 
layoutContainer(Container) - Method in class org.tigris.swidgets.NewspaperLayout
 
layoutContainer(Container) - Method in class org.tigris.swidgets.ProportionalLayout
 
layoutContainer(Container) - Method in class org.tigris.swidgets.SerialLayout
 

M

MAXPREFERRED - Static variable in class org.tigris.swidgets.FlexiGridLayout
Size all cells as the largest prefered width and height component.
MAXPREFERRED - Static variable in class org.tigris.swidgets.GridLayout2
Size all cells as the largest prefered width and height component.
MenuFactory - class org.tigris.swidgets.MenuFactory.
 
MenuFactory() - Constructor for class org.tigris.swidgets.MenuFactory
 
MultipleSplitPane - class org.tigris.swidgets.MultipleSplitPane.
Similar to the standard java class JSplitPane but allows the number of panes to be set in the constructor.
MultipleSplitPane(Component[]) - Constructor for class org.tigris.swidgets.MultipleSplitPane
The constructor.
MultipleSplitPane(Component[], Orientation) - Constructor for class org.tigris.swidgets.MultipleSplitPane
The constructor.
MultipleSplitPane(int) - Constructor for class org.tigris.swidgets.MultipleSplitPane
The constructor.
MultipleSplitPane(int, Orientation) - Constructor for class org.tigris.swidgets.MultipleSplitPane
 
makeMenu(String, Object[]) - Static method in class org.tigris.swidgets.MenuFactory
 
makeMenu(String, Collection) - Static method in class org.tigris.swidgets.MenuFactory
 
maximumLayoutSize(Container) - Method in class org.tigris.swidgets.LineLayout
 
maximumLayoutSize(Container) - Method in class org.tigris.swidgets.NewspaperLayout
TODO: This is never used, and not part of the interface LayoutContainer.
minimumLayoutSize(Container) - Method in class org.tigris.swidgets.FlexiGridLayout
Required by LayoutManager.
minimumLayoutSize(Container) - Method in class org.tigris.swidgets.GridLayout2
Required by LayoutManager.
minimumLayoutSize(Container) - Method in class org.tigris.swidgets.LabelledLayout
Required by LayoutManager.
minimumLayoutSize(Container) - Method in class org.tigris.swidgets.LineLayout
 
minimumLayoutSize(Container) - Method in class org.tigris.swidgets.NewspaperLayout
 
mouseClicked(MouseEvent) - Method in class org.tigris.swidgets.Toolbar
 
mouseEntered(MouseEvent) - Method in class org.tigris.swidgets.Toolbar
 
mouseExited(MouseEvent) - Method in class org.tigris.swidgets.Toolbar
 
mousePressed(MouseEvent) - Method in class org.tigris.swidgets.Toolbar
 
mouseReleased(MouseEvent) - Method in class org.tigris.swidgets.Toolbar
 

N

NONE - Static variable in class org.tigris.swidgets.AbstractButtonAction
Possible ways in which a user can lock a button: NONE
NONE - Static variable in class org.tigris.swidgets.FlexiGridLayout
Do not resize the child components.
NONE - Static variable in class org.tigris.swidgets.GridLayout2
Do not resize the child components.
NONE - Static variable in class org.tigris.swidgets.Splitter
The side of the splitter of the component to be hidden on a quick hide action.
NORTH - Static variable in class org.tigris.swidgets.BorderSplitPane
The north layout constraint (top of container).
NORTH - Static variable in class org.tigris.swidgets.FlexiGridLayout
Put the component at the top of its display area, centered horizontally.
NORTH - Static variable in class org.tigris.swidgets.GridLayout2
Put the component at the top of its display area, centered horizontally.
NORTH - Static variable in class org.tigris.swidgets.SerialLayout
 
NORTH - Static variable in class org.tigris.swidgets.Splitter
The side of the splitter to be hidden on a quick hide action: NORTH
NORTHEAST - Static variable in class org.tigris.swidgets.BorderSplitPane
The northeast layout constraint (top right of container).
NORTHEAST - Static variable in class org.tigris.swidgets.FlexiGridLayout
Put the component at the top-right corner of its display area.
NORTHEAST - Static variable in class org.tigris.swidgets.GridLayout2
Put the component at the top-right corner of its display area.
NORTHEAST - Static variable in class org.tigris.swidgets.SerialLayout
 
NORTHWEST - Static variable in class org.tigris.swidgets.BorderSplitPane
The northwest layout constraint (top left of container).
NORTHWEST - Static variable in class org.tigris.swidgets.FlexiGridLayout
Put each component in the top-left corner of its display area.
NORTHWEST - Static variable in class org.tigris.swidgets.GridLayout2
Put each component in the top-left corner of its display area.
NORTHWEST - Static variable in class org.tigris.swidgets.SerialLayout
 
NewspaperLayout - class org.tigris.swidgets.NewspaperLayout.
Similar to GridLayout2 but once the components fill the height of the container they flow into another grid on the right until the full width of the container is filled.
NewspaperLayout() - Constructor for class org.tigris.swidgets.NewspaperLayout
The constructor.
NewspaperLayout(int, int) - Constructor for class org.tigris.swidgets.NewspaperLayout
The constructor.
NewspaperLayout(int, int, int, int, int) - Constructor for class org.tigris.swidgets.NewspaperLayout
The constructor.
nameButtons() - Method in class org.tigris.swidgets.Dialog
Subclasses may override this method to change the names and mnemonics of the various JButtons which appear at the bottom of the dialog.
newPoint(int, int) - Method in class org.tigris.swidgets.Horizontal
Generate a new Point object from position and offset values.
newPoint(int, int) - Method in class org.tigris.swidgets.Orientation
Generate a new Point object from position and offset values.
newPoint(int, int) - Method in class org.tigris.swidgets.Vertical
Generate a new Point object from position and offset values.

O

OK_CANCEL_HELP_OPTION - Static variable in class org.tigris.swidgets.Dialog
Option type: OK_CANCEL_HELP_OPTION
OK_CANCEL_OPTION - Static variable in class org.tigris.swidgets.Dialog
Option type: OK_CANCEL_OPTION
Orientable - interface org.tigris.swidgets.Orientable.
 
Orientation - class org.tigris.swidgets.Orientation.
Various utilities to aid components that are aware of their horizontal/vertical orientation.
Orientation() - Constructor for class org.tigris.swidgets.Orientation
 
org.tigris.swidgets - package org.tigris.swidgets
 

P

PopupButton - class org.tigris.swidgets.PopupButton.
A button that displays a popup when pressed.
PopupButton() - Constructor for class org.tigris.swidgets.PopupButton
Constructs a new PopupButton with no popup assigned.
PopupButton(Component, Icon) - Constructor for class org.tigris.swidgets.PopupButton
Constructs a new PopupButton with the specified popup component and button icon
PopupToolBox - class org.tigris.swidgets.PopupToolBox.
 
PopupToolBox(int, int) - Constructor for class org.tigris.swidgets.PopupToolBox
Creates a new instance of PopupToolBox.
PopupToolBoxButton - class org.tigris.swidgets.PopupToolBoxButton.
An extension of JButton to which alternative actions can be added.
PopupToolBoxButton(Action, int, int) - Constructor for class org.tigris.swidgets.PopupToolBoxButton
Creates a new instance of PopupToolboxButton
Property - class org.tigris.swidgets.Property.
A property that can be displayed and edited within a PropertyTable.
Property(String, Class, Object) - Constructor for class org.tigris.swidgets.Property
Constructs a new Property.
Property(String, Class, Object, Object[]) - Constructor for class org.tigris.swidgets.Property
Constructs a new Property.
PropertyTable - class org.tigris.swidgets.PropertyTable.
A table of editable properties.
PropertyTable(Property[]) - Constructor for class org.tigris.swidgets.PropertyTable
Creates a new PropertyTable for the specified set of Properties.
PropertyTable(Property[], String, String) - Constructor for class org.tigris.swidgets.PropertyTable
Creates a new PropertyTable for the specified set of Properties.
ProportionalLayout - class org.tigris.swidgets.ProportionalLayout.
Allows components to be a set as a proportion to their container or left as fixed size.
ProportionalLayout() - Constructor for class org.tigris.swidgets.ProportionalLayout
 
ProportionalLayout(Orientation) - Constructor for class org.tigris.swidgets.ProportionalLayout
 
paint(Graphics) - Method in class org.tigris.swidgets.PopupToolBoxButton
 
paintComponent(Graphics) - Method in class org.tigris.swidgets.Splitter
Delegates painting to the UI component responsible for the split pane divider.
paintIcon(Component, Graphics, int, int) - Method in class org.tigris.swidgets.ArrowIcon
Paints the icon.
paintIcon(Component, Graphics, int, int) - Method in class org.tigris.swidgets.DecoratedIcon
Paints the icon.
positionComponentInCell(Component, int, int, int, int) - Method in class org.tigris.swidgets.FlexiGridLayout
 
positionComponentInCell(Component, int, int, int, int) - Method in class org.tigris.swidgets.GridLayout2
 
preferredLayoutSize(Container) - Method in class org.tigris.swidgets.FlexiGridLayout
Determines the preferred size of the container argument using this grid layout.
preferredLayoutSize(Container) - Method in class org.tigris.swidgets.GridLayout2
Determines the preferred size of the container argument using this grid layout.
preferredLayoutSize(Container) - Method in class org.tigris.swidgets.LabelledLayout
Determines the preferred size of the container argument using this labelled layout.
preferredLayoutSize(Container) - Method in class org.tigris.swidgets.LineLayout
 
preferredLayoutSize(Container) - Method in class org.tigris.swidgets.NewspaperLayout
 

R

RIGHT - Static variable in class org.tigris.swidgets.SerialLayout
 
RIGHTTOLEFT - Static variable in class org.tigris.swidgets.SerialLayout
 
ROLLOVER - Static variable in class org.tigris.swidgets.DecoratedIcon
If the icon is for hoovering: ROLLOVER
ROWCOLPREFERRED - Static variable in class org.tigris.swidgets.FlexiGridLayout
Size all cells so that all in the same row are the same height and all in the same column are the same width.
ROWCOLPREFERRED - Static variable in class org.tigris.swidgets.GridLayout2
Size all cells so that all in the same row are the same height and all in the same column are the same width.
rebuild() - Method in class org.tigris.swidgets.PopupToolBox
Occasionally the ToolBox gets in a state where a button shows rollover status at the wrong time.
registerComponent(int, Component) - Method in class org.tigris.swidgets.Splitter
Register a component to be resized by this splitter.
remove(int) - Method in class org.tigris.swidgets.MultipleSplitPane
 
removeLayoutComponent(Component) - Method in class org.tigris.swidgets.DockLayout
 
removeLayoutComponent(Component) - Method in class org.tigris.swidgets.FlexiGridLayout
Removes the specified component with the specified name from the layout.
removeLayoutComponent(Component) - Method in class org.tigris.swidgets.GridLayout2
Removes the specified component with the specified name from the layout.
removeLayoutComponent(Component) - Method in class org.tigris.swidgets.LabelledLayout
Removes the specified component with the specified name from the layout.
removeLayoutComponent(Component) - Method in class org.tigris.swidgets.LineLayout
 
removeLayoutComponent(Component) - Method in class org.tigris.swidgets.NewspaperLayout
 
removeLayoutComponent(Component) - Method in class org.tigris.swidgets.ProportionalLayout
 

S

SOUTH - Static variable in class org.tigris.swidgets.BorderSplitPane
The south layout constraint (bottom of container).
SOUTH - Static variable in class org.tigris.swidgets.FlexiGridLayout
Put the component at the bottom of its display area, centered horizontally.
SOUTH - Static variable in class org.tigris.swidgets.GridLayout2
Put the component at the bottom of its display area, centered horizontally.
SOUTH - Static variable in class org.tigris.swidgets.SerialLayout
 
SOUTH - Static variable in class org.tigris.swidgets.Splitter
The side of the splitter to be hidden on a quick hide action: SOUTH
SOUTHEAST - Static variable in class org.tigris.swidgets.BorderSplitPane
The southeast layout constraint (bottom right of container).
SOUTHEAST - Static variable in class org.tigris.swidgets.FlexiGridLayout
Put the component at the bottom-right corner of its display area.
SOUTHEAST - Static variable in class org.tigris.swidgets.GridLayout2
Put the component at the bottom-right corner of its display area.
SOUTHEAST - Static variable in class org.tigris.swidgets.SerialLayout
 
SOUTHWEST - Static variable in class org.tigris.swidgets.BorderSplitPane
The southwest layout constraint (bottom left of container).
SOUTHWEST - Static variable in class org.tigris.swidgets.FlexiGridLayout
Put the component at the bottom-left corner of its display area.
SOUTHWEST - Static variable in class org.tigris.swidgets.GridLayout2
Put the component at the bottom-left corner of its display area.
SOUTHWEST - Static variable in class org.tigris.swidgets.SerialLayout
 
STANDARD - Static variable in class org.tigris.swidgets.DecoratedIcon
If the icon is the normally shown one: STANDARD
SerialLayout - class org.tigris.swidgets.SerialLayout.
Lays out components in a single row or column starting from any side and aligning components to eachother.
SerialLayout() - Constructor for class org.tigris.swidgets.SerialLayout
 
SerialLayout(Orientation) - Constructor for class org.tigris.swidgets.SerialLayout
 
SerialLayout(Orientation, String) - Constructor for class org.tigris.swidgets.SerialLayout
 
SerialLayout(Orientation, String, int) - Constructor for class org.tigris.swidgets.SerialLayout
 
SerialLayout(Orientation, String, int, int) - Constructor for class org.tigris.swidgets.SerialLayout
 
SerialLayout(Orientation, String, int, int, int) - Constructor for class org.tigris.swidgets.SerialLayout
 
Splitter - class org.tigris.swidgets.Splitter.
Acts as a seperator between components and will automatically resize those components when the splitter is moved by dragging the mouse across it.
Splitter(Orientation) - Constructor for class org.tigris.swidgets.Splitter
The constructor
SplitterLayout - class org.tigris.swidgets.SplitterLayout.
A ProportionalLayout which recognises a contained Splitter and automatically registers components either side to be resized.
SplitterLayout() - Constructor for class org.tigris.swidgets.SplitterLayout
 
SplitterLayout(Orientation) - Constructor for class org.tigris.swidgets.SplitterLayout
The constructor.
setAction(Action) - Method in class org.tigris.swidgets.PopupToolBoxButton
Provide a new default action for this button
setBreadth(Dimension, int) - Method in class org.tigris.swidgets.Horizontal
Create a new Dimension from an existing Dimension with its breadth changed to a given value.
setBreadth(Dimension, Dimension) - Method in class org.tigris.swidgets.Horizontal
Create a new Dimension from an existing Dimension with its breadth changed to the breadth of another given Dimension.
setBreadth(Dimension, int) - Method in class org.tigris.swidgets.Orientation
Create a new Dimension from an existing Dimension with its breadth changed to a given value.
setBreadth(Dimension, Dimension) - Method in class org.tigris.swidgets.Orientation
Create a new Dimension from an existing Dimension with its breadth changed to the breadth of another given Dimension.
setBreadth(Dimension, int) - Method in class org.tigris.swidgets.Vertical
Create a new Dimension from an existing Dimension with its breadth changed to a given value.
setBreadth(Dimension, Dimension) - Method in class org.tigris.swidgets.Vertical
Create a new Dimension from an existing Dimension with its breadth changed to the breadth of another given Dimension.
setButtonMouseListener(MouseListener) - Method in class org.tigris.swidgets.PopupToolBox
 
setColWidth(int[]) - Method in class org.tigris.swidgets.FlexiGridLayout
 
setColWidth(int[]) - Method in class org.tigris.swidgets.GridLayout2
 
setCols(int) - Method in class org.tigris.swidgets.FlexiGridLayout
 
setCols(int) - Method in class org.tigris.swidgets.GridLayout2
 
setContent(JComponent) - Method in class org.tigris.swidgets.Dialog
Sets the main component to be displayed within the dialog.
setCurrentValue(Object) - Method in class org.tigris.swidgets.Property
Sets the currently selected property value.
setHgap(int) - Method in class org.tigris.swidgets.FlexiGridLayout
 
setHgap(int) - Method in class org.tigris.swidgets.GridLayout2
 
setHgap(int) - Method in class org.tigris.swidgets.LabelledLayout
 
setIcon(Icon) - Method in class org.tigris.swidgets.PopupButton
Sets the button icon.
setIconHeight(int) - Method in class org.tigris.swidgets.ArrowIcon
 
setIconWidth(int) - Method in class org.tigris.swidgets.ArrowIcon
 
setLargestHeight(int) - Method in class org.tigris.swidgets.FlexiGridLayout
 
setLargestHeight(int) - Method in class org.tigris.swidgets.GridLayout2
 
setLargestWidth(int) - Method in class org.tigris.swidgets.FlexiGridLayout
 
setLargestWidth(int) - Method in class org.tigris.swidgets.GridLayout2
 
setLength(Dimension, int) - Method in class org.tigris.swidgets.Horizontal
Create a new Dimension from an existing Dimension with its length changed to a given value.
setLength(Dimension, Dimension) - Method in class org.tigris.swidgets.Horizontal
Create a new Dimension from an existing Dimension with its length changed to the length of another given Dimension.
setLength(Dimension, int) - Method in class org.tigris.swidgets.Orientation
Create a new Dimension from an existing Dimension with its length changed to a given value.
setLength(Dimension, Dimension) - Method in class org.tigris.swidgets.Orientation
Create a new Dimension from an existing Dimension with its length changed to the length of another given Dimension.
setLength(Dimension, int) - Method in class org.tigris.swidgets.Vertical
Create a new Dimension from an existing Dimension with its length changed to a given value.
setLength(Dimension, Dimension) - Method in class org.tigris.swidgets.Vertical
Create a new Dimension from an existing Dimension with its length changed to the length of another given Dimension.
setLockMethod(int) - Method in class org.tigris.swidgets.AbstractButtonAction
 
setLockMethod(int) - Method in interface org.tigris.swidgets.ButtonAction
 
setModal(boolean) - Method in class org.tigris.swidgets.AbstractButtonAction
 
setModal(boolean) - Method in interface org.tigris.swidgets.ButtonAction
 
setOrientation(Orientation) - Method in interface org.tigris.swidgets.Orientable
 
setPopupComponent(Component) - Method in class org.tigris.swidgets.PopupButton
Sets the component to be displayed within the popup.
setPosition(Point, int) - Method in class org.tigris.swidgets.Horizontal
Create a new Point from an existing Point with its position changed to a given value.
setPosition(Point, int) - Method in class org.tigris.swidgets.Orientation
Create a new Point from an existing Point with its position changed to a given value.
setPosition(Point, int) - Method in class org.tigris.swidgets.Vertical
Create a new Point from an existing Point with its position changed to a given value.
setQuickHide(int) - Method in class org.tigris.swidgets.Splitter
Change the quick hide action.
setRollover(boolean) - Method in class org.tigris.swidgets.Toolbar
 
setRowHeight(int[]) - Method in class org.tigris.swidgets.FlexiGridLayout
 
setRowHeight(int[]) - Method in class org.tigris.swidgets.GridLayout2
 
setRows(int) - Method in class org.tigris.swidgets.FlexiGridLayout
 
setRows(int) - Method in class org.tigris.swidgets.GridLayout2
 
setSize(Dimension) - Method in class org.tigris.swidgets.Splitter
Resizes the divider delegate when this component is resized.
setSize(int, int) - Method in class org.tigris.swidgets.Splitter
Resizes the divider delegate when this component is resized.
setVgap(int) - Method in class org.tigris.swidgets.FlexiGridLayout
 
setVgap(int) - Method in class org.tigris.swidgets.GridLayout2
 
setVgap(int) - Method in class org.tigris.swidgets.LabelledLayout
 
showPopup() - Method in class org.tigris.swidgets.PopupButton
Called when the user clicks the button.
showSplitter(Color, Graphics, int, int, int) - Method in class org.tigris.swidgets.PopupToolBoxButton
 
showSplitter(boolean) - Method in class org.tigris.swidgets.PopupToolBoxButton
 
subtractFromPosition(Point, int) - Method in class org.tigris.swidgets.Horizontal
Create a new Point from an existing Point with its position decreased by a given value.
subtractFromPosition(Point, Dimension) - Method in class org.tigris.swidgets.Horizontal
Create a new Point from an existing Point with its length decreased by the length of a Dimension.
subtractFromPosition(Point, Component) - Method in class org.tigris.swidgets.Horizontal
Create a new Point from an existing Point with its length decreased by the length of a Component.
subtractFromPosition(Point, int) - Method in class org.tigris.swidgets.Orientation
Create a new Point from an existing Point with its position decreased by a given value.
subtractFromPosition(Point, Dimension) - Method in class org.tigris.swidgets.Orientation
Create a new Point from an existing Point with its length decreased by the length of a Dimension.
subtractFromPosition(Point, Component) - Method in class org.tigris.swidgets.Orientation
Create a new Point from an existing Point with its length decreased by the length of a Component.
subtractLength(Dimension, int) - Method in class org.tigris.swidgets.Horizontal
Create a new Dimension from an existing Dimension with its length decreased by a given value.
subtractLength(Dimension, Dimension) - Method in class org.tigris.swidgets.Horizontal
Create a new Dimension from an existing Dimension with its length decreased by the length of another Dimension.
subtractLength(Dimension, Component) - Method in class org.tigris.swidgets.Horizontal
Create a new Dimension from an existing Dimension with its length decreased by the length of a Component.
subtractLength(Dimension, int) - Method in class org.tigris.swidgets.Orientation
Create a new Dimension from an existing Dimension with its length decreased by a given value.
subtractLength(Dimension, Dimension) - Method in class org.tigris.swidgets.Orientation
Create a new Dimension from an existing Dimension with its length decreased by the length of another Dimension.
subtractLength(Dimension, Component) - Method in class org.tigris.swidgets.Orientation
Create a new Dimension from an existing Dimension with its length decreased by the length of a Component.

T

TOP - Static variable in class org.tigris.swidgets.SerialLayout
 
TOPTOBOTTOM - Static variable in class org.tigris.swidgets.SerialLayout
 
Toolbar - class org.tigris.swidgets.Toolbar.
A toolbar class which assumes rollover effects and automatically gives tooltip to any buttons created by adding an action.
Toolbar() - Constructor for class org.tigris.swidgets.Toolbar
Creates a new instance of Toolbar
Toolbar(String) - Constructor for class org.tigris.swidgets.Toolbar
Creates a new instance of Toolbar
Toolbar(String, boolean) - Constructor for class org.tigris.swidgets.Toolbar
Creates a new instance of Toolbar
Toolbar(int) - Constructor for class org.tigris.swidgets.Toolbar
Creates a new instance of Toolbar with the given orientation
Toolbox - class org.tigris.swidgets.Toolbox.
A toolbar where buttons are shown in a grid instead of a row.
Toolbox(int, int) - Constructor for class org.tigris.swidgets.Toolbox
Creates a new instance of ToolBox
toggleHide() - Method in class org.tigris.swidgets.Splitter
 

V

VERTICAL - Static variable in class org.tigris.swidgets.FlexiGridLayout
Resize all child components to fit their cell vertically but not horizontally.
VERTICAL - Static variable in class org.tigris.swidgets.GridLayout2
Resize all child components to fit their cell vertically but not horizontally.
VERTICAL - Static variable in class org.tigris.swidgets.LineLayout
 
VERTICAL_SPLIT - Static variable in class org.tigris.swidgets.MultipleSplitPane
 
VERTICAL_SPLIT - Static variable in class org.tigris.swidgets.Splitter
The orientation for a vertical splitter
Vertical - class org.tigris.swidgets.Vertical.
Various utilities to aid components that are aware of their horizontal/vertical orientation.
Vertical() - Constructor for class org.tigris.swidgets.Vertical
 

W

WEST - Static variable in class org.tigris.swidgets.BorderSplitPane
The west layout constraint (left of container).
WEST - Static variable in class org.tigris.swidgets.FlexiGridLayout
Put the component on the left side of its display area, centered vertically.
WEST - Static variable in class org.tigris.swidgets.GridLayout2
Put the component on the left side of its display area, centered vertically.
WEST - Static variable in class org.tigris.swidgets.SerialLayout
 
WEST - Static variable in class org.tigris.swidgets.Splitter
The side of the splitter to be hidden on a quick hide action: WEST

Y

YES_NO_CANCEL_HELP_OPTION - Static variable in class org.tigris.swidgets.Dialog
Option type: YES_NO_CANCEL_HELP_OPTION
YES_NO_CANCEL_OPTION - Static variable in class org.tigris.swidgets.Dialog
Option type: YES_NO_CANCEL_OPTION
YES_NO_HELP_OPTION - Static variable in class org.tigris.swidgets.Dialog
Option type: YES_NO_HELP_OPTION
YES_NO_OPTION - Static variable in class org.tigris.swidgets.Dialog
Option type: YES_NO_OPTION

_

_gap - Variable in class org.tigris.swidgets.LineLayout
 
_orientation - Variable in class org.tigris.swidgets.LineLayout
 

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