JIDE Common Layer 2.7.6

Serialized Form


Package com.jidesoft.comparator

Class com.jidesoft.comparator.CharSequenceComparator extends java.lang.Object implements Serializable

Serialized Fields

_caseSensitive

boolean _caseSensitive

Class com.jidesoft.comparator.ComparableComparator extends java.lang.Object implements Serializable

serialVersionUID: -291439688585137865L

Class com.jidesoft.comparator.ComparatorContext extends AbstractContext implements Serializable

Class com.jidesoft.comparator.FastComparableComparator extends java.lang.Object implements Serializable


Package com.jidesoft.converter

Class com.jidesoft.converter.AbstractContext extends java.lang.Object implements Serializable

Serialized Fields

_name

java.lang.String _name

_userObject

java.lang.Object _userObject

Class com.jidesoft.converter.ConverterContext extends AbstractContext implements Serializable

serialVersionUID: 8015351559541303641L

Class com.jidesoft.converter.RegistrationEvent extends java.util.EventObject implements Serializable

Serialized Fields

_id

int _id

_object

java.lang.Object _object

_context

java.lang.Object _context

_key

java.lang.Object _key

Package com.jidesoft.dialog

Class com.jidesoft.dialog.AbstractDialogPage extends AbstractPage implements Serializable

Serialized Fields

_title

java.lang.String _title

_description

java.lang.String _description

_icon

javax.swing.Icon _icon

_pageEnabled

boolean _pageEnabled

_parentPage

AbstractDialogPage _parentPage

_defaultFocusComponent

java.awt.Component _defaultFocusComponent

Class com.jidesoft.dialog.AbstractPage extends javax.swing.JPanel implements Serializable

Serialized Fields

_allowClosing

boolean _allowClosing

_invokeCondition

int _invokeCondition

_lazyConstructorCalled

boolean _lazyConstructorCalled

Class com.jidesoft.dialog.BannerPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

_title

java.lang.String _title
Title of the banner panel.


_subtitle

java.lang.String _subtitle
Subtitle or description of the banner panel.


_titleIcon

javax.swing.ImageIcon _titleIcon
Icon for the banner panel.


_iconComponent

javax.swing.JComponent _iconComponent
A component to be placed at position of icon.


_subTitleIndent

int _subTitleIndent

_titleFont

java.awt.Font _titleFont

_titleColor

java.awt.Color _titleColor

_subTitleFont

java.awt.Font _subTitleFont

_subTitleColor

java.awt.Color _subTitleColor

_backgroundPaint

java.awt.Paint _backgroundPaint

_propertyListener

java.beans.PropertyChangeListener _propertyListener

_titleLabel

javax.swing.JLabel _titleLabel

_subtitleLabel

MultilineLabel _subtitleLabel

_startColor

java.awt.Color _startColor

_endColor

java.awt.Color _endColor

_isVertical

boolean _isVertical

_titleIconLocation

int _titleIconLocation

_textPanel

javax.swing.JPanel _textPanel

Class com.jidesoft.dialog.ButtonEvent extends java.util.EventObject implements Serializable

Serialized Fields

_id

int _id

_buttonName

java.lang.String _buttonName

_userObject

java.lang.String _userObject

Class com.jidesoft.dialog.ButtonPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

_defaultOrder

java.lang.String _defaultOrder

_defaultOppositeOrder

java.lang.String _defaultOppositeOrder

_defaultButtonGap

int _defaultButtonGap

_defaultGroupGap

int _defaultGroupGap

_defaultButtonWidth

int _defaultButtonWidth

_alignment

int _alignment

_layout

com.jidesoft.dialog.ButtonPanelLayout _layout

_addNotify

boolean _addNotify

_defaultButton

javax.swing.JButton _defaultButton

Class com.jidesoft.dialog.JideOptionPane extends javax.swing.JOptionPane implements Serializable

Serialized Fields

_title

java.lang.Object _title

_details

java.lang.Object _details

Class com.jidesoft.dialog.MultiplePageDialog extends StandardDialog implements Serializable

Serialized Fields

_style

int _style

_pageList

PageList _pageList

_indexPanel

javax.swing.JComponent _indexPanel
The left pane to show the icon, list etc. It's an index area to choose which page.


_pagesPanel

javax.swing.JComponent _pagesPanel
The panel contains all the pages. In TAB_STYLE, it is a tabbed pane and in other styles, it's a panel with CardLayout.


_cardLayout

java.awt.CardLayout _cardLayout

_titleNodeMap

java.util.Map<K,V> _titleNodeMap
Map that maps from page full title to tree node. It provides a fast access from page full title to the tree node in TREE_STYLE.


_okButton

javax.swing.JButton _okButton

_cancelButton

javax.swing.JButton _cancelButton

_applyButton

javax.swing.JButton _applyButton

_treeCellRenderer

javax.swing.tree.TreeCellRenderer _treeCellRenderer

_listCellRenderer

javax.swing.ListCellRenderer _listCellRenderer

_tabbedPane

javax.swing.JTabbedPane _tabbedPane

_initialPageTitle

java.lang.String _initialPageTitle

_tree

javax.swing.JTree _tree

Class com.jidesoft.dialog.MultiplePageDialogPane extends StandardDialogPane implements Serializable

Serialized Fields

_style

int _style

_pageList

PageList _pageList

_indexPanel

javax.swing.JComponent _indexPanel
The left pane to show the icon, list etc. It's an index area to choose which page.


_pagesPanel

javax.swing.JComponent _pagesPanel
The panel contains all the pages. In TAB_STYLE, it is a tabbed pane and in other styles, it's a panel with CardLayout.


_cardLayout

java.awt.CardLayout _cardLayout

_titleNodeMap

java.util.Map<K,V> _titleNodeMap
Map that maps from page full title to tree node. It provides a fast access from page full title to the tree node in TREE_STYLE.


_okButton

javax.swing.JButton _okButton

_cancelButton

javax.swing.JButton _cancelButton

_applyButton

javax.swing.JButton _applyButton

_okAction

javax.swing.AbstractAction _okAction

_cancelAction

javax.swing.AbstractAction _cancelAction

_treeCellRenderer

javax.swing.tree.TreeCellRenderer _treeCellRenderer

_listCellRenderer

javax.swing.ListCellRenderer _listCellRenderer

_tabbedPane

javax.swing.JTabbedPane _tabbedPane

_initialPageTitle

java.lang.String _initialPageTitle

_tree

javax.swing.JTree _tree

Class com.jidesoft.dialog.PageEvent extends java.util.EventObject implements Serializable

Serialized Fields

_id

int _id

Class com.jidesoft.dialog.PageList extends javax.swing.DefaultComboBoxModel implements Serializable

Class com.jidesoft.dialog.ScrollableButtonPanel extends ButtonPanel implements Serializable

Class com.jidesoft.dialog.StandardDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

_lazyConstructorCalled

boolean _lazyConstructorCalled

