Serialized Form


Package com.jidesoft.awt.geom

Class com.jidesoft.awt.geom.Insets2D extends Object implements Serializable

serialVersionUID: -7723331225837606159L

Class com.jidesoft.awt.geom.Insets2D.Double extends Insets2D implements Serializable

serialVersionUID: 4310600205031805311L

Serialized Fields

top

double top
The inset from the top


left

double left
The inset from the left


bottom

double bottom
The inset from the bottom


right

double right
The inset from the right

Class com.jidesoft.awt.geom.Insets2D.Float extends Insets2D implements Serializable

serialVersionUID: 4796948322194231916L

Serialized Fields

top

float top

left

float left

bottom

float bottom

right

float right

Package com.jidesoft.comparator

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

serialVersionUID: -4749963150099170895L

Serialized Fields

_caseSensitive

boolean _caseSensitive

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

serialVersionUID: -291439688585137865L

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

serialVersionUID: -4846614433415551998L

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

serialVersionUID: -5332640135652727575L


Package com.jidesoft.converter

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

serialVersionUID: -8924789128314897783L

Serialized Fields

_name

String _name

_userObject

Object _userObject

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

serialVersionUID: 8015351559541303641L

Class com.jidesoft.converter.RegistrationEvent extends RegistrationEvent implements Serializable


Package com.jidesoft.dialog

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

serialVersionUID: -469903356785298291L

Serialized Fields

_title

String _title

_description

String _description

_icon

Icon _icon

_pageEnabled

boolean _pageEnabled

_parentPage

AbstractDialogPage _parentPage

_defaultFocusComponent

Component _defaultFocusComponent

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

serialVersionUID: 3566789990192642869L

Serialized Fields

_allowClosing

boolean _allowClosing

_invokeCondition

int _invokeCondition

_lazyConstructorCalled

boolean _lazyConstructorCalled

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

serialVersionUID: -7191474275030489327L

Serialized Fields

_title

String _title
Title of the banner panel.


_subtitle

String _subtitle
Subtitle or description of the banner panel.


_titleIcon

ImageIcon _titleIcon
Icon for the banner panel.


_iconComponent

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


_subTitleIndent

int _subTitleIndent

_titleFont

Font _titleFont

_titleColor

Color _titleColor

_subTitleFont

Font _subTitleFont

_subTitleColor

Color _subTitleColor

_backgroundPaint

Paint _backgroundPaint

_propertyListener

PropertyChangeListener _propertyListener

_titleLabel

JLabel _titleLabel

_subtitleLabel

JComponent _subtitleLabel

_startColor

Color _startColor

_endColor

Color _endColor

_isVertical

boolean _isVertical

_titleIconLocation

int _titleIconLocation

_textPanel

JPanel _textPanel

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

serialVersionUID: 392703660104570538L

Serialized Fields

_id

int _id

_buttonName

String _buttonName

_userObject

String _userObject

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

serialVersionUID: -7840551457656712357L

Serialized Fields

_defaultOrder

String _defaultOrder

_defaultOppositeOrder

String _defaultOppositeOrder

_defaultButtonGap

int _defaultButtonGap

_defaultGroupGap

int _defaultGroupGap

_defaultButtonWidth

int _defaultButtonWidth

_alignment

int _alignment

_layout

com.jidesoft.dialog.ButtonPanelLayout _layout

_addNotify

boolean _addNotify

_defaultButton

JButton _defaultButton

Class com.jidesoft.dialog.DialogPageTreeCellRenderer extends JLabel implements Serializable

serialVersionUID: 3680042627478398736L

Serialized Fields

_selectedForeground

Color _selectedForeground
text selection color


_nonSelectedForeground

Color _nonSelectedForeground

_selectedBackground

Color _selectedBackground

_nonSelectedBackground

Color _nonSelectedBackground

_selectedBorderColor

Color _selectedBorderColor

_selectedIcon

Icon _selectedIcon

_blankIcon

Icon _blankIcon

_openIcon

Icon _openIcon

_closedIcon

Icon _closedIcon

_defaultTextSelectionColor

Color _defaultTextSelectionColor

_defaultTextNonSelectionColor

