Serialized Form
Package org.tigris.swidgets |
modal
boolean modal
lockMethod
int lockMethod
buffer
int[][] buffer
northWestBuffer
int[][] northWestBuffer
southEastBuffer
int[][] southEastBuffer
direction
int direction
width
int width
height
int height
outerSplitPane
MultipleSplitPane outerSplitPane
topSplitPane
MultipleSplitPane topSplitPane
middleSplitPane
MultipleSplitPane middleSplitPane
bottomSplitPane
MultipleSplitPane bottomSplitPane
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
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
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
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
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
_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
splitterArray
Splitter[] splitterArray
gridGap
int gridGap
preferredX
int preferredX
preferredY
int preferredY
gridWidth
int gridWidth
component
java.awt.Component component
- The popup component.
actions
java.util.ArrayList actions
mouseListener
java.awt.event.MouseListener mouseListener
button
javax.swing.JButton button
popupToolBox
PopupToolBox popupToolBox
standardIcon
DecoratedIcon standardIcon
tooltip
java.lang.String tooltip
showSplitter
boolean showSplitter
properties
Property[] properties
nameColumnTitle
java.lang.String nameColumnTitle
valueColumnTitle
java.lang.String valueColumnTitle
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.
rollover
boolean rollover
rows
int rows
cols
int cols