Serialized Form


Package org.openbp.swing.components

Class org.openbp.swing.components.DragGlassPane extends javax.swing.JComponent implements Serializable

Serialized Fields

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

Class org.openbp.swing.components.JConsole extends javax.swing.JScrollPane implements Serializable

Serialized Fields

textPane

javax.swing.JTextPane textPane
Text pane


standardAttributeSet

javax.swing.text.MutableAttributeSet standardAttributeSet
Attribute set for standard text output

Class org.openbp.swing.components.JMsgBox extends javax.swing.JDialog implements Serializable

Serialized Fields

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

Class org.openbp.swing.components.JMultiSplitPane extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.openbp.swing.components.JNonWrappingTextPane extends javax.swing.JTextPane implements Serializable

Class org.openbp.swing.components.JStandardDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

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

Class org.openbp.swing.components.PasswordDialog extends JStandardDialog implements Serializable

Serialized Fields

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

Class org.openbp.swing.components.popupfield.JPopupField extends javax.swing.JPanel implements Serializable

Serialized Fields

label

javax.swing.JLabel label
Label


arrowButton

javax.swing.JButton arrowButton
Arrow button


textField

javax.swing.JTextField textField
Text field


listenerSupport

AWTListenerSupport listenerSupport
Listeners

Class org.openbp.swing.components.popupfield.JSelectionField extends JPopupField implements Serializable

Serialized Fields

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

Class org.openbp.swing.components.popupfield.JSelectionPopup extends javax.swing.JPopupMenu implements Serializable

Serialized Fields

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

Class org.openbp.swing.components.popupfield.PopupEvent extends java.util.EventObject implements Serializable

Serialized Fields

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

Class org.openbp.swing.components.splash.Splash extends javax.swing.JWindow implements Serializable


Package org.openbp.swing.components.treetable

Class org.openbp.swing.components.treetable.DefaultTableCellEditor extends javax.swing.AbstractCellEditor implements Serializable

Serialized Fields

delegateObject

DefaultTableCellEditor.EditorDelegate delegateObject
The delegate class which handles all methods sent from the CellEditor.

Class org.openbp.swing.components.treetable.DefaultTableCellEditor.EditorDelegate extends java.lang.Object implements Serializable

Serialized Fields

value

java.lang.Object value
The value of this cell.

Class org.openbp.swing.components.treetable.DefaultTableCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Serialized Fields

singleLineText

java.lang.String[] singleLineText
Single line text for HTML conversion

Class org.openbp.swing.components.treetable.DefaultTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

Serialized Fields

treeTable

JTreeTable treeTable
Tree Table that uses this tree cell rendered for it's tree.

Class org.openbp.swing.components.treetable.DefaultTreeTableModel extends SimpleTreeTableModel implements Serializable

Serialized Fields

maxColumnCount

int maxColumnCount
Holds the column count for the node with the maximum column count.

Class org.openbp.swing.components.treetable.JTreeTable extends javax.swing.JTable implements Serializable

Serialized Fields

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.

Class org.openbp.swing.components.treetable.SimpleTreeTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

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

Class org.openbp.swing.components.treetable.TreeTableCellEditor extends javax.swing.DefaultCellEditor implements Serializable

Serialized Fields

treeTable

JTreeTable treeTable
TreeTable mediator used to communicate with the other Tree Tabel elements.

Class org.openbp.swing.components.treetable.TreeTableCellRenderer extends javax.swing.JTree implements Serializable

Serialized Fields

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

Class org.openbp.swing.components.treetable.TreeTableEvent extends java.util.EventObject implements Serializable

Serialized Fields

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

Class org.openbp.swing.components.wizard.WizardDataModelImpl extends java.util.Properties implements Serializable

Serialized Fields

listeners

java.util.List<E> listeners
Change listeners

Class org.openbp.swing.components.wizard.WizardImpl extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.openbp.swing.components.wizard.WizardLayout extends java.lang.Object implements Serializable

Serialized Fields

comps

java.util.Hashtable<K,V> comps
Table of components. Maps a component name to the component (Component).

Class org.openbp.swing.components.wizard.WizardNavigator extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.openbp.swing.components.wizard.WizardPage extends javax.swing.JPanel implements Serializable

Serialized Fields

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

Class org.openbp.swing.layout.DeckLayout extends java.lang.Object implements Serializable