Color _defaultTextNonSelectionColor

_defaultBkSelectionColor

Color _defaultBkSelectionColor

_defaultBkNonSelectionColor

Color _defaultBkNonSelectionColor

_defaultBorderSelectionColor

Color _defaultBorderSelectionColor

_defaultOpenIcon

Icon _defaultOpenIcon

_defaultClosedIcon

Icon _defaultClosedIcon

m_selected

boolean m_selected

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

serialVersionUID: 1916857052448620771L

Serialized Fields

_title

Object _title

_details

Object _details

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

serialVersionUID: 4915689214157425081L

Serialized Fields

_style

int _style

_pageList

PageList _pageList

_indexPanel

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


_pagesPanel

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

CardLayout _cardLayout

_titleNodeMap

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

JButton _okButton

_cancelButton

JButton _cancelButton

_applyButton

JButton _applyButton

_treeCellRenderer

TreeCellRenderer _treeCellRenderer

_listCellRenderer

ListCellRenderer _listCellRenderer

_tabbedPane

JTabbedPane _tabbedPane

_initialPageTitle

String _initialPageTitle

_tree

JTree _tree

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

serialVersionUID: -8968638943947885121L

Serialized Fields

_style

int _style

_pageList

PageList _pageList

_indexPanel

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


_pagesPanel

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

CardLayout _cardLayout

_titleNodeMap

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

JButton _okButton

_cancelButton

JButton _cancelButton

_applyButton

JButton _applyButton

_okAction

AbstractAction _okAction

_cancelAction

AbstractAction _cancelAction

_treeCellRenderer

TreeCellRenderer _treeCellRenderer

_listCellRenderer

ListCellRenderer _listCellRenderer

_tabbedPane

JTabbedPane _tabbedPane

_initialPageTitle

String _initialPageTitle

_tree

JTree _tree

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

serialVersionUID: 3505923526872133295L

Serialized Fields

_id

int _id

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

serialVersionUID: 436559750018384074L

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

serialVersionUID: -6329512076145429068L

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

serialVersionUID: 9114102922553383723L

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

serialVersionUID: -6976658176495038104L

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

serialVersionUID: -2699141371295650648L

Serialized Fields

_bannerPanel

JComponent _bannerPanel

_contentPanel

JComponent _contentPanel

_buttonPanel

ButtonPanel _buttonPanel

_defaultCancelAction

Action _defaultCancelAction

_defaultAction

Action _defaultAction

_initFocusedComponent

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 Object implements Serializable

serialVersionUID: -6303936713472505092L

Serialized Fields

_icon

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 JButton implements Serializable

Serialized Fields

_comboBox

JComboBox _comboBox

_listBox

JList _listBox

_rendererPane

CellRendererPane _rendererPane

_comboIcon

Icon _comboIcon

_iconOnly

boolean _iconOnly

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

serialVersionUID: 4633179647696691207L

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

serialVersionUID: 3270152106579039554L

Serialized Fields

_tabIndex

int _tabIndex

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

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

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

Serialized Fields

_type

int _type
Deprecated. 

_index

int _index
Deprecated. 

_mouseOver

boolean _mouseOver
Deprecated. 

_mousePressed

boolean _mousePressed
Deprecated. 

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

Class com.jidesoft.plaf.basic.FolderToolBar extends JToolBar implements Serializable

Serialized Fields

_deleteFolderBtn

JButton _deleteFolderBtn

_newFolderBtn

JButton _newFolderBtn

_refreshBtn

JButton _refreshBtn

_desktopBtn

JButton _desktopBtn

_myDocumentsBtn

JButton _myDocumentsBtn

_recentFoldersList

JComboBox _recentFoldersList

_listeners

List<E> _listeners

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

Class com.jidesoft.plaf.basic.LazyMutableTreeNode extends 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.metal

Class com.jidesoft.plaf.metal.MetalIconFactory extends Object implements Serializable


Package com.jidesoft.plaf.office2003

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

Serialized Fields

_baseColor

Color _baseColor

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

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

Serialized Fields

_themeName

String _themeName

_uiDefaultsSelection

Object[] _uiDefaultsSelection

Package com.jidesoft.plaf.vsnet

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