_standardDialogPane

StandardDialogPane _standardDialogPane

_dialogResult

int _dialogResult

_propertyChangeListener

com.jidesoft.dialog.StandardDialog.StandardDialogPropertyChangeListener _propertyChangeListener

Class com.jidesoft.dialog.StandardDialog.DefaultStandardDialogPane extends StandardDialogPane implements Serializable

Class com.jidesoft.dialog.StandardDialogPane extends javax.swing.JPanel implements Serializable

Serialized Fields

_lazyConstructorCalled

boolean _lazyConstructorCalled

_bannerPanel

javax.swing.JComponent _bannerPanel

_contentPanel

javax.swing.JComponent _contentPanel

_buttonPanel

ButtonPanel _buttonPanel

_defaultCancelAction

javax.swing.Action _defaultCancelAction

_defaultAction

javax.swing.Action _defaultAction

_initFocusedComponent

java.awt.Component _initFocusedComponent

Package com.jidesoft.grouper

Class com.jidesoft.grouper.GrouperContext extends AbstractContext implements Serializable


Package com.jidesoft.icons

Class com.jidesoft.icons.MenuCheckIcon extends java.lang.Object implements Serializable

serialVersionUID: -6303936713472505092L

Serialized Fields

_icon

javax.swing.ImageIcon _icon

Package com.jidesoft.list

Class com.jidesoft.list.StyledListCellRenderer extends StyledLabel implements Serializable

Class com.jidesoft.list.StyledListCellRenderer.UIResource extends StyledListCellRenderer implements Serializable


Package com.jidesoft.plaf.aqua

Class com.jidesoft.plaf.aqua.AquaJideTabbedPaneUI.AquaTabCloseButton extends BasicJideTabbedPaneUI.TabCloseButton implements Serializable


Package com.jidesoft.plaf.basic

Class com.jidesoft.plaf.basic.BasicJideComboBoxButton extends javax.swing.JButton implements Serializable

Serialized Fields

_comboBox

javax.swing.JComboBox _comboBox

_listBox

javax.swing.JList _listBox

_rendererPane

javax.swing.CellRendererPane _rendererPane

_comboIcon

javax.swing.Icon _comboIcon

_iconOnly

boolean _iconOnly

Class com.jidesoft.plaf.basic.BasicJideComboBoxUI.BasicJideComboBoxBorder extends javax.swing.border.AbstractBorder implements Serializable

Class com.jidesoft.plaf.basic.BasicJideTabbedPaneUI.ActivateTabAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

_tabIndex

int _tabIndex

Class com.jidesoft.plaf.basic.BasicJideTabbedPaneUI.ScrollableTabPanel extends javax.swing.JPanel implements Serializable

Class com.jidesoft.plaf.basic.BasicJideTabbedPaneUI.ScrollableTabViewport extends javax.swing.JViewport implements Serializable

Class com.jidesoft.plaf.basic.BasicJideTabbedPaneUI.TabCloseButton extends javax.swing.JButton implements Serializable

Serialized Fields

_type

int _type

_index

int _index

_mouseOver

boolean _mouseOver

_mousePressed

boolean _mousePressed

Class com.jidesoft.plaf.basic.BasicJideTabbedPaneUI.TabEditor extends javax.swing.JTextField implements Serializable

Class com.jidesoft.plaf.basic.LazyActionMap extends javax.swing.plaf.ActionMapUIResource implements Serializable

Class com.jidesoft.plaf.basic.LazyMutableTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

_loaded

boolean _loaded

Package com.jidesoft.plaf.eclipse

Class com.jidesoft.plaf.eclipse.Eclipse3xJideTabbedPaneUI.Eclipse3xTabCloseButton extends BasicJideTabbedPaneUI.TabCloseButton implements Serializable


Package com.jidesoft.plaf.office2003

Class com.jidesoft.plaf.office2003.BasicOffice2003Theme extends Office2003Theme implements Serializable

Serialized Fields

_baseColor

java.awt.Color _baseColor

Class com.jidesoft.plaf.office2003.DefaultOffice2003Theme extends Office2003Theme implements Serializable

Class com.jidesoft.plaf.office2003.Office2003Theme extends javax.swing.UIDefaults implements Serializable

Serialized Fields

_themeName

java.lang.String _themeName

_uiDefaultsSelection

java.lang.Object[] _uiDefaultsSelection

Package com.jidesoft.plaf.vsnet

Class com.jidesoft.plaf.vsnet.VsnetMenuUI.PostAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: 8723756757971612903L

Serialized Fields

menu

javax.swing.JMenu menu

force

boolean force

Package com.jidesoft.popup

Class com.jidesoft.popup.JidePopup extends javax.swing.JComponent implements Serializable

Serialized Fields

rootPane

javax.swing.JRootPane rootPane
The JRootPane instance that manages the content pane and optional menu bar for this Popup, as well as the glass pane.

See Also:
JRootPane, RootPaneContainer

rootPaneCheckingEnabled

boolean rootPaneCheckingEnabled
If true then calls to add and setLayout cause an exception to be thrown.


_attachable

boolean _attachable

_movable

boolean _movable
If the gripper should be shown. Gripper is something on divider to indicate it can be dragged.


_detached

boolean _detached

_window

ResizableWindow _window

_panel

ResizablePanel _panel

_resizableSupport

ResizableSupport _resizableSupport

_componentListener

java.awt.event.ComponentAdapter _componentListener

_windowListener

java.awt.event.WindowAdapter _windowListener

_ownerComponentListener

java.awt.event.ComponentAdapter _ownerComponentListener

_hierarchyListener

java.awt.event.HierarchyListener _hierarchyListener

_resizable

boolean _resizable

_keepPreviousSize

boolean _keepPreviousSize

_owner

java.awt.Component _owner

_popupBorder

javax.swing.border.Border _popupBorder

_transient

boolean _transient

_timeout

int _timeout

_timer

javax.swing.Timer _timer

_defaultFocusComponent

java.awt.Component _defaultFocusComponent

_defaultMoveOperation

int _defaultMoveOperation

DISTANCE_TO_SCREEN_BORDER

int DISTANCE_TO_SCREEN_BORDER
The distance between alert and screen border.


_excludedComponents

java.util.List<E> _excludedComponents

_gripperLocation

int _gripperLocation

_popupResizeListener

java.awt.event.ComponentAdapter _popupResizeListener

_previousSize

java.awt.Dimension _previousSize

_actualOwner

java.awt.Component _actualOwner

_actualOwnerLocation

java.awt.Point _actualOwnerLocation

_popupType

int _popupType

_escapeActionListener

java.awt.event.ActionListener _escapeActionListener

_insets

java.awt.Insets _insets

_isDragging

boolean _isDragging

_relativeX

double _relativeX
Mouse location related the frame it drags.


_relativeY

double _relativeY
Mouse location related the frame it drags.


_startPoint

java.awt.Point _startPoint

_currentWindow

