JIDE 2.9.5

Serialized Form


Package com.jidesoft.action

Class com.jidesoft.action.Chevron extends JideMenu implements Serializable

Serialized Fields

_showMore

boolean _showMore

_showOptions

boolean _showOptions

Class com.jidesoft.action.CommandBar extends DockableBar implements Serializable

Serialized Fields

_paintBorder

boolean _paintBorder
If the border is painted.


_margin

Insets _margin

_borderListener

com.jidesoft.action.CommandBarBorderListener _borderListener

_preferredRowCount

int _preferredRowCount
Since CommandBar is mainly used to create toolbar and menu bar. When it's floating, components in it can be displayed in several row. This property will determine the preferred number of rows.


_hiddenComponents

List<E> _hiddenComponents
A list which contains components that can't fit in the CommandBar. Those components will be added to chevron.


_commandBarContainerListener

CommandBar.CommandBarContainerListener _commandBarContainerListener
Listener to re-validate window if components are added to or removed from a floating CommandBar.


_changingContainer

boolean _changingContainer
Flag indicating that a batch of add-component or remove-component operations is taking place; so don't re-validate the window until the flag is reset, indicating that the batch is complete.

Class com.jidesoft.action.CommandBar.Expansion extends Box.Filler implements Serializable

Serialized Fields

_orientation

int _orientation

Class com.jidesoft.action.CommandBarSeparator extends JSeparator implements Serializable

Class com.jidesoft.action.CommandBarTitleBar extends JMenuBar implements Serializable

Serialized Fields

_title

String _title

_orientation

int _orientation

Class com.jidesoft.action.CommandMenuBar extends CommandBar implements Serializable

Class com.jidesoft.action.DefaultAppletDockableBarDockableHolder extends DefaultAppletDockableHolder implements Serializable

Serialized Fields

_dockableBarManager

DockableBarManager _dockableBarManager

_layoutPersistence

LayoutPersistenceManager _layoutPersistence

Class com.jidesoft.action.DefaultDialogDockableBarDockableHolder extends DefaultDialogDockableHolder implements Serializable

Serialized Fields

_dockableBarManager

DockableBarManager _dockableBarManager

_layoutPersistence

LayoutPersistenceManager _layoutPersistence

Class com.jidesoft.action.DefaultDialogDockableBarHolder extends JDialog implements Serializable

Serialized Fields

_dockableBarManager

DockableBarManager _dockableBarManager

Class com.jidesoft.action.DefaultDockableBarDockableHolder extends DefaultDockableHolder implements Serializable

Serialized Fields

_dockableBarManager

DockableBarManager _dockableBarManager

_layoutPersistence

LayoutPersistenceManager _layoutPersistence

Class com.jidesoft.action.DefaultDockableBarHolder extends JFrame implements Serializable

Serialized Fields

_dockableBarManager

DockableBarManager _dockableBarManager

Class com.jidesoft.action.DefaultInternalFrameDockableBarDockableHolder extends DefaultInternalFrameDockableHolder implements Serializable

Serialized Fields

_dockableBarManager

DockableBarManager _dockableBarManager

_layoutPersistence

LayoutPersistenceManager _layoutPersistence

Class com.jidesoft.action.DefaultInternalFrameDockableBarHolder extends JInternalFrame implements Serializable

Serialized Fields

_dockableBarManager

DockableBarManager _dockableBarManager

Class com.jidesoft.action.DockableBar extends JMenuBar implements Serializable

Serialized Fields

_key

String _key
The key that unique identifies the DockableBar in a docking manager.


_title

String _title

_context

DockableBarContext _context

_dockableBarManager

DockableBarManager _dockableBarManager

_floatable

boolean _floatable
If the DockableBar is floatable.


_hidable

boolean _hidable
If the DockableBar is hidable.


_rearrangeable

boolean _rearrangeable
If the DockableBar is rearrangeable.


_stretch

boolean _stretch
If the DockableBar should be stretching. Stretching means it will occupy the whole row in DockableBarContainer and no other DockableBar can be at the same row.


_allowedDockSides

int _allowedDockSides
Which side the DockableBar can dock to. It could be OR of above DOCK_SIDE.


_orientation

int _orientation

_duringLayout

boolean _duringLayout

_chevronAlwaysVisible

boolean _chevronAlwaysVisible

_paintBackground

boolean _paintBackground
If the dockable bar should paint the background.


_menuBar

boolean _menuBar
A boolean property. If true, the CommandBar is used as menu bar.

There are some subtle differences between menu bar and toolbar. For example, if a JMenu is added to a CommandBar used as menu bar, there is no down arrow. If CommandBar is used as toolbar, there will be a down arrow on the JMenu.

Class com.jidesoft.action.DockableBarContainer extends JComponent implements Serializable

Serialized Fields

_side

int _side

_dockableBarList

com.jidesoft.action.DockableBarListList _dockableBarList

_dockableBarManager

DockableBarManager _dockableBarManager

_shrinkOrderProvider

DockableBarContainer.DockableBarShrinkOrderProvider _shrinkOrderProvider

Class com.jidesoft.action.DockableBarContainerLayout extends Object implements Serializable

serialVersionUID: 851502149842087020L

Serialized Fields

_verticalGap

int _verticalGap

_horizontalGap

int _horizontalGap

_srWidth

SizeRequirements[] _srWidth

_srHeight

SizeRequirements[] _srHeight

_target

DockableBarContainer _target

_side

int _side

_rowHeights

int[] _rowHeights

Class com.jidesoft.action.DockableBarContext extends Object implements Serializable

Serialized Fields

_initMode

int _initMode
One of states above. The initial mode.


_currentMode

int _currentMode
One of states above. The current mode.


_initSide

int _initSide
Which side will the dockable bar dock to when there is no layout information.


_initIndex

int _initIndex
Index of the dockable bar when there is no layout information. Dockable bar with the same dock side and index will be in the same row. Dockable bar with different index will be in the different rows.


_initSubindex

int _initSubindex
Subindex of the dockable bar when there is no layout information. Assuming the dockable bars have the same dock side, index. If so, all of them will be in the same row. The subindex will determine the order. For example in RTL system, the order will be from left to right or from top to bottom.


_initPosition

boolean _initPosition
Does the dockable has even been moved.


_currentDockSide

int _currentDockSide
Which side the dockable bar is docking to.


_undockedBounds

Rectangle _undockedBounds
The size of the dockable bar. Notice: it is the size of that dockable bar without any constraints (in floating mode). The size will be reset every time the bounds of the floating container changes. And it's the only case that it needs to be changed.


_dockedWidth

int _dockedWidth
The width or height in docked mode. For example, if the dockable bar docks to east or west, only height makes sense. If docks to south or north, only width makes sense.


_dockedHeight

int _dockedHeight

_dockID

int _dockID
a random generated DockID.


_hiddenPreviousState

com.jidesoft.action.PreviousState _hiddenPreviousState
PreviousState before the dockable bar is hidden.


_closePreviousState

com.jidesoft.action.PreviousState _closePreviousState
PreviousState before the main JFrame is closed.


_dockPreviousState

com.jidesoft.action.PreviousState _dockPreviousState
PreviousState when user double clicks on gripper (in docked mode) or title bar (in floating mode). The default behavior is to toggling between floating and docking mode.


_floatPreviousState

com.jidesoft.action.PreviousState _floatPreviousState
PreviousState when user double clicks on gripper (in docked mode) or title bar (in floating mode). The default behavior is to toggling between floating and docking mode.


_available

boolean _available
If the dockable bar is enabled. The bars can be unavailable for some states of the IDE. In this case, they are removed from the layout.


_availablePreviousState

com.jidesoft.action.PreviousState _availablePreviousState
PreviousState before the dockable bar is made unavailable.

Class com.jidesoft.action.DockableBarDockableHolderPanel extends ContentContainer implements Serializable

Serialized Fields

_dockingManager

DockingManager _dockingManager

_dockableBarManager

DockableBarManager _dockableBarManager

_layoutPersistence

LayoutPersistenceManager _layoutPersistence

_outsideCallChecking

boolean _outsideCallChecking

Class com.jidesoft.action.DockableBarHolderPanel extends ContentContainer implements Serializable

Serialized Fields

_dockableBarManager

DockableBarManager _dockableBarManager

_outsideCallChecking

boolean _outsideCallChecking

Class com.jidesoft.action.FloatingDockableBarContainer extends JWindow implements Serializable

Class com.jidesoft.action.MainContainer extends JPanel implements Serializable


Package com.jidesoft.action.event

Class com.jidesoft.action.event.DockableBarEvent extends AWTEvent implements Serializable

Class com.jidesoft.action.event.DockableBarsRearrangedEvent extends AWTEvent implements Serializable

Serialized Fields

_stateTransition

DockableBarStateTransition _stateTransition

_otherRearrangedBarsStateTransitions

List<E> _otherRearrangedBarsStateTransitions

Package com.jidesoft.alert

Class com.jidesoft.alert.Alert extends JidePopup implements Serializable

Serialized Fields

_hideAnimation

CustomAnimation _hideAnimation

_showAnimation

CustomAnimation _showAnimation

_screenImage

Image _screenImage

_alwaysOnTop

boolean _alwaysOnTop

_alertGroup

AlertGroup _alertGroup

Class com.jidesoft.alert.InputPopup extends Alert implements Serializable

Serialized Fields

_textField

JTextField _textField

_statusLabel

JLabel _statusLabel

_title

String _title

_help

String _help

_defaultValue

Object _defaultValue

_helpLabel

JLabel _helpLabel

Package com.jidesoft.animation

Class com.jidesoft.animation.CustomAnimation extends Object implements Serializable

Serialized Fields

_type

int _type

_effect

int _effect

_initDelay

int _initDelay

_smoothness

int _smoothness

_speed

int _speed

_direction

int _direction

_secondaryDirection

int _secondaryDirection

_startLocation

Point _startLocation

_endLocation

Point _endLocation

_visibleBounds

Rectangle _visibleBounds

_animator

Animator _animator

_screenImage

Image _screenImage

_callback

CustomAnimation.Callback _callback

_functionX

Function _functionX

_functionY

Function _functionY

_functionZoom

Function _functionZoom

_functionFade

Function _functionFade

_animatorListener

AnimatorListener _animatorListener

_listenerList

EventListenerList _listenerList
The list of all registered AnimatorListeners.

See Also:
CustomAnimation.addAnimatorListener(com.jidesoft.swing.AnimatorListener)

Package com.jidesoft.chart

Class com.jidesoft.chart.AboveBoundsException extends ChartBoundsException implements Serializable

serialVersionUID: -4786907819047072836L

Serialized Fields

bound

double bound

Class com.jidesoft.chart.BelowBoundsException extends ChartBoundsException implements Serializable

serialVersionUID: -7423092405047919030L

Serialized Fields

bound

double bound

Class com.jidesoft.chart.Chart extends JComponent implements Serializable

serialVersionUID: 1843397021865383301L

Serialized Fields

lazyRenderingThreshold

int lazyRenderingThreshold
Threshold above which a data set is treated specially, as rendering otherwise may be slow


shadowRenderer

ShadowFactory shadowRenderer

xAxis

Axis xAxis

yAxes

List<E> yAxes

axisChoices

Map<K,V> axisChoices

selectionModels

Map<K,V> selectionModels

title

AbstractLabel title

drawables

List<E> drawables

_lazyChartRenderer

com.jidesoft.chart.LazyChartRenderer _lazyChartRenderer

animateOnShow

boolean animateOnShow
Should the chart be animated when it first appears?


animationShown

boolean animationShown

animator

Animator animator
Create a new animator that controls the timing of animations. Parameters are source, initDelay, delay and totalSteps


antiAliasing

boolean antiAliasing
Should we use anti-aliasing when painting the component?


labellingTraces

boolean labellingTraces
Should we put a text label on the end of each trace to name it?


titleVisible

boolean titleVisible
The title is used for the hash code, so sometimes we need it for uniqueness, but don't actually want to display it.


verticalGridLinesVisible

boolean verticalGridLinesVisible
Specify whether the vertical grid lines defined by the x axis should be visible


verticalMinorGridLinesVisible

boolean verticalMinorGridLinesVisible
Specify whether the vertical grid lines for the minor ticks on the x axis should be visible


horizontalGridLinesVisible

boolean horizontalGridLinesVisible
Specify whether the horizontal grid lines defined by the y axis should be visible


horizontalMinorGridLinesVisible

boolean horizontalMinorGridLinesVisible
Specify whether the horizontal grid lines defined by the y axis should be visible


highQuality

boolean highQuality
Optimize for quality by mapping x pixel coordinates back to real coordinates in order to get better y values. Otherwise results can be one pixel off due to rounding errors.


userToPixelTransforms

List<E> userToPixelTransforms
Transforms to convert from user coordinates to pixel coordinates. We now have one AffineTransform per y Axis


xStart

int xStart

xEnd

int xEnd

yStart

int yStart

yEnd

int yEnd

tickLength

int tickLength
The length of major ticks, in pixels


minorTickLength

int minorTickLength
The length of minor ticks, in pixels


panelBackground

Paint panelBackground

chartBackground

Paint chartBackground

axisColor

Color axisColor

tickColor

Color tickColor

gridColor

Color gridColor

minorGridColor

Color minorGridColor

labelColor

Color labelColor

tickFont

Font tickFont

shadowVisible

boolean shadowVisible

shadowImage

BufferedImage shadowImage

dirty

boolean dirty

chartStyles

Map<K,V> chartStyles

pointRenderers

Map<K,V> pointRenderers

lineRenderers

Map<K,V> lineRenderers

highlights

Map<K,V> highlights

highlightStyles

Map<K,V> highlightStyles

zoomer

MouseWheelZoomer zoomer