serialVersionUID: 8723756757971612903L

Serialized Fields

menu

JMenu menu

force

boolean force

Package com.jidesoft.popup

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

Serialized Fields

rootPane

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.


_returnFocusToOwner

boolean _returnFocusToOwner

_detached

boolean _detached

_window

ResizableWindow _window

_panel

ResizablePanel _panel

_resizableSupport

ResizableSupport _resizableSupport

_componentListener

ComponentAdapter _componentListener

_windowListener

WindowAdapter _windowListener

_ownerComponentListener

ComponentAdapter _ownerComponentListener

_hierarchyListener

HierarchyListener _hierarchyListener

_displayStartLocation

Point _displayStartLocation

_resizable

boolean _resizable

_keepPreviousSize

boolean _keepPreviousSize

_owner

Component _owner

_popupBorder

Border _popupBorder

_transient

boolean _transient

_timeout

int _timeout

_timer

Timer _timer

_defaultFocusComponent

Component _defaultFocusComponent

_defaultMoveOperation

int _defaultMoveOperation

DISTANCE_TO_SCREEN_BORDER

int DISTANCE_TO_SCREEN_BORDER
The distance between alert and screen border.


_excludedComponents

List<E> _excludedComponents

_gripperLocation

int _gripperLocation

_popupResizeListener

ComponentAdapter _popupResizeListener

_previousSize

Dimension _previousSize

_actualOwner

Component _actualOwner

_actualOwnerLocation

Point _actualOwnerLocation

_popupType

int _popupType

_escapeActionListener

ActionListener _escapeActionListener

HIDE_POPUP_KEY

Object HIDE_POPUP_KEY

_insets

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

Point _startPoint

_currentWindow

Window _currentWindow

_currentPanel

JPanel _currentPanel

_backToOriginalInsets

Insets _backToOriginalInsets

_awtEventListener

AWTEventListener _awtEventListener

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

serialVersionUID: -1095213042773793649L


Package com.jidesoft.spinner

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

Serialized Fields

_formatter

DefaultFormatter _formatter

_timeEditor

JSpinner.DateEditor _timeEditor

_format

DateFormat _format

Class com.jidesoft.spinner.PointFormatter extends DefaultFormatter implements Serializable

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

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


Package com.jidesoft.swing

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

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

Serialized Fields

_autoCompletion

AutoCompletion _autoCompletion

_preventActionEvent

boolean _preventActionEvent

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

Serialized Fields

_maxRows

int _maxRows

_minRows

int _minRows

_listener

com.jidesoft.swing.AutoResizingTextArea.ResizingDocumentListener _listener

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

Serialized Fields

_result

double _result

_op1

StringBuffer _op1

_op2

StringBuffer _op2

_operator

int _operator

_displayText

String _displayText

_overflow

boolean _overflow

_negationOp1

boolean _negationOp1

_backspaceOp1

boolean _backspaceOp1

_backspaceOp2

boolean _backspaceOp2

_clearOperatorPending

boolean _clearOperatorPending

_isFakedEqualPressed

boolean _isFakedEqualPressed

_resultCalculated

boolean _resultCalculated

_addButton

AbstractButton _addButton

_minusButton

AbstractButton _minusButton

_multiplyButton

AbstractButton _multiplyButton

_divideButton

AbstractButton _divideButton

_pointButton

AbstractButton _pointButton

_equalButton

AbstractButton _equalButton

_backspaceButton

AbstractButton _backspaceButton

_clearButton

AbstractButton _clearButton

_negativeButton

AbstractButton _negativeButton

_numberButtons

AbstractButton[] _numberButtons

_actualCharPoint

char _actualCharPoint

_displayFormat

NumberFormat _displayFormat

_buttonWidth

int _buttonWidth

_buttonHeight

int _buttonHeight

_buttonGap

int _buttonGap

Class com.jidesoft.swing.CheckBoxList extends 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 JPanel implements Serializable

serialVersionUID: 2003073492549917883L

Serialized Fields

_checkBox

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


_label

JLabel _label

_actualListRenderer

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 DefaultListSelectionModel implements Serializable

serialVersionUID: -4133723317923726786L