java.awt.Window _currentWindow

_currentPanel

javax.swing.JPanel _currentPanel

_backToOriginalInsets

java.awt.Insets _backToOriginalInsets

_awtEventListener

java.awt.event.AWTEventListener _awtEventListener

Class com.jidesoft.popup.JidePopup.AccessiblePopup extends javax.swing.JComponent.AccessibleJComponent implements Serializable

serialVersionUID: -1095213042773793649L


Package com.jidesoft.spinner

Class com.jidesoft.spinner.DateSpinner extends javax.swing.JSpinner implements Serializable

Serialized Fields

_formatter

javax.swing.text.DefaultFormatter _formatter

_timeEditor

javax.swing.JSpinner.DateEditor _timeEditor

_format

java.text.DateFormat _format

Class com.jidesoft.spinner.PointFormatter extends javax.swing.text.DefaultFormatter implements Serializable

Class com.jidesoft.spinner.PointSpinner extends javax.swing.JSpinner implements Serializable

Class com.jidesoft.spinner.PointSpinner.PointEditor extends javax.swing.JSpinner.DefaultEditor implements Serializable


Package com.jidesoft.swing

Class com.jidesoft.swing.AutoCompletion.AutoCompletionDocument extends javax.swing.text.PlainDocument implements Serializable

Class com.jidesoft.swing.AutoCompletionComboBox extends javax.swing.JComboBox implements Serializable

Serialized Fields

_autoCompletion

AutoCompletion _autoCompletion

Class com.jidesoft.swing.AutoResizingTextArea extends javax.swing.JTextArea implements Serializable

Serialized Fields

_maxRows

int _maxRows

_minRows

int _minRows

Class com.jidesoft.swing.Calculator extends javax.swing.JPanel implements Serializable

Serialized Fields

_result

double _result

_op1

java.lang.StringBuffer _op1

_op2

java.lang.StringBuffer _op2

_operator

int _operator

_displayText

java.lang.String _displayText

_overflow

boolean _overflow

_negationOp1

boolean _negationOp1

_backspaceOp1

boolean _backspaceOp1

_backspaceOp2

boolean _backspaceOp2

_clearOperatorPending

boolean _clearOperatorPending

_isFakedEqualPressed

boolean _isFakedEqualPressed

_resultCalculated

boolean _resultCalculated

_addButton

javax.swing.AbstractButton _addButton

_minusButton

javax.swing.AbstractButton _minusButton

_multiplyButton

javax.swing.AbstractButton _multiplyButton

_divideButton

javax.swing.AbstractButton _divideButton

_pointButton

javax.swing.AbstractButton _pointButton

_equalButton

javax.swing.AbstractButton _equalButton

_backspaceButton

javax.swing.AbstractButton _backspaceButton

_clearButton

javax.swing.AbstractButton _clearButton

_negativeButton

javax.swing.AbstractButton _negativeButton

_numberButtons

javax.swing.AbstractButton[] _numberButtons

_actualCharPoint

char _actualCharPoint

_displayFormat

java.text.NumberFormat _displayFormat

_buttonWidth

int _buttonWidth

_buttonHeight

int _buttonHeight

_buttonGap

int _buttonGap

Class com.jidesoft.swing.CheckBoxList extends javax.swing.JList implements Serializable

Serialized Fields

_listCellRenderer

CheckBoxListCellRenderer _listCellRenderer

_checkBoxEnabled

boolean _checkBoxEnabled

_clickInCheckBoxOnly

boolean _clickInCheckBoxOnly

_checkBoxListSelectionModel

CheckBoxListSelectionModel _checkBoxListSelectionModel

_handler

CheckBoxList.Handler _handler

Class com.jidesoft.swing.CheckBoxListCellRenderer extends javax.swing.JPanel implements Serializable

serialVersionUID: 2003073492549917883L

Serialized Fields

_checkBox

javax.swing.JCheckBox _checkBox
The checkbox that is used to paint the check box in cell renderer


_label

javax.swing.JLabel _label

_actualListRenderer

javax.swing.ListCellRenderer _actualListRenderer
The label which appears after the check box.

Class com.jidesoft.swing.CheckBoxListCellRenderer.UIResource extends CheckBoxListCellRenderer implements Serializable

Class com.jidesoft.swing.CheckBoxListSelectionModel extends javax.swing.DefaultListSelectionModel implements Serializable

Serialized Fields

_model

javax.swing.ListModel _model

Class com.jidesoft.swing.CheckBoxListWithSelectable extends javax.swing.JList implements Serializable

Serialized Fields

_listCellRenderer

CheckBoxListCellRenderer _listCellRenderer

_checkBoxEnabled

boolean _checkBoxEnabled

Class com.jidesoft.swing.CheckBoxTree extends javax.swing.JTree implements Serializable

Serialized Fields

_treeCellRenderer

CheckBoxTreeCellRenderer _treeCellRenderer

_checkBoxTreeSelectionModel

CheckBoxTreeSelectionModel _checkBoxTreeSelectionModel

_checkBoxEnabled

boolean _checkBoxEnabled

_modelChangeListener

java.beans.PropertyChangeListener _modelChangeListener

_defaultRenderer

javax.swing.tree.TreeCellRenderer _defaultRenderer

Class com.jidesoft.swing.CheckBoxTreeCellRenderer extends javax.swing.JPanel implements Serializable

serialVersionUID: 30207434500313004L

Serialized Fields

_checkBox

TristateCheckBox _checkBox
The checkbox that is used to paint the check box in cell renderer


_emptyBox

javax.swing.JComponent _emptyBox

_protoType

javax.swing.JCheckBox _protoType

_actualTreeRenderer

javax.swing.tree.TreeCellRenderer _actualTreeRenderer
The label which appears after the check box.

Class com.jidesoft.swing.CheckBoxTreeSelectionModel extends javax.swing.tree.DefaultTreeSelectionModel implements Serializable

serialVersionUID: 1368502059666946634L

Serialized Fields

_model

javax.swing.tree.TreeModel _model

_digIn

boolean _digIn

_tree

CheckBoxTree _tree

_singleEventMode

boolean _singleEventMode

_fireEvent

boolean _fireEvent

_batchMode

boolean _batchMode

_toBeAdded

java.util.List<E> _toBeAdded

_toBeRemoved

java.util.List<E> _toBeRemoved

Class com.jidesoft.swing.ClickThroughLabel extends javax.swing.JLabel implements Serializable

Serialized Fields

_target

java.awt.Component _target

Class com.jidesoft.swing.ClickThroughStyledLabel extends StyledLabel implements Serializable

Serialized Fields

_target

java.awt.Component _target

Class com.jidesoft.swing.ContentContainer extends javax.swing.JPanel implements Serializable

Serialized Fields

_painter

ThemePainter _painter

Class com.jidesoft.swing.Contour extends javax.swing.JComponent implements Serializable

Serialized Fields

_thickness

int _thickness
width of the contour.