panner

MouseDragPanner panner

chartRolloverListener

com.jidesoft.chart.ChartRolloverListener chartRolloverListener
Used for listening for mouse over effects and selections


chartRolloverPoint

Chartable chartRolloverPoint
The point where the chart rollover occurred, if any


models

List<E> models
The list of models known to the chart


piePainter

com.jidesoft.chart.PieChartPainter piePainter

barPainter

com.jidesoft.chart.BarPainter barPainter

linePainter

com.jidesoft.chart.ChartPainter linePainter

pointPainter

com.jidesoft.chart.PointPainter pointPainter

chartAnimator

com.jidesoft.chart.ChartAnimator chartAnimator

horizontalGridStroke

Stroke horizontalGridStroke

horizontalMinorGridStroke

Stroke horizontalMinorGridStroke

verticalGridStroke

Stroke verticalGridStroke

verticalMinorGridStroke

Stroke verticalMinorGridStroke

chartType

ChartType chartType
What type of chart to plot; for example a pie or an XY chart. By default this is an XY chart.


pointRenderer

PointRenderer pointRenderer

barRenderer

BarRenderer barRenderer

lineRenderer

LineRenderer lineRenderer

pieSegmentRenderer

PieSegmentRenderer pieSegmentRenderer

animationPosition

double animationPosition

selectionShowsExplodedSegments

boolean selectionShowsExplodedSegments

selectionShowsOutline

boolean selectionShowsOutline

Class com.jidesoft.chart.ChartBoundsException extends ChartException implements Serializable

serialVersionUID: -7293830096993749171L

Class com.jidesoft.chart.ChartException extends Exception implements Serializable

serialVersionUID: 8423417045953589978L

Class com.jidesoft.chart.Legend extends JPanel implements Serializable

serialVersionUID: 3209957448711005879L

Serialized Fields

gridBagLayout

GridBagLayout gridBagLayout

columns

int columns

charts

List<E> charts

title

String title

titleLabel

JLabel titleLabel

lastUpdated

long lastUpdated

propListener

PropertyChangeListener propListener

generateFromPoints

boolean generateFromPoints

orderReversed

boolean orderReversed

Class com.jidesoft.chart.Meter extends JComponent implements Serializable

Serialized Fields

shadowRenderer

ShadowFactory shadowRenderer

min

double min

max

double max

value

double value

pointerValue

double pointerValue

velocity

double velocity

needleSpeed

double needleSpeed

needleColor

Color needleColor

faceColor

Color faceColor

tickColor

Color tickColor

dialImage

BufferedImage dialImage

timer

Timer timer

timerPeriod

int timerPeriod

Package com.jidesoft.chart.axis

Class com.jidesoft.chart.axis.AxisComponent extends JComponent implements Serializable

serialVersionUID: -3138493763021996631L

Serialized Fields

axis

Axis axis

chart

Chart chart

orientation

Orientation orientation

viewport

JViewport viewport

viewPosition

Point viewPosition

changeListener

com.jidesoft.chart.axis.AxisComponent.ViewportChangeListener changeListener

axisListener

com.jidesoft.chart.axis.AxisComponent.AxisPropertyChangeListener axisListener

DEFAULT_BREADTH

int DEFAULT_BREADTH

DEFAULT_LENGTH

int DEFAULT_LENGTH

Package com.jidesoft.chart.event

Class com.jidesoft.chart.event.AxisZoomController extends JPanel implements Serializable

serialVersionUID: 3563894591444838109L

Serialized Fields

zoomOutButton

JButton zoomOutButton

zoomInButton

JButton zoomInButton

label

JLabel label

model

DefaultComboBoxModel model

comboBox

JComboBox comboBox

listeners

List<E> listeners

axes

Axis[] axes

Class com.jidesoft.chart.event.ChartSelectionEvent extends EventObject implements Serializable

serialVersionUID: 2983561771057191753L

Class com.jidesoft.chart.event.ChartValueReporter extends JPanel implements Serializable

serialVersionUID: 1727491356080087902L

Serialized Fields

chart

Chart chart

label

JLabel label

latestCursorPosition

Point latestCursorPosition

formatString

String formatString
The format string to use when generating the text for the label


noSelectionText

String noSelectionText

chartX

Double chartX
Record the current user coordinates of the chart value


chartY

Double chartY
Record the current user coordinates of the chart value


model

ChartModel model
If the chart model is not set the first one will be used

Class com.jidesoft.chart.event.DirectionZoomEvent extends ChartSelectionEvent implements Serializable

serialVersionUID: -1305919360071677552L

Serialized Fields

direction

ZoomDirection direction

Class com.jidesoft.chart.event.PanEvent extends EventObject implements Serializable

serialVersionUID: 4367829693652583906L

Serialized Fields

xOffset

Integer xOffset

yOffset

Integer yOffset

Class com.jidesoft.chart.event.PointSelectionEvent extends ChartSelectionEvent implements Serializable

serialVersionUID: 3272126399282830656L

Serialized Fields

location

Point location

direction

ZoomDirection direction

zoomFactor

Double zoomFactor

Class com.jidesoft.chart.event.RectangleSelectionEvent extends ChartSelectionEvent implements Serializable

serialVersionUID: 705160915143543729L

Serialized Fields

selection

Rectangle selection

Package com.jidesoft.chart.model

Class com.jidesoft.chart.model.ChartableTableModel extends AbstractTableModel implements Serializable

serialVersionUID: -7961741249513738796L

Serialized Fields

name

String name

_chartables

List<E> _chartables

listeners

List<E> listeners

Class com.jidesoft.chart.model.ChartModelChangeEvent extends EventObject implements Serializable

serialVersionUID: 3430220911507598037L

Serialized Fields

changeType

ChartModelChangeType changeType

index

int index

size

int size

Package com.jidesoft.chart.preference

Class com.jidesoft.chart.preference.ChartPreferencePanel extends JPanel implements Serializable

serialVersionUID: 9135707890202580896L

Serialized Fields

pointSizeLabel

JLabel pointSizeLabel

pointSizeChooser

PointSizeChooser pointSizeChooser

pointShapeLabel

JLabel pointShapeLabel

pointShapeChooser

PointShapeChooser pointShapeChooser

lineWidthLabel

JLabel lineWidthLabel

lineWidthChooser

LineWidthChooser lineWidthChooser

Class com.jidesoft.chart.preference.LineWidthChooser extends JSpinner implements Serializable

serialVersionUID: -3801471552512246890L

Serialized Fields

lineWidthModel

SpinnerModel lineWidthModel

lineWidth

Integer lineWidth

Class com.jidesoft.chart.preference.PointShapeChooser extends JComboBox implements Serializable

serialVersionUID: 2306175108665840301L

Serialized Fields

shape

PointShape shape

pointShapeModel

DefaultComboBoxModel pointShapeModel

Class com.jidesoft.chart.preference.PointShapeLabel extends JComponent implements Serializable

serialVersionUID: -4185911997441723232L

Serialized Fields

shape

PointShape shape

size

int size

selected

boolean selected

model

DefaultChartModel model

chart

Chart chart

style

ChartStyle style

pointRenderer

PointRenderer pointRenderer

Class com.jidesoft.chart.preference.PointSizeChooser extends JSpinner implements Serializable

serialVersionUID: -3801471552512246890L

Serialized Fields

initialValue

int initialValue

minimum

int minimum

maximum

int maximum

step

int step

pointSizeModel

SpinnerModel pointSizeModel

pointSize

Integer pointSize

Package com.jidesoft.combobox

Class com.jidesoft.combobox.AbstractComboBox extends JComponent implements Serializable

Serialized Fields

dataModel

ComboBoxModel dataModel
This protected field is implementation specific. Do not access directly or override. Use the accessor methods instead.

See Also:
AbstractComboBox.getModel(), AbstractComboBox.setModel(javax.swing.ComboBoxModel)

_editor

ComboBoxEditor _editor
This protected field is implementation specific. Do not access directly or override. Use the accessor methods instead.

See Also:
AbstractComboBox.getEditor(), AbstractComboBox.setEditor(javax.swing.ComboBoxEditor)

_editable

boolean _editable
This protected field is implementation specific. Do not access directly or override. Use the accessor methods instead.

See Also:
AbstractComboBox.isEditable(), AbstractComboBox.setEditable(boolean)

actionCommand

String actionCommand
This protected field is implementation specific. Do not access directly or override. Use the accessor methods instead.

See Also:
AbstractComboBox.setActionCommand(java.lang.String), AbstractComboBox.getActionCommand()

selectedItemReminder

Object selectedItemReminder
This protected field is implementation specific. Do not access directly or override.


prototypeDisplayValue

Object prototypeDisplayValue

firingActionEvent

boolean firingActionEvent

_popupButton

AbstractButton _popupButton
The button that will show the popup.


_popup

JidePopup _popup
The popup window that will be shown when button is pressed.


_dialog

StandardDialog _dialog
The dialog that will be shown.


_popupPanel

PopupPanel _popupPanel
The actual panel inside the PopupWindow.


_popupType

int _popupType
The popup type. It's either DROPDOWN or DIALOG.


_converterContext

ConverterContext _converterContext

_converter

ObjectConverter _converter

_clazz

Class<T> _clazz

_popupItemListener

ItemListener _popupItemListener

_dialogItemListener

ItemListener _dialogItemListener

_popupVolatile

boolean _popupVolatile

_buttonVisible

boolean _buttonVisible

_buttonOnly

boolean _buttonOnly

_renderer

ListCellRenderer _renderer
This protected field is implementation specific. Do not access directly or override. Use the accessor methods instead.

See Also:
AbstractComboBox.getRenderer(), AbstractComboBox.setRenderer(javax.swing.ListCellRenderer)

_popupLocation

int _popupLocation

_toggleValueOnDoubleClick

boolean _toggleValueOnDoubleClick

_focusLostBehavior

int _focusLostBehavior
Behavior when the focus is lost.


_popupCancelBehavior