Serialized Fields

_model

ListModel _model

_allEntryConsidered

boolean _allEntryConsidered

_allEntryIndex

int _allEntryIndex

_allEntryIndexSet

boolean _allEntryIndexSet

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

Serialized Fields

_listCellRenderer

CheckBoxListCellRenderer _listCellRenderer

_checkBoxEnabled

boolean _checkBoxEnabled

_clickInCheckBoxOnly

boolean _clickInCheckBoxOnly

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

Serialized Fields

_treeCellRenderer

CheckBoxTreeCellRenderer _treeCellRenderer

_checkBoxTreeSelectionModel

CheckBoxTreeSelectionModel _checkBoxTreeSelectionModel

_checkBoxEnabled

boolean _checkBoxEnabled

_clickInCheckBoxOnly

boolean _clickInCheckBoxOnly

_modelChangeListener

PropertyChangeListener _modelChangeListener

_checkBox

TristateCheckBox _checkBox

_selectPartialOnToggling

boolean _selectPartialOnToggling

_defaultRenderer

TreeCellRenderer _defaultRenderer

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

serialVersionUID: 30207434500313004L

Serialized Fields

_checkBox

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


_emptyBox

JComponent _emptyBox

_protoType

JCheckBox _protoType

_actualTreeRenderer

TreeCellRenderer _actualTreeRenderer
The label which appears after the check box.

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

serialVersionUID: 1368502059666946634L

Serialized Fields

_model

TreeModel _model

_digIn

boolean _digIn

_tree

CheckBoxTree _tree

_pathHasAdded

Set<E> _pathHasAdded
Used in CheckBoxTreeSelectionModel.areSiblingsSelected(javax.swing.tree.TreePath) for those paths pending added so that they are not in the selection model right now.


_singleEventMode

boolean _singleEventMode

_fireEvent

boolean _fireEvent

_avoidCheckPathSelection

boolean _avoidCheckPathSelection

_batchMode

boolean _batchMode

_toBeAdded

Set<E> _toBeAdded

_toBeRemoved

Set<E> _toBeRemoved

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

Serialized Fields

_target

Component _target

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

Serialized Fields

_target

Component _target

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

Serialized Fields

_painter

ThemePainter _painter

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

Serialized Fields

_thickness

int _thickness
width of the contour.


_lineColor

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

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

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

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

Component _glassPane

_changeCursor

boolean _changeCursor

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

Serialized Fields

_scrollPaneBidule

ScrollPaneOverview _scrollPaneBidule

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

Serialized Fields

_actualComponent

JComponent _actualComponent

_overlayLocationInsets

Insets _overlayLocationInsets

_overlayComponents

List<E> _overlayComponents

_overlayLocations

Map<K,V> _overlayLocations

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

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

serialVersionUID: -2910365359251677780L

Serialized Fields

_delay

int _delay

_cache

CompoundEdit _cache

_timer

Timer _timer

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

serialVersionUID: -3867985431184738600L

Serialized Fields

_action

Action _action

_target

JComponent _target

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

serialVersionUID: -1555177105658867899L

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

Serialized Fields

_recentList

List<E> _recentList

_fileComparator

Comparator<T> _fileComparator

_availableButtons

int _availableButtons

_recentListVisible

boolean _recentListVisible

_selectedFolder

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 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 Panel implements Serializable

Serialized Fields

_component

Component _component

_heavyweight

boolean _heavyweight

MIN_DIM

Dimension MIN_DIM

Class com.jidesoft.swing.IconBorder extends MatteBorder implements Serializable

serialVersionUID: -5657747462265533365L

Serialized Fields

_horizontalIconAlignment

int _horizontalIconAlignment

_verticalIconAlignment

int _verticalIconAlignment

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

Serialized Fields

numBars

int numBars

dScale

double dScale

bars

Area[] bars

barsBounds

Rectangle barsBounds

barsScreenBounds

Rectangle barsScreenBounds

centerAndScaleTransform

AffineTransform centerAndScaleTransform

timer

Timer timer

colors

Color[] colors

colorOffset

int colorOffset

tempHide

boolean tempHide

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

Serialization Methods

writeObject

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

accessibleContext