_lineColor

java.awt.Color _lineColor
the color of contour.


_tabHeight

int _tabHeight
height of tab. It was used to draw contour. Application can set the height.


_allowDocking

boolean _allowDocking
true if docking is allowed; false otherwise. Usually when user pressed ctrl key, dock is not allowed.


_tabDocking

boolean _tabDocking
true if tab-docked; false otherwise.


_tabSide

int _tabSide
Which side is the tab


_floating

boolean _floating
true if float; false otherwise.


_attachedComponent

java.awt.Component _attachedComponent
which component the dragged component will dock to.


_attachedSide

int _attachedSide
which side the dragged component will dock to.


_single

boolean _single
When you dragged a component, several other components could be dragged. For example, if user drags on title bar of FrameContainer, all components in the FrameContainer are considered as dragged. If user drags on tab, only selected one is dragged.

true if all dragged components are affected; false otherwise.


_saveDraggedComponent

javax.swing.JComponent _saveDraggedComponent
When user press and release ctrl key, the contour will toggle between dock and float mode. These three fields are used to remember previous state.


_saveX

int _saveX

_saveY

int _saveY

_saveMouseModifier

int _saveMouseModifier

_relativeContainer

java.awt.Container _relativeContainer

_outlineMode

int _outlineMode

_topOutline

com.jidesoft.swing.Contour.Outline _topOutline

_bottomOutline

com.jidesoft.swing.Contour.Outline _bottomOutline

_leftOutline

com.jidesoft.swing.Contour.Outline _leftOutline

_rightOutline

com.jidesoft.swing.Contour.Outline _rightOutline

_ghost

boolean _ghost
If ghost is true, it will not paint itself at all but paint to underlying LayerPane.


_glassPane

java.awt.Component _glassPane

_changeCursor

boolean _changeCursor

Class com.jidesoft.swing.CornerScroller extends JideButton implements Serializable

Serialized Fields

_scrollPaneBidule

com.jidesoft.swing.ScrollPaneOverview _scrollPaneBidule

Class com.jidesoft.swing.DefaultOverlayable extends javax.swing.JPanel implements Serializable

Serialized Fields

_actualComponent

javax.swing.JComponent _actualComponent

_overlayLocationInsets

java.awt.Insets _overlayLocationInsets

_overlayComponents

java.util.List<E> _overlayComponents

_overlayLocations

java.util.Map<K,V> _overlayLocations

Class com.jidesoft.swing.DefaultSplitButtonModel extends javax.swing.DefaultButtonModel implements Serializable

Class com.jidesoft.swing.DelayUndoManager extends javax.swing.undo.UndoManager implements Serializable

serialVersionUID: -2910365359251677780L

Serialized Fields

_delay

int _delay

_cache

javax.swing.undo.CompoundEdit _cache

_timer

javax.swing.Timer _timer

Class com.jidesoft.swing.DelegateAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

_action

javax.swing.Action _action

_target

javax.swing.JComponent _target

Class com.jidesoft.swing.DelegateAction.PassthroughDelegateAction extends DelegateAction implements Serializable

Class com.jidesoft.swing.FolderChooser extends javax.swing.JFileChooser implements Serializable

Serialized Fields

_recentList

java.util.List<E> _recentList

_availableButtons

int _availableButtons

_recentListVisible

boolean _recentListVisible

_selectedFolder

java.io.File _selectedFolder
Represents the highlighted folder in the 'folder tree' in the UI.

See Also:
FolderChooser.getSelectedFolder(), FolderChooser.setSelectedFolder(java.io.File)

_navigationFieldVisible

boolean _navigationFieldVisible
Indicates whether the navigation text field is visible.

See Also:
FolderChooser.setNavigationFieldVisible(boolean), FolderChooser.isNavigationFieldVisible()

Class com.jidesoft.swing.Gripper extends javax.swing.JComponent implements Serializable

Serialized Fields

_rolloverEnabled

boolean _rolloverEnabled

_rollover

boolean _rollover

_orientation

int _orientation

_selected

boolean _selected

Class com.jidesoft.swing.HeaderBox extends JideButton implements Serializable

Class com.jidesoft.swing.HeavyweightWrapper extends java.awt.Panel implements Serializable

Serialized Fields

_component

java.awt.Component _component

_heavyweight

boolean _heavyweight

MIN_DIM

java.awt.Dimension MIN_DIM

Class com.jidesoft.swing.InfiniteProgressPanel extends javax.swing.JComponent implements Serializable

Serialized Fields

numBars

int numBars

dScale

double dScale

bars

java.awt.geom.Area[] bars

barsBounds

java.awt.Rectangle barsBounds

barsScreenBounds

java.awt.Rectangle barsScreenBounds

centerAndScaleTransform

java.awt.geom.AffineTransform centerAndScaleTransform

timer

javax.swing.Timer timer

colors

java.awt.Color[] colors

colorOffset

int colorOffset

tempHide

boolean tempHide

text

java.lang.String text

Class com.jidesoft.swing.JCellRendererPane extends javax.swing.JComponent implements Serializable

Serialization Methods

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

accessibleContext

javax.accessibility.AccessibleContext accessibleContext

Class com.jidesoft.swing.JCellRendererPane.AccessibleCellRendererPane extends java.awt.Container.AccessibleAWTContainer implements Serializable

Class com.jidesoft.swing.JideBorderLayout extends java.lang.Object implements Serializable

serialVersionUID: -8658291919501921765L

Serialized Fields

hgap

int hgap
Constructs a border layout with the horizontal gaps between components. The horizontal gap is specified by hgap.


vgap

int vgap
Constructs a border layout with the vertical gaps between components. The vertical gap is specified by vgap.


north

java.awt.Component north
Constant to specify components location to be the north portion of the border layout.

 
See Also:
JideBorderLayout.addLayoutComponent(java.awt.Component, java.lang.Object), JideBorderLayout.removeLayoutComponent(java.awt.Component)

west

java.awt.Component west
Constant to specify components location to be the west portion of the border layout.

 
See Also:
JideBorderLayout.addLayoutComponent(java.awt.Component, java.lang.Object), JideBorderLayout.removeLayoutComponent(java.awt.Component)

east

java.awt.Component east
Constant to specify components location to be the east portion of the border layout.

 
See Also:
JideBorderLayout.addLayoutComponent(java.awt.Component, java.lang.Object), JideBorderLayout.removeLayoutComponent(java.awt.Component)

south

java.awt.Component south
Constant to specify components location to be the south portion of the border layout.

 
See Also:
JideBorderLayout.addLayoutComponent(java.awt.Component, java.lang.Object), JideBorderLayout.removeLayoutComponent(java.awt.Component)

center

java.awt.Component center
Constant to specify components location to be the center portion of the border layout.

 
See Also:
JideBorderLayout.addLayoutComponent(java.awt.Component, java.lang.Object), JideBorderLayout.removeLayoutComponent(java.awt.Component)