int _popupCancelBehavior
Behavior when the drop down popup is canceled (by clicking onside the combobox or ESCAPE key is pressed.


_listDataListener

ListDataListener _listDataListener

_stretchToFit

boolean _stretchToFit

_stretchToFitSet

boolean _stretchToFitSet

_disabledBackground

Color _disabledBackground

_disabledForeground

Color _disabledForeground

HIDE_POPUP_KEY

Object HIDE_POPUP_KEY

_hidePopupOnListDataChanged

boolean _hidePopupOnListDataChanged

_clearSelectionOnListDataChanged

boolean _clearSelectionOnListDataChanged

_previousPopupSize

Dimension _previousPopupSize

_keepPopupSize

boolean _keepPopupSize

_retrievingValueFromPopup

boolean _retrievingValueFromPopup

_action

Action _action

actionPropertyChangeListener

PropertyChangeListener actionPropertyChangeListener

_parentContainer

Container _parentContainer

Class com.jidesoft.combobox.AbstractComboBox.AccessibleJComboBox extends JComponent.AccessibleJComponent implements Serializable

serialVersionUID: 4999619289484901659L

Serialized Fields

editorAccessibleContext

com.jidesoft.combobox.AbstractComboBox.AccessibleJComboBox.EditorAccessibleContext editorAccessibleContext

Class com.jidesoft.combobox.AbstractComboBox.ComboBoxSpinner extends JSpinner implements Serializable

Class com.jidesoft.combobox.AbstractComboBox.ComboBoxTextField extends JTextField implements Serializable

Class com.jidesoft.combobox.AbstractComboBox.DefaultRendererComponent extends AbstractComboBox.EditorComponent implements Serializable

Serialized Fields

_rendererPane

CellRendererPane _rendererPane

_horizontalAlignment

int _horizontalAlignment

_verticalAlignment

int _verticalAlignment

Class com.jidesoft.combobox.AbstractComboBox.DefaultTextFieldEditorComponent extends AbstractComboBox.EditorComponent implements Serializable

Serialized Fields

_textField

JTextField _textField

Class com.jidesoft.combobox.AbstractComboBox.EditorComponent extends JPanel implements Serializable

Serialized Fields

_class

Class<T> _class

_value

Object _value

_textChanged

boolean _textChanged

Class com.jidesoft.combobox.AbstractComboBox.EnterLazyDelegateAction extends AbstractComboBox.LazyDelegateAction implements Serializable

serialVersionUID: 7772966495998047584L

Class com.jidesoft.combobox.AbstractComboBox.LazyDelegateAction extends DelegateAction implements Serializable

serialVersionUID: 5999374439334066208L

Serialized Fields

_keyStroke

KeyStroke _keyStroke

Class com.jidesoft.combobox.AbstractComboBox.SpinnerEditorComponent extends AbstractComboBox.EditorComponent implements Serializable

Serialized Fields

_spinner

JSpinner _spinner

Class com.jidesoft.combobox.AbstractFileComboBox extends AbstractComboBox implements Serializable

Serialized Fields

_fileFilter

FileFilter _fileFilter

Class com.jidesoft.combobox.ButtonPopupPanel extends PopupPanel implements Serializable

Serialized Fields

_okButton

JButton _okButton

_cancelButton

JButton _cancelButton

_okAction

Action _okAction

_cancelAction

Action _cancelAction

Class com.jidesoft.combobox.CalculatorComboBox extends AbstractComboBox implements Serializable

Serialized Fields

_calculator

Calculator _calculator

Class com.jidesoft.combobox.CalculatorPopupPanel extends PopupPanel implements Serializable

Serialized Fields

_calculator

Calculator _calculator

Class com.jidesoft.combobox.CalendarViewer extends JPanel implements Serializable

Serialized Fields

_calendarDimension

Dimension _calendarDimension

_autoChangeDimension

boolean _autoChangeDimension

_selectionModel

DateSelectionModel _selectionModel

_dateModel

DateModel _dateModel

_dateChooserPanels

DateChooserPanel[] _dateChooserPanels

_dateSelectionListener

DateSelectionListener _dateSelectionListener

_viewOnly

boolean _viewOnly

_enabled

boolean _enabled

Class com.jidesoft.combobox.CheckBoxListChooserPanel extends MultiSelectListChooserPanel implements Serializable

Class com.jidesoft.combobox.CheckBoxListComboBox extends MultiSelectListComboBox implements Serializable

Class com.jidesoft.combobox.ColorChooserPanel extends PopupPanel implements Serializable

Serialized Fields

_palette

int _palette

_rows

int _rows

_columns

int _columns

_possibleColors

Color[] _possibleColors

_possibleColorsName

String[] _possibleColorsName

_buttonSize

int _buttonSize

_color_40_names

String[] _color_40_names

_color_15_names

String[] _color_15_names

_allowDefaultColor

boolean _allowDefaultColor

_allowMoreColors

boolean _allowMoreColors

_defaultColor

AbstractButton _defaultColor
Button for default color.


_moreColor

AbstractButton _moreColor
Button for more color.


_colorPanel

JPanel _colorPanel
JPanel which holds all color buttons.


_colorChooserDialogProvider

ColorChooserPanel.ColorChooserDialogProvider _colorChooserDialogProvider

_buttons

ColorChooserPanel.ColorButton[] _buttons

_lastPosition

Point _lastPosition

Class com.jidesoft.combobox.ColorChooserPanel.ColorButton extends JideButton implements Serializable

Serialized Fields

_color

Color _color

_index

int _index

Class com.jidesoft.combobox.ColorComboBox extends AbstractComboBox implements Serializable

Serialized Fields

_colorMode

int _colorMode
The mode of the color.


_colorValueVisible

boolean _colorValueVisible

_colorIconVisible

boolean _colorIconVisible

_useAlphaColorButtons

boolean _useAlphaColorButtons

_crossBackGroundStyle

boolean _crossBackGroundStyle

_AllowDefaultColor

boolean _AllowDefaultColor
Allows the default color.


_allowMoreColors

boolean _allowMoreColors
Allows more color.


_invalidValueAllowed

boolean _invalidValueAllowed

Class com.jidesoft.combobox.ColorComboBox.ColorEditorComponent extends AbstractComboBox.DefaultTextFieldEditorComponent implements Serializable

Serialized Fields

_colorLabel

ColorComboBox.ColorLabel _colorLabel

Class com.jidesoft.combobox.ColorComboBox.ColorLabel extends JComponent implements Serializable

Serialized Fields

_color

Color _color

Class com.jidesoft.combobox.ColorComboBox.ColorRendererComponent extends AbstractComboBox.DefaultRendererComponent implements Serializable

Serialized Fields

_colorLabel

ColorComboBox.ColorLabel _colorLabel

Class com.jidesoft.combobox.DateChooserPanel extends PopupPanel implements Serializable

Serialized Fields

_border

Border _border

_monthyearBackground

Color _monthyearBackground

_monthyearForeground

Color _monthyearForeground

_monthyearBorder

Border _monthyearBorder

_dayHeaderBorder

Border _dayHeaderBorder

_buttonsBorder

Border _buttonsBorder

_inactiveDateColor

Color _inactiveDateColor

_selectedDateForeground

Color _selectedDateForeground

_selectedDateBackground

Color _selectedDateBackground

_horizontalGap

int _horizontalGap

_verticalGap

int _verticalGap

_cellWidth

int _cellWidth

_cellHeight

int _cellHeight

_cellWeekOfYearWidth

int _cellWeekOfYearWidth

_cellWeekOfYearHeight

int _cellWeekOfYearHeight

_cellBorder

Border _cellBorder

_todayBorder

Border _todayBorder

_labelAlignment

int _labelAlignment

_spinnerVisible

boolean _spinnerVisible

_monthFormatter

SimpleDateFormat _monthFormatter

_yearFormatter

SimpleDateFormat _yearFormatter

_weekFormatter

SimpleDateFormat _weekFormatter

_weekOfYearFormatter

SimpleDateFormat _weekOfYearFormatter

_todayYear

int _todayYear

_todayMonth

int _todayMonth

_todayDay

int _todayDay

_selectedYear

int _selectedYear

_selectedMonth

int _selectedMonth

_selectedDay

int _selectedDay

_selectedHour

int _selectedHour

_selectedMinute

int _selectedMinute

_selectedSecond

int _selectedSecond

_selectedMillisecond

int _selectedMillisecond

_dayMap

Map<K,V> _dayMap

_displayedCalendar

Calendar _displayedCalendar

_todayCalendar

Calendar _todayCalendar

_selectedCalendar

Calendar _selectedCalendar

_nextButton

AbstractButton _nextButton

_prevButton

AbstractButton _prevButton

_nextYearButton

AbstractButton _nextYearButton

_prevYearButton

AbstractButton _prevYearButton

_todayButton

AbstractButton _todayButton

_noneButton

AbstractButton _noneButton

_okButton

AbstractButton _okButton

_showYearButtons

boolean _showYearButtons

_monthLabel

JComponent _monthLabel

_weekOfYearPanel

JComponent _weekOfYearPanel

_yearLabel

JComponent _yearLabel

_yearSpinner

JComponent _yearSpinner

_monthMenu

JPopupMenu _monthMenu

_dayLabels

JComponent[] _dayLabels
Buttons for days.


_weekLabel

JComponent[] _weekLabel
Labels for week days.


shortenLabels

boolean shortenLabels
This is a flag signifying that the week labels need to be shortened. The functionality is turned on and off by _showShortWeekLabels.


_weekOfYearLabel

JComponent[] _weekOfYearLabel
Labels for week of year days.


_titlePanel

JPanel _titlePanel

_monthyearPanel

JPanel _monthyearPanel

_yearModel

SpinnerModel _yearModel

_timeDisplayed

boolean _timeDisplayed

_showWeekNumbers

boolean _showWeekNumbers

_showTodayButton

boolean _showTodayButton

_showShortWeekLabels

boolean _showShortWeekLabels
I added this flag to determine if the app should shorten week labels if the chooser is too small.


_alwaysShowShortWeekLabels

boolean _alwaysShowShortWeekLabels

_showNoneButton

boolean _showNoneButton

_showOKButton

boolean _showOKButton

_showOKButtonSet

boolean _showOKButtonSet

_showPreviousButton

boolean _showPreviousButton

_showNextButton

boolean _showNextButton

_showPreviousMonthDays

boolean _showPreviousMonthDays

_showNextMonthDays

boolean _showNextMonthDays

_showPreviousYearButton

boolean _showPreviousYearButton

_showNextYearButton

boolean _showNextYearButton

_showYearSpinner

boolean _showYearSpinner

_viewOnly

boolean _viewOnly

_buttonPanel

ButtonPanel _buttonPanel

_firstDayOfWeek

int _firstDayOfWeek

_dateModel

DateModel _dateModel

_itemListener

ItemListener _itemListener

_yearLabelListener

MouseListener _yearLabelListener

_inited

boolean _inited

_timeSpinner

DateSpinner _timeSpinner

_todayHighlighted

boolean _todayHighlighted

_lastRowEmpty

boolean _lastRowEmpty

_retargetMouseMotionListener

com.jidesoft.combobox.RetargetMouseMotionListener _retargetMouseMotionListener

_retargetMouseListener

com.jidesoft.combobox.RetargetMouseListener _retargetMouseListener

_buttonContainerPanel

Component _buttonContainerPanel

_toggleMode

boolean _toggleMode

_selectDateOnSameMonth

boolean _selectDateOnSameMonth

_selectAllDatesOnToggleMode

boolean _selectAllDatesOnToggleMode

_selectionModel

DateSelectionModel _selectionModel

_displayIndex

int _displayIndex

_calendarViewer

CalendarViewer _calendarViewer

Class com.jidesoft.combobox.DateComboBox extends AbstractComboBox implements Serializable

Serialized Fields

_dateModel

DateModel _dateModel

_showTodayButton

boolean _showTodayButton

_showNoneButton

boolean _showNoneButton

_showOKButton

boolean _showOKButton

_showOKButtonSet

boolean _showOKButtonSet

_showWeekNumbers

boolean _showWeekNumbers

_timeDisplayed

boolean _timeDisplayed

_invalidValueAllowed

boolean _invalidValueAllowed

Class com.jidesoft.combobox.DateComboBox.DateEditorComponent extends AbstractComboBox.DefaultTextFieldEditorComponent implements Serializable

Class com.jidesoft.combobox.DateComboBox.DateRendererComponent extends AbstractComboBox.DefaultRendererComponent implements Serializable

Class com.jidesoft.combobox.DateModelEvent extends EventObject implements Serializable

Serialized Fields

_type

int _type

Class com.jidesoft.combobox.DateSelectionEvent extends EventObject implements Serializable

Class com.jidesoft.combobox.DateSpinnerComboBox extends DateComboBox implements Serializable

Class com.jidesoft.combobox.DateSpinnerComboBox.DateSpinnerEditorComponent extends AbstractComboBox.SpinnerEditorComponent implements Serializable

Class com.jidesoft.combobox.DefaultComboBoxModelWrapper extends AbstractListModel implements Serializable

Serialized Fields

_model

ComboBoxModel _model

_indexes

int[] _indexes

_selectedObject

Object _selectedObject

Class com.jidesoft.combobox.FileChooserComboBox extends AbstractFileComboBox implements Serializable

Serialized Fields

_currentDirectoryPath

String _currentDirectoryPath

_currentDirectory

File _currentDirectory

Class com.jidesoft.combobox.FileChooserPanel extends PopupPanel implements Serializable

Serialized Fields

_chooser

JFileChooser _chooser

_currentDirectoryPath

String _currentDirectoryPath

_currentDirectory

File _currentDirectory

Class com.jidesoft.combobox.FileNameChooserComboBox extends FileChooserComboBox implements Serializable

Class com.jidesoft.combobox.FileNameChooserPanel extends PopupPanel implements Serializable

Serialized Fields

_chooser

JFileChooser _chooser

_currentDirectoryPath

String _currentDirectoryPath

_currentDirectory

File _currentDirectory

Class com.jidesoft.combobox.FilterableComboBoxModel extends DefaultComboBoxModelWrapper implements Serializable

Serialized Fields

_filters

List<E> _filters
The data structure contains all the filters.


_filtersApplied

boolean _filtersApplied
A flag to turn on/off filters. FilterableComboBoxModel.setFiltersApplied(boolean) with true will turn it on and FilterableComboBoxModel.setFiltersApplied(boolean) with false will turn it off.


_andMode

boolean _andMode

Class com.jidesoft.combobox.FolderChooserComboBox extends AbstractComboBox implements Serializable

Class com.jidesoft.combobox.FolderChooserPanel extends PopupPanel implements Serializable

Serialized Fields

_chooser

FolderChooser _chooser

_currentDirectoryPath

String _currentDirectoryPath

Class com.jidesoft.combobox.FolderNameChooserComboBox extends AbstractComboBox implements Serializable

Class com.jidesoft.combobox.FolderNameChooserPanel extends PopupPanel implements Serializable

Serialized Fields

_chooser

FolderChooser _chooser

_currentDirectoryPath

String _currentDirectoryPath

Class com.jidesoft.combobox.FontChooserPanel extends ButtonPopupPanel implements Serializable

Serialized Fields

_previewLabel

JLabel _previewLabel

_fontNameComboBox

JComboBox _fontNameComboBox

_sizeSpinner

JSpinner _sizeSpinner

_boldCheckBox

JCheckBox _boldCheckBox

_italicCheckBox

JCheckBox _italicCheckBox

_previewText

String _previewText

_fontNameComboBoxModel

ComboBoxModel _fontNameComboBoxModel

Class com.jidesoft.combobox.FontComboBox extends AbstractComboBox implements Serializable

Class com.jidesoft.combobox.FontListCellRenderer extends DefaultListCellRenderer implements Serializable

Serialized Fields

_delegateCellRenderer

ListCellRenderer _delegateCellRenderer

Class com.jidesoft.combobox.InsetsChooserPanel extends ButtonPopupPanel implements Serializable

Serialized Fields

_previewComponent

com.jidesoft.combobox.InsetsChooserPanel.InsetsPreviewComponent _previewComponent

_topSpinner

JSpinner _topSpinner

_bottomSpinner

JSpinner _bottomSpinner

_leftSpinner

JSpinner _leftSpinner

_rightSpinner

JSpinner _rightSpinner

Class com.jidesoft.combobox.InsetsComboBox extends AbstractComboBox implements Serializable

Class com.jidesoft.combobox.JideColorSplitButton extends JideSplitButton implements Serializable

Serialized Fields

_selectedColor

Color _selectedColor

_colorIcon

com.jidesoft.combobox.JideColorSplitButton.ColorIcon _colorIcon

_rect

Rectangle _rect

_colorChooserPanel

ColorChooserPanel _colorChooserPanel

_itemListener

ItemListener _itemListener

Class com.jidesoft.combobox.ListChooserPanel extends PopupPanel implements Serializable

Serialized Fields

_background

Color _background

_foreground

Color _foreground

_border

Border _border

_list

JList _list

_model

ComboBoxModel _model

_class

Class<T> _class

_converterContext

ConverterContext _converterContext

_converter

ObjectConverter _converter

_maximumRowCount

int _maximumRowCount

_renderer

ListCellRenderer _renderer

_scroller

JScrollPane _scroller

_autoScroll

AutoScroll _autoScroll

_horizontalAlignment

int _horizontalAlignment

_verticalAlignment

int _verticalAlignment

handler

com.jidesoft.combobox.ListChooserPanel.Handler handler
Implementation of all the listener classes.


mouseMotionListener

MouseMotionListener mouseMotionListener
This protected field is implementation specific. Do not access directly or override. Use the accessor or create methods instead.


mouseListener

MouseListener mouseListener
This protected field is implementation specific. Do not access directly or override. Use the accessor or create methods instead.


keyListener

KeyListener keyListener
This protected field is implementation specific. Do not access directly or override. Use the accessor or create methods instead.

See Also:
ListChooserPanel.createKeyListener()

listSelectionListener

ListSelectionListener listSelectionListener
This protected field is implementation specific. Do not access directly or override. Use the create method instead.

See Also:
ListChooserPanel.createListSelectionListener()

listMouseListener

MouseListener listMouseListener
This protected field is implementation specific. Do not access directly or override. Use the create method instead.

See Also:
ListChooserPanel.createListMouseListener()

listMouseMotionListener

MouseMotionListener listMouseMotionListener
This protected field is implementation specific. Do not access directly or override. Use the create method instead

See Also:
ListChooserPanel.createListMouseMotionListener()

Class com.jidesoft.combobox.ListComboBox extends AbstractComboBox implements Serializable

Serialized Fields

_maximumRowCount

int _maximumRowCount
This protected field is implementation specific. Do not access directly or override. Use the accessor methods instead.

See Also:
ListComboBox.getMaximumRowCount(), ListComboBox.setMaximumRowCount(int)

Class com.jidesoft.combobox.ListComboBox.ListEditorComponent extends AbstractComboBox.DefaultTextFieldEditorComponent implements Serializable

Class com.jidesoft.combobox.ListComboBox.ListRendererComponent extends AbstractComboBox.DefaultRendererComponent implements Serializable

Class com.jidesoft.combobox.MonthChooserPanel extends PopupPanel implements Serializable

Serialized Fields

_background

Color _background

_foreground

Color _foreground

_font

Font _font

_border

Border _border

_yearBackground

Color _yearBackground

_yearForeground

Color _yearForeground

_yearBorder

Border _yearBorder

_buttonsBorder

Border _buttonsBorder

_normalDateColor

Color _normalDateColor

_selectedDateForeground

Color _selectedDateForeground

_selectedDateBackground

Color _selectedDateBackground

_horizontalGap

int _horizontalGap

_verticalGap

int _verticalGap

_cellWidth

int _cellWidth

_cellHeight

int _cellHeight

_cellBorder

Border _cellBorder

_todayBorder

Border _todayBorder

_labelAlignment

int _labelAlignment

_spinnerVisible

boolean _spinnerVisible

_monthFormatter

DateFormat _monthFormatter

_yearFormatter

DateFormat _yearFormatter

_weekFormatter

DateFormat _weekFormatter

_todaysYear

int _todaysYear

_todaysMonth

int _todaysMonth

_selectedYear

int _selectedYear

_selectedMonth

int _selectedMonth

_dayMap

HashMap<K,V> _dayMap

_displayedCalendar

Calendar _displayedCalendar

_todaysCalendar

Calendar _todaysCalendar

_selectedCalendar

Calendar _selectedCalendar

_nextButton

JButton _nextButton

_prevButton

JButton _prevButton

_noneButton

JButton _noneButton

_thisMonthButton

JButton _thisMonthButton

_yearLabel

JComponent _yearLabel

_yearSpinner

JComponent _yearSpinner

_monthLabels

JComponent[] _monthLabels
Buttons for months.


_yearPanel

JPanel _yearPanel

_showNoneButton

boolean _showNoneButton

_showThisMonthButton

boolean _showThisMonthButton

_viewOnly

boolean _viewOnly

_buttonPanel

ButtonPanel _buttonPanel

_dateModel

DateModel _dateModel

_inited

boolean _inited

Class com.jidesoft.combobox.MonthComboBox extends DateComboBox implements Serializable

Class com.jidesoft.combobox.MultilineStringComboBox extends AbstractComboBox implements Serializable

Class com.jidesoft.combobox.MultilineStringPopupPanel extends PopupPanel implements Serializable

Serialized Fields

_textArea

JTextArea _textArea

Class com.jidesoft.combobox.MultiSelectListChooserPanel extends ButtonPopupPanel implements Serializable

Serialized Fields

_border

Border _border

_list

JList _list

_model

ComboBoxModel _model

_class

Class<T> _class

_converterContext

ConverterContext _converterContext

_converter

ObjectConverter _converter

_maximumRowCount

int _maximumRowCount

_renderer

ListCellRenderer _renderer

_scroller

JScrollPane _scroller

_autoScroll

AutoScroll _autoScroll

handler

MultiSelectListChooserPanel.Handler handler
Implementation of all the listener classes.


mouseMotionListener

MouseMotionListener mouseMotionListener
This protected field is implementation specific. Do not access directly or override. Use the accessor or create methods instead.


mouseListener

MouseListener mouseListener
This protected field is implementation specific. Do not access directly or override. Use the accessor or create methods instead.


listMouseListener

MouseListener listMouseListener
This protected field is implementation specific. Do not access directly or override. Use the create method instead.

See Also:
MultiSelectListChooserPanel.createListMouseListener()

listMouseMotionListener

MouseMotionListener listMouseMotionListener
This protected field is implementation specific. Do not access directly or override. Use the create method instead

See Also:
MultiSelectListChooserPanel.createListMouseMotionListener()

Class com.jidesoft.combobox.MultiSelectListChooserPanel.Handler extends Object implements Serializable

serialVersionUID: 8747239924092579259L

Class com.jidesoft.combobox.MultiSelectListComboBox extends AbstractComboBox implements Serializable

Serialized Fields

_updateOnChange

boolean _updateOnChange

maximumRowCount

int maximumRowCount
This protected field is implementation specific. Do not access directly or override. Use the accessor methods instead.

See Also:
MultiSelectListComboBox.getMaximumRowCount(), MultiSelectListComboBox.setMaximumRowCount(int)

_selectionMode

int _selectionMode

Class com.jidesoft.combobox.NumberSpinnerComboBox extends AbstractComboBox implements Serializable

Serialized Fields

_spinnerNumberModel

SpinnerNumberModel _spinnerNumberModel

_decimalFormatPattern

String _decimalFormatPattern

Class com.jidesoft.combobox.NumberSpinnerComboBox.NumberSpinner extends JSpinner implements Serializable

Class com.jidesoft.combobox.NumberSpinnerComboBox.NumberSpinnerEditorComponent extends AbstractComboBox.SpinnerEditorComponent implements Serializable

Class com.jidesoft.combobox.PopupPanel extends JPanel implements Serializable

Serialized Fields

_selectedObject

Object _selectedObject

_defaultFocusComponent

Component _defaultFocusComponent

_title

String _title

_actualPreferredSize

Dimension _actualPreferredSize

_resizable

boolean _resizable

_resizableCorners

int _resizableCorners

_stretchToFit

boolean _stretchToFit

_needButtons

boolean _needButtons

_previousSelectedObject

Object _previousSelectedObject

Class com.jidesoft.combobox.QuickComboBoxFilterField extends QuickFilterField implements Serializable

Serialized Fields

_ComboBoxModel

ComboBoxModel _ComboBoxModel

_displayComboBoxModel

FilterableComboBoxModel _displayComboBoxModel

_comboBox

JComboBox _comboBox

_filterAdded

boolean _filterAdded

Class com.jidesoft.combobox.SortableComboBoxModel extends DefaultComboBoxModelWrapper implements Serializable

Serialized Fields

_sortOrder

int _sortOrder

_autoResort

boolean _autoResort

_optimized

boolean _optimized

_comparatorContext

ComparatorContext _comparatorContext

_comparator

Comparator<T> _comparator

listenerList

EventListenerList listenerList

Class com.jidesoft.combobox.StringArrayComboBox extends AbstractComboBox implements Serializable

Class com.jidesoft.combobox.StringArrayPopupPanel extends PopupPanel implements Serializable

Serialized Fields

_textArea

JTextArea _textArea

Class com.jidesoft.combobox.TableChooserPanel extends PopupPanel implements Serializable

Serialized Fields

_border

Border _border

_table

JTable _table

_model

TableModel _model

_class

Class<T> _class

_maximumRowCount

int _maximumRowCount

_scroller

JScrollPane _scroller

_autoScroll

AutoScroll _autoScroll

_valueColumnIndex

int _valueColumnIndex

hasEntered

boolean hasEntered

handler

com.jidesoft.combobox.TableChooserPanel.Handler handler
Implementation of all the listener classes.


mouseMotionListener

MouseMotionListener mouseMotionListener
This protected field is implementation specific. Do not access directly or override. Use the accessor or create methods instead.


mouseListener

MouseListener mouseListener
This protected field is implementation specific. Do not access directly or override. Use the accessor or create methods instead.


tableMouseListener

MouseListener tableMouseListener
This protected field is implementation specific. Do not access directly or override. Use the create method instead.

See Also:
TableChooserPanel.createTableMouseListener()

tableMouseMotionListener

MouseMotionListener tableMouseMotionListener
This protected field is implementation specific. Do not access directly or override. Use the create method instead

See Also:
TableChooserPanel.createTableMouseMotionListener()

Class com.jidesoft.combobox.TableComboBox extends AbstractComboBox implements Serializable

Serialized Fields

_maximumRowCount

int _maximumRowCount
This protected field is implementation specific. Do not access directly or override. Use the accessor methods instead.

See Also:
TableComboBox.getMaximumRowCount(), TableComboBox.setMaximumRowCount(int)

_tableModel

TableModel _tableModel

_valueColumnIndex

int _valueColumnIndex

Class com.jidesoft.combobox.TreeChooserPanel extends PopupPanel implements Serializable

Serialized Fields

_background

Color _background

_foreground

Color _foreground

_border

Border _border

_tree

JTree _tree

_model

TreeModel _model

_maximumRowCount

int _maximumRowCount

_cellRenderer

TreeCellRenderer _cellRenderer

_autoScroll

AutoScroll _autoScroll

_doubleClickExpand

boolean _doubleClickExpand

handler

com.jidesoft.combobox.TreeChooserPanel.Handler handler
Implementation of all the listener classes.


mouseMotionListener

MouseMotionListener mouseMotionListener
This protected field is implementation specific. Do not access directly or override. Use the accessor or create methods instead.


mouseListener

MouseListener mouseListener
This protected field is implementation specific. Do not access directly or override. Use the accessor or create methods instead.


keyListener

KeyListener keyListener
This protected field is implementation specific. Do not access directly or override. Use the accessor or create methods instead.

See Also:
TreeChooserPanel.createKeyListener()

treeSelectionListener

TreeSelectionListener treeSelectionListener
This protected field is implementation specific. Do not access directly or override. Use the create method instead.

See Also:
TreeChooserPanel.createTreeSelectionListener()

treeMouseListener

MouseListener treeMouseListener
This protected field is implementation specific. Do not access directly or override. Use the create method instead.

See Also:
TreeChooserPanel.createTreeMouseListener()

treeMouseMotionListener

MouseMotionListener treeMouseMotionListener
This protected field is implementation specific. Do not access directly or override. Use the create method instead

See Also:
TreeChooserPanel.createTreeMouseMotionListener()

Class com.jidesoft.combobox.TreeComboBox extends AbstractComboBox implements Serializable

Serialized Fields

renderer

TreeCellRenderer renderer
This protected field is implementation specific. Do not access directly or override. Use the accessor methods instead.

See Also:
TreeComboBox.getCellRenderer(), TreeComboBox.setCellRenderer(javax.swing.tree.TreeCellRenderer)

maximumRowCount

int maximumRowCount
This protected field is implementation specific. Do not access directly or override. Use the accessor methods instead.

See Also:
TreeComboBox.getMaximumRowCount(), TreeComboBox.setMaximumRowCount(int)

_object

Object _object

_treeModel

TreeModel _treeModel

_doubleClickExpand

boolean _doubleClickExpand

Package com.jidesoft.comparator

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

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

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


Package com.jidesoft.converter

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

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

Serialized Fields

_id

int _id

_object

Object _object

_context

Object _context

_key

Object _key

Package com.jidesoft.csv

Class com.jidesoft.csv.CsvParseEvent extends EventObject implements Serializable

serialVersionUID: 608711844568541863L

Serialized Fields

type

CsvParseEvent.EventType type

tokens

List<E> tokens

Package com.jidesoft.dashboard

Class com.jidesoft.dashboard.Dashboard extends JPanel implements Serializable

Serialized Fields

_columnCount

int _columnCount

_key

String _key

_title

String _title

_icon

Icon _icon

_settings

Map<K,V> _settings

_normalGadgetContainer

JPanel _normalGadgetContainer

_maximizedGadgetContainer

JPanel _maximizedGadgetContainer

_maximizedColumn

int _maximizedColumn

_maximizedRow

int _maximizedRow

_maximizedComponent

Component _maximizedComponent

_columnResizable

boolean _columnResizable

_rowResizable

boolean _rowResizable

Class com.jidesoft.dashboard.DashboardDocumentPane extends DocumentPane implements Serializable

Serialized Fields

_gadgetManager

GadgetManager _gadgetManager

_useFloatingPalette

boolean _useFloatingPalette

CLIENT_PROPERTY_PROPERTY_CHANGE_LISTENER

String CLIENT_PROPERTY_PROPERTY_CHANGE_LISTENER

_toggleAction

AbstractAction _toggleAction

_toolbarAlignment

int _toolbarAlignment

_documentComponentListener

DocumentComponentAdapter _documentComponentListener

_propertyChangeListener

PropertyChangeListener _propertyChangeListener

Class com.jidesoft.dashboard.DashboardEvent extends AWTEvent implements Serializable

serialVersionUID: -2371647452757301468L

Serialized Fields

_index

int _index

Class com.jidesoft.dashboard.DashboardTabbedPane extends JideTabbedPane implements Serializable

Serialized Fields

_toolBar

Container _toolBar

_gadgetManager

GadgetManager _gadgetManager

_customizeButton

JideButton _customizeButton

_useFloatingPalette

boolean _useFloatingPalette

CLIENT_PROPERTY_PROPERTY_CHANGE_LISTENER

String CLIENT_PROPERTY_PROPERTY_CHANGE_LISTENER

Class com.jidesoft.dashboard.GadgetContainer extends JPanel implements Serializable

Serialized Fields

_settings

Map<K,V> _settings

Class com.jidesoft.dashboard.GadgetEvent extends AWTEvent implements Serializable

serialVersionUID: 1157538268428156178L

Serialized Fields

_gadgetComponent

GadgetComponent _gadgetComponent

Class com.jidesoft.dashboard.GadgetPalette extends JPanel implements Serializable

Serialized Fields

_painter

ThemePainter _painter

_buttonGroup

ButtonGroup _buttonGroup

_manager

GadgetManager _manager

_installer

GadgetPaletteInstaller _installer

_status

JComponent _status

_gadgetList

ScrollableButtonPanel _gadgetList

_buttonChangeListener

ChangeListener _buttonChangeListener

Class com.jidesoft.dashboard.GadgetPaletteButton extends JideToggleButton implements Serializable

Serialized Fields

_gadgetPalette

GadgetPalette _gadgetPalette

_gadget

Gadget _gadget

Class com.jidesoft.dashboard.ResizableGadgetContainer extends JideSplitPane implements Serializable

Serialized Fields

_settings

Map<K,V> _settings

Class com.jidesoft.dashboard.SingleDashboardHolder extends Dashboard implements Serializable

Serialized Fields

_gadgetManager

GadgetManager _gadgetManager

_useFloatingPalette

boolean _useFloatingPalette

Package com.jidesoft.database

Class com.jidesoft.database.CrudDatabaseTableModel extends DatabaseTableModel implements Serializable

serialVersionUID: 2345817090825626848L

Serialized Fields

_wrapper

com.jidesoft.database.BatchedEditableTableModelWrapper _wrapper

_isRefreshing

boolean _isRefreshing

Class com.jidesoft.database.DatabaseTableModel extends AbstractTableModel implements Serializable

serialVersionUID: -5764565305416398488L

Serialized Fields

_resultSetTableModel

ResultSetTableModel _resultSetTableModel

_connection

Connection _connection

_statement

Statement _statement

_fromStatement

String _fromStatement

_selectStatement

String _selectStatement

_updatable

boolean _updatable

_columnMapping

Map<K,V> _columnMapping

_converterContexts

ConverterContext[] _converterContexts
converter context for columns which was configured on DatabaseTableModel.refreshData(com.jidesoft.grid.SortItemSupport, com.jidesoft.grid.FilterItemSupport)

After configuration, this field will be used at DatabaseTableModel.getConverterContextAt(int, int)

You can either override DatabaseTableModel.getConverterContextAt(int, int) or DatabaseTableModel.configureConverterContexts() to gain more control on the cell renderers.


_considerCurrencyField

boolean _considerCurrencyField

_sortItemSupport

SortItemSupport _sortItemSupport

_columnsSortable

boolean[] _columnsSortable

_filterItemSupport

FilterItemSupport _filterItemSupport

_isAdjusting

boolean _isAdjusting

Class com.jidesoft.database.ResultSetTableModel extends AbstractTableModel implements Serializable

serialVersionUID: -3405605430548602851L

Serialized Fields

_columnClasses

Class<T>[] _columnClasses

_columnNames

String[] _columnNames

_recordCount

int _recordCount

_cache

com.jidesoft.database.TableModelCache _cache

_forwardOnly

boolean _forwardOnly

_resultSet

ResultSet _resultSet

_updatable

boolean _updatable

Class com.jidesoft.database.RowSetTableModel extends ResultSetTableModel implements Serializable


Package com.jidesoft.dialog

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

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

Serialized Fields

_allowClosing

boolean _allowClosing

_invokeCondition

int _invokeCondition

_lazyConstructorCalled

boolean _lazyConstructorCalled

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

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

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

Serialized Fields

_id

int _id

_buttonName

String _buttonName

_userObject

String _userObject

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

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

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

Serialized Fields

_title

Object _title

_details

Object _details

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

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

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

Serialized Fields

_id

int _id

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

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

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

Serialized Fields

_bannerPanel

JComponent _bannerPanel

_contentPanel

JComponent _contentPanel

_buttonPanel

ButtonPanel _buttonPanel

_defaultCancelAction

Action _defaultCancelAction

_defaultAction

Action _defaultAction

_initFocusedComponent

Component _initFocusedComponent

Package com.jidesoft.diff

Class com.jidesoft.diff.AbstractDiffPane extends JPanel implements Serializable

Serialized Fields

_insertedColor

Color _insertedColor

_changedColor

Color _changedColor

_deletedColor

Color _deletedColor

_message

JLabel _message

_actions

Map<K,V> _actions

_insertedColorPanel

com.jidesoft.diff.ColorPanel _insertedColorPanel

_deletedColorPanel

com.jidesoft.diff.ColorPanel _deletedColorPanel

_changedColorPanel

com.jidesoft.diff.ColorPanel _changedColorPanel

Class com.jidesoft.diff.AbstractMergePane extends AbstractDiffPane implements Serializable

Serialized Fields

_conflictedColor

Color _conflictedColor

_conflictedColorPanel

com.jidesoft.diff.ColorPanel _conflictedColorPanel

Class com.jidesoft.diff.CodeEditorDiffPane extends AbstractDiffPane implements Serializable

Serialized Fields

GAP_TITLE_PANE

int GAP_TITLE_PANE

_fromEditor

CodeEditor _fromEditor

_toEditor

CodeEditor _toEditor

_suppressDocumentEvent

boolean _suppressDocumentEvent

_fromToDivider

DiffDivider _fromToDivider

_fromDiffMargin

com.jidesoft.diff.DiffMargin _fromDiffMargin

_toDiffMargin

com.jidesoft.diff.DiffMargin _toDiffMargin

_fromTitle

JComponent _fromTitle

_toTitle

JComponent _toTitle

_fromDiffLineNumberMargin

com.jidesoft.diff.DiffLineNumberMargin _fromDiffLineNumberMargin

_toDiffLineNumberMargin

com.jidesoft.diff.DiffLineNumberMargin _toDiffLineNumberMargin

_differences

List<E> _differences

_highlightExactChange

boolean _highlightExactChange

_readOnly

boolean _readOnly

_fromMarkerArea

com.jidesoft.diff.DiffMarkerArea _fromMarkerArea

_toMarkerArea

com.jidesoft.diff.DiffMarkerArea _toMarkerArea

_ignoreFromScrollEvent

boolean _ignoreFromScrollEvent

_ignoreToScrollEvent

boolean _ignoreToScrollEvent

_diffed

boolean _diffed

Class com.jidesoft.diff.CodeEditorMergePane extends AbstractMergePane implements Serializable

Serialized Fields

GAP_TITLE_PANE

int GAP_TITLE_PANE

_fromEditor

CodeEditor _fromEditor

_toEditor

CodeEditor _toEditor

_otherEditor

CodeEditor _otherEditor

_suppressDocumentEvent

boolean _suppressDocumentEvent

_fromToDivider

DiffDivider _fromToDivider

_toOtherDivider

DiffDivider _toOtherDivider

_fromDiffMargin

com.jidesoft.diff.DiffMargin _fromDiffMargin

_otherDiffMargin

com.jidesoft.diff.DiffMargin _otherDiffMargin

_fromTitle

JComponent _fromTitle

_toTitle

JComponent _toTitle

_otherTitle

JComponent _otherTitle

_fromDiffLineNumberMargin

com.jidesoft.diff.DiffLineNumberMargin _fromDiffLineNumberMargin

_toDiffLineNumberMargin

com.jidesoft.diff.DiffLineNumberMargin _toDiffLineNumberMargin

_otherDiffLineNumberMargin

com.jidesoft.diff.DiffLineNumberMargin _otherDiffLineNumberMargin

_conflicts

List<E> _conflicts

_fromToDifferences

List<E> _fromToDifferences

_toOtherDifferences

List<E> _toOtherDifferences

_readOnly

boolean _readOnly

_otherMarkerArea

com.jidesoft.diff.DiffMarkerArea _otherMarkerArea

_fromMarkerArea

com.jidesoft.diff.DiffMarkerArea _fromMarkerArea

_ignoreFromScrollEvent

boolean _ignoreFromScrollEvent

_ignoreToFromScrollEvent

boolean _ignoreToFromScrollEvent

_ignoreToOtherScrollEvent

boolean _ignoreToOtherScrollEvent

_ignoreOtherScrollEvent

boolean _ignoreOtherScrollEvent

_merged

boolean _merged

Class com.jidesoft.diff.DiffDivider extends JPanel implements Serializable

Serialized Fields

_firstConverter

DiffDivider.RowConverter _firstConverter

_secondConverter

DiffDivider.RowConverter _secondConverter

_differences

List<E> _differences

_firstOffsetY

int _firstOffsetY

_secondOffsetY

int _secondOffsetY

_firstTopMargin

int _firstTopMargin

_secondTopMargin

int _secondTopMargin

_insertedColor

Color _insertedColor

_changedColor

Color _changedColor

_deletedColor

Color _deletedColor

_conflictedColor

Color _conflictedColor

_opposite

boolean _opposite

Package com.jidesoft.docking

Class com.jidesoft.docking.AutoHideContainer extends SidePane implements Serializable

Serialized Fields

_dockingManager

DockingManager _dockingManager

_mouseInputCreator

AutoHideContainer.MouseInputCreator _mouseInputCreator

Class com.jidesoft.docking.ContainerContainer extends JideSplitPane implements Serializable

Serialized Fields

_dockingManager

DockingManager _dockingManager

_dockID

int _dockID

_eventualProportions

double[] _eventualProportions

Class com.jidesoft.docking.ContainerContainerDivider extends JideSplitPaneDivider implements Serializable

Class com.jidesoft.docking.DefaultAppletDockableHolder extends JApplet implements Serializable

Serialized Fields

_dockingManager

DockingManager _dockingManager

_contentContainer

JPanel _contentContainer

Class com.jidesoft.docking.DefaultDialogDockableHolder extends JDialog implements Serializable

Serialized Fields

_dockingManager

DockingManager _dockingManager

_contentContainer

JPanel _contentContainer

_autoDispose

boolean _autoDispose

Class com.jidesoft.docking.DefaultDockableHolder extends JFrame implements Serializable

Serialized Fields

_dockingManager

DockingManager _dockingManager

_contentContainer

JPanel _contentContainer

_autoDispose

boolean _autoDispose

Class com.jidesoft.docking.DefaultDockingManager.DockedHiddenSlidingContainer extends JPanel implements Serializable

Serialized Fields

_emptyFocusPolicy

FocusTraversalPolicy _emptyFocusPolicy

Class com.jidesoft.docking.DefaultDockingManager.MainPanel extends JPanel implements Serializable

Class com.jidesoft.docking.DefaultInternalFrameDockableHolder extends JInternalFrame implements Serializable

Serialized Fields

_dockingManager

DockingManager _dockingManager

_contentContainer

JPanel _contentContainer

Class com.jidesoft.docking.DefaultWindowDockableHolder extends JWindow implements Serializable

Serialized Fields

_dockingManager

DockingManager _dockingManager

_contentContainer

JPanel _contentContainer

_autoDispose

boolean _autoDispose

Class com.jidesoft.docking.DialogFloatingContainer extends ResizableDialog implements Serializable

Serialized Fields

_dockingManager

DockingManager _dockingManager

_floatingContainerManager

FloatingContainer.FloatingContainerManager _floatingContainerManager

_dockID

int _dockID

Class com.jidesoft.docking.DialogFloatingContainer.CloseFloatingDockableFrameAction extends AbstractAction implements Serializable

Class com.jidesoft.docking.DockableFrame extends JComponent implements Serializable

Serialized Fields

_dockingManager

DockingManager _dockingManager

_context

DockContext _context

rootPane

JRootPane rootPane
The JRootPane instance that manages the content pane and optional menu bar for this dockable frame, 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.


_frameIcon

Icon _frameIcon
The icon shown in the top-left corner of this _dockable frame.


_key

String _key
The string that unique identify the dockable frame.


_tabTitle

String _tabTitle
The string displayed on the tab.


_sideTitle

String _sideTitle
The string displayed on the side pane.


_title

String _title
The string displayed on the title bar.


_additonalButtonActions

LinkedList<E> _additonalButtonActions

_showGripper

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


_showTitleBarConfigured

boolean _showTitleBarConfigured

_showTitleBar

boolean _showTitleBar

_showContentPane

boolean _showContentPane

_rearrangable

boolean _rearrangable

_active

boolean _active

_maximized

boolean _maximized

_mouseListener

MouseInputListener _mouseListener

_notified

boolean _notified

_availableButtons

int _availableButtons

_titleBarComponent

JComponent _titleBarComponent

_titleLabelComponent

JComponent _titleLabelComponent

_maximizable

boolean _maximizable

_slidingAutohide

boolean _slidingAutohide

_animator

NotificationFlasher _animator

_transient

boolean _transient

_currentFocusOwnerTracker

JideFocusTracker _currentFocusOwnerTracker

_focusListenerInternalTracking

FocusListener _focusListenerInternalTracking

_defaultFocusComponent

Component _defaultFocusComponent

_internalFocusedComponent

Component _internalFocusedComponent

_focusChangeListener

PropertyChangeListener _focusChangeListener

_preferredAutohideSide

int _preferredAutohideSide

_tabDockAllowed

boolean _tabDockAllowed

_sideDockAllowed

boolean _sideDockAllowed

_alwaysStayInGroup

boolean _alwaysStayInGroup

_closeAction

Action _closeAction

_hideAutohideAction

Action _hideAutohideAction

_floatingAction

Action _floatingAction

_autohideAction

Action _autohideAction

_maximizeAction

Action _maximizeAction

_dockableAction

Action _dockableAction

_customDoubleClickAction

Action _customDoubleClickAction

_closeActionByDefault

Action _closeActionByDefault

_hideAutohideActionByDefault

Action _hideAutohideActionByDefault

_floatingActionByDefault

Action _floatingActionByDefault

_autohideActionByDefault

Action _autohideActionByDefault

_maximizeActionByDefault

Action _maximizeActionByDefault

_dockableActionByDefault

Action _dockableActionByDefault

_showContextMenu

boolean _showContextMenu

_defaultCloseAction

int _defaultCloseAction

_defaultEscapeAction

int _defaultEscapeAction

_autohideWhenActive

boolean _autohideWhenActive

_buttonsOrder

int[] _buttonsOrder

_settingSize

boolean _settingSize

_savedPreferredSize

Dimension _savedPreferredSize

Class com.jidesoft.docking.DockableFrame.AccessibleDockableFrame extends JComponent.AccessibleJComponent implements Serializable

Class com.jidesoft.docking.DockableFrame.AutohideAction extends AbstractAction implements Serializable

Class com.jidesoft.docking.DockableFrame.CloseAction extends AbstractAction implements Serializable

Class com.jidesoft.docking.DockableFrame.DockableAction extends AbstractAction implements Serializable

Class com.jidesoft.docking.DockableFrame.FloatingAction extends AbstractAction implements Serializable

Serialized Fields

_single

boolean _single

Class com.jidesoft.docking.DockableFrame.HideAutohideAction extends AbstractAction implements Serializable

Class com.jidesoft.docking.DockableFrame.MaximizeAction extends AbstractAction implements Serializable

Class com.jidesoft.docking.DockableFramePopup extends JidePopup implements Serializable

Serialized Fields

_dockingManager

DockingManager _dockingManager

_dockableFrame

DockableFrame _dockableFrame

Class com.jidesoft.docking.DockableHolderPanel extends ContentContainer implements Serializable

Serialized Fields

_dockingManager

DockingManager _dockingManager

_outsideCallChecking

boolean _outsideCallChecking

Class com.jidesoft.docking.DockContext extends Object implements Serializable

Serialized Fields

_initMode

int _initMode
One of states above. The initial mode.


_currentMode

int _currentMode
One of states above. The current mode.


_canMode

int _canMode
Which mode the window can have. It could be OR of above MODE.


_initSide

int _initSide
Which side the window docks to when there is no layout information.


_initIndex

int _initIndex
Index of the window when there is no layout information. All windows with the same dock side and index will be insert into tabs of the same tabbed pane. Windows with different index will be insert into the same split pane.


_initPosition

boolean _initPosition
Does the dockable has even been moved.


_currentDockSide

int _currentDockSide
Which side the window is docking to.


_undockedBounds

Rectangle _undockedBounds
The size of the window. Notice: it is the size of that window without any contraints (in floating mode). The size will be reset everytime the bounds of the floating container changes. And it's the only case that it needs to be changed.

In autohide and docking modes, the size of the window is depending on _dockedWidth and _dockedHeight below


_dockedWidth

int _dockedWidth
The width and height in autohide and framedocked mode. For example, if the window docks to east, only width makes sense. If docks to south, only height makes sense.


_dockedHeight

int _dockedHeight

_autohideWidth

int _autohideWidth
The width is height is for auto hide mode.


_autohideHeight

int _autohideHeight

_dockID

int _dockID
a random generated DockID.


_hiddenPreviousState

com.jidesoft.docking.PreviousState _hiddenPreviousState
PreviousState before the window is hided.


_closePreviousState

com.jidesoft.docking.PreviousState _closePreviousState
PreviousState before the main JFrame is closed.


_dockPreviousState

com.jidesoft.docking.PreviousState _dockPreviousState
PreviousState when user double clicks on tab or title bar. The default behavior is to toggling between floating and docking mode.


_floatPreviousState

com.jidesoft.docking.PreviousState _floatPreviousState
PreviousState when user double clicks on tab or title bar. The default behavior is to toggling between floating and docking mode.


_autohidePreviousState

com.jidesoft.docking.PreviousState _autohidePreviousState
PreviousState when user autohide frame. The default behavior is to toggling between autohide and framedocked mode.


_availablePreviousState

com.jidesoft.docking.PreviousState _availablePreviousState
PreviousState when user set frame to available or unavailable.


_maximizePreviousState

com.jidesoft.docking.PreviousState _maximizePreviousState
PreviousState when user set frame to maximized.


_available

boolean _available
If the frame is enabled.

Class com.jidesoft.docking.DockedFrameContainer extends JPanel implements Serializable

Serialized Fields

_normalContainer

JPanel _normalContainer

_maximizeContainer

JPanel _maximizeContainer

Class com.jidesoft.docking.FrameContainer extends JideTabbedPane implements Serializable

Serialized Fields

_borderListener

com.jidesoft.docking.DockableFrameMouseInputAdapter _borderListener

_dockingManager

DockingManager _dockingManager

_dockedWidth

int _dockedWidth

_dockedHeight

int _dockedHeight

_autohideWidth

int _autohideWidth

_autohideHeight

int _autohideHeight

_previousSelectedFrame

DockableFrame _previousSelectedFrame

_dockID

int _dockID

_dockPreviousState

com.jidesoft.docking.PreviousState _dockPreviousState

_floatPreviousState

com.jidesoft.docking.PreviousState _floatPreviousState

Class com.jidesoft.docking.FrameFloatingContainer extends ResizableFrame implements Serializable

Serialized Fields

_dockingManager

DockingManager _dockingManager

_floatingContainerManager

FloatingContainer.FloatingContainerManager _floatingContainerManager

_dockID

int _dockID

Class com.jidesoft.docking.SlidingOverFrameContainer extends JPanel implements Serializable

Serialized Fields

_constraints

HashMap<K,V> _constraints

rectDebug

Rectangle rectDebug

_contentPane

Container _contentPane

Class com.jidesoft.docking.WindowFloatingContainer extends ResizableWindow implements Serializable

Serialized Fields

_dockingManager

DockingManager _dockingManager

_floatingContainerManager

FloatingContainer.FloatingContainerManager _floatingContainerManager

_dockID

int _dockID

Class com.jidesoft.docking.WindowFloatingContainer.CloseFloatingDockableFrameAction extends AbstractAction implements Serializable

Class com.jidesoft.docking.Workspace extends JPanel implements Serializable

Serialized Fields

_dockingManager

DockingManager _dockingManager

_acceptDockableFrame

boolean _acceptDockableFrame

_defaultFocusComponent

WeakReference<T> _defaultFocusComponent

_lastFocusedComponent

WeakReference<T> _lastFocusedComponent

_layoutConstraint

String _layoutConstraint

_adjustOpacityOnFly

boolean _adjustOpacityOnFly

Package com.jidesoft.docking.event

Class com.jidesoft.docking.event.DockableFrameEvent extends AWTEvent implements Serializable

serialVersionUID: -6707008881135137744L


Package com.jidesoft.document

Class com.jidesoft.document.DocumentComponentEvent extends AWTEvent implements Serializable

Class com.jidesoft.document.DocumentPane extends JideSplitPane implements Serializable

Serialized Fields

_documents

Map<K,V> _documents
A map that maps from key to component.


_documentNames

Map<K,V> _documentNames

_documentNamesArray

List<E> _documentNamesArray

_floatingContainers

List<E> _floatingContainers

_groupBorder

Border _groupBorder

_tabPlacement

int _tabPlacement
Where the tabs are placed.

See Also:
DocumentPane.setTabPlacement(int)

_activeDocumentName

String _activeDocumentName
Key of active document.


_popupMenuCustomizer

PopupMenuCustomizer _popupMenuCustomizer
A customer to custom popup menu.


_titleConverter

StringConverter _titleConverter
A string converter that generateHTML the title.


_groupsAllowed

boolean _groupsAllowed

_reorderAllowed

boolean _reorderAllowed

_rearrangeAllowed

boolean _rearrangeAllowed

_floatingAllowed

boolean _floatingAllowed

_dragPassUnmovableAllowed

boolean _dragPassUnmovableAllowed

_tabbedPaneCustomizer

DocumentPane.TabbedPaneCustomizer _tabbedPaneCustomizer
A tabbed pane customer.


_mode

int _mode
One of the values TABBED_DOCUMENT_INTERFACE and ENHANCED_SINGLE_DOCUMENT_INTERFACE.


_updateTitle

boolean _updateTitle

_layoutPersistence

AbstractLayoutPersistence _layoutPersistence

_dockingManager

com.jidesoft.document.TdiDockingManager _dockingManager

_propertyChangeListener

PropertyChangeListener _propertyChangeListener

_showContextMenu

boolean _showContextMenu

_heavyweightComponentEnabled

boolean _heavyweightComponentEnabled

_maximumGroupCount

int _maximumGroupCount

_useGlassPaneEnabled

boolean _useGlassPaneEnabled

_floatingContainerCloseAction

int _floatingContainerCloseAction

_activateNext

boolean _activateNext

_documentComponentList

List<E> _documentComponentList

Class com.jidesoft.document.FloatingDocumentContainer extends JFrame implements Serializable

Serialized Fields

_documentPane

DocumentPane _documentPane

_documentGroup

IDocumentGroup _documentGroup

_routingKeyStrokes

boolean _routingKeyStrokes

Class com.jidesoft.document.TdiGroup extends JideTabbedPane implements Serializable

Serialized Fields

_mouseListener

com.jidesoft.document.TdiMouseInputAdapter _mouseListener

Package com.jidesoft.editor

Class com.jidesoft.editor.ClipboardsDialog extends StandardDialog implements Serializable

Serialized Fields

_clipboards

List<E> _clipboards

_list

JList _list

_textArea

JTextArea _textArea

_font

Font _font

Class com.jidesoft.editor.CodeEditor extends JComponent implements Serializable

Serialized Fields

lastLinePartial

boolean lastLinePartial

_marginArea

MarginArea _marginArea

_lineNumberMargin

LineNumberMargin _lineNumberMargin

_clipboards

List<E> _clipboards

PROPERTY_NO_WORD_DELIMITERS

String PROPERTY_NO_WORD_DELIMITERS

_searchable

Searchable _searchable

_messagePopup

JidePopup _messagePopup

_inspectionTimer

Timer _inspectionTimer

_foldingModel

FoldingModel _foldingModel

_foldingSpanListener

FoldingSpanListener _foldingSpanListener

_markerModel

MarkerModel _markerModel

_findAndReplace

FindAndReplace _findAndReplace

_editorSize

com.jidesoft.editor.CodeEditor.EditorSize _editorSize

_defaultSettings

CodeEditorSettings _defaultSettings

_localSettings

DefaultCodeEditorSettings _localSettings

_columnGuides

List<E> _columnGuides

_tabAlignment

boolean _tabAlignment

_horizontalScrollBarPolicy

int _horizontalScrollBarPolicy

_verticalScrollBarPolicy

int _verticalScrollBarPolicy

_showToolTipOverMarkedText

boolean _showToolTipOverMarkedText

_ownSystemSelection

boolean _ownSystemSelection

_clipboardOwner

ClipboardOwner _clipboardOwner

_markerArea

MarkerArea _markerArea

_markerListener

MarkerListener _markerListener

_codeInspectors

List<E> _codeInspectors

_autoInspecting

boolean _autoInspecting

_painter

CodeEditorPainter _painter

_caretVisible

boolean _caretVisible

_blink

boolean _blink

_editable

boolean _editable

_settings

CodeEditorSettings _settings

_firstLine

int _firstLine

_visibleLines

int _visibleLines

_horizontalOffset

int _horizontalOffset

_verticalScrollBar

JScrollBar _verticalScrollBar

_horizontalScrollBar

JScrollBar _horizontalScrollBar

_scrollBarsInitialized

boolean _scrollBarsInitialized

_document

SyntaxDocument _document

_documentHandler

com.jidesoft.editor.CodeEditor.DocumentHandler _documentHandler

_undoableEditListener

UndoableEditListener _undoableEditListener

lineSegment

Segment lineSegment

biasLeft

boolean biasLeft

bracketPosition

int bracketPosition

bracketLine

int bracketLine

_magicCaret

int _magicCaret

_overwrite

boolean _overwrite

_caretModel

CaretModel _caretModel

_selectionModel

SelectionModel _selectionModel

_tabSize

int _tabSize

_replaceTabWithSpace

boolean _replaceTabWithSpace

_lineBreakStyle

int _lineBreakStyle

_maxNumberOfClipboards

int _maxNumberOfClipboards

dragEnabled

boolean dragEnabled

Class com.jidesoft.editor.CodeEditorDocumentPane extends DocumentPane implements Serializable

Class com.jidesoft.editor.CodeEditorPainter extends JComponent implements Serializable

Serialized Fields

currentLineIndex

int currentLineIndex

currentLineTokens

Token currentLineTokens

currentLine

Segment currentLine

_editor

CodeEditor _editor

_fm

FontMetrics _fm

_tabWidth

int _tabWidth

Class com.jidesoft.editor.SyntaxDocument extends PlainDocument implements Serializable

serialVersionUID: -6307295612809666540L

Serialized Fields

_undoManager

UndoManager _undoManager

_compoundEdit

CompoundEdit _compoundEdit

_compoundEditCount

int _compoundEditCount

tokenMarker

TokenMarker tokenMarker

Package com.jidesoft.editor.caret

Class com.jidesoft.editor.caret.CaretEvent extends EventObject implements Serializable

Serialized Fields

_type

int _type

_old

CaretPosition _old

_new

CaretPosition _new

Package com.jidesoft.editor.folding

Class com.jidesoft.editor.folding.FoldingSpanEvent extends EventObject implements Serializable

Serialized Fields

_foldingSpan

FoldingSpan _foldingSpan

_adjusting

boolean _adjusting

_type

int _type

Package com.jidesoft.editor.margin

Class com.jidesoft.editor.margin.AbstractLineMargin extends AbstractMargin implements Serializable

Serialized Fields

_lineMarginPainters

List<E> _lineMarginPainters

_mouseDragStartLine

int _mouseDragStartLine

_ctrlStartLine

int _ctrlStartLine

Class com.jidesoft.editor.margin.AbstractMargin extends JComponent implements Serializable

Serialized Fields

_editor

CodeEditor _editor

_preferredSize

Dimension _preferredSize

_marginPainters

List<E> _marginPainters

Class com.jidesoft.editor.margin.CodeFoldingMargin extends AbstractMargin implements Serializable

Serialized Fields

_codeFoldingPainter

CodeFoldingPainter _codeFoldingPainter

Class com.jidesoft.editor.margin.LineNumberMargin extends AbstractLineMargin implements Serializable

Class com.jidesoft.editor.margin.LineOffsetMargin extends AbstractLineMargin implements Serializable

Class com.jidesoft.editor.margin.MarginArea extends JPanel implements Serializable

Serialized Fields

_editor

CodeEditor _editor

Package com.jidesoft.editor.marker

Class com.jidesoft.editor.marker.MarkerArea extends JPanel implements Serializable

Serialized Fields

_codeEditor

CodeEditor _codeEditor

_eye

MarkerEye _eye

_stripe

MarkerStripe _stripe

_fillPanel

JPanel _fillPanel

_eyePainter

MarkerEyePainter _eyePainter

_stripePainter

MarkerStripePainter _stripePainter

_mode

int _mode

_minimumMode

int _minimumMode

_inspecting

boolean _inspecting

Class com.jidesoft.editor.marker.MarkerEvent extends EventObject implements Serializable

Serialized Fields

_marker

Marker _marker

_isAdjusting

boolean _isAdjusting

_type

int _type

Class com.jidesoft.editor.marker.MarkerEye extends JPanel implements Serializable

Serialized Fields

_codeEditor

CodeEditor _codeEditor

_markerArea

MarkerArea _markerArea

_painter

MarkerEyePainter _painter

Class com.jidesoft.editor.marker.MarkerStripe extends JPanel implements Serializable

Serialized Fields

_editor

CodeEditor _editor

_markerArea

MarkerArea _markerArea

_painter

MarkerStripePainter _painter

Package com.jidesoft.editor.selection

Class com.jidesoft.editor.selection.SelectionEvent extends EventObject implements Serializable

Serialized Fields

_oldSelectionStart

int _oldSelectionStart

_oldSelectionEnd

int _oldSelectionEnd

_newSelectionStart

int _newSelectionStart

_newSelectionEnd

int _newSelectionEnd

Package com.jidesoft.editor.settings

Class com.jidesoft.editor.settings.FontPanel extends JPanel implements Serializable

Serialized Fields

_fontName

String _fontName

_fontSize

int _fontSize

_fontNameComboBox

JComboBox _fontNameComboBox

_fontSizeSpinner

JSpinner _fontSizeSpinner

Class com.jidesoft.editor.settings.StyleListPanel extends JPanel implements Serializable

Serialized Fields

_elementsList

JList _elementsList

_stylePanel

StylePanel _stylePanel

_styles

SyntaxStyleSchema _styles

_names

String[] _names

_previousSelectedIndex

int _previousSelectedIndex

Class com.jidesoft.editor.settings.StylePanel extends JPanel implements Serializable

Serialized Fields

_style

SyntaxStyle _style

_italicCheckBox

JCheckBox _italicCheckBox

_boldCheckBox

JCheckBox _boldCheckBox

_backgroundColorComboBox

ColorComboBox _backgroundColorComboBox

_foregroundColorComboBox

ColorComboBox _foregroundColorComboBox

_effectComboBox

JComboBox _effectComboBox

_effectColorComboBox

ColorComboBox _effectColorComboBox

_stripeColorComboBox

ColorComboBox _stripeColorComboBox

Package com.jidesoft.editor.status

Class com.jidesoft.editor.status.AbstractCodeEditorStatusBarItem extends LabelStatusBarItem implements Serializable

Serialized Fields

_editor

CodeEditor _editor

Class com.jidesoft.editor.status.CaretModelPositionStatusBarItem extends CaretStatusBarItem implements Serializable

Class com.jidesoft.editor.status.CaretOffsetStatusBarItem extends CaretStatusBarItem implements Serializable

Class com.jidesoft.editor.status.CaretOverwriteStatusBarItem extends AbstractCodeEditorStatusBarItem implements Serializable

Class com.jidesoft.editor.status.CaretStatusBarItem extends AbstractCodeEditorStatusBarItem implements Serializable

Class com.jidesoft.editor.status.CaretViewPositionStatusBarItem extends CaretStatusBarItem implements Serializable

Class com.jidesoft.editor.status.CodeEditorStatusBar extends StatusBar implements Serializable

Serialized Fields

_caretModelPosition

CaretModelPositionStatusBarItem _caretModelPosition

_ovrIns

CaretOverwriteStatusBarItem _ovrIns

_lineBreak

LineBreakStatusBarItem _lineBreak

_editable

EditableStatusBarItem _editable

_progress

ProgressStatusBarItem _progress

_editor

CodeEditor _editor

Class com.jidesoft.editor.status.EditableStatusBarItem extends AbstractCodeEditorStatusBarItem implements Serializable

Serialized Fields

_readOnlyIcon

Icon _readOnlyIcon

_editableIcon

Icon _editableIcon

Class com.jidesoft.editor.status.LineBreakStatusBarItem extends AbstractCodeEditorStatusBarItem implements Serializable


Package com.jidesoft.field

Class com.jidesoft.field.IPTextField extends JPanel implements Serializable

Serialized Fields

_fields

JTextField[] _fields

_focusListener

FocusListener _focusListener

_editable

boolean _editable

_subnetMask

int[] _subnetMask

PROPERTY_SUBNET_MASK

String PROPERTY_SUBNET_MASK

PROPERTY_EDITABLE

String PROPERTY_EDITABLE

Package com.jidesoft.field.creditcard

Class com.jidesoft.field.creditcard.CreditCardTextField extends LabeledTextField implements Serializable

Serialized Fields

_allowedCardIssuerNames

String[] _allowedCardIssuerNames
Allowed credit card types


_cardIssuer

CardIssuer _cardIssuer
Issuer of the card number


_cardNumber

String _cardNumber
Input card number


_maskEnabled

boolean _maskEnabled
Mask feature enable flag


_creditCardMask

CreditCardMask _creditCardMask
Mask utility


_validateOnFly

boolean _validateOnFly
Validate on fly feature enable flag


_masked

boolean _masked

_creditCardIcon

Icon _creditCardIcon
Valid icon


_invalidCreditCardIcon

Icon _invalidCreditCardIcon
Invalid icon


Package com.jidesoft.filter

Class com.jidesoft.filter.AbstractFilter extends Object implements Serializable

serialVersionUID: -6968545139267301843L

Serialized Fields

_filterFactoryName

String _filterFactoryName

_name

String _name

_enabled

boolean _enabled

Class com.jidesoft.filter.AllFilter extends AbstractFilter<T> implements Serializable

serialVersionUID: 2677943219446534071L

Class com.jidesoft.filter.AndFilter extends MultipleFilters implements Serializable

serialVersionUID: 7241304424726934641L

Class com.jidesoft.filter.BetweenFilter extends AbstractFilter<T> implements Serializable

serialVersionUID: 9064088539548867200L

Serialized Fields

_value1

Object _value1

_value2

Object _value2

Class com.jidesoft.filter.CustomFilterEditor extends JPanel implements Serializable

Serialized Fields

_type

Class<T> _type

_converterContext

ConverterContext _converterContext

_possibleValues

Object[] _possibleValues

_filterManager

FilterFactoryManager _filterManager

_conditionComboBox

JComponent _conditionComboBox

_valueEditor1

ValueEditor _valueEditor1

_valueEditor2

ValueEditor _valueEditor2

_conditionLabel

JLabel _conditionLabel

_matchLabel

JLabel _matchLabel

_singleLineMode

boolean _singleLineMode

Class com.jidesoft.filter.DateOrCalendarFilter extends AbstractFilter<T> implements Serializable

serialVersionUID: -6019858572521757825L

Class com.jidesoft.filter.EmptyFilter extends AbstractFilter<T> implements Serializable

serialVersionUID: 3012210797453174972L

Class com.jidesoft.filter.EqualFilter extends AbstractFilter<T> implements Serializable

serialVersionUID: -3141034235887861042L

Serialized Fields

_value

Object _value

Class com.jidesoft.filter.GreaterOrEqualFilter extends EqualFilter<T> implements Serializable

serialVersionUID: -4215696161842100832L

Class com.jidesoft.filter.GreaterThanFilter extends EqualFilter<T> implements Serializable

serialVersionUID: -4797239591139072461L

Class com.jidesoft.filter.InFilter extends AbstractFilter<T> implements Serializable

serialVersionUID: 2421275038070853349L

Serialized Fields

_lookup

Set<E> _lookup

Class com.jidesoft.filter.LastMonthFilter extends DateOrCalendarFilter<T> implements Serializable

serialVersionUID: -5809458117621330954L

Class com.jidesoft.filter.LastQuarterFilter extends DateOrCalendarFilter<T> implements Serializable

serialVersionUID: -2632977767520001973L

Class com.jidesoft.filter.LastWeekFilter extends DateOrCalendarFilter<T> implements Serializable

serialVersionUID: 3717480539278911655L

Class com.jidesoft.filter.LastYearFilter extends DateOrCalendarFilter<T> implements Serializable

serialVersionUID: 6622979408055717585L

Class com.jidesoft.filter.LessOrEqualFilter extends EqualFilter<T> implements Serializable

serialVersionUID: 2887590843759284068L

Class com.jidesoft.filter.LessThanFilter extends EqualFilter<T> implements Serializable

serialVersionUID: 5587882436883397356L

Class com.jidesoft.filter.LikeFilter extends RegexFilter<T> implements Serializable

serialVersionUID: 69594927367531994L

Class com.jidesoft.filter.MonthFilter extends DateOrCalendarFilter<T> implements Serializable

serialVersionUID: 7282720847781405914L

Serialized Fields

_month

int _month

Class com.jidesoft.filter.MultipleFilters extends AbstractFilter implements Serializable

serialVersionUID: -8353639906803702136L

Serialized Fields

_filters

List<E> _filters

Class com.jidesoft.filter.NextMonthFilter extends DateOrCalendarFilter<T> implements Serializable

serialVersionUID: -113967011083443875L

Class com.jidesoft.filter.NextQuarterFilter extends DateOrCalendarFilter<T> implements Serializable

serialVersionUID: -4452172268160956373L

Class com.jidesoft.filter.NextWeekFilter extends DateOrCalendarFilter<T> implements Serializable

serialVersionUID: -3576824947661820211L

Class com.jidesoft.filter.NextYearFilter extends DateOrCalendarFilter<T> implements Serializable

serialVersionUID: 8090114516001789138L

Class com.jidesoft.filter.NoneFilter extends AbstractFilter<T> implements Serializable

serialVersionUID: -8375675685207615531L

Class com.jidesoft.filter.NotBetweenFilter extends BetweenFilter<T> implements Serializable

serialVersionUID: -6203611824586727309L

Class com.jidesoft.filter.NotEqualFilter extends EqualFilter<T> implements Serializable

serialVersionUID: 7269348053149421478L

Class com.jidesoft.filter.NotFilter extends AbstractFilter implements Serializable

serialVersionUID: 2478351388120455195L

Serialized Fields

_filter

Filter<T> _filter

Class com.jidesoft.filter.NotInFilter extends InFilter<T> implements Serializable

serialVersionUID: -779217035294829756L

Class com.jidesoft.filter.NotLikeFilter extends LikeFilter<T> implements Serializable

serialVersionUID: 7625682524741450038L

Class com.jidesoft.filter.OrFilter extends MultipleFilters implements Serializable

serialVersionUID: -8788763989562945559L

Class com.jidesoft.filter.QuarterFilter extends DateOrCalendarFilter<T> implements Serializable

serialVersionUID: -1494293763440140893L

Serialized Fields

_quarter

int _quarter

Class com.jidesoft.filter.RegexFilter extends AbstractFilter<T> implements Serializable

serialVersionUID: -7552125704543013824L

Serialized Fields

_pattern

String _pattern

_regex

Pattern _regex

_caseSensitive

boolean _caseSensitive

_beginWith

boolean _beginWith

_endWith

boolean _endWith

Class com.jidesoft.filter.ThisMonthFilter extends DateOrCalendarFilter<T> implements Serializable

serialVersionUID: 4206862592706274860L

Class com.jidesoft.filter.ThisQuarterFilter extends DateOrCalendarFilter<T> implements Serializable

serialVersionUID: 7336059221673140187L

Class com.jidesoft.filter.ThisWeekFilter extends DateOrCalendarFilter<T> implements Serializable

serialVersionUID: -4955980148720949248L

Class com.jidesoft.filter.ThisYearFilter extends DateOrCalendarFilter<T> implements Serializable

serialVersionUID: -2231187786914896520L

Class com.jidesoft.filter.TodayFilter extends DateOrCalendarFilter<T> implements Serializable

serialVersionUID: 7236532252375648956L

Class com.jidesoft.filter.TomorrowFilter extends DateOrCalendarFilter<T> implements Serializable

serialVersionUID: -2399302357267594101L

Class com.jidesoft.filter.ValueEditor extends JPanel implements Serializable

Serialized Fields

_dataType

Class<T> _dataType

_converterContext

ConverterContext _converterContext

_possibleValues

Object[] _possibleValues

_displayedValues

Object[] _displayedValues

_comboBox

JComponent _comboBox

_labelVisible

boolean _labelVisible

_valueLabel

JLabel _valueLabel

Class com.jidesoft.filter.WildcardFilter extends RegexFilter<T> implements Serializable

serialVersionUID: 553941522244712019L

Serialized Fields

_hasWildcards

boolean _hasWildcards

_defaultWildcardSupport

DefaultWildcardSupport _defaultWildcardSupport

Class com.jidesoft.filter.YesterdayFilter extends DateOrCalendarFilter<T> implements Serializable

serialVersionUID: 6636246332147155033L


Package com.jidesoft.gantt

Class com.jidesoft.gantt.AbstractGanttEntryRelationModel extends Object implements Serializable

serialVersionUID: -3781736689067962083L

Serialized Fields

listenerList

EventListenerList listenerList
List of listeners

Class com.jidesoft.gantt.AbstractGanttModel extends Object implements Serializable

serialVersionUID: 5091353147617424047L

Serialized Fields

listenerList

EventListenerList listenerList
List of listeners

Class com.jidesoft.gantt.DateGanttChart extends GanttChart<Date,S extends GanttEntry<Date>> implements Serializable

serialVersionUID: 4549526960944599061L

Class com.jidesoft.gantt.DateGanttChartPane extends GanttChartPane<Date,S extends GanttEntry<Date>> implements Serializable

serialVersionUID: 4549526960944599061L

Class com.jidesoft.gantt.DefaultGanttEntryRelationModel extends AbstractGanttEntryRelationModel<S extends GanttEntry<?>> implements Serializable

serialVersionUID: -7863117140975253354L

Serialized Fields

_relations

Map<K,V> _relations

Class com.jidesoft.gantt.DefaultGanttEntryRenderer extends TaskBar implements Serializable

serialVersionUID: -8540080690643723869L

Class com.jidesoft.gantt.DefaultGanttLabelRenderer extends JLabel implements Serializable

serialVersionUID: 2609433342181713038L

Class com.jidesoft.gantt.DefaultGanttModel extends AbstractGanttModel<T,S extends GanttEntry<T>> implements Serializable

serialVersionUID: 5386888127084217005L

Serialized Fields

_treeTableModel

ITreeTableModel<T extends Row> _treeTableModel

_range

Range<T> _range

_scaleModel

ScaleModel<T> _scaleModel

_ganttEntryRelationModel

GanttEntryRelationModel<S extends GanttEntry<?>> _ganttEntryRelationModel

_treeTableModelListener

TableModelListener _treeTableModelListener

_autoUpdateRange

boolean _autoUpdateRange

Class com.jidesoft.gantt.GanttChart extends JComponent implements Serializable

serialVersionUID: -9094319801088118704L

Serialized Fields

_painters

Map<K,V> _painters

_backgroundPainters

List<E> _backgroundPainters

_scaleArea

ScaleArea<T> _scaleArea

_model

GanttModel<T,S extends GanttEntry<T>> _model

_rowModel

SizeSequence _rowModel

_selectionModel

ListSelectionModel _selectionModel

_selectionForeground

Color _selectionForeground
The foreground color of selected cells.


_selectionBackground

Color _selectionBackground
The background color of selected cells.


_rowHeight

int _rowHeight
The height in pixels of each row in the table.


_rowMargin

int _rowMargin

_showGrid

boolean _showGrid

_gridColor

Color _gridColor

_isRowHeightSet

boolean _isRowHeightSet
True when setRowHeight(int) has been invoked.


_preferredScrollableViewportSize

Dimension _preferredScrollableViewportSize

_editable

boolean _editable

_viewMode

int _viewMode

_defaultEntryRenderer

GanttEntryRenderer _defaultEntryRenderer

_defaultLabelRenderer

GanttLabelRenderer _defaultLabelRenderer

_labelPosition

int _labelPosition

_labelEntryGap

int _labelEntryGap

rowSelectionAdjusting

boolean rowSelectionAdjusting

Class com.jidesoft.gantt.GanttChartPane extends JideSplitPane implements Serializable

serialVersionUID: -7579522806491772926L

Serialized Fields

_ganttModel

GanttModel<T,S extends GanttEntry<T>> _ganttModel

_treeTable

TreeTable _treeTable

_ganttChart

GanttChart<T,S extends GanttEntry<T>> _ganttChart

Class com.jidesoft.gantt.GanttEntryRelationEvent extends EventObject implements Serializable

serialVersionUID: -3280963427306564154L

Serialized Fields

_type

int _type

_relation

GanttEntryRelation<S extends GanttEntry<?>> _relation

Class com.jidesoft.gantt.GanttModelEvent extends EventObject implements Serializable

serialVersionUID: -5831693405404256150L

Serialized Fields

_type

int _type

_firstRow

int _firstRow

_lastRow

int _lastRow

Class com.jidesoft.gantt.TaskBar extends JComponent implements Serializable

serialVersionUID: -4971401871322958419L

Serialized Fields

_borderColor

Color _borderColor

_groupForeground

Color _groupForeground

_percentageColor

Color _percentageColor

_completion

double _completion

_group

boolean _group

_milestone

boolean _milestone

_rollover

boolean _rollover

_selected

boolean _selected

_range

Range<T> _range

_subEntries

GanttEntry<T>[] _subEntries

_padding

Insets _padding

Package com.jidesoft.grid

Class com.jidesoft.grid.AbstractCalculatedColumn extends TableColumn implements Serializable

Serialized Fields

_model

TableModel _model

_columnClass

Class<T> _columnClass

_objectGrouper

ObjectGrouper _objectGrouper

_editorContext

EditorContext _editorContext

_converterContext

ConverterContext _converterContext

Class com.jidesoft.grid.AbstractComboBoxCellEditor extends ContextSensitiveCellEditor implements Serializable

Serialized Fields

_comboBox

AbstractComboBox _comboBox

Class com.jidesoft.grid.AbstractDynamicTableFilter extends AbstractTableFilter<T> implements Serializable

Class com.jidesoft.grid.AbstractFilter extends AbstractFilter<T> implements Serializable

Class com.jidesoft.grid.AbstractGroupTableModel extends TreeTableModel implements Serializable

Class com.jidesoft.grid.AbstractJideCellEditor extends AbstractCellEditor implements Serializable

Serialized Fields

_clickCountToStart

int _clickCountToStart
An integer specifying the number of clicks needed to start editing. Even if clickCountToStart is defined as zero, it will not initiate until a click occurs.


_defaultErrorBehavior

int _defaultErrorBehavior

_autoStopCellEditing

boolean _autoStopCellEditing

_passEnterKeyToTable

boolean _passEnterKeyToTable

Class com.jidesoft.grid.AbstractMultiTableModel extends AbstractTableModel implements Serializable

Class com.jidesoft.grid.AbstractNavigableTableModel extends AbstractTableModel implements Serializable

Class com.jidesoft.grid.AbstractPageTableModel extends AbstractTableModel implements Serializable

Serialized Fields

_pageSize

int _pageSize

_currentPage

int _currentPage

_pageCount

int _pageCount

Class com.jidesoft.grid.AbstractPropertyTableModel extends PropertyTableModel<T extends Property> implements Serializable

Class com.jidesoft.grid.AbstractSpanTableModel extends AbstractTableModel implements Serializable

Class com.jidesoft.grid.AbstractStyleTableModel extends AbstractTableModel implements Serializable

Class com.jidesoft.grid.AbstractTableFilter extends AbstractFilter<T> implements Serializable

Serialized Fields

_columnIndex

int _columnIndex

_rowIndex

int _rowIndex

Class com.jidesoft.grid.AbstractTableRowFilter extends AbstractFilter<T> implements Serializable

Class com.jidesoft.grid.AddCalculatedColumnDialog extends StandardDialog implements Serializable

Serialized Fields

_columnNameField

JTextField _columnNameField

_expressionField

JTextField _expressionField

_columnName

String _columnName

_expression

String _expression

Class com.jidesoft.grid.AdvancePageTableModel extends AbstractPageTableModel implements Serializable

Serialized Fields

_totalRecordCount

int _totalRecordCount

_sortItemSupport

SortItemSupport _sortItemSupport

_columnsSortable

boolean[] _columnsSortable

_filterItemSupport

FilterItemSupport _filterItemSupport

_isAdjusting

boolean _isAdjusting

_currentPageModel

TableModel _currentPageModel

Class com.jidesoft.grid.AutoFilterBox extends HeaderBox implements Serializable

Serialized Fields

_label

JLabel _label

_sortArrow

StyledLabel _sortArrow

_filterButton

AbstractButton _filterButton

_listCellRenderer

ListCellRenderer _listCellRenderer

_descendingIcon

Icon _descendingIcon

_ascendingIcon

Icon _ascendingIcon

_sortArrowVisible

boolean _sortArrowVisible

_filterIndicatorVisible

boolean _filterIndicatorVisible

_filterButtonVisible

boolean _filterButtonVisible

_tableModel

TableModel _tableModel

_filterableTableModel

IFilterableTableModel _filterableTableModel

_filterableTableModelColumnIndex

int _filterableTableModelColumnIndex

_sortableTableModel

ISortableTableModel _sortableTableModel

_sortableTableModelColumnIndex

int _sortableTableModelColumnIndex

_groupableTableModel

GroupableTableModel _groupableTableModel

_groupableTableModelColumnIndex

int _groupableTableModelColumnIndex

_actualTableModel

TableModel _actualTableModel

_actualTableModelColumnIndex

int _actualTableModelColumnIndex

_tableColumnIndex

int _tableColumnIndex

_modelColumnIndex

int _modelColumnIndex

_possibleValues

Object[] _possibleValues

_propertyChangeListener

PropertyChangeListener _propertyChangeListener

_showFilterName

boolean _showFilterName

_showFilterNameAsToolTip

boolean _showFilterNameAsToolTip

_showFilterIcon

boolean _showFilterIcon

_showSortArrow

boolean _showSortArrow

_allowMultipleValues

boolean _allowMultipleValues

_allowCustomFilter

boolean _allowCustomFilter

_preferSelectedValues

boolean _preferSelectedValues

_multiLineMode

boolean _multiLineMode

_filterField

JComponent _filterField

_labelPanel

JPanel _labelPanel

_filterPanel

JPanel _filterPanel

_cellEditor

boolean _cellEditor

_titleConverter

StringConverter _titleConverter

_filterTitleFormatter

AutoFilterBox.FilterTitleFormatter _filterTitleFormatter

HIDE_POPUP_KEY

Object HIDE_POPUP_KEY

_popupPanel

PopupPanel _popupPanel
The actual panel inside the PopupWindow.


_popup

JidePopup _popup
The popup window that will be shown when button is pressed.


_dynamicFilters

List<E> _dynamicFilters

_target

Component _target

Class com.jidesoft.grid.AutoFilterTableHeader extends EditableTableHeader implements Serializable

Serialized Fields

_filterableTableModel

IFilterableTableModel _filterableTableModel

_autoFilterEnabled

boolean _autoFilterEnabled

_showFilterName

boolean _showFilterName

_showFilterNameAsToolTip

boolean _showFilterNameAsToolTip

_showFilterIcon

boolean _showFilterIcon

_showSortArrow

boolean _showSortArrow

_allowMultipleValues

boolean _allowMultipleValues

_preferSelectedValues

boolean _preferSelectedValues

_acceptTextInput

boolean _acceptTextInput

Class com.jidesoft.grid.AutoFilterTableHeaderEditor extends AbstractCellEditor implements Serializable

Serialized Fields

verticalAlignment

int verticalAlignment

horizontalAlignment

int horizontalAlignment

_box

AutoFilterBox _box

Class com.jidesoft.grid.AutoFilterTableHeaderRenderer extends AutoFilterBox implements Serializable

Class com.jidesoft.grid.AutoFilterUtils.AutoFilterRowTable extends CellStyleTable implements Serializable

Class com.jidesoft.grid.AutoFilterUtils.AutoFilterRowTableModel extends DefaultTableModel implements Serializable

serialVersionUID: 4312897337838996477L

Class com.jidesoft.grid.AutoFilterUtils.TableWildcardFilter extends WildcardFilter implements Serializable

serialVersionUID: 8557612591275627332L

Serialized Fields

_rowIndex

int _rowIndex

_columnIndex

int _columnIndex

Class com.jidesoft.grid.BasicTableModel extends AbstractTableModel implements Serializable

serialVersionUID: -4884343983492377717L

Serialized Fields

_objects

List<E> _objects

_introspector

Introspector<T extends Property> _introspector

_propertyNames

String[] _propertyNames

_addPropertyChangeListenerMethod

Method _addPropertyChangeListenerMethod

_addChecked

boolean _addChecked

_removePropertyChangeListenerMethod

Method _removePropertyChangeListenerMethod

_removeChecked

boolean _removeChecked

_editable

boolean _editable

_changeSupport

PropertyChangeSupport _changeSupport

Class com.jidesoft.grid.BeanTableModel extends BasicTableModel<T> implements Serializable

Class com.jidesoft.grid.BooleanCellEditor extends