AccessibleContext accessibleContext
Deprecated. 

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

Class com.jidesoft.swing.JideBorderLayout extends 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.

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

vgap

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

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

north

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

 
See Also:
JideBorderLayout.getChild(String, boolean), JideBorderLayout.addLayoutComponent(java.awt.Component, java.lang.Object), JideBorderLayout.getLayoutAlignmentX(java.awt.Container), JideBorderLayout.getLayoutAlignmentY(java.awt.Container), JideBorderLayout.removeLayoutComponent(java.awt.Component)

west

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

 
See Also:
JideBorderLayout.getChild(String, boolean), JideBorderLayout.addLayoutComponent(java.awt.Component, java.lang.Object), JideBorderLayout.getLayoutAlignmentX(java.awt.Container), JideBorderLayout.getLayoutAlignmentY(java.awt.Container), JideBorderLayout.removeLayoutComponent(java.awt.Component)

east

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

 
See Also:
JideBorderLayout.getChild(String, boolean), JideBorderLayout.addLayoutComponent(java.awt.Component, java.lang.Object), JideBorderLayout.getLayoutAlignmentX(java.awt.Container), JideBorderLayout.getLayoutAlignmentY(java.awt.Container), JideBorderLayout.removeLayoutComponent(java.awt.Component)

south

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

 
See Also:
JideBorderLayout.getChild(String, boolean), JideBorderLayout.addLayoutComponent(java.awt.Component, java.lang.Object), JideBorderLayout.getLayoutAlignmentX(java.awt.Container), JideBorderLayout.getLayoutAlignmentY(java.awt.Container), JideBorderLayout.removeLayoutComponent(java.awt.Component)

center

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

 
See Also:
JideBorderLayout.getChild(String, boolean), JideBorderLayout.addLayoutComponent(java.awt.Component, java.lang.Object), JideBorderLayout.getLayoutAlignmentX(java.awt.Container), JideBorderLayout.getLayoutAlignmentY(java.awt.Container), JideBorderLayout.removeLayoutComponent(java.awt.Component)

firstLine

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

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

 

firstItem

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

 

lastItem

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 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

Container _target

_gap

int _gap

_componentSizes

int[] _componentSizes

_constraintMap

HashMap<K,V> _constraintMap

_resetWhenInvalidate

boolean _resetWhenInvalidate

_alwaysLayout

boolean _alwaysLayout

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

Serialized Fields

_alwaysShowHyperlink

boolean _alwaysShowHyperlink

_buttonStyle

int _buttonStyle

_savedCursor

Cursor _savedCursor

_orientation

int _orientation

_defaultForeground

Color _defaultForeground

_rolloverBackground

Color _rolloverBackground

_selectedBackground

Color _selectedBackground

_pressedBackground

Color _pressedBackground

_rolloverForeground

Color _rolloverForeground

_selectedForeground

Color _selectedForeground

_pressedForeground

Color _pressedForeground

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

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

Serialized Fields

_clockwise

boolean _clockwise

_orientation

int _orientation

Class com.jidesoft.swing.JideMenu extends 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 JPopupMenu implements Serializable

Serialized Fields

_useLightWeightPopup

boolean _useLightWeightPopup

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

Serialized Fields

_rowFooter

JViewport _rowFooter
The row footer child. Default is null.

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

_subColumnHeader

JViewport _subColumnHeader
The component under column header. Default is null.

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

_subUpperLeft

Component _subUpperLeft
The component under upper left corner. Default is null.

See Also:
JideScrollPane.setCorner(String, java.awt.Component)

_subUpperRight

Component _subUpperRight
The component under upper right corner. Default is null.

See Also:
JideScrollPane.setCorner(String, java.awt.Component)

_columnFooter

JViewport _columnFooter
The column footer child. Default is null.

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

_hLeft

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


_hRight

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


_vTop

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


_vBottom

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


_keepCornerVisible

boolean _keepCornerVisible

_horizontalScrollBarCoversWholeWidth

boolean _horizontalScrollBarCoversWholeWidth

_verticalScrollBarCoversWholeHeight

boolean _verticalScrollBarCoversWholeHeight

_flatLayout