Serialized Fields

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

Class org.openbp.swing.layout.UnitLayout extends java.lang.Object implements Serializable

Serialized Fields

xpos

int xpos
Horizontal alignment


ypos

int ypos
Vertical alignment


haveComponent

boolean haveComponent
Flag if a component has been added

Class org.openbp.swing.layout.VerticalFlowLayout extends java.awt.FlowLayout implements Serializable

Serialized Fields

hgap

int hgap

vgap

int vgap

horFill

boolean horFill

vertFill

boolean vertFill

Package org.openbp.swing.layout.dock

Class org.openbp.swing.layout.dock.DockLayout extends java.lang.Object implements Serializable

Serialized Fields

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

Class org.openbp.swing.layout.splitter.SplitterBar extends javax.swing.JPanel implements Serializable

Serialized Fields

orientation

int orientation
Orientation property


liveLayout

boolean liveLayout
Change layout while dragging splittr bar


mouseInside

boolean mouseInside
Status: Mouse is inside the splitter bar

Class org.openbp.swing.layout.splitter.SplitterLayout extends java.lang.Object implements Serializable

Serialized Fields

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

Class org.openbp.swing.layout.splitter.SplitterSpace extends java.awt.Component implements Serializable


Package org.openbp.swing.plaf.sky

Class org.openbp.swing.plaf.sky.ButtonBorder extends javax.swing.border.AbstractBorder implements Serializable

Class org.openbp.swing.plaf.sky.ReverseShadowBorder extends javax.swing.border.AbstractBorder implements Serializable

Class org.openbp.swing.plaf.sky.ShadowBorder extends javax.swing.border.AbstractBorder implements Serializable

Serialized Fields

inlayBorder

boolean inlayBorder
Flag if the inlay border should be painted

Class org.openbp.swing.plaf.sky.SimpleBorder extends javax.swing.border.AbstractBorder implements Serializable

Serialized Fields

insets

java.awt.Insets insets
Insets of the border


borderWidth

int borderWidth
Border width


color

java.awt.Color color
Border color

Class org.openbp.swing.plaf.sky.SimpleRoundBorder extends javax.swing.border.AbstractBorder implements Serializable

Serialized Fields

insets

java.awt.Insets insets

Class org.openbp.swing.plaf.sky.SkyComboBoxUI.ComboBoxButton extends javax.swing.JButton implements Serializable

Serialized Fields

comboBox

javax.swing.JComboBox comboBox

rendererPane

javax.swing.CellRendererPane rendererPane

comboIcon

javax.swing.Icon comboIcon

iconOnly

boolean iconOnly

Class org.openbp.swing.plaf.sky.SkyComboBoxUI.ComboBoxIcon extends java.lang.Object implements Serializable

Class org.openbp.swing.plaf.sky.SkyFileChooserUI.DirectoryComboBoxAction extends javax.swing.AbstractAction implements Serializable

Class org.openbp.swing.plaf.sky.SkyFileChooserUI.DirectoryComboBoxModel extends javax.swing.AbstractListModel implements Serializable

Serialized Fields

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

Class org.openbp.swing.plaf.sky.SkyFileChooserUI.FileRenderer extends javax.swing.DefaultListCellRenderer implements Serializable

Class org.openbp.swing.plaf.sky.SkyFileChooserUI.FilterComboBoxModel extends javax.swing.AbstractListModel implements Serializable

Serialized Fields

filters

javax.swing.filechooser.FileFilter[] filters

Class org.openbp.swing.plaf.sky.SkyFileChooserUI.FilterComboBoxRenderer extends javax.swing.DefaultListCellRenderer implements Serializable

Class org.openbp.swing.plaf.sky.SkyLookAndFeel extends javax.swing.plaf.metal.MetalLookAndFeel implements Serializable

Class org.openbp.swing.plaf.sky.SkySplitPaneDivider extends javax.swing.plaf.basic.BasicSplitPaneDivider implements Serializable

Serialized Fields

mouseOver

boolean mouseOver

Class org.openbp.swing.plaf.sky.ToolBarComponentBorder extends javax.swing.border.AbstractBorder implements Serializable

Class org.openbp.swing.plaf.sky.ToolBarRollOverComponentBorder extends javax.swing.border.AbstractBorder implements Serializable



Copyright © 2011. All Rights Reserved.