firstLine

java.awt.Component firstLine
A relative positioning constant, that can be used instead of north, south, east, west or center. mixing the two types of constants can lead to unpredictable results. If you use both types, the relative constants will take precedence. For example, if you add components using both the NORTH and BEFORE_FIRST_LINE constants in a container whose orientation is LEFT_TO_RIGHT, only the BEFORE_FIRST_LINE will be laid out. This will be the same for lastLine, firstItem, lastItem.

 

lastLine

java.awt.Component lastLine
A relative positioning constant, that can be used instead of north, south, east, west or center. Please read Description for firstLine.

 

firstItem

java.awt.Component firstItem
A relative positioning constant, that can be used instead of north, south, east, west or center. Please read Description for firstLine.

 

lastItem

java.awt.Component lastItem
A relative positioning constant, that can be used instead of north, south, east, west or center. Please read Description for firstLine.

 

Class com.jidesoft.swing.JideBoxLayout extends java.lang.Object implements Serializable

serialVersionUID: -183922972679053590L

Serialized Fields

doReset

boolean doReset
True if resetToPreferredSizes has been invoked.


_axis

int _axis
Axis, 0 for horizontal, or 1 for vertical.


_target

java.awt.Container _target

_gap

int _gap

_componentSizes

int[] _componentSizes

_constraintMap

java.util.HashMap<K,V> _constraintMap

_resetWhenInvalidate

boolean _resetWhenInvalidate

_alwaysLayout

boolean _alwaysLayout

Class com.jidesoft.swing.JideButton extends javax.swing.JButton implements Serializable

Serialized Fields

_alwaysShowHyperlink

boolean _alwaysShowHyperlink

_buttonStyle

int _buttonStyle

_orientation

int _orientation

_defaultForeground

java.awt.Color _defaultForeground

_rolloverBackground

java.awt.Color _rolloverBackground

_selectedBackground

java.awt.Color _selectedBackground

_pressedBackground

java.awt.Color _pressedBackground

_rolloverForeground

java.awt.Color _rolloverForeground

_selectedForeground

java.awt.Color _selectedForeground

_pressedForeground

java.awt.Color _pressedForeground

Class com.jidesoft.swing.JideComboBox extends javax.swing.JComboBox implements Serializable

Class com.jidesoft.swing.JideLabel extends javax.swing.JLabel implements Serializable

Serialized Fields

_clockwise

boolean _clockwise

_orientation

int _orientation

Class com.jidesoft.swing.JideMenu extends javax.swing.JMenu implements Serializable

Serialized Fields

_preferredPopupHorizontalAlignment

int _preferredPopupHorizontalAlignment

_preferredPopupVerticalAlignment

int _preferredPopupVerticalAlignment

_menuCreator

JideMenu.MenuCreator _menuCreator

_customizer

JideMenu.PopupMenuCustomizer _customizer

_originCalculator

JideMenu.PopupMenuOriginCalculator _originCalculator

_orientation

int _orientation

Class com.jidesoft.swing.JidePopupMenu extends javax.swing.JPopupMenu implements Serializable

Serialized Fields

_useLightWeightPopup

boolean _useLightWeightPopup

Class com.jidesoft.swing.JideScrollPane extends javax.swing.JScrollPane implements Serializable

Serialized Fields

_rowFooter

javax.swing.JViewport _rowFooter
The row footer child. Default is null.

See Also:
JideScrollPane.setRowFooter(javax.swing.JViewport)

_columnFooter

javax.swing.JViewport _columnFooter
The column footer child. Default is null.

See Also:
JideScrollPane.setColumnFooter(javax.swing.JViewport)

_hLeft

java.awt.Component _hLeft
The component to the left of horizontal scroll bar.


_hRight

java.awt.Component _hRight
The component to the right of horizontal scroll bar.


_vTop

java.awt.Component _vTop
The component to the top of vertical scroll bar.


_vBottom

java.awt.Component _vBottom
The component to the bottom of vertical scroll bar.


_keepCornerVisible

boolean _keepCornerVisible

_horizontalScrollBarCoversWholeWidth

boolean _horizontalScrollBarCoversWholeWidth

_verticalScrollBarCoversWholeHeight

boolean _verticalScrollBarCoversWholeHeight

_columnHeadersHeightUnified

boolean _columnHeadersHeightUnified

_columnFootersHeightUnified

boolean _columnFootersHeightUnified

Class com.jidesoft.swing.JideScrollPaneLayout extends javax.swing.ScrollPaneLayout implements Serializable

serialVersionUID: 7897026041296359186L

Serialized Fields

_rowFoot

javax.swing.JViewport _rowFoot
The row footer child. Default is null.

See Also:
JideScrollPane.setRowFooter(javax.swing.JViewport)

_colFoot

javax.swing.JViewport _colFoot
The column footer child. Default is null.

See Also:
JideScrollPane.setColumnFooter(javax.swing.JViewport)

_hLeft

java.awt.Component _hLeft
The component to the left of horizontal scroll bar.


_hRight

java.awt.Component _hRight
The component to the right of horizontal scroll bar.


_vTop

java.awt.Component _vTop
The component to the top of vertical scroll bar.


_vBottom

java.awt.Component _vBottom
The component to the bottom of vertical scroll bar.

Class com.jidesoft.swing.JideSplitButton extends JideMenu implements Serializable

Serialized Fields

_buttonStyle

int _buttonStyle

_alwaysDropdown

boolean _alwaysDropdown

_defaultForeground

java.awt.Color _defaultForeground

_rolloverBackground

java.awt.Color _rolloverBackground

_selectedBackground

java.awt.Color _selectedBackground

_pressedBackground

java.awt.Color _pressedBackground

_rolloverForeground

java.awt.Color _rolloverForeground

_selectedForeground

java.awt.Color _selectedForeground

_pressedForeground

java.awt.Color _pressedForeground

Class com.jidesoft.swing.JideSplitPane extends javax.swing.JPanel implements Serializable

Serialized Fields

_orientation

int _orientation
How the views are split. The value of it can be either HORIZONTAL_SPLIT or VERTICAL_SPLIT.


_dividerSize

int _dividerSize
Size of the divider. All dividers have the same size. If orientation is HORIZONTAL_SPLIT, the size will equal to the width of the divider If orientation is VERTICAL_SPLIT, the size will equal to the height of the divider.


_nonContinuousLayoutDividerWrapper

HeavyweightWrapper _nonContinuousLayoutDividerWrapper

_continuousLayout

boolean _continuousLayout
Continuous layout or not.


_layeredPane

java.awt.Container _layeredPane
Layered pane where _nonContinuousLayoutDivider is added to.


_showGripper

boolean _showGripper
If the gripper should be shown. Gripper is something on divider to indicate it can be dragged.


_proportionalLayout

boolean _proportionalLayout
Whether the contained panes should be laid out proportionally.


_proportions