boolean _flatLayout

_columnHeadersHeightUnified

boolean _columnHeadersHeightUnified

_columnFootersHeightUnified

boolean _columnFootersHeightUnified

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

serialVersionUID: 7897026041296359186L

Serialized Fields

_rowFoot

JViewport _rowFoot
The row footer child. Default is null.

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

_subColHead

JViewport _subColHead
The row sub column header componeng. Default is null.

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

_colFoot

JViewport _colFoot
The column footer child. Default is null.

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

_hLeft

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


_hRight

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


_vTop

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


_vBottom

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


_subUpperLeft

Component _subUpperLeft
The component under upper left corner. Default is null.


_subUpperRight

Component _subUpperRight
The component under upper right corner. Default is null.

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

Serialized Fields

_buttonStyle

int _buttonStyle

_alwaysDropdown

boolean _alwaysDropdown

_defaultForeground

Color _defaultForeground

_rolloverBackground

Color _rolloverBackground

_selectedBackground

Color _selectedBackground

_pressedBackground

Color _pressedBackground

_rolloverForeground

Color _rolloverForeground

_selectedForeground

Color _selectedForeground

_pressedForeground

Color _pressedForeground

Class com.jidesoft.swing.JideSplitPane extends 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

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

WindowAdapter _windowDeactivatedListener

_dividerStepSize

int _dividerStepSize

_dragResizable

boolean _dragResizable

_hiddenByMyself

boolean _hiddenByMyself

_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

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

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 JComponent.AccessibleJComponent implements Serializable

serialVersionUID: -6167624875135108683L

Class com.jidesoft.swing.JideSplitPaneDivider extends 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

JButton _leftButton
Button for quickly toggling the left component.


_rightButton

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 CompoundBorder implements Serializable

serialVersionUID: -1396250213346461982L

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

Serialized Fields

_hideOneTab

boolean _hideOneTab

_showTabButtons

boolean _showTabButtons

_showCloseButton

boolean _showCloseButton

_showCloseButtonOnTab

boolean _showCloseButtonOnTab

_showCloseButtonOnMouseOver

boolean _showCloseButtonOnMouseOver

_useDefaultShowCloseButtonOnTab

boolean _useDefaultShowCloseButtonOnTab

_showTabArea

boolean _showTabArea

_showTabContent

boolean _showTabContent

_showIconsOnTab

boolean _showIconsOnTab

_useDefaultShowIconsOnTab

boolean _useDefaultShowIconsOnTab

_rightClickSelect

boolean _rightClickSelect

_dragOverDisabled

boolean _dragOverDisabled

_scrollSelectedTabOnWheel

boolean _scrollSelectedTabOnWheel

_tabAlignment

int _tabAlignment

_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

_closableSet

Set<E> _closableSet
The Set for the tab closable. If there is an entry in the Set, it means the tab is NOT closable.


_pageLastFocusTrackers

Hashtable<K,V> _pageLastFocusTrackers

_selectedTabFont

Font _selectedTabFont

_tabResizeMode

int _tabResizeMode

_colorTheme

int _colorTheme

_tabShape

int _tabShape

_tabLeadingComponent

Component _tabLeadingComponent

_tabTrailingComponent

Component _tabTrailingComponent

_hideTrailingWhileNoButtons

boolean _hideTrailingWhileNoButtons

_showCloseButtonOnSelectedTab

boolean _showCloseButtonOnSelectedTab

_tabListCellRenderer

ListCellRenderer _tabListCellRenderer

_contentBorderInsets

Insets _contentBorderInsets

_tabAreaInsets

Insets _tabAreaInsets

_tabInsets

Insets _tabInsets

_closeTabOnMouseMiddleButton

boolean _closeTabOnMouseMiddleButton

_layoutTrailingComponentBeforeButtons

boolean _layoutTrailingComponentBeforeButtons

_tabListPopup

JidePopup _tabListPopup

_closeAction

Action _closeAction

_autoFocusonTabHideClose

boolean _autoFocusonTabHideClose

_suppressStateChangedEvents

boolean _suppressStateChangedEvents

_suppressSetSelectedIndex

boolean _suppressSetSelectedIndex

