Serialized Form
|
Package org.openbp.swing.components |
borderWidth
int borderWidth
- Property: Border width of the rectangle
targetRect
java.awt.Rectangle targetRect
- Target rectangle
fill
boolean fill
- Fill rectangle or draw rectangle shape?
container
javax.swing.RootPaneContainer container
- Current container the glass pane was assigned to
originalGlassPane
java.awt.Component originalGlassPane
- Original glass pane of the container the glass pane was assigned to
textPane
javax.swing.JTextPane textPane
- Text pane
standardAttributeSet
javax.swing.text.MutableAttributeSet standardAttributeSet
- Attribute set for standard text output
msg
java.lang.String msg
- Message
msgType
int msgType
- Message type
userChoice
int userChoice
- The return value of the message box
defaultButton
javax.swing.JButton defaultButton
- The focussed button when a message box is openend
buttons
java.util.ArrayList<E> buttons
- All JButtons to display
typeByButton
java.util.Map<K,V> typeByButton
- Keeps the JButtons as keys for the corresponding constants as values.
(used to determine the return value)
buttonByType
java.util.Map<K,V> buttonByType
- Keeps the constants as keys for the corresponding JButtons as values.
(used to determine the default button)
doNotShowAgainCheckBox
javax.swing.JCheckBox doNotShowAgainCheckBox
- 'Do not show this message again' check box
resourceCollection
ResourceCollection resourceCollection
- Actual resource to use for this message box
resourcePrefix
java.lang.String resourcePrefix
- Actual resource to use for this message box
orientation
int orientation
- Orientation of this multi split pane
panes
java.util.List<E> panes
- List containing the nested JSplitPanes
proportions
double[] proportions
- Array containing the proportional sizes for all children
changing
boolean changing
- Set to true during self layouting
mainPane
javax.swing.JPanel mainPane
- Main content panel
btnPane
javax.swing.JPanel btnPane
- Button pane
okBtn
javax.swing.JButton okBtn
- Ok button
cancelBtn
javax.swing.JButton cancelBtn
- Cancel button
cancelled
boolean cancelled
- Status flag: Dialog was cancelled
res
ResourceCollection res
- Resource
pwd1
javax.swing.JPasswordField pwd1
- Password field for input
pwd2
javax.swing.JPasswordField pwd2
- Repeated password input field
password
java.lang.String password
- Password
definePassword
boolean definePassword
- Flag wheter the dialog is displayed to set the password or to request the password
|
Package org.openbp.swing.components.popupfield |
label
javax.swing.JLabel label
- Label
arrowButton
javax.swing.JButton arrowButton
- Arrow button
textField
javax.swing.JTextField textField
- Text field
listenerSupport
AWTListenerSupport listenerSupport
- Listeners
itemList
java.util.List<E> itemList
- Item list (contains objects)
maximumRowCount
int maximumRowCount
- Maximum row count to display in the popup
popup
JSelectionPopup popup
- Popup menu containing the selection list
selectionField
JSelectionField selectionField
- Associated selection field
list
javax.swing.JList list
- List component that holds the selectable items
scroller
javax.swing.JScrollPane scroller
- Scroll bar that scrolls the list
cause
int cause
- Cause of the event (
PopupEvent.POPUP_OPENING/PopupEvent.POPUP_OPENED/PopupEvent.POPUP_CLOSING/PopupEvent.POPUP_CLOSED)
|
Package org.openbp.swing.components.splash |
|
Package org.openbp.swing.components.treetable |
delegateObject
DefaultTableCellEditor.EditorDelegate delegateObject
- The delegate class which handles all methods sent from the
CellEditor.
value
java.lang.Object value
- The value of this cell.
singleLineText
java.lang.String[] singleLineText
- Single line text for HTML conversion
treeTable
JTreeTable treeTable
- Tree Table that uses this tree cell rendered for it's tree.
maxColumnCount
int maxColumnCount
- Holds the column count for the node with the maximum column count.
tree
TreeTableCellRenderer tree
- The cell rendered used by the JTreeTable, that contains the Tree.
focusInputMap
javax.swing.InputMap focusInputMap
- Input map for focused keys of the tree table
focusAncestorInputMap
javax.swing.InputMap focusAncestorInputMap
- Input map for ancestor-focused keys of the tree table
actionMap
javax.swing.ActionMap actionMap
- Action map of the tree table
listenerSupport
ListenerSupport listenerSupport
- Listener support object holding the listeners
defaultRowHeight
int defaultRowHeight
- Default row height
treeCol
int treeCol
- We assume the tree column to be column 0
currentCol
int currentCol
- Current colum
currentRow
int currentRow
- Current row
savedCurrentCol
int savedCurrentCol
- Saved current column
savedCurrentRow
int savedCurrentRow
- Saved current row
performingEditCellAt
boolean performingEditCellAt
- Defines if a cell is being edited or not.
selectionMode
int selectionMode
- Selection mode
csc
ColumnSizeConstraint csc
- The constraint for the column size.
root
TreeTableNode root
- The root element used by the tree.
treeTable
JTreeTable treeTable
- The JTreeTable using this model.
columnHeader
java.lang.String[] columnHeader
- The header information for the columns
treeTable
JTreeTable treeTable
- TreeTable mediator used to communicate with the other Tree Tabel elements.
visibleRow
int visibleRow
- Last table/tree row asked to renderer.
treeTable
JTreeTable treeTable
- Table which contains the tree. Parent container.
selectionForeground
java.awt.Color selectionForeground
- Foreground color for selected cells
selectionBackground
java.awt.Color selectionBackground
- Background color for selected cells
foreground
java.awt.Color foreground
- Foreground color
background
java.awt.Color background
- Background color
consumed
boolean consumed
- Flag that the event has been consumed
type
int type
- Event type
command
int command
- Command. (See the JTreeTable.CMD_* constants)
|
Package org.openbp.swing.components.wizard |
listeners
java.util.List<E> listeners
- Change listeners
wizardResourceCollection
ResourceCollection wizardResourceCollection
- Wizard resource file
pageResourcePrefix
java.lang.String pageResourcePrefix
- Optional resource prefix for wizard page resources
defaultWizardImage
javax.swing.ImageIcon defaultWizardImage
- Default wizard image
defaultBackgroundImage
javax.swing.ImageIcon defaultBackgroundImage
- Default background image
dataModel
WizardDataModel dataModel
- Data collection model holding the data of the pages
manager
SequenceManager manager
- Page sequence manager
resultPageName
java.lang.String resultPageName
- Wizard result page name
listeners
java.util.List<E> listeners
- Wizard listeners
deckPanel
javax.swing.JPanel deckPanel
- Deck of wizard pages
pages
java.util.Map<K,V> pages
- Table of pages (maps page names to
WizardPage objects)
layout
WizardLayout layout
- Layout manager
lastAdded
java.lang.String lastAdded
- Name of the recently added page
nav
WizardNavigator nav
- Navigation bar
comps
java.util.Hashtable<K,V> comps
- Table of components.
Maps a component name to the component (Component).
wizard
Wizard wizard
- Wizard component
wizardResourceCollection
ResourceCollection wizardResourceCollection
- Wizard resource file
back
javax.swing.JButton back
- Back button
next
javax.swing.JButton next
- Next button
finish
javax.swing.JButton finish
- Finish button
cancel
javax.swing.JButton cancel
- Cancel button
close
javax.swing.JButton close
- Close button
help
javax.swing.JButton help
- Help button
wizard
Wizard wizard
- Wizard that owns the panel
canMoveForward
boolean canMoveForward
- Move forward status flag
canMoveBackward
boolean canMoveBackward
- Move backward status flag
canFinish
boolean canFinish
- Finish status flag
canCancel
boolean canCancel
- Cancel status flag
title
java.lang.String title
- Title of the page
description
java.lang.String description
- Description text
wizardImage
javax.swing.ImageIcon wizardImage
- Wizard image
backgroundImage
javax.swing.ImageIcon backgroundImage
- Background image
imageLabel
javax.swing.JLabel imageLabel
- Image label
titleLabel
javax.swing.JLabel titleLabel
- Title label
descriptionArea
javax.swing.JTextArea descriptionArea
- Description area
|
Package org.openbp.swing.layout |
comps
java.util.Hashtable<K,V> comps
- Table of components.
Maps a component name to the component (Component).
wrap
boolean wrap
- Wrap around when flipping through the card stack
xpos
int xpos
- Horizontal alignment
ypos
int ypos
- Vertical alignment
haveComponent
boolean haveComponent
- Flag if a component has been added
hgap
int hgap
vgap
int vgap
horFill
boolean horFill
vertFill
boolean vertFill
|
Package org.openbp.swing.layout.dock |
horizontalOrder
boolean horizontalOrder
- Main orientation of the components
horizontalGap
int horizontalGap
- Horizontal gap between the components.
verticalGap
int verticalGap
- Vertical gap between the components.
components
java.awt.Component[] components
- Child components of the container managed by this layout
top
int top
- Working variable of the layoutContainer method:
Top coordinate of the space left in the container
bottom
int bottom
- Working variable of the method:
Bottom coordinate of the space left in the container
left
int left
- Working variable of the method:
Left coordinate of the space left in the container
right
int right
- Working variable of the method:
Right coordinate of the space left in the container
|
Package org.openbp.swing.layout.splitter |
orientation
int orientation
- Orientation property
liveLayout
boolean liveLayout
- Change layout while dragging splittr bar
mouseInside
boolean mouseInside
- Status: Mouse is inside the splitter bar
orientation
int orientation
- Orientation property
componentsToConstraints
java.util.Map<K,V> componentsToConstraints
- Table mapping components to their layout constraints
currentComps
java.awt.Component[] currentComps
- Array of components in the container
(working variable used during the layout process only).
currentConstraints
SplitterConstraint[] currentConstraints
- Array of splitter constraints that correspond to the components in the container
(working variable used during the layout process only).
currentSizes
int[] currentSizes
- Array of component size
|
Package org.openbp.swing.plaf.sky |
inlayBorder
boolean inlayBorder
- Flag if the inlay border should be painted
insets
java.awt.Insets insets
- Insets of the border
borderWidth
int borderWidth
- Border width
color
java.awt.Color color
- Border color
insets
java.awt.Insets insets
comboBox
javax.swing.JComboBox comboBox
rendererPane
javax.swing.CellRendererPane rendererPane
comboIcon
javax.swing.Icon comboIcon
iconOnly
boolean iconOnly
directories
java.util.Vector<E> directories
depths
int[] depths
selectedDirectory
java.io.File selectedDirectory
chooser
javax.swing.JFileChooser chooser
fsv
javax.swing.filechooser.FileSystemView fsv
filters
javax.swing.filechooser.FileFilter[] filters
mouseOver
boolean mouseOver
Copyright © 2011. All Rights Reserved.