double[] _proportions
An array of the proportions to assign to the widths or heights of the contained panes. Has one fewer elements than there are contained panes; the last pane receives the remaining room.


_initiallyEven

boolean _initiallyEven
For proportional layouts only, when this flag is true the initial layout uses even proportions for the contained panes, unless the proportions are explicitly set.


_heavyweightComponentEnabled

boolean _heavyweightComponentEnabled

_windowDeactivatedListener

java.awt.event.WindowAdapter _windowDeactivatedListener

_dividerStepSize

int _dividerStepSize

_dragResizable

boolean _dragResizable

_oneTouchExpandable

boolean _oneTouchExpandable
Flag indicating whether the SplitPane's divider should be one-touch expandable/collapsible. The default value of this property is false

See Also:
JideSplitPane.setOneTouchExpandable(boolean), JideSplitPane.isOneTouchExpandable()

oneTouchExpandableDividerSize

int oneTouchExpandableDividerSize
The default width/height of the divider (when horizontally/vertically split respectively).


_leftOneTouchButtonImageIcon

javax.swing.ImageIcon _leftOneTouchButtonImageIcon
The image displayed on the left one-touch button. If no image is supplied, a default triangle will be painted onto the button.

See Also:
JideSplitPane.setLeftOneTouchButtonImageIcon(javax.swing.ImageIcon)

_rightOneTouchButtonImageIcon

javax.swing.ImageIcon _rightOneTouchButtonImageIcon
The image displayed on the right one-touch button. If no image is supplied, a default triangle will be painted onto the button.

See Also:
JideSplitPane.setRightOneTouchButtonImageIcon(javax.swing.ImageIcon)

Class com.jidesoft.swing.JideSplitPane.AccessibleJideSplitPane extends javax.swing.JComponent.AccessibleJComponent implements Serializable

serialVersionUID: -6167624875135108683L

Class com.jidesoft.swing.JideSplitPaneDivider extends javax.swing.JPanel implements Serializable

Serialized Fields

_dragger

JideSplitPaneDivider.DragController _dragger
Handles mouse dragging message to do the actual dragging.


_dividerSize

int _dividerSize
Size of the divider.


_jideSplitPane

JideSplitPane _jideSplitPane
JideSplitPane the receiver is contained in.


_mouseHandler

JideSplitPaneDivider.MouseHandler _mouseHandler
Handles mouse events from both this class, and the split pane. Mouse events are handled for the JideSplitPane since you want to be able to drag when clicking on the border of the divider, which is not drawn by the divider.


_orientation

int _orientation
Orientation of the JideSplitPane.


_gripperPainter

Painter _gripperPainter

_currentState

int _currentState
Indicates the current state of this divider. Either expanded, collapsed or in its default state.


_leftButton

javax.swing.JButton _leftButton
Button for quickly toggling the left component.


_rightButton

javax.swing.JButton _rightButton
Button for quickly toggling the right component.


_triangleSize

int _triangleSize
Used to paint the triangle on the one-touch buttons.


_buttonWidth

int _buttonWidth
Used as the one-touch button's width.


_buttonHeight

int _buttonHeight
Used as the one-touch button's height.


_lastPosition

int _lastPosition
The last non-expanded/collapsed position of the divider. We want to keep track of the dividers last position, so if a user collapses the pane on the right of this divider for example, pressing the expand button will revert the divider back to its original location - the last non-expanded/collapsed position.

See Also:
JideSplitPaneDivider.OneTouchActionHandler.actionPerformed(java.awt.event.ActionEvent)

Class com.jidesoft.swing.JideSplitPaneLayout extends JideBoxLayout implements Serializable

serialVersionUID: -1826651835409198865L

Class com.jidesoft.swing.JideSwingUtilities.TraceDebugBorder extends javax.swing.border.CompoundBorder implements Serializable

serialVersionUID: -1396250213346461982L

Class com.jidesoft.swing.JideTabbedPane extends javax.swing.JTabbedPane implements Serializable

Serialized Fields

_hideOneTab

boolean _hideOneTab

_showTabButtons

boolean _showTabButtons

_showCloseButton

boolean _showCloseButton

_showCloseButtonOnTab

boolean _showCloseButtonOnTab

_useDefaultShowCloseButtonOnTab

boolean _useDefaultShowCloseButtonOnTab

_showTabArea

boolean _showTabArea

_showTabContent

boolean _showTabContent

_showIconsOnTab

boolean _showIconsOnTab

_useDefaultShowIconsOnTab

boolean _useDefaultShowIconsOnTab

_rightClickSelect

boolean _rightClickSelect

_dragOverDisabled

boolean _dragOverDisabled

_scrollSelectedTabOnWheel

boolean _scrollSelectedTabOnWheel

_showGripper

boolean _showGripper
If the gripper should be shown. Gripper is something on divider to indicate it can be dragged.


_stringConverter

StringConverter _stringConverter
A converter to shorten


_boldActiveTab

boolean _boldActiveTab

_closableMap

java.util.Map<K,V> _closableMap

_pageLastFocusTrackers

java.util.Hashtable<K,V> _pageLastFocusTrackers

_selectedTabFont

java.awt.Font _selectedTabFont

_tabResizeMode

int _tabResizeMode

_colorTheme

int _colorTheme

_tabShape

int _tabShape

_tabLeadingComponent

java.awt.Component _tabLeadingComponent

_tabTrailingComponent

java.awt.Component _tabTrailingComponent

_showCloseButtonOnSelectedTab

boolean _showCloseButtonOnSelectedTab

_tabListCellRenderer

javax.swing.ListCellRenderer _tabListCellRenderer

_contentBorderInsets

java.awt.Insets _contentBorderInsets

closeTabOnMouseMiddleButton

boolean closeTabOnMouseMiddleButton

_closeAction

javax.swing.Action _closeAction

_autoFocusonTabHideClose

boolean _autoFocusonTabHideClose

_suppressStateChangedEvents

boolean _suppressStateChangedEvents

_suppressSetSelectedIndex

boolean _suppressSetSelectedIndex

_autoRequestFocus

boolean _autoRequestFocus

_tabColorProvider

JideTabbedPane.ColorProvider _tabColorProvider

_focusChangeListener

java.beans.PropertyChangeListener _focusChangeListener

Class com.jidesoft.swing.JideTabbedPane.IgnoreableSingleSelectionModel extends javax.swing.DefaultSingleSelectionModel implements Serializable

serialVersionUID: -4321082126384337792L

Class com.jidesoft.swing.JideTabbedPane.TabListCellRenderer extends javax.swing.DefaultListCellRenderer implements Serializable

Class com.jidesoft.swing.JideTitledBorder extends javax.swing.border.AbstractBorder implements Serializable

Serialized Fields

title

java.lang.String title

border

javax.swing.border.Border border

titlePosition

int titlePosition

titleJustification

int titleJustification

titleFont

java.awt.Font titleFont

titleColor

java.awt.Color titleColor

textLoc