_autoRequestFocus

boolean _autoRequestFocus

_tabColorProvider

JideTabbedPane.ColorProvider _tabColorProvider

_focusChangeListener

PropertyChangeListener _focusChangeListener

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

serialVersionUID: -4321082126384337792L

Class com.jidesoft.swing.JideTabbedPane.NoFocusButton extends JButton implements Serializable

Serialized Fields

_type

int _type

_index

int _index

_mouseOver

boolean _mouseOver

_mousePressed

boolean _mousePressed

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

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

serialVersionUID: 5409659168893849250L

Serialized Fields

title

String title

border

Border border

titlePosition

int titlePosition

titleJustification

int titleJustification

titleFont

Font titleFont

titleColor

Color titleColor

label

JLabel label

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

Serialized Fields

_itemListener

ItemListener _itemListener

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

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

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

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

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

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

Serialized Fields

_textField

JTextField _textField

_label

JLabel _label

_button

AbstractButton _button

_labelText

String _labelText

_icon

Icon _icon

_hintText

String _hintText

_showHintTextWhenFocused

boolean _showHintTextWhenFocused

_hintLabel

JLabel _hintLabel

_customizer

LabeledTextField.PopupMenuCustomizer _customizer

_contextMenuKeyStroke

KeyStroke _contextMenuKeyStroke

_hintOverlayable

DefaultOverlayable _hintOverlayable

Class com.jidesoft.swing.LegacyTristateCheckBox extends JCheckBox implements Serializable

Serialized Fields

model

com.jidesoft.swing.LegacyTristateCheckBox.TristateDecorator model
Deprecated. 

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

Serialized Fields

_scrollDelay

int _scrollDelay

_stayDelay

int _stayDelay

_scrollAmount

int _scrollAmount

_scrollDirection

int _scrollDirection

_stayPosition

int _stayPosition

_scrollTimer

Timer _scrollTimer

_scrollTimes

int _scrollTimes

_reachStayPosition

boolean _reachStayPosition

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

Serialized Fields

_style

int _style
Holds value of property style.

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

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

Serialized Fields

_button

JToggleButton _button

_label

MultilineLabel _label

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Serialized Fields

_backgroundPaint

Paint _backgroundPaint

_startColor

Color _startColor

_endColor

Color _endColor

_isVertical

boolean _isVertical

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

serialVersionUID: 2711317518164196639L

Serialized Fields

_sides

int _sides

_roundedCorners

boolean _roundedCorners

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

Serialized Fields

_sides

int _sides

_colors

Color[] _colors

_thickness

int _thickness

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

Serialized Fields

_sides

int _sides

_roundedCornerSize

int _roundedCornerSize

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

Serialized Fields

_rangeDraggable

boolean _rangeDraggable

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

Serialized Fields

_corner

int _corner

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

Serialized Fields

_resizablePanel

ResizablePanel _resizablePanel

_routingKeyStrokes

boolean _routingKeyStrokes

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

Serialized Fields

_resizablePanel

ResizablePanel _resizablePanel

_routingKeyStrokes

boolean _routingKeyStrokes

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

Serialized Fields

_resizable

Resizable _resizable

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

Serialized Fields

_resizablePanel

ResizablePanel _resizablePanel

_routingKeyStrokes

boolean _routingKeyStrokes

Class com.jidesoft.swing.ScrollPaneOverview extends JComponent implements Serializable

Serialized Fields

_owner

Component _owner

_scrollPane

JScrollPane _scrollPane

_viewComponent

Component _viewComponent

_popupMenu

JPopupMenu _popupMenu

_image

BufferedImage _image

_startRectangle

Rectangle _startRectangle

_rectangle

Rectangle _rectangle

_startPoint

Point _startPoint

_scale

double _scale

xOffset

int xOffset

yOffset

int yOffset

_selectionBorder

Color _selectionBorder

Class com.jidesoft.swing.Searchable.SearchField extends 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 JToolBar implements Serializable

Serialized Fields

_searchable

Searchable _searchable

_statusLabel

JLabel _statusLabel

_leadingLabel

JLabel _leadingLabel

_textField

JTextField _textField

_comboBox

JComboBox _comboBox

