Serialized Form


Package org.tigris.swidgets

Class org.tigris.swidgets.AbstractButtonAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

modal

boolean modal

lockMethod

int lockMethod

Class org.tigris.swidgets.ArrowButton extends javax.swing.JButton implements Serializable

Class org.tigris.swidgets.ArrowIcon extends java.lang.Object implements Serializable

Serialized Fields

buffer

int[][] buffer

northWestBuffer

int[][] northWestBuffer

southEastBuffer

int[][] southEastBuffer

direction

int direction

width

int width

height

int height

Class org.tigris.swidgets.BorderSplitPane extends javax.swing.JComponent implements Serializable

Serialized Fields

outerSplitPane

MultipleSplitPane outerSplitPane

topSplitPane

MultipleSplitPane topSplitPane

middleSplitPane

MultipleSplitPane middleSplitPane

bottomSplitPane

MultipleSplitPane bottomSplitPane

Class org.tigris.swidgets.DecoratedIcon extends javax.swing.ImageIcon implements Serializable

Serialized Fields

imageBuffer

int[][] imageBuffer
This is the sprite buffer for the arrow image of the left button.


popupIconWidth

int popupIconWidth

popupIconHeight

int popupIconHeight

popupIconOffset

int popupIconOffset

imageIcon

javax.swing.ImageIcon imageIcon

Class org.tigris.swidgets.Dialog extends javax.swing.JDialog implements Serializable

Serialized Fields

leftBorder

int leftBorder

rightBorder

int rightBorder

topBorder

int topBorder

bottomBorder

int bottomBorder

componentGap

int componentGap
The gap between components.


labelGap

int labelGap
The gap between labels.


buttonGap

int buttonGap

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

closeButton

javax.swing.JButton closeButton

yesButton

javax.swing.JButton yesButton

noButton

javax.swing.JButton noButton

helpButton

javax.swing.JButton helpButton

mainPanel

javax.swing.JPanel mainPanel

content

javax.swing.JComponent content

buttonPanel

javax.swing.JPanel buttonPanel

optionType

int optionType

Class org.tigris.swidgets.DockLayout extends java.awt.BorderLayout implements Serializable

Serialized Fields

north

java.util.ArrayList north

south

java.util.ArrayList south

east

java.util.ArrayList east

west

java.util.ArrayList west

center

java.awt.Component center

Class org.tigris.swidgets.DropDownIcon extends DecoratedIcon implements Serializable

Class org.tigris.swidgets.FlexiGridLayout extends java.lang.Object implements Serializable

Serialized Fields

hgap

int hgap
This is the horizontal gap (in pixels) which specifies the space between columns. They can be changed at any time. This should be a non negative integer.

 
See Also:
FlexiGridLayout.getHgap(), FlexiGridLayout.setHgap(int)

vgap

int vgap
This is the vertical gap (in pixels) which specifies the space between rows. They can be changed at any time. This should be a non negative integer.

 
See Also:
FlexiGridLayout.getVgap(), FlexiGridLayout.setVgap(int)

rows

int rows
This is the number of rows specified for the grid. The number of rows can be changed at any time. This should be a non negative integer, where '0' means 'any number' meaning that the number of Rows in that dimension depends on the other dimension.

 
See Also:
FlexiGridLayout.getRows(), FlexiGridLayout.setRows(int)

cols

int cols
This is the number of columns specified for the grid. The number of columns can be changed at any time. This should be a non negative integer, where '0' means 'any number' meaning that the number of Columns in that dimension depends on the other dimension.

 
See Also:
FlexiGridLayout.getColumns(), FlexiGridLayout.setCols(int)

cellSizing

int cellSizing

fill

int fill

anchor

int anchor

largestHeight

int largestHeight
The height of the child component with the largest height


largestWidth

int largestWidth
The width of the child component with the largest width


colWidth

int[] colWidth
The required cell width of each column


rowHeight

int[] rowHeight
The required cell height of each row

Class org.tigris.swidgets.GridLayout2 extends java.lang.Object implements Serializable

Serialized Fields

hgap

int hgap
This is the horizontal gap (in pixels) which specifies the space between columns. They can be changed at any time. This should be a non negative integer.

 
See Also:
GridLayout2.getHgap(), GridLayout2.setHgap(int)

vgap

int vgap
This is the vertical gap (in pixels) which specifies the space between rows. They can be changed at any time. This should be a non negative integer.

 
See Also:
GridLayout2.getVgap(), GridLayout2.setVgap(int)

rows