java.awt.Point textLoc

Class com.jidesoft.swing.JideToggleButton extends JideButton implements Serializable

Serialized Fields

_itemListener

java.awt.event.ItemListener _itemListener

Class com.jidesoft.swing.JideToggleButton.AccessibleJToggleButton extends javax.swing.AbstractButton.AccessibleAbstractButton implements Serializable

Class com.jidesoft.swing.JideToggleButton.ToggleButtonModel extends javax.swing.DefaultButtonModel implements Serializable

Class com.jidesoft.swing.JideToggleSplitButton extends JideSplitButton implements Serializable

Class com.jidesoft.swing.JideToggleSplitButton.AccessibleJToggleButton extends javax.swing.AbstractButton.AccessibleAbstractButton implements Serializable

Class com.jidesoft.swing.JideToggleSplitButton.ToggleSplitButtonModel extends DefaultSplitButtonModel implements Serializable

Class com.jidesoft.swing.LabeledTextField extends javax.swing.JPanel implements Serializable

Serialized Fields

_textField

javax.swing.JTextField _textField

_label

javax.swing.JLabel _label

_button

javax.swing.AbstractButton _button

_labelText

java.lang.String _labelText

_icon

javax.swing.Icon _icon

_hintText

java.lang.String _hintText

_hintLabel

javax.swing.JLabel _hintLabel

_customizer

LabeledTextField.PopupMenuCustomizer _customizer

_contextMenuKeyStroke

javax.swing.KeyStroke _contextMenuKeyStroke

Class com.jidesoft.swing.MarqueePane extends javax.swing.JScrollPane implements Serializable

Serialized Fields

_scrollDelay

int _scrollDelay

_stayDelay

int _stayDelay

_scrollAmount

int _scrollAmount

_scrollDirection

int _scrollDirection

_stayPosition

int _stayPosition

_scrollTimer

javax.swing.Timer _scrollTimer

_scrollTimes

int _scrollTimes

_reachStayPosition

boolean _reachStayPosition

Class com.jidesoft.swing.MeterProgressBar extends javax.swing.JProgressBar implements Serializable

Serialized Fields

_style

int _style
Holds value of property style.

Class com.jidesoft.swing.MultilineLabel extends javax.swing.JTextArea implements Serializable

Class com.jidesoft.swing.MultilineToggleButton extends javax.swing.JPanel implements Serializable

Serialized Fields

_button

javax.swing.JToggleButton _button

_label

MultilineLabel _label

Class com.jidesoft.swing.NullButton extends javax.swing.JButton implements Serializable

Class com.jidesoft.swing.NullCheckBox extends javax.swing.JCheckBox implements Serializable

Class com.jidesoft.swing.NullJideButton extends JideButton implements Serializable

Class com.jidesoft.swing.NullLabel extends javax.swing.JLabel implements Serializable

Class com.jidesoft.swing.NullPanel extends javax.swing.JPanel implements Serializable

Class com.jidesoft.swing.NullRadioButton extends javax.swing.JRadioButton implements Serializable

Class com.jidesoft.swing.NullTristateCheckBox extends TristateCheckBox implements Serializable

Class com.jidesoft.swing.OverlayCheckBox extends javax.swing.JCheckBox implements Serializable

Class com.jidesoft.swing.OverlayComboBox extends javax.swing.JComboBox implements Serializable

Class com.jidesoft.swing.OverlayPasswordField extends javax.swing.JPasswordField implements Serializable

Class com.jidesoft.swing.OverlayRadioButton extends javax.swing.JRadioButton implements Serializable

Class com.jidesoft.swing.OverlayTextArea extends javax.swing.JTextArea implements Serializable

Class com.jidesoft.swing.OverlayTextField extends javax.swing.JTextField implements Serializable

Class com.jidesoft.swing.PaintPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

_backgroundPaint

java.awt.Paint _backgroundPaint

_startColor

java.awt.Color _startColor

_endColor

java.awt.Color _endColor

_isVertical

boolean _isVertical

Class com.jidesoft.swing.PartialEtchedBorder extends javax.swing.border.EtchedBorder implements Serializable

Serialized Fields

_sides

int _sides

Class com.jidesoft.swing.PartialGradientLineBorder extends javax.swing.border.AbstractBorder implements Serializable

Serialized Fields

_sides

int _sides

_colors

java.awt.Color[] _colors

_thickness

int _thickness

Class com.jidesoft.swing.PartialLineBorder extends javax.swing.border.LineBorder implements Serializable

Serialized Fields

_sides

int _sides

_roundedCornerSize

int _roundedCornerSize

Class com.jidesoft.swing.RangeSlider extends javax.swing.JSlider implements Serializable

Class com.jidesoft.swing.Resizable.ResizeCorner extends javax.swing.JComponent implements Serializable

Serialized Fields

_corner

int _corner

Class com.jidesoft.swing.ResizableDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

_resizablePanel

ResizablePanel _resizablePanel

_routingKeyStrokes

boolean _routingKeyStrokes

Class com.jidesoft.swing.ResizableFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

_resizablePanel

ResizablePanel _resizablePanel

_routingKeyStrokes

boolean _routingKeyStrokes

Class com.jidesoft.swing.ResizablePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

_resizable

Resizable _resizable

Class com.jidesoft.swing.ResizableWindow extends javax.swing.JWindow implements Serializable

Serialized Fields

_resizablePanel

ResizablePanel _resizablePanel

_routingKeyStrokes

boolean _routingKeyStrokes

Class com.jidesoft.swing.Searchable.SearchField extends javax.swing.JTextField implements Serializable

Class com.jidesoft.swing.Searchable.SearchPopup extends JidePopup implements Serializable

Serialized Fields

_textField

Searchable.SearchField _textField

Class com.jidesoft.swing.SearchableBar extends javax.swing.JToolBar implements Serializable

Serialized Fields

_searchable

Searchable _searchable

_statusLabel

javax.swing.JLabel _statusLabel

_textField

javax.swing.JTextField _textField

_closeButton

javax.swing.AbstractButton _closeButton

_findPrevButton

javax.swing.AbstractButton _findPrevButton

_findNextButton

javax.swing.AbstractButton _findNextButton

_highlightsButton

javax.swing.AbstractButton _highlightsButton

_matchCaseCheckBox

javax.swing.AbstractButton _matchCaseCheckBox

_repeatCheckBox

javax.swing.AbstractButton _repeatCheckBox

_visibleButtons

int _visibleButtons

_compact

boolean _compact

_messagePopup

JidePopup _messagePopup

_mouseMotionListener

java.awt.event.MouseMotionListener _mouseMotionListener

_keyListener

java.awt.event.KeyListener _keyListener

_mismatchBackground

java.awt.Color _mismatchBackground

_installer

SearchableBar.Installer _installer

Class com.jidesoft.swing.SelectionModelGroup extends java.lang.Object implements Serializable

Serialized Fields

_models

java.util.List<E> _models