_closeButton

AbstractButton _closeButton

_findPrevButton

AbstractButton _findPrevButton

_findNextButton

AbstractButton _findNextButton

_highlightsButton

AbstractButton _highlightsButton

_matchCaseCheckBox

AbstractButton _matchCaseCheckBox

_wholeWordsCheckBox

AbstractButton _wholeWordsCheckBox

_repeatCheckBox

AbstractButton _repeatCheckBox

_visibleButtons

int _visibleButtons

_compact

boolean _compact

_showMatchCount

boolean _showMatchCount

_messagePopup

JidePopup _messagePopup

_mouseMotionListener

MouseMotionListener _mouseMotionListener

_keyListener

KeyListener _keyListener

_searchHistory

List<E> _searchHistory

_maxHistoryLength

int _maxHistoryLength

_previousCursor

int _previousCursor

_mismatchBackground

Color _mismatchBackground

_installer

SearchableBar.Installer _installer

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

serialVersionUID: 2434517670879999353L

Serialized Fields

_models

List<E> _models

_selectionListener

Object _selectionListener

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

Serialized Fields

_groups

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 JPanel.AccessibleJPanel implements Serializable

serialVersionUID: -6914188774912169441L

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

Serialized Fields

_selectedItem

SidePaneItem _selectedItem
the selected item.


listenerList

EventListenerList listenerList
A list of event listeners for this component.

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

Serialized Fields

_scrollUpButton

AbstractButton _scrollUpButton

_scrollDownButton

AbstractButton _scrollDownButton

_scrollLeftButton

AbstractButton _scrollLeftButton

_scrollRightButton

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

Timer _timer

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

Serialized Fields

selection

ButtonModel selection
The current selection.

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

Serialized Fields

_styleRanges

List<E> _styleRanges
The list of StyleRanges.


_lineWrap

boolean _lineWrap

_rows

int _rows

_maxRows

int _maxRows

_minRows

int _minRows

_preferredWidth

int _preferredWidth

_rowGap

int _rowGap

_truncated

boolean _truncated

_ignoreColorSettings

boolean _ignoreColorSettings

Class com.jidesoft.swing.StyledToolTip extends JToolTip implements Serializable

Serialized Fields

label

StyledLabel label

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

Serialized Fields

_tabIndex

int _tabIndex

_oldTitle

String _oldTitle

_newTitle

String _newTitle

Class com.jidesoft.swing.TitledSeparator extends 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

JComponent _labelComponent
The label holding the title for this TitledSeparator.

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

_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.TransparentComponentWrapper extends JComponent implements Serializable

Serialized Fields

delegate

JComponent delegate

Class com.jidesoft.swing.TristateButtonModel extends JToggleButton.ToggleButtonModel implements Serializable

serialVersionUID: 9179129427948325126L

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


Package com.jidesoft.swing.event

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

Serialized Fields

_searchingText

String _searchingText

_oldSearchingText

String _oldSearchingText

_matchingText

String _matchingText

_matchingObject

Object _matchingObject

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


Package com.jidesoft.tree

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

Serialized Fields

tree

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

Color treeBGColor
Background color of the tree.


focusBGColor

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


textSelectionColor

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


textNonSelectionColor

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


backgroundSelectionColor

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


backgroundNonSelectionColor

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


borderSelectionColor

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


Package com.jidesoft.utils

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

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

serialVersionUID: 3835017332487313880L

Serialized Fields

_indexCache

Map<K,V> _indexCache

_lazyCaching

boolean _lazyCaching

_isDirty

boolean _isDirty

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

Serialized Fields

_indexCache

Map<K,V> _indexCache

_lazyCaching

boolean _lazyCaching

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

serialVersionUID: -5528733766095113518L

Class com.jidesoft.utils.RegistrationEvent extends EventObject implements Serializable

serialVersionUID: 3575113313761938714L

Serialized Fields

_id

int _id

_object

Object _object

_context

Object _context

_key

Object _key

Class com.jidesoft.utils.SwingPropertyChangeSupport extends 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 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 EventObject implements Serializable

Serialized Fields

_newValue

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


_oldValue

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



Copyright © 2013. All rights reserved.