int rows
This is the number of rows specified for the grid. The number of rows can be changed at any time. This should be a non negative integer, where '0' means 'any number' meaning that the number of Rows in that dimension depends on the other dimension.

 
See Also:
GridLayout2.getRows(), GridLayout2.setRows(int)

cols

int cols
This is the number of columns specified for the grid. The number of columns can be changed at any time. This should be a non negative integer, where '0' means 'any number' meaning that the number of Columns in that dimension depends on the other dimension.

 
See Also:
GridLayout2.getColumns(), GridLayout2.setCols(int)

cellSizing

int cellSizing

fill

int fill

anchor

int anchor

largestHeight

int largestHeight
The height of the child component with the largest height


largestWidth

int largestWidth
The width of the child component with the largest width


colWidth

int[] colWidth
The required cell width of each column


rowHeight

int[] rowHeight
The required cell height of each row

Class org.tigris.swidgets.LabelledLayout extends java.lang.Object implements Serializable

Serialized Fields

_hgap

int _hgap
This is the horizontal gap (in pixels) which specifies the space between columns. They can be changed at any time. This should be a non negative integer.

 
See Also:
LabelledLayout.getHgap(), LabelledLayout.setHgap(int)

_vgap

int _vgap
This is the vertical gap (in pixels) which specifies the space between rows. They can be changed at any time. This should be a non negative integer.

 
See Also:
LabelledLayout.getVgap(), LabelledLayout.setVgap(int)

_largestHeight

int _largestHeight
The height of the child component with the largest height


_largestWidth

int _largestWidth
The width of the child component with the largest width


_labelWidth

int _labelWidth
The required cell width of the labels column


_ignoreSplitters

boolean _ignoreSplitters

Class org.tigris.swidgets.MultipleSplitPane extends javax.swing.JComponent implements Serializable

Serialized Fields

splitterArray

Splitter[] splitterArray

Class org.tigris.swidgets.NewspaperLayout extends GridLayout2 implements Serializable

Serialized Fields

gridGap

int gridGap

preferredX

int preferredX

preferredY

int preferredY

gridWidth

int gridWidth

Class org.tigris.swidgets.PopupButton extends org.tigris.toolbar.toolbutton.ModalButton implements Serializable

Serialized Fields

component

java.awt.Component component
The popup component.

Class org.tigris.swidgets.PopupToolBox extends Toolbox implements Serializable

Serialized Fields

actions

java.util.ArrayList actions

mouseListener

java.awt.event.MouseListener mouseListener

Class org.tigris.swidgets.PopupToolBoxButton extends javax.swing.JButton implements Serializable

Serialized Fields

button

javax.swing.JButton button

popupToolBox

PopupToolBox popupToolBox

standardIcon

DecoratedIcon standardIcon

tooltip

java.lang.String tooltip

showSplitter

boolean showSplitter

Class org.tigris.swidgets.PropertyTable extends javax.swing.JTable implements Serializable

Serialized Fields

properties

Property[] properties

nameColumnTitle

java.lang.String nameColumnTitle

valueColumnTitle

java.lang.String valueColumnTitle

Class org.tigris.swidgets.Splitter extends javax.swing.JComponent implements Serializable

Serialized Fields

orientation

Orientation orientation
The orientation of this splitter. Orientation does not represent the shape of the splitter but rather the layout of the objects being seperated by the splitter. In other words a horizontal splitter seperates components layed out in a horizontal row.


lastPosition

int lastPosition

lastLength

int lastLength

quickHide

int quickHide
Is quick hide available and if so which component ahould it hide


panelHidden

boolean panelHidden
True if a component has been hidden by using the quick hide process of the Splitter


dynamicResize

boolean dynamicResize
True if components are resized dymically when the plitter is dragged. If false then components are only resized when the splitter is dropped by releasing the mouse.


sideComponent

java.awt.Component[] sideComponent
The 2 components which the splitter is designed to seperate


splitterSize

int splitterSize
The standard width of a splitter


buttonNorth

ArrowButton buttonNorth
The quick hide buttons


buttonSouth

ArrowButton buttonSouth
The quick hide buttons


_divider

javax.swing.plaf.basic.BasicSplitPaneDivider _divider
Component which knows how to paint the split divider.

Class org.tigris.swidgets.Toolbar extends javax.swing.JToolBar implements Serializable

Serialized Fields

rollover

boolean rollover

Class org.tigris.swidgets.Toolbox extends Toolbar implements Serializable

Serialized Fields

rows

int rows

cols

int cols