_selectionListener

java.lang.Object _selectionListener

Class com.jidesoft.swing.SidePane extends javax.swing.JPanel implements Serializable

Serialized Fields

_groups

java.util.List<E> _groups
A list holds SideGroup


_attachedSide

int _attachedSide
the side which this component is attached to. Possible values are:


_rollover

boolean _rollover
if action is fired when mouse rollover.

Class com.jidesoft.swing.SidePane.AccessibleSidePane extends javax.swing.JPanel.AccessibleJPanel implements Serializable

Class com.jidesoft.swing.SidePaneGroup extends java.util.ArrayList<SidePaneItem> implements Serializable

Serialized Fields

_selectedItem

SidePaneItem _selectedItem
the selected item.


listenerList

javax.swing.event.EventListenerList listenerList
A list of event listeners for this component.

Class com.jidesoft.swing.SimpleScrollPane extends javax.swing.JScrollPane implements Serializable

Serialized Fields

_scrollUpButton

javax.swing.AbstractButton _scrollUpButton

_scrollDownButton

javax.swing.AbstractButton _scrollDownButton

_scrollLeftButton

javax.swing.AbstractButton _scrollLeftButton

_scrollRightButton

javax.swing.AbstractButton _scrollRightButton

_horizontalUnitIncrement

int _horizontalUnitIncrement

_horizontalUnitIncrementSet

boolean _horizontalUnitIncrementSet

_verticalUnitIncrement

int _verticalUnitIncrement

_verticalUnitIncrementSet

boolean _verticalUnitIncrementSet

_repeatDelay

int _repeatDelay

_scrollOnRollover

boolean _scrollOnRollover

Class com.jidesoft.swing.SimpleScrollPane.ScrollButton extends JideButton implements Serializable

Serialized Fields

_type

int _type

_timer

javax.swing.Timer _timer

Class com.jidesoft.swing.SplitButtonGroup extends javax.swing.ButtonGroup implements Serializable

Serialized Fields

selection

javax.swing.ButtonModel selection
The current selection.

Class com.jidesoft.swing.StyledLabel extends javax.swing.JLabel implements Serializable

Serialized Fields

_styleRanges

java.util.List<E> _styleRanges
The list of StyleRanges.


_ignoreColorSettings

boolean _ignoreColorSettings

Class com.jidesoft.swing.TabEditingEvent extends java.awt.AWTEvent implements Serializable

Serialized Fields

_tabIndex

int _tabIndex

_oldTitle

java.lang.String _oldTitle

_newTitle

java.lang.String _newTitle

Class com.jidesoft.swing.TitledSeparator extends javax.swing.JPanel implements Serializable

Serialized Fields

_textAlignment

int _textAlignment
Indicates whether the text should be left, center or right aligned.

See Also:
TitledSeparator.setTextAlignment(int)

_barAlignment

int _barAlignment
Indicates whether the horizontal bar should be top, center or bottom aligned.

See Also:
TitledSeparator.setBarAlignment(int)

_labelComponent

javax.swing.JComponent _labelComponent
The label holding the title for this TitledSeparator.

See Also:
TitledSeparator.setLabelComponent(javax.swing.JComponent)

_border

javax.swing.border.Border _border
The border used as the graphical line segment of this TitledSeparator.

See Also:
TitledSeparator.setSeparatorBorder(javax.swing.border.Border)

Class com.jidesoft.swing.TristateCheckBox extends javax.swing.JCheckBox implements Serializable

Serialized Fields

model

com.jidesoft.swing.TristateCheckBox.TristateDecorator model

Package com.jidesoft.swing.event

Class com.jidesoft.swing.event.SearchableEvent extends java.awt.AWTEvent implements Serializable

Serialized Fields

_searchingText

java.lang.String _searchingText

_oldSearchingText

java.lang.String _oldSearchingText

_matchingText

java.lang.String _matchingText

_matchingObject

java.lang.Object _matchingObject

Class com.jidesoft.swing.event.SidePaneEvent extends java.awt.AWTEvent implements Serializable


Package com.jidesoft.tree

Class com.jidesoft.tree.StyledTreeCellRenderer extends StyledLabel implements Serializable

Serialized Fields

tree

javax.swing.JTree tree
Last tree the renderer was painted in.


selected

boolean selected
Is the value currently selected.


hasFocus

boolean hasFocus
True if has focus.


drawsFocusBorderAroundIcon

boolean drawsFocusBorderAroundIcon
True if draws focus border around icon as well.


drawDashedFocusIndicator

boolean drawDashedFocusIndicator
If true, a dashed line is drawn as the focus indicator.


treeBGColor

java.awt.Color treeBGColor
Background color of the tree.


focusBGColor

java.awt.Color focusBGColor
Color to draw the focus indicator in, determined from the background. color.


textSelectionColor

java.awt.Color textSelectionColor
Color to use for the foreground for selected nodes.


textNonSelectionColor

java.awt.Color textNonSelectionColor
Color to use for the foreground for non-selected nodes.


backgroundSelectionColor

java.awt.Color backgroundSelectionColor
Color to use for the background when a node is selected.


backgroundNonSelectionColor

java.awt.Color backgroundNonSelectionColor
Color to use for the background when the node isn't selected.


borderSelectionColor

java.awt.Color borderSelectionColor
Color to use for the focus indicator when the node has focus.


Package com.jidesoft.utils

Class com.jidesoft.utils.AbstractWildcardSupport extends java.lang.Object implements Serializable

Class com.jidesoft.utils.CachedArrayList extends java.util.ArrayList<E> implements Serializable

Serialized Fields

_indexCache

java.util.Map<K,V> _indexCache

_lazyCaching

boolean _lazyCaching

Class com.jidesoft.utils.CachedVector extends java.util.Vector<E> implements Serializable

Serialized Fields

_indexCache

java.util.Map<K,V> _indexCache

_lazyCaching

boolean _lazyCaching

Class com.jidesoft.utils.DefaultWildcardSupport extends AbstractWildcardSupport implements Serializable

Class com.jidesoft.utils.SwingPropertyChangeSupport extends java.beans.PropertyChangeSupport implements Serializable

serialVersionUID: 7162625831330845068L

Serialized Fields

notifyOnEDT

boolean notifyOnEDT
whether to notify listeners on EDT

 
Since:
1.6

Package com.jidesoft.validation

Class com.jidesoft.validation.RowValidationObject extends java.util.EventObject implements Serializable

Serialized Fields

_rowIndex

int _rowIndex

Class com.jidesoft.validation.TableValidationObject extends ValidationObject implements Serializable

Serialized Fields

_row

int _row

_column

int _column

Class com.jidesoft.validation.ValidationObject extends java.util.EventObject implements Serializable

Serialized Fields

_newValue

java.lang.Object _newValue
New value. May be null if not known.


_oldValue

java.lang.Object _oldValue
Previous value. May be null if not known.


JIDE Common Layer 2.7.6