JIDE 3.5.15

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.awt.geom

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

serialVersionUID: -7723331225837606159L

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

serialVersionUID: 4310600205031805311L

Serialized Fields

top

double top
The inset from the top


left

double left
The inset from the left


bottom

double bottom
The inset from the bottom


right

double right
The inset from the right

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

serialVersionUID: 4796948322194231916L

Serialized Fields

top

float top

left

float left

bottom

float bottom

right

float right

Package com.jidesoft.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

ShadowRenderer 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

imageChangeListener

ImageChangeListener imageChangeListener

areaChartFilter

Filter<T> areaChartFilter

barChartFilter

Filter<T> barChartFilter

lineChartFilter

Filter<T> lineChartFilter

pointChartFilter

Filter<T> pointChartFilter

zOrders

Map<K,V> zOrders

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?


autoRanging

boolean autoRanging
Are we using auto-ranging to set the ranges of the axes based on the data seen in the model?


autoRanger

AutoRanger autoRanger
The auto-ranger that specifies the policy used when auto-ranging


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.


recordingShapes

boolean recordingShapes
Do we want the pointPainter, barPainter to record the shapes that they draw? This is true by default, but you may want to switch it off to conserve memory


allowTickLabelOverlap

boolean allowTickLabelOverlap
Do we allow the tick labels to overlap one another or do we take action to remove those that overlap?


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
yStart is the y value at the leading (bottom) y edge of the chart. Due to the Java2D coordinate system, it has a larger pixel value than yEnd.


yEnd

int yEnd
yEnd is the y value at the trailing (top) y edge of the chart. Due to the Java2D coordinate system, it has a smaller pixel value than yStart.


panelBackground

Paint panelBackground

chartBackground

Paint chartBackground

chartBorder

Border chartBorder

axisColor

Color axisColor

tickColor

Color tickColor

gridColor

Color gridColor

minorGridColor

Color minorGridColor

labelColor

Color labelColor

tickStroke

Stroke tickStroke

tickFont

Font tickFont

shadowVisibility

ShadowVisibility shadowVisibility

shadowedModels

Map<K,V> shadowedModels

shadowImage

BufferedImage shadowImage

labelImage

BufferedImage labelImage

disabledImage

BufferedImage disabledImage

dirty

boolean dirty

chartStyles

Map<K,V> chartStyles

pointRenderers

Map<K,V> pointRenderers

lineRenderers

Map<K,V> lineRenderers

barRenderers

Map<K,V> barRenderers

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

axisLabelPadding

int axisLabelPadding

coordinateSpaceLock

ReadWriteLock coordinateSpaceLock

coordinateSpaceReadLock

Lock coordinateSpaceReadLock

coordinateSpaceWriteLock

Lock coordinateSpaceWriteLock

point2DPool

Point2DPool point2DPool

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

excludedModels

Set<E> excludedModels

excludedPoints

Set<E> excludedPoints

includedModels

List<E> includedModels

additionalItems

List<E> additionalItems

title

String title

titleLabel

JLabel titleLabel

labelColor

Color labelColor

titleColor

Color titleColor

lastUpdated

long lastUpdated

propListener

PropertyChangeListener propListener

generateFromPoints

boolean generateFromPoints

orderReversed

boolean orderReversed

border

Border border

legendBackground

Paint legendBackground

atFront

boolean atFront

rolloverModel

ChartModel rolloverModel

keyLabelGap

int keyLabelGap

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

tickLabelBounds

Rectangle tickLabelBounds

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

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

serialVersionUID: -1305919360071677552L

Serialized Fields

direction

ZoomDirection direction

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

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.ChartCategory extends Category<T> implements Serializable

Serialized Fields

highlight

Highlight highlight

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

serialVersionUID: 3430220911507598037L

Serialized Fields

changeType

ChartModelChangeType changeType

index

int index

size

int size

Class com.jidesoft.chart.model.Highlight extends Object implements Serializable

Serialized Fields

name

String name

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

_oldSelectedItemReminder

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


selectedItemReminder

Object selectedItemReminder

_vetoFireEvent

boolean _vetoFireEvent

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

_lastActionSelectedItem

Object _lastActionSelectedItem

_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

_selectAction

DelegateAction _selectAction

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.AbstractFileExComboBox extends ExComboBox 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.CheckBoxListChooserPanel.CheckBoxListWithResourceProvider extends CheckBoxList implements Serializable

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

Class com.jidesoft.combobox.CheckBoxListExComboBox extends MultiSelectListExComboBox implements Serializable

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

Serialized Fields

_okButton

JButton _okButton

_cancelButton

JButton _cancelButton

_okAction

Action _okAction

_cancelAction

Action _cancelAction

Class com.jidesoft.combobox.CheckBoxTreeExComboBox extends TreeExComboBox 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.ColorExComboBox extends ExComboBox implements Serializable

Serialized Fields

_colorMode

int _colorMode
The mode of the color.


_colorValueVisible

boolean _colorValueVisible

_colorIconVisible

boolean _colorIconVisible

_popupPanel

PopupPanel _popupPanel

_crossBackGroundStyle

boolean _crossBackGroundStyle

_allowDefaultColor

boolean _allowDefaultColor
Allows the default color.


_allowMoreColors

boolean _allowMoreColors
Allows more color.


_invalidValueAllowed

boolean _invalidValueAllowed

_colorIcon

ColorExComboBox.ColorIcon _colorIcon

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

_toggleSelectionMap

Map<K,V> _toggleSelectionMap

_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

_showMonthMenu

boolean _showMonthMenu

_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

_vetoSendSpinnerEvent

boolean _vetoSendSpinnerEvent

_retargetMouseMotionListener

com.jidesoft.combobox.RetargetMouseMotionListener _retargetMouseMotionListener

_retargetMouseListener

com.jidesoft.combobox.RetargetMouseListener _retargetMouseListener

_buttonContainerPanel

Component _buttonContainerPanel

_toggleMode

boolean _toggleMode

_selectDateOnSameMonth

boolean _selectDateOnSameMonth

_selectAllDatesOnToggleMode

boolean _selectAllDatesOnToggleMode

_anchorDate

Date _anchorDate

_leadDate

Date _leadDate

_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.DateExComboBox extends ExComboBox 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.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

serialVersionUID: 8382850360356348056L

Serialized Fields

_model

ComboBoxModel _model

_indexes

int[] _indexes

_selectedObject

Object _selectedObject

Class com.jidesoft.combobox.ExComboBox extends JComboBox implements Serializable

Serialized Fields

_lastActionSelectedItem

Object _lastActionSelectedItem

_popupVolatile

boolean _popupVolatile

_buttonVisible

boolean _buttonVisible

_buttonOnly

boolean _buttonOnly

_emptyStringNull

boolean _emptyStringNull

_popupLocation

int _popupLocation

_okAction

Action _okAction

_cancelAction

Action _cancelAction

_popupType

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


_converterContext

ConverterContext _converterContext

_converter

ObjectConverter _converter

_clazz

Class<T> _clazz

_stretchToFit

boolean _stretchToFit

_stretchToFitSet

boolean _stretchToFitSet

_keepPopupSize

boolean _keepPopupSize

_blockActionEvent

boolean _blockActionEvent

_itemEventSent

boolean _itemEventSent

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


_downKeyBehavior

int _downKeyBehavior

_savedActions

Map<K,V> _savedActions

_retrievingValueFromPopup

boolean _retrievingValueFromPopup

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

serialVersionUID: 5999374439334066208L

Serialized Fields

_keyStroke

KeyStroke _keyStroke

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

Serialized Fields

_currentDirectoryPath

String _currentDirectoryPath

_currentDirectory

File _currentDirectory

Class com.jidesoft.combobox.FileChooserExComboBox extends AbstractFileExComboBox 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.FileNameChooserExComboBox extends FileChooserExComboBox 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

serialVersionUID: 8376246706531869607L

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

_reselectItemOnFiltering

boolean _reselectItemOnFiltering

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

Class com.jidesoft.combobox.FolderChooserExComboBox extends ExComboBox 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.FolderNameChooserExComboBox extends ExComboBox 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

_fontLabel

JLabel _fontLabel

_sizeLabel

JLabel _sizeLabel

_styleLabel

JLabel _styleLabel

_oldFont

Font _oldFont

_previewPanel

JComponent _previewPanel

_previewText

String _previewText

_fontNameComboBoxModel

ComboBoxModel _fontNameComboBoxModel

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

Class com.jidesoft.combobox.FontExComboBox extends ExComboBox 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

JComponent _previewComponent

_topSpinner

JSpinner _topSpinner

_bottomSpinner

JSpinner _bottomSpinner

_leftSpinner

JSpinner _leftSpinner

_rightSpinner

JSpinner _rightSpinner

_oldInsets

Insets _oldInsets

_previewPanel

JComponent _previewPanel

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

Class com.jidesoft.combobox.InsetsExComboBox extends ExComboBox 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

_list

JList _list

_class

Class<T> _class

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

_model

ComboBoxModel _model

_background

Color _background

_foreground

Color _foreground

_border

Border _border

_converterContext

ConverterContext _converterContext

_converter

ObjectConverter _converter

_maximumRowCount

int _maximumRowCount

_maximumWidth

int _maximumWidth

_renderer

ListCellRenderer _renderer

_scroller

JScrollPane _scroller

_autoScroll

AutoScroll _autoScroll

_horizontalAlignment

int _horizontalAlignment

_verticalAlignment

int _verticalAlignment

handler

ListChooserPanel.Handler handler
Implementation of all the listener classes.

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

serialVersionUID: 682523639161710467L

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)

_isDisplaySizeDirty

boolean _isDisplaySizeDirty

_cachedDisplaySize

Dimension _cachedDisplaySize

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.ListExComboBox extends ExComboBox implements Serializable

Serialized Fields

_toggleValueOnDoubleClick

boolean _toggleValueOnDoubleClick

_list

JList _list

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.MonthExComboBox extends DateExComboBox implements Serializable

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

Class com.jidesoft.combobox.MultilineStringExComboBox extends ExComboBox implements Serializable

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

Serialized Fields

_textArea

JTextArea _textArea

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

Serialized Fields

_scroller

JScrollPane _scroller

_autoScroll

AutoScroll _autoScroll

_listModel

ListModel _listModel

_okButton

JButton _okButton

_cancelButton

JButton _cancelButton

_okAction

Action _okAction

_cancelAction

Action _cancelAction

Class com.jidesoft.combobox.MultiSelectListChooserPanel.Handler extends ListChooserPanel.Handler 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.MultiSelectListExComboBox extends ExComboBox 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:
MultiSelectListExComboBox.getMaximumRowCount(), MultiSelectListExComboBox.setMaximumRowCount(int)

_list

JList _list

_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

_alwaysUseComparators

boolean _alwaysUseComparators

_comparator

Comparator<T> _comparator

listenerList

EventListenerList listenerList

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

Class com.jidesoft.combobox.StringArrayExComboBox extends ExComboBox 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

_autoSelectionEnabled

boolean _autoSelectionEnabled

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.TableExComboBox extends ExComboBox 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:
TableExComboBox.getMaximumRowCount(), TableExComboBox.setMaximumRowCount(int)

_tableModel

TableModel _tableModel

_comboBoxModel

com.jidesoft.combobox.TableExComboBox.TableExComboBoxModel _comboBoxModel

_valueColumnIndex

int _valueColumnIndex

_toggleValueOnDoubleClick

boolean _toggleValueOnDoubleClick

_panel

TableChooserPanel _panel

_tableModelListener

TableModelListener _tableModelListener

_modelChanged

boolean _modelChanged

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

_searchUserObjectToSelect

boolean _searchUserObjectToSelect

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

Class com.jidesoft.combobox.TreeExComboBox extends ExComboBox 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:
TreeExComboBox.getCellRenderer(), TreeExComboBox.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:
TreeExComboBox.getMaximumRowCount(), TreeExComboBox.setMaximumRowCount(int)

_object

Object _object

_treeModel

TreeModel _treeModel

_tree

JTree _tree

_doubleClickExpand

boolean _doubleClickExpand

_searchUserObjectToSelect

boolean _searchUserObjectToSelect

Package com.jidesoft.comparator

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

serialVersionUID: -4749963150099170895L

Serialized Fields

_caseSensitive

boolean _caseSensitive

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

serialVersionUID: -291439688585137865L

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

serialVersionUID: -4846614433415551998L

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

serialVersionUID: -5332640135652727575L


Package com.jidesoft.converter

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

serialVersionUID: -8924789128314897783L

Serialized Fields

_name

String _name

_userObject

Object _userObject

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

serialVersionUID: 8015351559541303641L

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


Package com.jidesoft.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

_showGripper

boolean _showGripper

_maximizedColumn

int _maximizedColumn

_maximizedRow

int _maximizedRow

_maximizedIndex

int _maximizedIndex

_maximizedConstraints

Object _maximizedConstraints

_maximizedComponent

Component _maximizedComponent

_columnResizable

boolean _columnResizable

_rowResizable

boolean _rowResizable

_predefinedLayout

LayoutManager _predefinedLayout

_layoutAdapter

PredefinedLayoutAdapter _layoutAdapter

_constraintsList

List<E> _constraintsList

_handler

MouseAdapter _handler

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

Serialized Fields

_gadgetManager

GadgetManager _gadgetManager

_useFloatingPalette

boolean _useFloatingPalette

_paletteSide

int _paletteSide

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

_paletteSide

int _paletteSide

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

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

_paletteSide

int _paletteSide

Package com.jidesoft.database

Class com.jidesoft.database.BatchedCrudTableModelWrapper extends TableModelWrapperImpl implements Serializable

serialVersionUID: 9059733619283066142L

Serialized Fields

_cache

com.jidesoft.database.TableModelCache _cache

_rowsDeleted

Vector<E> _rowsDeleted

_rowsInserted

Vector<E> _rowsInserted

_countDeleted

int _countDeleted

_countInserted

int _countInserted

_isAutoCommit

boolean _isAutoCommit

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

serialVersionUID: 8367704501434745273L

Serialized Fields

_crudSupport

ResultSetTableModelCrudSupport _crudSupport

insertRow

Record insertRow

isInInsertRow

boolean isInInsertRow

Class com.jidesoft.database.CrudTableModelAdapter extends TableModelWrapperImpl implements Serializable

Serialized Fields

_crudOperations

CrudRowOperations _crudOperations

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

_preStatement

String _preStatement

_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.DefaultRecord extends Object implements Serializable

serialVersionUID: -6251571407316641860L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

values

HashMap<K,V> values

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

serialVersionUID: -469903356785298291L

Serialized Fields

_title

String _title

_description

String _description

_icon

Icon _icon

_pageEnabled

boolean _pageEnabled

_parentPage

AbstractDialogPage _parentPage

_defaultFocusComponent

Component _defaultFocusComponent

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

serialVersionUID: 3566789990192642869L

Serialized Fields

_allowClosing

boolean _allowClosing

_invokeCondition

int _invokeCondition

_lazyConstructorCalled

boolean _lazyConstructorCalled

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

serialVersionUID: -7191474275030489327L

Serialized Fields

_title

String _title
Title of the banner panel.


_subtitle

String _subtitle
Subtitle or description of the banner panel.


_titleIcon

ImageIcon _titleIcon
Icon for the banner panel.


_iconComponent

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


_subTitleIndent

int _subTitleIndent

_titleFont

Font _titleFont

_titleColor

Color _titleColor

_subTitleFont

Font _subTitleFont

_subTitleColor

Color _subTitleColor

_backgroundPaint

Paint _backgroundPaint

_propertyListener

PropertyChangeListener _propertyListener

_titleLabel

JLabel _titleLabel

_subtitleLabel

JComponent _subtitleLabel

_startColor

Color _startColor

_endColor

Color _endColor

_isVertical

boolean _isVertical

_titleIconLocation

int _titleIconLocation

_textPanel

JPanel _textPanel

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

serialVersionUID: 392703660104570538L

Serialized Fields

_id

int _id

_buttonName

String _buttonName

_userObject

String _userObject

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

serialVersionUID: -7840551457656712357L

Serialized Fields

_defaultOrder

String _defaultOrder

_defaultOppositeOrder

String _defaultOppositeOrder

_defaultButtonGap

int _defaultButtonGap

_defaultGroupGap

int _defaultGroupGap

_defaultButtonWidth

int _defaultButtonWidth

_alignment

int _alignment

_layout

com.jidesoft.dialog.ButtonPanelLayout _layout

_addNotify

boolean _addNotify

_defaultButton

JButton _defaultButton

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

serialVersionUID: 3680042627478398736L

Serialized Fields

_selectedForeground

Color _selectedForeground
text selection color


_nonSelectedForeground

Color _nonSelectedForeground

_selectedBackground

Color _selectedBackground

_nonSelectedBackground

Color _nonSelectedBackground

_selectedBorderColor

Color _selectedBorderColor

_selectedIcon

Icon _selectedIcon

_blankIcon

Icon _blankIcon

_openIcon

Icon _openIcon

_closedIcon

Icon _closedIcon

_defaultTextSelectionColor

Color _defaultTextSelectionColor

_defaultTextNonSelectionColor

Color _defaultTextNonSelectionColor

_defaultBkSelectionColor

Color _defaultBkSelectionColor

_defaultBkNonSelectionColor

Color _defaultBkNonSelectionColor

_defaultBorderSelectionColor

Color _defaultBorderSelectionColor

_defaultOpenIcon

Icon _defaultOpenIcon

_defaultClosedIcon

Icon _defaultClosedIcon

m_selected

boolean m_selected

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

serialVersionUID: 1916857052448620771L

Serialized Fields

_title

Object _title

_details

Object _details

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

serialVersionUID: 4915689214157425081L

Serialized Fields

_style

int _style

_pageList

PageList _pageList

_indexPanel

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


_pagesPanel

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


_cardLayout

CardLayout _cardLayout

_titleNodeMap

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


_okButton

JButton _okButton

_cancelButton

JButton _cancelButton

_applyButton

JButton _applyButton

_treeCellRenderer

TreeCellRenderer _treeCellRenderer

_listCellRenderer

ListCellRenderer _listCellRenderer

_tabbedPane

JTabbedPane _tabbedPane

_initialPageTitle

String _initialPageTitle

_tree

JTree _tree

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

serialVersionUID: -8968638943947885121L

Serialized Fields

_style

int _style

_pageList

PageList _pageList

_indexPanel

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


_pagesPanel

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


_cardLayout

CardLayout _cardLayout

_titleNodeMap

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


_okButton

JButton _okButton

_cancelButton

JButton _cancelButton

_applyButton

JButton _applyButton

_okAction

AbstractAction _okAction

_cancelAction

AbstractAction _cancelAction

_treeCellRenderer

TreeCellRenderer _treeCellRenderer

_listCellRenderer

ListCellRenderer _listCellRenderer

_tabbedPane

JTabbedPane _tabbedPane

_initialPageTitle

String _initialPageTitle

_tree

JTree _tree

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

serialVersionUID: 3505923526872133295L

Serialized Fields

_id

int _id

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

serialVersionUID: 436559750018384074L

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

serialVersionUID: -6329512076145429068L

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

serialVersionUID: 9114102922553383723L

Serialized Fields

_lazyConstructorCalled

boolean _lazyConstructorCalled

_standardDialogPane

StandardDialogPane _standardDialogPane

_dialogResult

int _dialogResult

_propertyChangeListener

com.jidesoft.dialog.StandardDialog.StandardDialogPropertyChangeListener _propertyChangeListener

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

serialVersionUID: -6976658176495038104L

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

serialVersionUID: -2699141371295650648L

Serialized Fields

_bannerPanel

JComponent _bannerPanel

_contentPanel

JComponent _contentPanel

_buttonPanel

ButtonPanel _buttonPanel

_defaultCancelAction

Action _defaultCancelAction

_defaultAction

Action _defaultAction

_initFocusedComponent

Component _initFocusedComponent

Package com.jidesoft.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

_items

List<E> _items

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

Serialized Fields

_conflictedColor

Color _conflictedColor

_conflictedColorPanel

com.jidesoft.diff.ColorPanel _conflictedColorPanel

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

Serialized Fields

GAP_TITLE_PANE

int GAP_TITLE_PANE

_fromComponent

JComponent _fromComponent

_toComponent

JComponent _toComponent

_fromScrollPane

JScrollPane _fromScrollPane

_toScrollPane

JScrollPane _toScrollPane

_fromToDivider

DiffDivider _fromToDivider

_fromDiffMargin

AbstractMargin _fromDiffMargin

_toDiffMargin

AbstractMargin _toDiffMargin

_fromTitle

JComponent _fromTitle

_toTitle

JComponent _toTitle

_fromMarginArea

MarginArea _fromMarginArea

_toMarginArea

MarginArea _toMarginArea

_fromDiffLineNumberMargin

AbstractMargin _fromDiffLineNumberMargin

_toDiffLineNumberMargin

AbstractMargin _toDiffLineNumberMargin

_fromMarkerArea

MarkerArea _fromMarkerArea

_toMarkerArea

MarkerArea _toMarkerArea

_fromRowMarginSupport

RowMarginSupport _fromRowMarginSupport

_toRowMarginSupport

RowMarginSupport _toRowMarginSupport

_differences

List<E> _differences

_highlightExactChange

boolean _highlightExactChange

_readOnly

boolean _readOnly

_selectOnNavigation

boolean _selectOnNavigation

_ignoreFromScrollEvent

boolean _ignoreFromScrollEvent

_ignoreToScrollEvent

boolean _ignoreToScrollEvent

_fromHorizontalAdjustmentListener

AdjustmentListener _fromHorizontalAdjustmentListener

_fromVerticalAdjustmentListener

AdjustmentListener _fromVerticalAdjustmentListener

_toHorizontalAdjustmentListener

AdjustmentListener _toHorizontalAdjustmentListener

_toVerticalAdjustmentListener

AdjustmentListener _toVerticalAdjustmentListener

_diffed

boolean _diffed

Class com.jidesoft.diff.CodeEditorDiffPane extends BasicDiffPane<CharSequence> implements Serializable

Serialized Fields

_fromEditor

CodeEditor _fromEditor

_toEditor

CodeEditor _toEditor

_suppressDocumentEvent

boolean _suppressDocumentEvent

_ignoreWhitespaces

boolean _ignoreWhitespaces

_caseSensitive

boolean _caseSensitive

_fromLinesDifferenceOffset

int _fromLinesDifferenceOffset

_toLinesDifferenceOffset

int _toLinesDifferenceOffset

_timer

Timer _timer

_ignoreFromScrollEvent

boolean _ignoreFromScrollEvent

_ignoreToScrollEvent

boolean _ignoreToScrollEvent

_fromAdjustmentListener

AdjustmentListener _fromAdjustmentListener

_toAdjustmentListener

AdjustmentListener _toAdjustmentListener

_fromCaretListener

CaretListener _fromCaretListener

_toCaretListener

CaretListener _toCaretListener

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.DiffRowNumberMargin _fromDiffLineNumberMargin

_toDiffLineNumberMargin

com.jidesoft.diff.DiffRowNumberMargin _toDiffLineNumberMargin

_otherDiffLineNumberMargin

com.jidesoft.diff.DiffRowNumberMargin _otherDiffLineNumberMargin

_conflicts

List<E> _conflicts

_fromToDifferences

List<E> _fromToDifferences

_toOtherDifferences

List<E> _toOtherDifferences

_readOnly

boolean _readOnly

_otherMarkerArea

com.jidesoft.diff.CodeEditorDiffMarkerArea _otherMarkerArea

_fromMarkerArea

com.jidesoft.diff.CodeEditorDiffMarkerArea _fromMarkerArea

_ignoreLeadingTrailingSpaces

boolean _ignoreLeadingTrailingSpaces

_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

_selectedDifference

Difference _selectedDifference

_firstOffsetY

int _firstOffsetY

_secondOffsetY

int _secondOffsetY

_firstTopMargin

int _firstTopMargin

_secondTopMargin

int _secondTopMargin

_firstBottomMargin

int _firstBottomMargin

_secondBottomMargin

int _secondBottomMargin

_insertedColor

Color _insertedColor

_changedColor

Color _changedColor

_deletedColor

Color _deletedColor

_conflictedColor

Color _conflictedColor

_opposite

boolean _opposite

Class com.jidesoft.diff.DifferenceList extends ArrayList<Difference> implements Serializable

serialVersionUID: 4805140917837041728L

Serialized Fields

_map

Map<K,V> _map

Class com.jidesoft.diff.TableDiffPane extends BasicDiffPane<Object> implements Serializable

Serialized Fields

_fromItems

Object[] _fromItems

_toItems

Object[] _toItems

_fromTableStyleProvider

DiffTableStyleProvider _fromTableStyleProvider

_toTableStyleProvider

DiffTableStyleProvider _toTableStyleProvider

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

_previousContext

DockContext _previousContext

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

_realized

boolean _realized

_tabBackground

Color _tabBackground

_tabForeground

Color _tabForeground

_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

_initAutohideWidth

int _initAutohideWidth

_initAutohideHeight

int _initAutohideHeight

_initUndockedBounds

Rectangle _initUndockedBounds

_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

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.DialogFloatingDocumentContainer extends JDialog implements Serializable

Serialized Fields

_documentPane

DocumentPane _documentPane

_documentGroup

IDocumentGroup _documentGroup

_routingKeyStrokes

boolean _routingKeyStrokes

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

_focusActiveDocument

String _focusActiveDocument

_heavyweightComponentEnabled

boolean _heavyweightComponentEnabled

_maximumGroupCount

int _maximumGroupCount

_useGlassPaneEnabled

boolean _useGlassPaneEnabled

_floatingContainerCloseAction

int _floatingContainerCloseAction

_tabColorProvider

DocumentPane.DocumentTabColorProvider _tabColorProvider

_floatingContainerType

int _floatingContainerType
Since:
3.3.7

_activateNext

boolean _activateNext

_documentComponentList

List<E> _documentComponentList

_documentComponentFactory

DocumentComponentFactory _documentComponentFactory

Class com.jidesoft.document.FrameFloatingDocumentContainer 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

_inputMethodSupport

InputMethodRequests _inputMethodSupport

_marginArea

MarginArea _marginArea

_lineNumberMargin

RowNumberMargin _lineNumberMargin

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

_fileName

String _fileName

_contentVisible

boolean _contentVisible

_delayContentsOnLoading

boolean _delayContentsOnLoading

_findDialogBounds

Rectangle _findDialogBounds

_replaceDialogBounds

Rectangle _replaceDialogBounds

_pasteDialogBounds

Rectangle _pasteDialogBounds

_changePromptDialogPosition

boolean _changePromptDialogPosition

_internalAddedSpans

List<E> _internalAddedSpans

_adjustColumnSelectionOnMouseEvent

boolean _adjustColumnSelectionOnMouseEvent

_skipsEmptyLinesOnLineComments

boolean _skipsEmptyLinesOnLineComments

_lineSelection

int _lineSelection

_indentOnPasting

boolean _indentOnPasting

_copyVisibleTextOnly

boolean _copyVisibleTextOnly

_markerArea

MarkerArea _markerArea

_markerListener

MarkerListener _markerListener

_codeInspectors

List<E> _codeInspectors

_autoInspecting

boolean _autoInspecting

_caretTimer

Timer _caretTimer

_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
Model column of the bracket.


bracketLine

int bracketLine
Model line of the bracket.


_magicCaret

int _magicCaret
Magic caret in X.


_overwrite

boolean _overwrite

_repaintTimer

Timer _repaintTimer

_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

_composedTextLayout

TextLayout _composedTextLayout

_composedCaretX

int _composedCaretX

Class com.jidesoft.editor.CodeEditorTransferHandler extends TransferHandler implements Serializable

serialVersionUID: 2680074036316889947L

Serialized Fields

_canImport

boolean _canImport

_editor

CodeEditor _editor

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

serialVersionUID: 4831963629433286757L

Serialized Fields

_inputFile

File _inputFile

_fileName

String _fileName

_pageLineSize

int _pageLineSize

_pageLineSizePending

int _pageLineSizePending

_maximumPages

int _maximumPages

_fileLengthInFile

long _fileLengthInFile

_fileLengthInMemory

long _fileLengthInMemory

_totalLineCountInFile

int _totalLineCountInFile

_totalLineCountInMemory

int _totalLineCountInMemory

_maxLineLength

int _maxLineLength

_pageCache

List<E> _pageCache

_unmodifiedPages

List<E> _unmodifiedPages

_lazyLoadString

com.jidesoft.editor.LazyLoadDocument.LazyLoadCharSequence _lazyLoadString

_documentListener

DocumentListener _documentListener

_currentPage

com.jidesoft.editor.LazyLoadDocument.PageDefinition _currentPage

_batchProcess

boolean _batchProcess

_saving

boolean _saving

_fileReadThroughThread

Thread _fileReadThroughThread

_pageLoadThread

Thread _pageLoadThread

_linesToLoad

int[] _linesToLoad

_tokenAll

boolean _tokenAll

_fileReadThrough

boolean _fileReadThrough

Class com.jidesoft.editor.PageLoadEvent extends EventObject implements Serializable

serialVersionUID: -5480840110581923237L

Serialized Fields

_type

int _type

_startLineIndex

int _startLineIndex

_pageLoadThread

boolean _pageLoadThread

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

serialVersionUID: -6307295612809666540L

Serialized Fields

_undoManager

UndoManager _undoManager

_compoundEdit

CompoundEdit _compoundEdit

_compoundEditCount

int _compoundEditCount

_lookupBufferSize

int _lookupBufferSize

lineSegment

Segment lineSegment

_checkCommentSegment

Segment _checkCommentSegment

_checkCommentToken

Token _checkCommentToken

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

Serialized Fields

_editor

CodeEditor _editor

_mouseDragStartLine

int _mouseDragStartLine

_ctrlStartLine

int _ctrlStartLine

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

Serialized Fields

_editor

CodeEditor _editor

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

Serialized Fields

_showTooltip

boolean _showTooltip

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

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

Serialized Fields

_editor

CodeEditor _editor

Package com.jidesoft.editor.marker

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

Serialized Fields

_codeEditor

CodeEditor _codeEditor

_listener

com.jidesoft.editor.marker.MarkerArea.Handler _listener

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

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

Serialized Fields

_codeEditor

CodeEditor _codeEditor

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

Serialized Fields

_editor

CodeEditor _editor

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

ColorExComboBox _backgroundColorComboBox

_foregroundColorComboBox

ColorExComboBox _foregroundColorComboBox

_effectComboBox

JComboBox _effectComboBox

_effectColorComboBox

ColorExComboBox _effectColorComboBox

_stripeColorComboBox

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

_objectGrouperName

String _objectGrouperName

Class com.jidesoft.filter.AbstractMutableValueFilter extends AbstractValueFilter<E> implements Serializable

serialVersionUID: -1044700705537942667L

Class com.jidesoft.filter.AbstractValueFilter extends AbstractFilter<E> implements Serializable

serialVersionUID: 6388032080849307737L

Serialized Fields

_enabled

boolean _enabled

_listeners

List<E> _listeners

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

_verticalLayout

boolean _verticalLayout

_objectGrouper

ObjectGrouper _objectGrouper

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.SimpleValueFilter extends AbstractMutableValueFilter<E> implements Serializable

serialVersionUID: -8732563010323502592L

Serialized Fields

_filtered

Map<K,V> _filtered

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

_displayedValuesNoNull

Object[] _displayedValuesNoNull

_comboBox

JComponent _comboBox

_labelVisible

boolean _labelVisible

_valueLabel

JLabel _valueLabel

_showEmpty

boolean _showEmpty

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

serialVersionUID: 553941522244712019L

Serialized Fields

_hasWildcards

boolean _hasWildcards

_defaultWildcardSupport

DefaultWildcardSupport _defaultWildcardSupport

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

serialVersionUID: 1993925772475077525L

Serialized Fields

_year

int _year

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
The map from GanttEntry to a set of GanttEntryRelation.

Since:
3.4.2

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.DefaultGanttTreeTableModel extends TreeTableModel implements Serializable

serialVersionUID: 5959975583105015658L

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

_allowMoveEntry

boolean _allowMoveEntry

_resizeAreaWidth

int _resizeAreaWidth

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

_subEntryIndex

int _subEntryIndex

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

_padding

Insets _padding

Package com.jidesoft.gauge

Class com.jidesoft.gauge.AbstractGauge extends JComponent implements Serializable

serialVersionUID: 5552949099443915213L

Serialized Fields

shadowVisible

boolean shadowVisible

resizeFonts

boolean resizeFonts

fontComparisonSize

Dimension fontComparisonSize

fontSizeRatio

float fontSizeRatio

allowTickLabelOverlap

boolean allowTickLabelOverlap

Class com.jidesoft.gauge.Bullet extends AbstractGauge<BulletAxis> implements Serializable

Serialized Fields

DEFAULT_MINOR_TICK_LENGTH

double DEFAULT_MINOR_TICK_LENGTH

DEFAULT_MAJOR_TICK_LENGTH

double DEFAULT_MAJOR_TICK_LENGTH

DEFAULT_TICK_WIDTH

double DEFAULT_TICK_WIDTH

orientation

Orientation orientation

bulletBackground

Paint bulletBackground

bulletBorder

Border bulletBorder

axes

List<E> axes

breadthProportion

double breadthProportion

drawables

List<E> drawables

xStart

int xStart

yStart

int yStart

xEnd

int xEnd

yEnd

int yEnd

bulletPixelLength

int bulletPixelLength

bulletPixelBreadth

double bulletPixelBreadth

barPixelBreadth

double barPixelBreadth

bulletBottom

double bulletBottom

bulletTop

double bulletTop

bulletLeft

double bulletLeft

bulletRight

double bulletRight

midY

double midY

midX

double midX

renderer

IndicatorRenderer<GaugeType extends AbstractGauge> renderer

valueNames

List<E> valueNames

renderers

Map<K,V> renderers

styles

Map<K,V> styles

shapes

Map<K,V> shapes

insets2D

Insets2D insets2D

Class com.jidesoft.gauge.BulletIndicatorLegendItem extends JComponent implements Serializable

Serialized Fields

indicatorName

String indicatorName

bullet

Bullet bullet

Class com.jidesoft.gauge.BulletIntervalMarkerLegendItem extends JComponent implements Serializable

Serialized Fields

intervalMarker

BulletIntervalMarker intervalMarker

intervalName

String intervalName

Class com.jidesoft.gauge.BulletLabel extends JLabel implements Serializable

Serialized Fields

bullet

Bullet bullet

resizeListener

com.jidesoft.gauge.BulletLabel.ResizeListener resizeListener

initialFont

Font initialFont

alignToBullet

boolean alignToBullet

Class com.jidesoft.gauge.Clock extends Dial implements Serializable

Serialized Fields

timeListener

ActionListener timeListener

pivot

Pivot pivot

hourHandStyle

NeedleStyle hourHandStyle

minuteHandStyle

NeedleStyle minuteHandStyle

secondHandStyle

NeedleStyle secondHandStyle

running

boolean running

Class com.jidesoft.gauge.Dial extends AbstractGauge<DialAxis> implements Serializable

Serialized Fields

animateOnChange

boolean animateOnChange
Specifies whether the needle should move gradually to the real value following a change or whether it should jump straight there


startAngle

double startAngle
The start angle for the gauge in degrees


endAngle

double endAngle
The end angle for the gauge in degrees


pivotX

int pivotX

pivotY

int pivotY

radius

float radius

pivotXPos

double pivotXPos

pivotYPos

double pivotYPos

axes

List<E> axes

velocity

double velocity

needleAnimationSpeed

double needleAnimationSpeed

needleAnimationPeriod

int needleAnimationPeriod

defaultNeedleRenderer

NeedleRenderer defaultNeedleRenderer

needleAnimator

ActionListener needleAnimator

faceColor

Color faceColor

facePaint

Paint facePaint

frame

DialFrame frame

dialImage

BufferedImage dialImage

faceClip

Shape faceClip

imageSize

Dimension imageSize

timer

Timer timer

animatedModel

GaugeModel animatedModel

needles

List<E> needles

renderers

Map<K,V> renderers

styles

Map<K,V> styles

axisChangeListener

com.jidesoft.gauge.Dial.AxisChangeListener axisChangeListener

drawables

List<E> drawables

needleShapes

Map<K,V> needleShapes

Class com.jidesoft.gauge.DialIntervalMarkerLegendItem extends JComponent implements Serializable

Serialized Fields

intervalMarker

DialIntervalMarker intervalMarker

intervalName

String intervalName

Class com.jidesoft.gauge.GaugeModelEvent extends EventObject implements Serializable

Serialized Fields

needleName

String needleName

positionable

Positionable positionable

Class com.jidesoft.gauge.NeedleLegendItem extends JComponent implements Serializable

Serialized Fields

needleName

String needleName

dial

Dial dial

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

serialVersionUID: 6651517069720671794L

Serialized Fields

_comboBox

AbstractComboBox _comboBox

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

serialVersionUID: -3025156131963246268L

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

serialVersionUID: -6289204719807636017L

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

serialVersionUID: -1466632966034406919L

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

serialVersionUID: 5801822175946179395L

Serialized Fields

_pageSize

int _pageSize

_currentPage

int _currentPage

_pageCount

int _pageCount

_originalEvent

TableModelEvent _originalEvent

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.AbstractTableCellEditorRenderer extends ContextSensitiveCellEditor implements Serializable

serialVersionUID: 4756970611988199318L

Serialized Fields

_rendererComponent

Component _rendererComponent

_editorComponent

Component _editorComponent

_cancelMouseListener

MouseAdapter _cancelMouseListener

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

serialVersionUID: -5002079538852924436L

Serialized Fields

_columnIndex

int _columnIndex

_rowIndex

int _rowIndex

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

serialVersionUID: 4357412268322410241L

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

serialVersionUID: 8052774672965148996L

Serialized Fields

_event

UndoableTableModelEvent _event

_listeners

List<E> _listeners

_undoManager

UndoManager _undoManager

_undoableEditSupport

UndoableEditSupport _undoableEditSupport

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

serialVersionUID: 4265612126176003128L

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

_headerValue

Object _headerValue

_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

_fieldMouseListener

MouseInputListener _fieldMouseListener

_searchingDelay

int _searchingDelay

_labelPanel

JPanel _labelPanel

_filterPanel

JPanel _filterPanel

_filterPanelMouseListener

MouseListener _filterPanelMouseListener

_useTableCellRenderer

boolean _useTableCellRenderer

_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.AutoFilterBox.AutoFilterBoxFilterField extends QuickTableFilterField implements Serializable

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

Serialized Fields

_filterableTableModel

IFilterableTableModel _filterableTableModel

_autoFilterEnabled

boolean _autoFilterEnabled

_useNativeHeaderRenderer

boolean _useNativeHeaderRenderer

_showFilterName

boolean _showFilterName

_showFilterNameAsToolTip

boolean _showFilterNameAsToolTip

_showFilterIcon

boolean _showFilterIcon

_allowMultipleValues

boolean _allowMultipleValues

_preferSelectedValues

boolean _preferSelectedValues

_acceptTextInput

boolean _acceptTextInput

_filterableTableModelInitialized

boolean _filterableTableModelInitialized

_autoFilterTableHeaderRenderer

TableCellRenderer _autoFilterTableHeaderRenderer

_filterableTableHeaderCellDecorator

TableHeaderCellDecorator _filterableTableHeaderCellDecorator

_selfCreatedFilterableTableModel

boolean _selfCreatedFilterableTableModel

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

serialVersionUID: -9165094097715196399L

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

serialVersionUID: -6334362979386308011L

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

serialVersionUID: -4447001569059923173L

Serialized Fields

_checkBox

JCheckBox _checkBox

Class com.jidesoft.grid.BooleanCheckBoxCellRenderer extends JCheckBox implements Serializable

Class com.jidesoft.grid.ButtonTableCellEditorRenderer extends AbstractTableCellEditorRenderer implements Serializable

serialVersionUID: 5445615186216945120L

Serialized Fields

_actionListener

ActionListener _actionListener

Class com.jidesoft.grid.ByteCellEditor extends NumberCellEditor<Byte> implements Serializable

serialVersionUID: -5920485289285975507L

Class com.jidesoft.grid.CachedTableModel extends TableModelWrapperImpl implements Serializable

serialVersionUID: -8691770717399648640L

Serialized Fields

_isSparseData

boolean _isSparseData

_cachedColumns

int[] _cachedColumns

_conversionIndex

int[] _conversionIndex

_cacheEnabled

boolean _cacheEnabled

Class com.jidesoft.grid.CalculatedTableModel extends DefaultColumnTableModelWrapper implements Serializable

serialVersionUID: -15725516731854441L

Serialized Fields

_columns

List<E> _columns

Class com.jidesoft.grid.CalculatedTableModelColumnEditor extends AbstractDialogPage implements Serializable

Serialized Fields

_originalTableModel

TableModel _originalTableModel

_calculatedTableModel

CalculatedTableModel _calculatedTableModel

_originalColumns

DefaultDualListModel _originalColumns

_list

JList _list

_editColumnButton

JButton _editColumnButton

_editingColumn

ExpressionCalculatedColumn _editingColumn

_removeColumnButton

JButton _removeColumnButton

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

Class com.jidesoft.grid.CategorizedTable extends CellSpanTable implements Serializable

Serialized Fields

_init

boolean _init

_ascendingIcon

Icon _ascendingIcon

_descendingIcon

Icon _descendingIcon

_disabledBackground

Color _disabledBackground

_disabledForeground

Color _disabledForeground

_expandedIcon

Icon _expandedIcon

_collapsedIcon

Icon _collapsedIcon

_categoryExpandedIcon

Icon _categoryExpandedIcon

_categoryCollapsedIcon

Icon _categoryCollapsedIcon

_marginBackground

Color _marginBackground

_paintMarginBackground

boolean _paintMarginBackground

_useTableRendererForCategoryRow

boolean _useTableRendererForCategoryRow

_expandIconVisible

boolean _expandIconVisible

_useLnfDefaultSortIcon

boolean _useLnfDefaultSortIcon

Class com.jidesoft.grid.CellChangeEvent extends ChangeEvent implements Serializable

Serialized Fields

_row

int _row

_column

int _column

Class com.jidesoft.grid.CellRendererPaneEx extends CellRendererPane implements Serializable

Serialized Fields

_paintBackground

boolean _paintBackground

_actualRenderer

Component _actualRenderer

Class com.jidesoft.grid.CellSpanTable extends CellStyleTable implements Serializable

Serialized Fields

_init

boolean _init

_keepRowAtPoint

boolean _keepRowAtPoint

_keepColumnAtPoint

boolean _keepColumnAtPoint

_autoConvertCellSpan

boolean _autoConvertCellSpan

_paintCellSpanAsSelected

boolean _paintCellSpanAsSelected

_autoCellMerge

int _autoCellMerge

_cache

List<E> _cache

_cacheEmpty

Set<E> _cacheEmpty

_cellSpanCacheEnabled

boolean _cellSpanCacheEnabled

_cellSpanOn

Boolean _cellSpanOn

Class com.jidesoft.grid.CellSpanTable.DelegateAction extends AbstractAction implements Serializable

serialVersionUID: -3494274276033219168L

Serialized Fields

_keyStroke

KeyStroke _keyStroke

_defaultAction

Action _defaultAction

Class com.jidesoft.grid.CellStyleEditor extends JPanel implements Serializable

Serialized Fields

_style

CellStyle _style

_italicCheckBox

JCheckBox _italicCheckBox

_boldCheckBox

JCheckBox _boldCheckBox

_backgroundColorExComboBox

ColorExComboBox _backgroundColorExComboBox

_foregroundColorExComboBox

ColorExComboBox _foregroundColorExComboBox

_fontExComboBox

FontExComboBox _fontExComboBox

_horizontalAlignmentComboBox

ListExComboBox _horizontalAlignmentComboBox

_fontStyleRadioButton

JRadioButton _fontStyleRadioButton

_fontRadioButton

JRadioButton _fontRadioButton

_autoUpdate

boolean _autoUpdate

Class com.jidesoft.grid.CellStyleTable extends NavigableTable implements Serializable

Serialized Fields

_cellStyleProvider

CellStyleProvider _cellStyleProvider

_tableStyleProvider

TableStyleProvider _tableStyleProvider

_cellStyleCustomizers

List<E> _cellStyleCustomizers

_saveBackground

Color _saveBackground

_saveForeground

Color _saveForeground

_saveSelectedBackground

Color _saveSelectedBackground

_saveSelectedForeground

Color _saveSelectedForeground

_saveFont

Font _saveFont

_saveBorder

Border _saveBorder

_saveIcon

Icon _saveIcon

_saveHorizontalAlignment

int _saveHorizontalAlignment

_saveVerticalAlignment

int _saveVerticalAlignment

_saveHorizontalTextPosition

int _saveHorizontalTextPosition

_saveVerticalTextPosition

int _saveVerticalTextPosition

_saveText

String _saveText

_saveToolTipText

String _saveToolTipText

_fillsViewportWithStripe

boolean _fillsViewportWithStripe

_fillsSelection

boolean _fillsSelection

_focusCellStyle

CellStyle _focusCellStyle

_cellStyleList

List<E> _cellStyleList

Class com.jidesoft.grid.CellStyleTableHeader extends DraggingTableHeader implements Serializable

Serialized Fields

_savedOrientation

ComponentOrientation _savedOrientation

_cellDecorators

List<E> _cellDecorators

_defaultCursor

Cursor _defaultCursor

_fixedColumns

Set<E> _fixedColumns

_cellStyleList

List<E> _cellStyleList

_cellStyleCustomizers

List<E> _cellStyleCustomizers

_saveOpaque

boolean _saveOpaque

_saveBackground

Color _saveBackground

_saveForeground

Color _saveForeground

_saveFont

Font _saveFont

_saveBorder

Border _saveBorder

_saveIcon

Icon _saveIcon

_saveHorizontalAlignment

int _saveHorizontalAlignment

_saveVerticalAlignment

int _saveVerticalAlignment

_saveHorizontalTextPosition

int _saveHorizontalTextPosition

_saveVerticalTextPosition

int _saveVerticalTextPosition

_saveText

String _saveText

_saveToolTipText

String _saveToolTipText

Class com.jidesoft.grid.CheckBoxListComboBoxCellEditor extends ExComboBoxCellEditor implements Serializable

serialVersionUID: 8029152700419361342L

Class com.jidesoft.grid.CheckBoxTreeComboBoxCellEditor extends ExComboBoxCellEditor implements Serializable

serialVersionUID: 3633830918644766416L

Class com.jidesoft.grid.ColorCellEditor extends ExComboBoxCellEditor implements Serializable

serialVersionUID: 3712705172082218795L

Class com.jidesoft.grid.ColorCellRenderer extends ContextSensitiveCellRenderer implements Serializable

Serialized Fields

_colorValueVisible

boolean _colorValueVisible

_colorIconVisible

boolean _colorIconVisible

_crossBackGroundStyle

boolean _crossBackGroundStyle

Class com.jidesoft.grid.CompoundTableModelEvent extends TableModelEvent implements Serializable

serialVersionUID: -5215107260235160375L

Serialized Fields

_events

List<E> _events

_originalEvent

TableModelEvent _originalEvent

_consumed

boolean _consumed

_debug

boolean _debug

_eventAddedStack

List<E> _eventAddedStack

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

Serialized Fields

_class

Class<T> _class

_converter

ObjectConverter _converter

_converterContext

ConverterContext _converterContext

_useConverterContext

boolean _useConverterContext

_editorContext

EditorContext _editorContext

_editorStyle

int _editorStyle

Class com.jidesoft.grid.ContextSensitiveCellRenderer extends DefaultTableCellRenderer implements Serializable

Serialized Fields

_converterContext

ConverterContext _converterContext

_editorContext

EditorContext _editorContext

_clazz

Class<T> _clazz

Class com.jidesoft.grid.ContextSensitiveTable extends JideTable implements Serializable

Serialized Fields

_cellEditorManagerEnabled

boolean _cellEditorManagerEnabled

_cellRendererManagerEnabled

boolean _cellRendererManagerEnabled

_defaultCellRenderer

TableCellRenderer _defaultCellRenderer

Class com.jidesoft.grid.ContextSensitiveTableTransferHandler extends JideTableTransferHandler implements Serializable

serialVersionUID: -1541583530797043912L

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

Serialized Fields

_customFilterEditor

JComponent _customFilterEditor

Class com.jidesoft.grid.CustomValueFilterListSelectionModel extends CheckBoxListSelectionModel implements Serializable

serialVersionUID: -8120496496796513826L

Serialized Fields

_indexAfterCustomFilter

int _indexAfterCustomFilter

_indexFirstValueItem

int _indexFirstValueItem

Class com.jidesoft.grid.DateCellEditor extends ExComboBoxCellEditor implements Serializable

serialVersionUID: 8744449229325567818L

Serialized Fields

_timeDisplayed

boolean _timeDisplayed

_dataType

int _dataType

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

serialVersionUID: 2752858268342182484L

Serialized Fields

_model

TableModel _model

_indexes

int[] _indexes

_originalEvent

TableModelEvent _originalEvent

Class com.jidesoft.grid.DefaultContextSensitiveTableModel extends DefaultTableModel implements Serializable

Class com.jidesoft.grid.DefaultGroupableTableModel extends DefaultTableModel implements Serializable

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

serialVersionUID: 5330335595254824059L

Serialized Fields

_tableModel

TableModel _tableModel

_groupableTableModel

GroupableTableModel _groupableTableModel

_groupColumns

List<E> _groupColumns

_referenceRows

List<E> _referenceRows

_columnMapping

int[] _columnMapping

_singleLevelGrouping

boolean _singleLevelGrouping

_displayGroupColumns

boolean _displayGroupColumns

_displayCountColumn

boolean _displayCountColumn

_keepColumnOrder

boolean _keepColumnOrder

_propertyChanged

boolean _propertyChanged

_ascendingGroupOrder

boolean _ascendingGroupOrder

_displaySeparateGroupColumn

boolean _displaySeparateGroupColumn

_removeNullGrouper

boolean _removeNullGrouper

_displayGroupRowsFirst

boolean _displayGroupRowsFirst

_keepPreviousExpandStatus

boolean _keepPreviousExpandStatus

_keepGroupingOnStructureChange

boolean _keepGroupingOnStructureChange

_tableModelAdjusting

boolean _tableModelAdjusting

_originalEvent

TableModelEvent _originalEvent

_previousGroupColumnCount

int _previousGroupColumnCount

_columnComparatorContextProvider

DefaultGroupTableModel.ColumnComparatorContextProvider _columnComparatorContextProvider

_alwaysUseComparators

boolean _alwaysUseComparators

Class com.jidesoft.grid.DefaultMultiTableModel extends DefaultTableModel implements Serializable

Class com.jidesoft.grid.DefaultNavigableTableModel extends DefaultTableModel implements Serializable

Serialized Fields

_navigationOn

boolean _navigationOn

_navigables

HashMap<K,V> _navigables

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

serialVersionUID: 4687847383669027444L

Serialized Fields

_tableModelWrapper

DefaultTableModelWrapper _tableModelWrapper

_tableModelListener

TableModelListener _tableModelListener

_indexChangeListener

IndexChangeListener _indexChangeListener

Class com.jidesoft.grid.DefaultProperty extends Property implements Serializable

serialVersionUID: -7814195029676881255L

Serialized Fields

_value

Object _value

Class com.jidesoft.grid.DefaultSpanTableModel extends DefaultTableModel implements Serializable

Serialized Fields

_cellSpanOn

boolean _cellSpanOn

_masterCellSpans

HashMap<K,V> _masterCellSpans

_slaveCellSpans

MultiValuedMap _slaveCellSpans

Class com.jidesoft.grid.DefaultStyleTableModel extends DefaultTableModel implements Serializable

Serialized Fields

_cellStyleOn

boolean _cellStyleOn

_cellStyles

HashMap<K,V> _cellStyles

Class com.jidesoft.grid.DefaultTableModelWrapper extends TableModelWrapperImpl implements Serializable

serialVersionUID: 1980847372381449088L

Serialized Fields

_indexes

int[] _indexes

_reverseIndexes

int[] _reverseIndexes

_cacheEnabled

boolean _cacheEnabled

Class com.jidesoft.grid.DefaultTableSelectionModel extends Object implements Serializable

serialVersionUID: -4170746759513164679L

Serialized Fields

listenerList

EventListenerList listenerList
List of Listeners which will be notified when the selection value changes


_listSelectionModels

Vector<E> _listSelectionModels
contains a ListSelectionModel for each column


_withinOneSelection

boolean _withinOneSelection

_anchorRowIndex

int _anchorRowIndex

_anchorColumnIndex

int _anchorColumnIndex

_leadRowIndex

int _leadRowIndex

_leadColumnIndex

int _leadColumnIndex

_minRowIndex

int _minRowIndex

_minColumnIndex

int _minColumnIndex

_maxRowIndex

int _maxRowIndex

_maxColumnIndex

int _maxColumnIndex

_isValueAdjusting

boolean _isValueAdjusting

_firstAdjustedRowIndex

int _firstAdjustedRowIndex

_firstAdjustedColumnIndex

int _firstAdjustedColumnIndex

_lastAdjustedRowIndex

int _lastAdjustedRowIndex

_lastAdjustedColumnIndex

int _lastAdjustedColumnIndex

_firstChangedRowIndex

int _firstChangedRowIndex

_lastChangedRowIndex

int _lastChangedRowIndex

_firstChangedColumnIndex

int _firstChangedColumnIndex

_lastChangedColumnIndex

int _lastChangedColumnIndex

Class com.jidesoft.grid.DefaultUndoableTableModel extends DefaultTableModel implements Serializable

serialVersionUID: 6182105473579764076L

Serialized Fields

_event

UndoableTableModelEvent _event

_listeners

List<E> _listeners

_undoManager

UndoManager _undoManager

_undoableEditSupport

UndoableEditSupport _undoableEditSupport

Class com.jidesoft.grid.DimensionCellEditor extends TextFieldCellEditor implements Serializable

Class com.jidesoft.grid.DoubleCellEditor extends NumberCellEditor<Double> implements Serializable

serialVersionUID: -1385072508645879177L

Class com.jidesoft.grid.DraggingTableHeader extends JTableHeader implements Serializable

Serialized Fields

_preferredHeight

int _preferredHeight

_preferredWidth

int _preferredWidth

Class com.jidesoft.grid.DualTable extends JideSplitPane implements Serializable

Serialized Fields

_model

DualListModel _model

_tableModelAdapter

TableModelAdapter _tableModelAdapter

_originalTable

JTable _originalTable

_selectedTable

JTable _selectedTable

_buttonPanelMiddle

Container _buttonPanelMiddle

_buttonPanelRight

Container _buttonPanelRight

_allowDuplicates

boolean _allowDuplicates

_actions

Map<K,V> _actions

_handler

com.jidesoft.grid.DualTable.ActionHandler _handler

_originalTablePane

JComponent _originalTablePane

_selectedTablePane

JComponent _selectedTablePane

CLIENT_PROPERTY_ALWAYS_DISABLED

String CLIENT_PROPERTY_ALWAYS_DISABLED

_selectedListModel

DefaultListModelWrapper _selectedListModel

_originalListModel

DefaultListModelWrapper _originalListModel

_selectedTableModel

TableModel _selectedTableModel

_originalTableModel

TableModel _originalTableModel

_doubleClickEnabled

boolean _doubleClickEnabled

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

Serialized Fields

HEADER_ROW

int HEADER_ROW

_defaultEditor

TableCellEditor _defaultEditor

_editorRemover

PropertyChangeListener _editorRemover

_rolloverEnabled

boolean _rolloverEnabled

_retargetMouseMotionListener

MouseMotionListener _retargetMouseMotionListener

_clickToStartEditing

boolean _clickToStartEditing

Class com.jidesoft.grid.EditingNotStoppedException extends RuntimeException implements Serializable

Serialized Fields

_cellEditor

CellEditor _cellEditor

_validationResult

ValidationResult _validationResult

Class com.jidesoft.grid.EditorContext extends AbstractContext implements Serializable

serialVersionUID: -3390819455707408573L

Class com.jidesoft.grid.EnumCellEditor extends ListComboBoxCellEditor implements Serializable

serialVersionUID: -6464477216392356695L

Serialized Fields

_enumConverter

EnumConverter _enumConverter

Class com.jidesoft.grid.EnumCellRenderer extends ListExComboBox implements Serializable

Serialized Fields

_enumConverter

EnumConverter _enumConverter
Deprecated. 

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

serialVersionUID: 2321879477194035117L

Serialized Fields

_comboBox

ExComboBox _comboBox

Class com.jidesoft.grid.ExpandablePanel extends CellRendererPaneEx implements Serializable

Serialized Fields

_node

Node _node

_table

JTable _table

_expandedIcon

Icon _expandedIcon

_collapsedIcon

Icon _collapsedIcon

_disabledForeground

Color _disabledForeground

_disabledBackground

Color _disabledBackground

_isSelected

boolean _isSelected

_hasFocus

boolean _hasFocus

Class com.jidesoft.grid.ExpandableTableCellRenderer extends DefaultTableCellRenderer implements Serializable

Serialized Fields

_cellRenderer

ExpandablePanel _cellRenderer

_actualCellRenderer

TableCellRenderer _actualCellRenderer

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

serialVersionUID: 5473239777873314116L

Serialized Fields

_expressionString

String _expressionString

_expression

Expression _expression

_dependingColumns

int[] _dependingColumns

_dependingColumnNames

List<E> _dependingColumnNames

Class com.jidesoft.grid.Field extends Object implements Serializable

serialVersionUID: 1227671004369027801L

Serialized Fields

_name

String _name

_title

String _title

_description

String _description

_icon

Icon _icon

_type

Class<T> _type

_converterContext

ConverterContext _converterContext

_editorContext

EditorContext _editorContext

_comparatorContext

ComparatorContext _comparatorContext

_preferredWidth

int _preferredWidth

_selectedPossibleValues

Object[] _selectedPossibleValues

_filteredPossibleValues

Object[] _filteredPossibleValues

_preferSelectedPossibleValues

boolean _preferSelectedPossibleValues

_isNullValueAllowed

boolean _isNullValueAllowed

_isCustomFilterAllowed

boolean _isCustomFilterAllowed

_customizable

boolean _customizable

_filterable

boolean _filterable

_sortable

boolean _sortable

_expandable

boolean _expandable

_visible

boolean _visible

_filter

Filter<T> _filter

_duplicated

boolean _duplicated

_sortOrder

int _sortOrder

changeSupport

PropertyChangeSupport changeSupport

_tableModel

TableModel _tableModel

_modelIndex

int _modelIndex

_isConverterContextSet

boolean _isConverterContextSet

_isEditorContextSet

boolean _isEditorContextSet

Class com.jidesoft.grid.FileCellEditor extends ExComboBoxCellEditor implements Serializable

serialVersionUID: -8451257267255306169L

Class com.jidesoft.grid.FileNameCellEditor extends ExComboBoxCellEditor implements Serializable

serialVersionUID: 6703703435985712076L

Class com.jidesoft.grid.FilterableTableModel extends DefaultTableModelWrapper implements Serializable

serialVersionUID: 6744406208291714466L

Serialized Fields

_filterItemSupport

FilterItemSupport _filterItemSupport

_isAdjusting

boolean _isAdjusting

_filteringPaused

boolean _filteringPaused

_valueProvider

ValueProvider _valueProvider

_needFilterAllData

boolean _needFilterAllData

_needFilterAllDataInternal

boolean _needFilterAllDataInternal

_filterApplyRecords

int _filterApplyRecords

_filteredModelRowCount

int _filteredModelRowCount

_dynamicFiltersMap

Map<K,V> _dynamicFiltersMap

_clearFiltersOnStructureChanged

boolean _clearFiltersOnStructureChanged

_filterAlgorithm

int _filterAlgorithm

tableStructureChanged

boolean tableStructureChanged

Class com.jidesoft.grid.FilterableTableModelEvent extends AWTEvent implements Serializable

Serialized Fields

_column

int _column

_filter

Filter<T> _filter

Class com.jidesoft.grid.FilterableTreeTableModel extends FilterableTableModel implements Serializable

serialVersionUID: 7749851797462584730L

Serialized Fields

_keepAllChildren

boolean _keepAllChildren

_keepParentNode

boolean _keepParentNode

_defaultPossibleValuesType

int _defaultPossibleValuesType

_possibleValuesTypes

int[] _possibleValuesTypes

_rowVisibleCache

Map<K,V> _rowVisibleCache

_cachedRowRelations

Map<K,V> _cachedRowRelations
cache to save the relationship between row indices. Since the row index will be changed even after insert and delete, so it should be cleared by invalidateFilterCache at that time, which should be invoked at FilterableTableModel.

In TableRowUpdated and TableCellUpdated scenario, the cache could be reused.

If the key is positive, the set is its children set. If the key is negative, the set is its parents set.


_cachedCollapsedRows

Map<K,V> _cachedCollapsedRows
cache to save current collapsed row indices. The same invalidate rule with _cachedRowRelations.

The key is row index and value true means the row is the collapsed parent node.


_cachedFilteredCollapsedRows

Map<K,V> _cachedFilteredCollapsedRows

_filterCache

Map<K,V> _filterCache

Class com.jidesoft.grid.FilterEvent extends AWTEvent implements Serializable

Class com.jidesoft.grid.FilterListCellRenderer extends DefaultListCellRenderer implements Serializable

Serialized Fields

_converterContext

ConverterContext _converterContext

_class

Class<T> _class

_editorContext

EditorContext _editorContext

_table

JTable _table

_columnIndex

int _columnIndex

Class com.jidesoft.grid.FloatCellEditor extends NumberCellEditor<Float> implements Serializable

serialVersionUID: -6999138308549740699L

Class com.jidesoft.grid.FolderCellEditor extends ExComboBoxCellEditor implements Serializable

serialVersionUID: 2747515455727752750L

Class com.jidesoft.grid.FolderNameCellEditor extends ExComboBoxCellEditor implements Serializable

serialVersionUID: -387883481828431791L

Class com.jidesoft.grid.FontCellEditor extends ExComboBoxCellEditor implements Serializable

Class com.jidesoft.grid.FontNameCellEditor extends ListComboBoxCellEditor implements Serializable

serialVersionUID: -259915094957510669L

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

serialVersionUID: -4551936760002995641L

Serialized Fields

_textField

JFormattedTextField _textField

_class

Class<T> _class

_settingEditorValue

boolean _settingEditorValue

_textValid

boolean _textValid

Class com.jidesoft.grid.GroupTable extends TreeTable implements Serializable

Serialized Fields

_headerRendererCache

Map<K,V> _headerRendererCache

_specialColumnsHidable

boolean _specialColumnsHidable

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

Serialized Fields

_listener

GroupTableInputListener _listener

_groupedWidths

SizeSequence _groupedWidths

_margin

Insets _margin

_focusedGroupIndex

int _focusedGroupIndex

_verticalIndention

int _verticalIndention

_labelHeight

int _labelHeight

_labelFont

Font _labelFont

_groupAreaBackground

Color _groupAreaBackground

_groupAreaForeground

Color _groupAreaForeground

_connectionLineVisible

boolean _connectionLineVisible

_groupHeaderEnabled

boolean _groupHeaderEnabled

Class com.jidesoft.grid.HierarchicalPanel extends JPanel implements Serializable

Serialized Fields

_component

Component _component

_border

Border _border

_resizeComponentListener

com.jidesoft.grid.HierarchicalPanel.ResizeComponentAdapter _resizeComponentListener

_tabKeyEnabled

boolean _tabKeyEnabled

Class com.jidesoft.grid.HierarchicalTable extends SortableTable implements Serializable

Serialized Fields

_init

boolean _init
A flag to indicate if initTable has been called.


_hierarchicalColumn

int _hierarchicalColumn
To indicate which column has the expand/collapse button. Default is 0. It can also be -1 which means no column will have the expand/collapse button.


_mouseEnabled

boolean _mouseEnabled
If mouse listener is installed to the table to expand/collapse expandable rows.


_singleExpansion

boolean _singleExpansion
A flag to indicate if only one row can show child component at a time. If this flag is true, expanding another row will collapse other expanded rows.


_autoRefreshOnRowUpdate

boolean _autoRefreshOnRowUpdate

_selectRowWhenToggling

boolean _selectRowWhenToggling

_doubleClickEnabled

boolean _doubleClickEnabled

_expanded

Map<K,V> _expanded
A map whose key is actual row index in the HierarchicalTableModel. If corresponding row is expanded, there will be an entry in the map.


_factory

HierarchicalTableComponentFactory _factory

_listener

com.jidesoft.grid.HierarchicalTable.HierarchicalTableComponentListener _listener

_tableModelListener

com.jidesoft.grid.HierarchicalTable.HierarchicalTableModelListener _tableModelListener

_hierarchicalTableCellRenderer

HierarchicalTableCellRenderer _hierarchicalTableCellRenderer

_originalRowsChanged

boolean _originalRowsChanged

_paintMarginGridMarginBackground

boolean _paintMarginGridMarginBackground

_hierarchicalColumnSet

boolean _hierarchicalColumnSet

_changingSelection

boolean _changingSelection

Class com.jidesoft.grid.HierarchicalTable.HierarchicalTableAction extends CellSpanTable.DelegateAction implements Serializable

serialVersionUID: 6618398357385770062L

Class com.jidesoft.grid.HierarchicalTableCellRenderer extends DefaultTableCellRenderer implements Serializable

Serialized Fields

_cellRenderer

MarginExpandablePanel _cellRenderer

_actualCellRenderer

TableCellRenderer _actualCellRenderer

Class com.jidesoft.grid.HyperlinkTableCellEditorRenderer extends ButtonTableCellEditorRenderer implements Serializable

serialVersionUID: 8378257221817265085L

Class com.jidesoft.grid.IconCellRenderer extends ContextSensitiveCellRenderer implements Serializable

Class com.jidesoft.grid.IconRenderer extends IconCellRenderer implements Serializable

Class com.jidesoft.grid.IFilterableTableModel.FilterItem extends AbstractFilter implements Serializable

serialVersionUID: -2682222788845157135L

Serialized Fields

column

int column

filter

Filter<T> filter

Class com.jidesoft.grid.IndexChangeEvent extends EventObject implements Serializable

serialVersionUID: -3953989912254833152L

Serialized Fields

_type

int _type

_forceProcess

boolean _forceProcess

_eventSerialNumber

int _eventSerialNumber

_actualTableChanged

boolean _actualTableChanged

Class com.jidesoft.grid.IndexChangeListenerHelper extends Object implements Serializable

serialVersionUID: -1011606254821604702L

Serialized Fields

_originator

boolean _originator

_eventSerialNumber

int _eventSerialNumber

_listenerGenerator

IndexChangeEventGenerator _listenerGenerator

Class com.jidesoft.grid.InsetsCellEditor extends ExComboBoxCellEditor implements Serializable

serialVersionUID: -773723495868868212L

Class com.jidesoft.grid.IntegerCellEditor extends NumberCellEditor<Integer> implements Serializable

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

serialVersionUID: -1603536883702762907L

Serialized Fields

_ipTextField

IPTextField _ipTextField

Class com.jidesoft.grid.ISortableTableModel.SortItem extends Object implements Serializable

serialVersionUID: -1351648740124212858L

Serialized Fields

column

int column

ascending

boolean ascending

Class com.jidesoft.grid.JideTable extends JTable implements Serializable

Serialized Fields

_rowAutoResizes

boolean _rowAutoResizes

_nestedTableHeader

boolean _nestedTableHeader

_fitted

Map<K,V> _fitted

_tablePrinting

boolean _tablePrinting

_autoResizeColumnWidths

int[] _autoResizeColumnWidths

_autoFillListener

com.jidesoft.grid.JideTable.AutoFillViewportListener _autoFillListener

_listener

TableColumnModelListener _listener

_selectionListener

TableSelectionListener _selectionListener

_variousRowHeights

boolean _variousRowHeights

_variousRowHeightsSet

boolean _variousRowHeightsSet

_selectInsertedRows

boolean _selectInsertedRows

_rowScroller

RowHeightChangeListener _rowScroller

_clearSelectionOnTableDataChanges

boolean _clearSelectionOnTableDataChanges

_scrollRowWhenRowHeightChanges

boolean _scrollRowWhenRowHeightChanges

_tableColumnWidthKeeper

TableColumnWidthKeeper _tableColumnWidthKeeper

_autoStartCellEditing

boolean _autoStartCellEditing

_autoSelectTextWhenStartsEditing

boolean _autoSelectTextWhenStartsEditing

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


_headerDraggingMouseMotionListener

MouseMotionListener _headerDraggingMouseMotionListener

_originalTransferHandler

TransferHandler _originalTransferHandler

_savedRowHeights

int[] _savedRowHeights

_savedTableSelection

int[] _savedTableSelection

_indexChanging

boolean _indexChanging

_keepRowHeights

boolean _keepRowHeights

_dataOrStructureChangeProcessed

boolean _dataOrStructureChangeProcessed

_needLoadRowSettings

boolean _needLoadRowSettings

_loadInsertedRowsOnly

boolean _loadInsertedRowsOnly

_loadSelectionOnTableDataChanged

boolean _loadSelectionOnTableDataChanged

_calculateRowHeightsOnWidthChange

boolean _calculateRowHeightsOnWidthChange

_alwaysRequestFocusForEditor

boolean _alwaysRequestFocusForEditor

_couldStopEditing

boolean _couldStopEditing

_clearPropertyAtStructureChange

boolean _clearPropertyAtStructureChange

_enableIgnored

boolean _enableIgnored

_autoResizeFillMode

boolean _autoResizeFillMode

_fillsRight

boolean _fillsRight

_fillsBottom

boolean _fillsBottom

_fillsGrids

boolean _fillsGrids

_editorAutoCompletionMode

int _editorAutoCompletionMode

_tableColumnPropertyListener

PropertyChangeListener _tableColumnPropertyListener

_gridColorProvider

GridColorProvider _gridColorProvider

_adjustEditorLocationOnModelChanged

boolean _adjustEditorLocationOnModelChanged

_init

boolean _init

_cellEditingStartedByKey

boolean _cellEditingStartedByKey

_cellEditingStartedByF2Key

boolean _cellEditingStartedByF2Key

_cellEditingStartedByDeleteBackspace

boolean _cellEditingStartedByDeleteBackspace

_editingKeyEvent

KeyEvent _editingKeyEvent

_lastFocusTable

JTable _lastFocusTable

_pageNavigationKeyProcessing

boolean _pageNavigationKeyProcessing

_rowHeights

RowHeights _rowHeights

_rowHeightsValid

long[] _rowHeightsValid

_batchProcessing

boolean _batchProcessing

_isEventInvokedOutside

boolean _isEventInvokedOutside

_processingEventSerialNumber

int _processingEventSerialNumber

_conflictEventSerialNumberList

List<E> _conflictEventSerialNumberList

_avoidSelectionChange

boolean _avoidSelectionChange

_avoidRowHeightCalculation

boolean _avoidRowHeightCalculation

_nonContiguousCellSelection

boolean _nonContiguousCellSelection

_tableSelectionModel

TableSelectionModel _tableSelectionModel

_pending

boolean _pending

_editorRemover

PropertyChangeListener _editorRemover

_focusLostRowValidator

PropertyChangeListener _focusLostRowValidator

_rolloverEditorRemover

PropertyChangeListener _rolloverEditorRemover

_rolloverCellEditorListener

CellEditorListener _rolloverCellEditorListener

_currentRowIndex

int _currentRowIndex

_currentRowValidationResult

ValidationResult _currentRowValidationResult

_columnSelectionAdjusting

boolean _columnSelectionAdjusting

_columnAutoResizer

TableColumnAutoResizer _columnAutoResizer

_rowResizer

TableRowResizer _rowResizer

_columnResizer

TableColumnResizer _columnResizer

_cellContentVisible

boolean _cellContentVisible

Class com.jidesoft.grid.JideTable.NonContiguousTransferHandler extends TransferHandler implements Serializable

Class com.jidesoft.grid.JideTableTransferHandler extends TransferHandler implements Serializable

serialVersionUID: 7764619447770703404L

Serialized Fields

_rows

int[] _rows

_cols

int[] _cols

_droppedRows

int[] _droppedRows

_droppedCols

int[] _droppedCols

_insertRows

boolean _insertRows

_acceptImport

boolean _acceptImport

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

serialVersionUID: -1212552638389898430L

Serialized Fields

_models

List<E> _models

_changeHandler

com.jidesoft.grid.JoinTableModel.TableChangeHandler _changeHandler

Class com.jidesoft.grid.LegacyBooleanCellEditor extends LegacyListComboBoxCellEditor implements Serializable

serialVersionUID: 5064074448060318926L

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

serialVersionUID: 7770729499063029583L

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

serialVersionUID: 3712705172082218795L

Class com.jidesoft.grid.LegacyColorCellRenderer extends ColorComboBox implements Serializable

Serialized Fields

_isSelected

boolean _isSelected

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

serialVersionUID: 8744449229325567818L

Serialized Fields

_timeDisplayed

boolean _timeDisplayed

_dataType

int _dataType

Class com.jidesoft.grid.LegacyEnumCellEditor extends LegacyListComboBoxCellEditor implements Serializable

serialVersionUID: 6693634840624294210L

Serialized Fields

_enumConverter

EnumConverter _enumConverter

Class com.jidesoft.grid.LegacyEnumCellRenderer extends ListComboBox implements Serializable

Serialized Fields

_enumConverter

EnumConverter _enumConverter

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

serialVersionUID: -6352398433237352641L

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

serialVersionUID: 487916752660007504L

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

serialVersionUID: -490280422644076167L

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

serialVersionUID: -6178805021594275989L

Class com.jidesoft.grid.LegacyFontNameCellEditor extends LegacyListComboBoxCellEditor implements Serializable

serialVersionUID: -5805524500248586743L

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

serialVersionUID: 1797590433624014151L

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

serialVersionUID: 8782644932807074796L

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

serialVersionUID: -3940698800477248175L

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

serialVersionUID: -7604547934114457504L

Class com.jidesoft.grid.LegacySortableTableHeader extends DraggingTableHeader implements Serializable

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

serialVersionUID: 5504664415901480249L

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

serialVersionUID: -4623683654572285984L

Serialized Fields

_tableModel

TableModel _tableModel

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

serialVersionUID: 3633830918644766416L

Class com.jidesoft.grid.ListComboBoxCellEditor extends ExComboBoxCellEditor implements Serializable

serialVersionUID: 8782644932807074796L

Class com.jidesoft.grid.ListSelectionModelGroup extends SelectionModelGroup<ListSelectionModel,ListSelectionListener> implements Serializable

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

serialVersionUID: 1357814583654439470L

Serialized Fields

_listModel

ListModel _listModel

_tableModelAdapter

TableModelAdapter _tableModelAdapter

Class com.jidesoft.grid.LongCellEditor extends NumberCellEditor<Long> implements Serializable

serialVersionUID: 628648433585950927L

Class com.jidesoft.grid.MarginExpandablePanel extends TreeExpandablePanel implements Serializable

Serialized Fields

_marginBackground

Color _marginBackground

_paintMarginBackground

boolean _paintMarginBackground

_categoryFont

Font _categoryFont

Class com.jidesoft.grid.MixedTableSelectionModelGroup extends Object implements Serializable

serialVersionUID: 248758628397158214L

Serialized Fields

_models

List<E> _models

_stayModel

Object _stayModel

_tableSelectionListener

TableSelectionListener _tableSelectionListener

_listSelectionListener

ListSelectionListener _listSelectionListener

Class com.jidesoft.grid.MonthCellEditor extends ExComboBoxCellEditor implements Serializable

serialVersionUID: 4091043736413096401L

Class com.jidesoft.grid.MultilineStringCellEditor extends ExComboBoxCellEditor implements Serializable

serialVersionUID: -7604547934114457504L

Class com.jidesoft.grid.MultilineStringCellRenderer extends MultilineStringComboBox implements Serializable

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

serialVersionUID: 3877762374464984109L

Serialized Fields

_textArea

JTextArea _textArea

_scrollPane

JScrollPane _scrollPane

Class com.jidesoft.grid.MultilineTableCellRenderer extends MultilineLabel implements Serializable

serialVersionUID: -6513143877721040433L

Serialized Fields

_context

ConverterContext _context

_class

Class<T> _class

Class com.jidesoft.grid.MultilineTableCellRenderer.UIResource extends MultilineTableCellRenderer implements Serializable

Class com.jidesoft.grid.MultipleEnumCellEditor extends CheckBoxListComboBoxCellEditor implements Serializable

Serialized Fields

_enumConverter

MultipleEnumConverter _enumConverter

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

serialVersionUID: -3510636566610920701L

Serialized Fields

_lookup

Set<E> _lookup

Class com.jidesoft.grid.MultiValuedMap extends HashMap implements Serializable

Class com.jidesoft.grid.NavigableTable extends ContextSensitiveTable implements Serializable

Serialized Fields

_navigationKeyStroke

KeyStroke _navigationKeyStroke

Class com.jidesoft.grid.NavigationHierarchicalTable extends HierarchicalTable implements Serializable

Serialized Fields

_helper

NavigationComponentHelper _helper

Class com.jidesoft.grid.NavigationSortableTable extends SortableTable implements Serializable

Serialized Fields

_helper

NavigationComponentHelper _helper

Class com.jidesoft.grid.NavigationTreeTable extends TreeTable implements Serializable

Serialized Fields

_helper

NavigationComponentHelper _helper

_iconAlpha

float _iconAlpha

_exitAnimator

Animator _exitAnimator

_enterAnimator

Animator _enterAnimator

_fadeIcon

boolean _fadeIcon

Class com.jidesoft.grid.NestedSortableTableHeader extends NestedTableHeader implements Serializable

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

Serialized Fields

_columnGroups

Vector<E> _columnGroups

_originalTableHeaderVisible

boolean _originalTableHeaderVisible

_margin

int _margin

_rowCount

int _rowCount

Class com.jidesoft.grid.NumberCellEditor extends TextFieldCellEditor implements Serializable

serialVersionUID: 4996292428666899832L

Serialized Fields

_minInclusive

Number _minInclusive

_maxInclusive

Number _maxInclusive

_minExclusive

Number _minExclusive

_maxExclusive

Number _maxExclusive

_totalDigits

int _totalDigits

_fractionDigits

int _fractionDigits

Class com.jidesoft.grid.NumberCellRenderer extends ContextSensitiveCellRenderer implements Serializable

Class com.jidesoft.grid.PagedTablePane extends JPanel implements Serializable

Serialized Fields

_columns

int _columns

_visibleRows

int _visibleRows

_tableModel

TableModel _tableModel

_models

TableModel[] _models

_tables

JTable[] _tables

_rowSelectionAllowed

boolean _rowSelectionAllowed
True if row selection is allowed in this table scroll pane.


_columnSelectionAllowed

boolean _columnSelectionAllowed
True if column selection is allowed in this table.


_nonContiguousCellSelectionAllowed

boolean _nonContiguousCellSelectionAllowed
True if non-contiguous selection is allowed in this table.

Class com.jidesoft.grid.PagedTablePaneNavigationBar extends PageNavigationBar implements Serializable

Serialized Fields

_pane

PagedTablePane _pane

Class com.jidesoft.grid.PasswordCellEditor extends TextFieldCellEditor implements Serializable

serialVersionUID: -2886745884667666751L

Class com.jidesoft.grid.PasswordCellRenderer extends JPasswordField implements Serializable

Class com.jidesoft.grid.PointCellEditor extends TextFieldCellEditor implements Serializable

Class com.jidesoft.grid.Property extends DefaultExpandableRow implements Serializable

serialVersionUID: 4810115374945626089L

Serialized Fields

_name

String _name
The name of the property. The name should be unique within the same property grid.


_displayName

String _displayName
The display name of the property.


_focusDisplayName

String _focusDisplayName
The focus display name of the property.


_description

String _description
The description of the property.


_type

Class<T> _type
The type of the property.


_converterContext

ConverterContext _converterContext
The context of the converter.


_editorContext

EditorContext _editorContext
The context of the editor.


_editorStyle

int _editorStyle

_category

String _category
The category of the property.


_isCategoryRow

boolean _isCategoryRow
true if the cell is a category row.


_expert

boolean _expert
The "expert" flag is used to distinguish between properties that are intended for expert users from those that are intended for normal users.


_hidden

boolean _hidden
The "hidden" flag is used to identify properties that are intended only for tool use, and which should not be exposed to humans.


_preferred

boolean _preferred
The "preferred" flag is used to identify properties that are particularly important for presenting to humans.


_required

boolean _required
The "required" flag is used to identify properties that are particularly important for presenting to humans.


_editable

boolean _editable
true if the property is editable.


_converter

ObjectConverter _converter

_dependingProperties

List<E> _dependingProperties

_indentNonCategoryRow

boolean _indentNonCategoryRow

_cellEditor

CellEditor _cellEditor

_tableCellRenderer

TableCellRenderer _tableCellRenderer

Class com.jidesoft.grid.PropertyPane extends JPanel implements Serializable

Serialized Fields

_showToolBar

boolean _showToolBar

_showDescription

boolean _showDescription

ACTION_CATEGORIED_VIEW

String ACTION_CATEGORIED_VIEW
Action name of action to switch to categorical view.


ACTION_ALPHEBETIC_VIEW

String ACTION_ALPHEBETIC_VIEW
Action name of action to switch to alphabetic view.


ACTION_TOGGLE_DESCRIPTION

String ACTION_TOGGLE_DESCRIPTION
Action name of action to toggle description.


ACTION_EXPAND

String ACTION_EXPAND
Action name of action to expand all.


ACTION_COLLAPSE

String ACTION_COLLAPSE
Action name of action to collapse all.


_alpheticViewAction

Action _alpheticViewAction

_categoricViewAction

Action _categoricViewAction

_descriptionAction

Action _descriptionAction

_expandAction

Action _expandAction

_collapseAction

Action _collapseAction

_descriptionArea

JComponent _descriptionArea
TextArea to display description from beaninfo.


_nameLabel

JLabel _nameLabel
Display name of the beaninfo.


_descriptionPanel

JComponent _descriptionPanel

_toolBar

JComponent _toolBar

_propertyTable

PropertyTable _propertyTable

_alpheticViewButton

JideButton _alpheticViewButton

_categoricViewButton

JideButton _categoricViewButton

_descriptionViewButton

JideButton _descriptionViewButton

_borderColor

Color _borderColor

_visibleButtons

int _visibleButtons

_order

int _order

_tableModelListener

TableModelListener _tableModelListener

_scrollPane

JScrollPane _scrollPane

Class com.jidesoft.grid.PropertyTable extends TreeTable implements Serializable

Serialized Fields

_renderer

TableCellRenderer _renderer

_marginRenderer

TableCellRenderer _marginRenderer

_showNonEditable

int _showNonEditable

_hideMargin

boolean _hideMargin

Class com.jidesoft.grid.PropertyTableCellRenderer extends DefaultTableCellRenderer implements Serializable

Serialized Fields

_cellRenderer

MarginExpandablePanel _cellRenderer

_actualCellRenderer

TableCellRenderer _actualCellRenderer

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

serialVersionUID: -5965454576700448089L

Serialized Fields

_order

int _order
One of the value above.


_showExpert

boolean _showExpert

_comparator

Comparator<T> _comparator

_categoriesList

List<E> _categoriesList

_categories

HashMap<K,V> _categories

_indentNonCategoryRow

boolean _indentNonCategoryRow

changeSupport

PropertyChangeSupport changeSupport

_miscCategoryName

String _miscCategoryName

_categoryOrder

int _categoryOrder

_properties

List<E> _properties

Class com.jidesoft.grid.QuickFilterField extends LabeledTextField implements Serializable

Serialized Fields

_resetIcon

Icon _resetIcon

_resetRolloverIcon

Icon _resetRolloverIcon

_filterIcon

Icon _filterIcon

_caseSensitive

boolean _caseSensitive

_fromStart

boolean _fromStart

_fromEnd

boolean _fromEnd

_filter

Filter<T> _filter

_searchingDelay

int _searchingDelay

_searchingText

String _searchingText

_regexEnabled

boolean _regexEnabled

_wildcardEnabled

boolean _wildcardEnabled

_wildcardSupport

WildcardSupport _wildcardSupport

_mismatchColor

Color _mismatchColor

_showMismatchColor

boolean _showMismatchColor

Class com.jidesoft.grid.QuickFilterField.FieldFilter extends AbstractFilter implements Serializable

serialVersionUID: -1160749245490637145L

Serialized Fields

_searchingText

String _searchingText

_configureChanged

boolean _configureChanged

Class com.jidesoft.grid.QuickFilterPane extends JPanel implements Serializable

Serialized Fields

_tableModel

TableModel _tableModel

_columnIndices

int[] _columnIndices

_displayNames

String[] _displayNames

_models

IFilterableTableModel[] _models

_lists

JList[] _lists

_visibleRowCount

int _visibleRowCount

_allItem

String _allItem

_allItemFormat

MessageFormat _allItemFormat

_table

JTable _table

_tablePane

TableScrollPane _tablePane

_useCheckBoxList

boolean _useCheckBoxList

_autoUpdate

boolean _autoUpdate

_possibleValues

Object[][] _possibleValues

_listModelValues

List<E>[] _listModelValues

_useTableCellRenderer

boolean _useTableCellRenderer

_displayTableModel

FilterableTableModel _displayTableModel

_previousPossibleValues

Object[][] _previousPossibleValues

_previousSelectedValues

Object[][] _previousSelectedValues

_adjusting

boolean _adjusting

Class com.jidesoft.grid.QuickFilterPane.QuickFilterCheckBoxList extends CheckBoxList implements Serializable

Serialized Fields

_filterableTableModel

IFilterableTableModel _filterableTableModel

_column

int _column

_tableModelListener

TableModelListener _tableModelListener

_listSelectionListener

ListSelectionListener _listSelectionListener

Class com.jidesoft.grid.QuickFilterPane.QuickFilterList extends JList implements Serializable

Serialized Fields

_filterableTableModel

IFilterableTableModel _filterableTableModel

_column

int _column

_tableModelListener

TableModelListener _tableModelListener

_listSelectionListener

ListSelectionListener _listSelectionListener

Class com.jidesoft.grid.QuickTableFilterField extends QuickFilterField implements Serializable

serialVersionUID: -9085746251483021190L

Serialized Fields

_columnIndices

int[] _columnIndices

_displayNames

String[] _displayNames

_searchingColumnIndices

int[] _searchingColumnIndices

_actualSearchingColumnIndices

Set<E> _actualSearchingColumnIndices

_searchingColumnIndex

int _searchingColumnIndex

_text

String _text

_columnModelListener

TableColumnModelListener _columnModelListener

_objectConverterManagerEnabled

boolean _objectConverterManagerEnabled

_objectConverterManagerEnabledConfigured

boolean _objectConverterManagerEnabledConfigured

_oldActualSearchingColumnIndices

Set<E> _oldActualSearchingColumnIndices

_oldFilter

Filter<T> _oldFilter

Class com.jidesoft.grid.QuickTableFilterField.FieldTableFilter extends AbstractTableFilter implements Serializable

serialVersionUID: -4726586141238390688L

Serialized Fields

_searchingText

String _searchingText

_configureChanged

boolean _configureChanged

Class com.jidesoft.grid.RectangleCellEditor extends TextFieldCellEditor implements Serializable

Class com.jidesoft.grid.RowHeightChangeEvent extends EventObject implements Serializable

Serialized Fields

type

int type

firstRow

int firstRow

lastRow

int lastRow

Class com.jidesoft.grid.ShortCellEditor extends NumberCellEditor<Short> implements Serializable

serialVersionUID: 7006551740592340172L

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

serialVersionUID: -4744312852166873520L

Serialized Fields

_columnIndex

int _columnIndex

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

serialVersionUID: -2966264431623894768L

Serialized Fields

_value

Object _value

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

serialVersionUID: -4180089165719171598L

Serialized Fields

slider

com.jidesoft.grid.SliderForInteger slider

Class com.jidesoft.grid.SortableTable extends CategorizedTable implements Serializable

Serialized Fields

_init

boolean _init

_sortable

boolean _sortable
Indicates if the table is sortable or not.


_showSortOrderNumber

boolean _showSortOrderNumber
Indicates if the table is sortable or not.


_sortArrowForeground

Color _sortArrowForeground

_sortOrderForeground

Color _sortOrderForeground

_sortingEnabled

boolean _sortingEnabled

_headerMouseListener

SortableTableHeaderMouseListener _headerMouseListener

_preserveSelectionsAfterSorting

boolean _preserveSelectionsAfterSorting

_ensureSelectedRowVisibleOnTogglingSort

boolean _ensureSelectedRowVisibleOnTogglingSort

_arrowColor

Color _arrowColor

_enabledAscendingImageIcon

Icon _enabledAscendingImageIcon

_disabledAscendingImageIcon

Icon _disabledAscendingImageIcon

_enabledDescendingImageIcon

Icon _enabledDescendingImageIcon

_disabledDescendingImageIcon

Icon _disabledDescendingImageIcon

_selfCreatedSortableTableModel

TableModel _selfCreatedSortableTableModel

Class com.jidesoft.grid.SortableTableHeader extends CellStyleTableHeader implements Serializable

Serialized Fields

_showSortArrow

boolean _showSortArrow

_sortableTableHeaderCellDecorator

TableHeaderCellDecorator _sortableTableHeaderCellDecorator

Class com.jidesoft.grid.SortableTableModel extends DefaultTableModelWrapper implements Serializable

serialVersionUID: -2403018550641649960L

Serialized Fields

_sortItemSupport

SortItemSupport _sortItemSupport

_autoResort

boolean _autoResort

_columnsSortable

boolean[] _columnsSortable

_sortable

boolean _sortable

_columnComparatorContextProvider

SortableTableModel.ColumnComparatorContextProvider _columnComparatorContextProvider

_sortingPaused

boolean _sortingPaused

_alwaysUseComparators

boolean _alwaysUseComparators

_resetOnTableStructureChangeEvent

boolean _resetOnTableStructureChangeEvent

_optimized

boolean _optimized

Class com.jidesoft.grid.SortableTreeTableModel extends SortableTableModel implements Serializable

serialVersionUID: 1560212793146645991L

Serialized Fields

_defaultSortableOption

int _defaultSortableOption

_sortableOptions

int[] _sortableOptions

_actualTableModel

TableModel _actualTableModel

_cachedSortingColumns

List<E> _cachedSortingColumns

Class com.jidesoft.grid.SortEvent extends EventObject implements Serializable

Class com.jidesoft.grid.SortItemEditor extends JPanel implements Serializable

Serialized Fields

_columnComboBox

JComboBox _columnComboBox

_tableModel

TableModel _tableModel

_sortOrderEditor

SortOrderEditor _sortOrderEditor

Class com.jidesoft.grid.SortOrderEditor extends JPanel implements Serializable

Serialized Fields

_type

Class<T> _type

_ascendingRadioButton

JRadioButton _ascendingRadioButton

_descendingRadioButton

JRadioButton _descendingRadioButton

_contextComboBox

JComboBox _contextComboBox

Class com.jidesoft.grid.SpanModelEvent extends EventObject implements Serializable

Serialized Fields

_type

int _type

_cellSpan

CellSpan _cellSpan

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

serialVersionUID: -2261305860140664189L

Serialized Fields

_spinner

JSpinner _spinner

Class com.jidesoft.grid.StringArrayCellEditor extends ExComboBoxCellEditor implements Serializable

serialVersionUID: 2784334358054030709L

Class com.jidesoft.grid.StringCellEditor extends TextFieldCellEditor implements Serializable

Class com.jidesoft.grid.StyledTableCellRenderer extends StyledLabel implements Serializable

serialVersionUID: -6645387534547634097L

Serialized Fields

_context

ConverterContext _context

_class

Class<T> _class

unselectedForeground

Color unselectedForeground

unselectedBackground

Color unselectedBackground

Class com.jidesoft.grid.StyledTableCellRenderer.UIResource extends StyledTableCellRenderer implements Serializable

Class com.jidesoft.grid.TableCellStyleEditor extends JPanel implements Serializable

Serialized Fields

_tableModel

TableModel _tableModel

_cellStylePanel

CellStyleEditor _cellStylePanel

_cellStyles

CellStyle[] _cellStyles

_list

JList _list

_selectedIndex

int _selectedIndex

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

Serialized Fields

_table

JTable _table

_list

CheckBoxList _list

_tree

CheckBoxTree _tree

_dualList

DualList _dualList

_hidableColumns

boolean[] _hidableColumns

_descriptions

String[] _descriptions

_fixedColumns

int[] _fixedColumns

_hiddenColumns

List<E> _hiddenColumns

_label

JLabel _label

_okButton

JButton _okButton

_okAction

Action _okAction

_columnIndices

int[] _columnIndices

_searchingColumnIndices

int[] _searchingColumnIndices

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

serialVersionUID: 6692294013634571000L

Serialized Fields

_columns

Vector<E> _columns

margin

int margin

_parent

TableColumnGroup _parent

_tableHeader

JTableHeader _tableHeader

_listener

TableColumnModelListener _listener

_toolTipText

String _toolTipText

_columnNameMap

Map<K,V> _columnNameMap

Class com.jidesoft.grid.TableComboBoxCellEditor extends ExComboBoxCellEditor implements Serializable

serialVersionUID: -4623683654572285984L

Serialized Fields

_tableModel

TableModel _tableModel

Class com.jidesoft.grid.TableCustomFilterEditor extends AbstractDialogPage implements Serializable

Serialized Fields

_tableModel

TableModel _tableModel

_actualTableModel

TableModel _actualTableModel

_editor

CustomFilterEditor _editor
The CustomFilterEditor, which contains a column selection JComboBox, a condition JComboBox and the ValueEditors. It is only used if TableCustomFilterEditor.getStyle() returns TableCustomFilterEditor.STYLE_FILTER_LIST.


_filterFactoryManager

FilterFactoryManager _filterFactoryManager

_columnComboBox

JComboBox _columnComboBox

_list

JList _list
The existing filter list, which contains a list of current existing filters. It is only used if TableCustomFilterEditor.getStyle() returns TableCustomFilterEditor.STYLE_FILTER_LIST.


_filterItemModel

DefaultListModel _filterItemModel

_filtersLabel

JLabel _filtersLabel
The label displayed on the left and above the TableCustomFilterEditor._list. It is only used if TableCustomFilterEditor.getStyle() returns TableCustomFilterEditor.STYLE_FILTER_LIST.


_replaceButton

JButton _replaceButton
The button displayed on the left of TableCustomFilterEditor._addButton. It is only used if TableCustomFilterEditor.getStyle() returns TableCustomFilterEditor.STYLE_FILTER_LIST.


_removeButton

JButton _removeButton
The button displayed on the left of TableCustomFilterEditor._clearButton It is only used if TableCustomFilterEditor.getStyle() returns TableCustomFilterEditor.STYLE_FILTER_LIST.


_applyButton

JButton _applyButton
The button displayed on the right and below the TableCustomFilterEditor._list. It is only used if TableCustomFilterEditor.getStyle() returns TableCustomFilterEditor.STYLE_FILTER_LIST.


_addButton

JButton _addButton
The button displayed on the right and above the TableCustomFilterEditor._list. It is only used if TableCustomFilterEditor.getStyle() returns TableCustomFilterEditor.STYLE_FILTER_LIST.


_clearButton

JButton _clearButton
The button displayed on the left of TableCustomFilterEditor._applyButton It is only used if TableCustomFilterEditor.getStyle() returns TableCustomFilterEditor.STYLE_FILTER_LIST.


_and

Boolean _and

_collapsed

boolean _collapsed

_collapsible

boolean _collapsible

_style

int _style

_columnNames

String[] _columnNames

_filterableTableModel

IFilterableTableModel _filterableTableModel

_filterPanels

List<E> _filterPanels
The FilterPanel list currently visible. It is only used if TableCustomFilterEditor.getStyle() returns TableCustomFilterEditor.STYLE_INLINE_EDITOR.


_applyFilterActionListener

ActionListener _applyFilterActionListener

_clearFilterActionListener

ActionListener _clearFilterActionListener

_andButton

JToggleButton _andButton
The label displayed on the left and below the TableCustomFilterEditor._list. It is only used if TableCustomFilterEditor.getStyle() returns TableCustomFilterEditor.STYLE_FILTER_LIST.


PROPERTY_COLLAPSIBLE

String PROPERTY_COLLAPSIBLE

PROPERTY_COLLAPSED

String PROPERTY_COLLAPSED

_columnIndices

int[] _columnIndices

_visibleButtons

int _visibleButtons

_objectGrouper

ObjectGrouper _objectGrouper

Class com.jidesoft.grid.TableCustomFilterEditor.FilterPanel extends JPanel implements Serializable

Serialized Fields

_comboBox

JComboBox _comboBox

_editor

CustomFilterEditor _editor
The CustomFilterEditor on the right of TableCustomFilterEditor.FilterPanel._andButton or TableCustomFilterEditor.FilterPanel._filterLabel, which contains a column selection JComboBox, a condition JComboBox and the ValueEditors.


_index

int _index
The index of this FilterPanel in the panels.


_total

int _total
The count of all visible FilterPanels.


_item

IFilterableTableModel.FilterItem _item
Current filter item represented by this FilterPanel.


_goButton

JButton _goButton
The clear button on the right of TableCustomFilterEditor.FilterPanel._addButton. It only displays on the last FilterPanel.


_clearButton

JButton _clearButton
The clear button on the right of TableCustomFilterEditor.FilterPanel._goButton. It only displays on the last FilterPanel.


_removeButton

JButton _removeButton
The clear button on the right of TableCustomFilterEditor.FilterPanel._editor.


_addButton

JButton _addButton
The add button on the right of TableCustomFilterEditor.FilterPanel._removeButton.


_collapseButton

JideButton _collapseButton
The collapse button on the left most of a FilterPanel. It only displays on the first Filterpanel.


_andButton

JComboBox _andButton
The and/or JComboBox on the left most of a FilterPanel. It displays on the Filterpanels except the first one.


_filterLabel

JLabel _filterLabel
The filter label on the right of TableCustomFilterEditor.FilterPanel._collapseButton. It only displays on the first Filterpanel.


_panel

JPanel _panel

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

serialVersionUID: 4125806239027673562L

Serialized Fields

_model

TableModel _model

_listener

IndexChangeListenerHelper _listener

_originalEvent

TableModelEvent _originalEvent

_initialized

boolean _initialized

Class com.jidesoft.grid.TableScrollPane extends JideScrollPane implements Serializable

Serialized Fields

_originalTableModel

MultiTableModel _originalTableModel

_originalFooterTableModel

MultiTableModel _originalFooterTableModel

_originalHeaderTableModel

MultiTableModel _originalHeaderTableModel

_mainTable

JTable _mainTable

_rowHeaderTable

JTable _rowHeaderTable

_rowFooterTable

JTable _rowFooterTable

_columnFooterTable

JTable _columnFooterTable

_rowHeaderColumnFooterTable

JTable _rowHeaderColumnFooterTable

_rowFooterColumnFooterTable

JTable _rowFooterColumnFooterTable

_columnHeaderTable

JTable _columnHeaderTable

_rowHeaderColumnHeaderTable

JTable _rowHeaderColumnHeaderTable

_rowFooterColumnHeaderTable

JTable _rowFooterColumnHeaderTable

_sortable

boolean _sortable

_sync

boolean _sync

_tableCustomizer

TableCustomizer _tableCustomizer

_allowMultiSelectionInDifferentTable

boolean _allowMultiSelectionInDifferentTable

_mainGroup

ListSelectionModelGroup _mainGroup

_rowHeaderGroup

ListSelectionModelGroup _rowHeaderGroup

_rowFooterGroup

ListSelectionModelGroup _rowFooterGroup

_selfCreatedSortableTableModel

boolean _selfCreatedSortableTableModel

_listener

TableModelListener _listener

printError

Throwable printError
To communicate errors between threads during printing.


_batching

boolean _batching

_rowSelectionAllowed

boolean _rowSelectionAllowed
True if row selection is allowed in this table scroll pane.


_columnSelectionAllowed

boolean _columnSelectionAllowed
True if column selection is allowed in this table.


_nonContiguousCellSelectionAllowed

boolean _nonContiguousCellSelectionAllowed
True if non-contiguous selection is allowed in this table.


_avoidSelectionChange

boolean _avoidSelectionChange

Class com.jidesoft.grid.TableSelectionEvent extends ListSelectionEvent implements Serializable

Serialized Fields

_firstColumnIndex

int _firstColumnIndex
The index of the first column whose selection has changed.


_lastColumnIndex

int _lastColumnIndex
The index of the last column whose selection has changed.

Class com.jidesoft.grid.TableSelectionModelGroup extends Object implements Serializable

Serialized Fields

_models

List<E> _models

_tableSelectionListener

TableSelectionListener _tableSelectionListener

Class com.jidesoft.grid.TableSortItemEditor extends AbstractDialogPage implements Serializable

Serialized Fields

_tableModel

TableModel _tableModel

_sortItemEditors

List<E> _sortItemEditors

Class com.jidesoft.grid.TableSplitPane extends JideSplitPane implements Serializable

Serialized Fields

_originalTableModel

MultiTableModel _originalTableModel

_originalFooterTableModel

MultiTableModel _originalFooterTableModel

_originalHeaderTableModel

MultiTableModel _originalHeaderTableModel

_tableScrollPanes

TableScrollPane[] _tableScrollPanes

_tableCustomizer

TableCustomizer _tableCustomizer

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

serialVersionUID: -4061167864488262595L

Serialized Fields

_textField

JTextField _textField

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

serialVersionUID: -7880386008000905530L

Serialized Fields

_model

TableModel _model

_transposedColumnName

String _transposedColumnName

_transposedColumnClasses

Class<T>[] _transposedColumnClasses

_transposed

boolean _transposed

Class com.jidesoft.grid.TreeComboBoxCellEditor extends ExComboBoxCellEditor implements Serializable

serialVersionUID: 3633830918644766416L

Serialized Fields

_editStartEvent

EventObject _editStartEvent

Class com.jidesoft.grid.TreeExpandablePanel extends CellRendererPaneEx implements Serializable

Serialized Fields

_expandableCell

ExpandableCell _expandableCell

_node

Node _node

_table

JTable _table

_expandedIcon

Icon _expandedIcon

_collapsedIcon

Icon _collapsedIcon

_disabledForeground

Color _disabledForeground

_disabledBackground

Color _disabledBackground

_paintLines

boolean _paintLines

_showRootHandles

boolean _showRootHandles

_respectRendererPreferredSize

boolean _respectRendererPreferredSize

_paintLeafNodeLines

boolean _paintLeafNodeLines

_lineTypeDashed

boolean _lineTypeDashed

_lineColor

Color _lineColor

_indent

int _indent

_isSelected

boolean _isSelected

_hasFocus

boolean _hasFocus

_columnWidth

int _columnWidth

TOP

int TOP

BOTTOM

int BOTTOM

RIGHT

int RIGHT

Class com.jidesoft.grid.TreeLikeHierarchicalPanel extends HierarchicalPanel implements Serializable

Class com.jidesoft.grid.TreeTable extends SortableTable implements Serializable

Serialized Fields

_doubleClickEnabled

boolean _doubleClickEnabled

_showsRootHandles

boolean _showsRootHandles

_showsRootHandlesSet

boolean _showsRootHandlesSet

_showTreeLines

boolean _showTreeLines

_showTreeLinesSet

boolean _showTreeLinesSet

_showLeafNodeTreeLines

boolean _showLeafNodeTreeLines

_showLeafNodeTreeLinesSet

boolean _showLeafNodeTreeLinesSet

_respectRenderPreferredHeight

boolean _respectRenderPreferredHeight

_treeLineColor

Color _treeLineColor

_indent

int _indent

_leftMargin

int _leftMargin

_renderer

TableCellRenderer _renderer

_init

boolean _init

_expandAllAllowed

boolean _expandAllAllowed

_expandable

boolean _expandable

_expandableColumn

int _expandableColumn
To indicate which column has the expand/collapse button. Default is -1.


_selectRowWhenToggling

boolean _selectRowWhenToggling

_selectParentRowWhenCollapsing

boolean _selectParentRowWhenCollapsing

_compareCurrentSelection

boolean _compareCurrentSelection

_exportCollapsedRowsToExcel

boolean _exportCollapsedRowsToExcel

_dragExpandDelay

int _dragExpandDelay

_savedTreeTableSelection

Row[] _savedTreeTableSelection

_savedTreeTableRowHeights

Map<K,V> _savedTreeTableRowHeights

_collapsedRow

Row _collapsedRow

_expandableColumnSet

boolean _expandableColumnSet

Class com.jidesoft.grid.TreeTable.TreeTableAction extends CellSpanTable.DelegateAction implements Serializable

serialVersionUID: 1263872415793628604L

Class com.jidesoft.grid.TreeTableCellRenderer extends DefaultTableCellRenderer implements Serializable

Serialized Fields

_cellRenderer

TreeExpandablePanel _cellRenderer

_actualCellRenderer

TableCellRenderer _actualCellRenderer

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

serialVersionUID: 6479508210097994269L

Serialized Fields

_rows

List<E> _rows
The list of top level properties.


_root

ExpandableRow _root

_filterParent

boolean _filterParent

_filtersApplied

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


_autoExpand

boolean _autoExpand

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

serialVersionUID: -4447001569059923173L

Serialized Fields

_checkBox

TristateCheckBox _checkBox

Class com.jidesoft.grid.TristateCheckBoxCellRenderer extends TristateCheckBox implements Serializable

Class com.jidesoft.grid.UndoableTableModelEvent extends TableModelEvent implements Serializable

serialVersionUID: 3431442868294186078L

Serialized Fields

_edits

List<E> _edits

_hasBeenDone

boolean _hasBeenDone

_alive

boolean _alive

_undoRedo

boolean _undoRedo

Class com.jidesoft.grid.ValueFilterListSelectionModel extends CheckBoxListSelectionModel implements Serializable

serialVersionUID: 8055433776540056054L

Class com.jidesoft.grid.VerticalContextSensitiveCellRenderer extends VerticalTableCellRenderer implements Serializable

Serialized Fields

_converterContext

ConverterContext _converterContext

_editorContext

EditorContext _editorContext

_clazz

Class<T> _clazz

Class com.jidesoft.grid.VerticalTableCellRenderer extends JideLabel implements Serializable

serialVersionUID: 57326451614897121L

Serialized Fields

unselectedForeground

Color unselectedForeground

unselectedBackground

Color unselectedBackground

Class com.jidesoft.grid.VerticalTableCellRenderer.UIResource extends VerticalTableCellRenderer implements Serializable


Package com.jidesoft.grouper

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

Serialized Fields

_useOnAutoFilter

boolean _useOnAutoFilter

_useOnCustomFilter

boolean _useOnCustomFilter

Package com.jidesoft.hibernate

Class com.jidesoft.hibernate.HibernatePageTableModel extends AdvancePageTableModel implements Serializable

serialVersionUID: -7518914158712019941L

Serialized Fields

_session

Session _session

_type

Class<T> _type

Class com.jidesoft.hibernate.HibernateTableModel extends BasicTableModel<T> implements Serializable

serialVersionUID: -3318899424125271299L

Serialized Fields

_session

Session _session

Package com.jidesoft.icons

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

serialVersionUID: -6303936713472505092L

Serialized Fields

_icon

ImageIcon _icon

Package com.jidesoft.introspector

Class com.jidesoft.introspector.BeanIntrospectorContext extends IntrospectorContext implements Serializable

Class com.jidesoft.introspector.BeanProperty extends Property implements Serializable

serialVersionUID: -4309622061141198693L

Serialized Fields

_beanClass

Class<T> _beanClass

_propertyDescriptor

PropertyDescriptor _propertyDescriptor

_instance

Object _instance

_field

Field _field

_autoIntrospect

boolean _autoIntrospect

Class com.jidesoft.introspector.ChildBeanProperty extends BeanProperty implements Serializable

serialVersionUID: -6700069925199693821L

Class com.jidesoft.introspector.IntrospectorContext extends AbstractContext implements Serializable


Package com.jidesoft.list

Class com.jidesoft.list.AbstractDualListModel extends AbstractListModel implements Serializable

serialVersionUID: -605262388588910791L

Serialized Fields

delegate

com.jidesoft.list.DualListModelSupport delegate

changeSupport

PropertyChangeSupport changeSupport

Class com.jidesoft.list.AbstractGroupableListModel extends AbstractListModel implements Serializable

Class com.jidesoft.list.AbstractGroupListModel extends AbstractListModel implements Serializable

Class com.jidesoft.list.AbstractListFilter extends AbstractFilter<T> implements Serializable

serialVersionUID: 7818154560520885206L

Serialized Fields

_rowIndex

int _rowIndex

Class com.jidesoft.list.AbstractPageListModel extends AbstractListModel implements Serializable

serialVersionUID: -8917413881021037554L

Serialized Fields

_pageSize

int _pageSize

_currentPage

int _currentPage

_pageCount

int _pageCount

Class com.jidesoft.list.AbstractUndoableListModel extends AbstractListModel implements Serializable

serialVersionUID: 1963154415953823107L

Serialized Fields

_event

UndoableListDataEvent _event

_listeners

List<E> _listeners

_undoManager

UndoManager _undoManager

_undoableEditSupport

UndoableEditSupport _undoableEditSupport

Class com.jidesoft.list.CheckBoxListSelectionModelWithWrapper extends CheckBoxListSelectionModel implements Serializable

serialVersionUID: 882976179331582167L

Serialized Fields

_filterableListModelOnly

boolean _filterableListModelOnly

_originalModel

CheckBoxListSelectionModel _originalModel

Class com.jidesoft.list.CheckBoxListWithAllSelectionModel extends CheckBoxListSelectionModel implements Serializable

serialVersionUID: 4327358437581710429L

Class com.jidesoft.list.CompoundListDataEvent extends ListDataEvent implements Serializable

serialVersionUID: -7745660047707291321L

Serialized Fields

_events

List<E> _events

_originalEvent

ListDataEvent _originalEvent

_debug

boolean _debug

_eventAddedStack

List<E> _eventAddedStack

Class com.jidesoft.list.DefaultDisableableListSelectionModel extends DefaultListSelectionModel implements Serializable

Serialized Fields

_disabledIndices

Set<E> _disabledIndices

_delegate

DefaultListSelectionModel _delegate

Class com.jidesoft.list.DefaultDualListModel extends DefaultListModel implements Serializable

serialVersionUID: -1498296426095151218L

Serialized Fields

_delegate

com.jidesoft.list.DualListModelSupport _delegate

_changeSupport

PropertyChangeSupport _changeSupport

Class com.jidesoft.list.DefaultGroupableListModel extends DefaultListModel implements Serializable

Serialized Fields

_availableGroups

Vector<E> _availableGroups

_groups

Vector<E> _groups

Class com.jidesoft.list.DefaultGroupListModel extends DefaultListModel implements Serializable

Serialized Fields

_headers

Set<E> _headers

Class com.jidesoft.list.DefaultListModelWrapper extends AbstractListModel implements Serializable

serialVersionUID: 8123596966340769171L

Serialized Fields

_model

ListModel _model

_listener

IndexChangeListenerHelper _listener

_indexes

int[] _indexes

_originalEvent

ListDataEvent _originalEvent

Class com.jidesoft.list.DefaultPageListModel extends AbstractPageListModel implements Serializable

serialVersionUID: -2530531413306123693L

Serialized Fields

_listModelWrapper

DefaultListModelWrapper _listModelWrapper

Class com.jidesoft.list.DefaultUndoableListModel extends DefaultListModel implements Serializable

serialVersionUID: 7693569605961906214L

Serialized Fields

_event

UndoableListDataEvent _event

_listeners

List<E> _listeners

_undoManager

UndoManager _undoManager

_undoableEditSupport

UndoableEditSupport _undoableEditSupport

Class com.jidesoft.list.DualList extends JideSplitPane implements Serializable

Serialized Fields

_model

DualListModel _model

_originalList

JList _originalList

_selectedList

JList _selectedList

_buttonPanelMiddle

Container _buttonPanelMiddle

_buttonPanelRight

Container _buttonPanelRight

_allowDuplicates

boolean _allowDuplicates

_cellRenderer

ListCellRenderer _cellRenderer

_disabledCellRenderer

ListCellRenderer _disabledCellRenderer

_selectedCellRenderer

ListCellRenderer _selectedCellRenderer

_defaultDisabledRenderer

ListCellRenderer _defaultDisabledRenderer

_actions

Map<K,V> _actions

_handler

com.jidesoft.list.DualList.ActionHandler _handler

_originalListPane

JComponent _originalListPane

_selectedListPane

JComponent _selectedListPane

CLIENT_PROPERTY_ALWAYS_DISABLED

String CLIENT_PROPERTY_ALWAYS_DISABLED

_selectedListModel

DefaultListModelWrapper _selectedListModel

_originalListModel

DefaultListModelWrapper _originalListModel

_doubleClickEnabled

boolean _doubleClickEnabled

Class com.jidesoft.list.FilterableCheckBoxList extends CheckBoxList implements Serializable

Class com.jidesoft.list.FilterableCheckBoxListSelectionModel extends CheckBoxListSelectionModel implements Serializable

serialVersionUID: 882976179331582167L

Class com.jidesoft.list.FilterableGroupableListModel extends FilterableListModel implements Serializable

serialVersionUID: -6366860558858045608L

Class com.jidesoft.list.FilterableListModel extends DefaultListModelWrapper implements Serializable

serialVersionUID: -5811671171150616639L

Serialized Fields

_filters

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


_filtersApplied

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


_andMode

boolean _andMode

_isAdjusting

boolean _isAdjusting

Class com.jidesoft.list.FilterableListModelEvent extends AWTEvent implements Serializable

serialVersionUID: -5425438747998836222L

Serialized Fields

_filter

Filter<T> _filter

Class com.jidesoft.list.GroupList extends JList implements Serializable

Serialized Fields

_groupCellSelectable

boolean _groupCellSelectable
Holds value of property headersSelectable.


_layoutOrientation

int _layoutOrientation
How to layout the cells, defaults to VERTICAL.


_preferredColumnCount

int _preferredColumnCount

_groupCellRenderer

ListCellRenderer _groupCellRenderer

_handler

ListDataListener _handler

Class com.jidesoft.list.ImagePreviewList extends JList implements Serializable

Serialized Fields

_cellDimension

Dimension _cellDimension

_gridForeground

Color _gridForeground

_gridBackground

Color _gridBackground

_highlightBackground

Color _highlightBackground

_showDetails

int _showDetails

_renderer

com.jidesoft.list.ImagePreviewCellRenderer _renderer

Class com.jidesoft.list.ImagePreviewPanel extends JPanel implements Serializable

Serialized Fields

_gridForeground

Color _gridForeground

_gridBackground

Color _gridBackground

_highlightBackground

Color _highlightBackground

_icon

ImageIcon _icon

_imageTitle

String _imageTitle

_imageSize

Dimension _imageSize

_imageDescription

String _imageDescription

_selected

boolean _selected

_focused

boolean _focused

_showDetails

int _showDetails

_imagePanel

com.jidesoft.list.ImagePreviewPanel.ImagePanel _imagePanel

_titleField

JLabel _titleField

_sizeField

JLabel _sizeField

_descriptionField

JTextArea _descriptionField

Class com.jidesoft.list.JideList extends JList implements Serializable

Serialized Fields

_savedListSelection

int[] _savedListSelection

_processingEventSerialNumber

int _processingEventSerialNumber

_init

boolean _init

_indexChanging

boolean _indexChanging

_dataOrStructureChangeProcessed

boolean _dataOrStructureChangeProcessed

_isEventInvokedOutside

boolean _isEventInvokedOutside

_needLoadRowSettings

boolean _needLoadRowSettings

_loadInsertedRowsOnly

boolean _loadInsertedRowsOnly

Class com.jidesoft.list.ListGroupChangeEvent extends EventObject implements Serializable

Class com.jidesoft.list.ListTransferHandler extends TransferHandler implements Serializable

serialVersionUID: -5183471098824086923L

Serialized Fields

_exportRows

int[] _exportRows

_droppedRows

int[] _droppedRows

_insertRows

boolean _insertRows

_acceptImport

boolean _acceptImport

Class com.jidesoft.list.QuickGroupableListFilterField extends QuickListFilterField implements Serializable

Class com.jidesoft.list.QuickListFilterField extends QuickFilterField implements Serializable

Serialized Fields

_listModel

ListModel _listModel

_displayListModel

FilterableListModel _displayListModel

_list

JList _list

_filterAdded

boolean _filterAdded

Class com.jidesoft.list.SortableGroupableListModel extends SortableListModel implements Serializable

serialVersionUID: 626183256631335451L

Class com.jidesoft.list.SortableListModel extends DefaultListModelWrapper implements Serializable

serialVersionUID: -8956513956241417515L

Serialized Fields

_sortOrder

int _sortOrder

_autoResort

boolean _autoResort

_optimized

boolean _optimized

_comparatorContext

ComparatorContext _comparatorContext

_comparator

Comparator<T> _comparator

_alwaysUseComparators

boolean _alwaysUseComparators

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

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

Class com.jidesoft.list.TextFieldList extends JideSplitPane implements Serializable

Serialized Fields

_originalTextField

JTextComponent _originalTextField

_selectedList

JList _selectedList

_buttonPanelMiddle

Container _buttonPanelMiddle

_buttonPanelRight

Container _buttonPanelRight

_allowDuplicates

boolean _allowDuplicates

_cellRenderer

ListCellRenderer _cellRenderer

_disabledCellRenderer

ListCellRenderer _disabledCellRenderer

_selectedCellRenderer

ListCellRenderer _selectedCellRenderer

_defaultDisabledRenderer

ListCellRenderer _defaultDisabledRenderer

_actions

Map<K,V> _actions

_handler

com.jidesoft.list.TextFieldList.ActionHandler _handler

_originalFieldPane

JComponent _originalFieldPane

_selectedListPane

JComponent _selectedListPane

CLIENT_PROPERTY_ALWAYS_DISABLED

String CLIENT_PROPERTY_ALWAYS_DISABLED

_selectedListModel

DefaultListModelWrapper _selectedListModel

_fieldTransferredMode

int _fieldTransferredMode

_startString

String _startString

Class com.jidesoft.list.UndoableListDataEvent extends ListDataEvent implements Serializable

serialVersionUID: 3431442868294186078L

Serialized Fields

_edits

List<E> _edits

_hasBeenDone

boolean _hasBeenDone

_alive

boolean _alive

_undoRedo

boolean _undoRedo

_type

int _type

_index0

int _index0

_index1

int _index1

Package com.jidesoft.lucene

Class com.jidesoft.lucene.LuceneFilterableListModel extends FilterableListModel implements Serializable

serialVersionUID: 7769300239846234981L

Serialized Fields

_luceneSupport

com.jidesoft.lucene.LuceneSupport _luceneSupport

_matchingRows

int[] _matchingRows

Class com.jidesoft.lucene.LuceneFilterableTableModel extends FilterableTableModel implements Serializable

serialVersionUID: 4755534842798484885L

Serialized Fields

_luceneSupport

com.jidesoft.lucene.LuceneSupport _luceneSupport

_columnNames

String[] _columnNames

_converters

ConverterContext[] _converters

_columnClasses

Class<T>[] _columnClasses

_needAdjustFilter

boolean _needAdjustFilter

Class com.jidesoft.lucene.LuceneQuickListFilterField extends QuickListFilterField implements Serializable

Serialized Fields

_luceneInputMode

boolean _luceneInputMode

_luceneFilterMenuSupport

LuceneFilterMenuSupport _luceneFilterMenuSupport

Class com.jidesoft.lucene.LuceneQuickTableFilterField extends QuickTableFilterField implements Serializable

Serialized Fields

_luceneInputMode

boolean _luceneInputMode

_luceneFilterMenuSupport

LuceneFilterMenuSupport _luceneFilterMenuSupport

Package com.jidesoft.margin

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

Serialized Fields

_marginSupport

MarginSupport _marginSupport

_preferredSize

Dimension _preferredSize

_marginPainters

List<E> _marginPainters

_repaintCallback

MarginSupport.RepaintCallback _repaintCallback

_modelChangedCallback

MarginSupport.ModelChangedCallback _modelChangedCallback

_clickToSelect

boolean _clickToSelect

Class com.jidesoft.margin.AbstractRowMargin extends AbstractMargin implements Serializable

Serialized Fields

_rowMarginPainters

List<E> _rowMarginPainters

_mouseDragStartLine

int _mouseDragStartLine

_ctrlStartLine

int _ctrlStartLine

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

Class com.jidesoft.margin.RowNumberMargin extends AbstractRowMargin implements Serializable

Serialized Fields

_showTooltip

boolean _showTooltip

Package com.jidesoft.marker

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

Serialized Fields

_markerSupport

MarkerSupport _markerSupport

_eye

MarkerEye _eye

_stripe

MarkerStripe _stripe

_eyePainter

MarkerEyePainter _eyePainter

_stripePainter

MarkerStripePainter _stripePainter

_mode

int _mode

_minimumMode

int _minimumMode

_inspecting

boolean _inspecting

_clickToSelect

boolean _clickToSelect

_colors

Map<K,V> _colors

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

Serialized Fields

_marker

Marker _marker

_isAdjusting

boolean _isAdjusting

_type

int _type

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

Serialized Fields

_markerSupport

MarkerSupport _markerSupport

_markerArea

MarkerArea _markerArea

_painter

MarkerEyePainter _painter

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

Serialized Fields

_markerSupport

MarkerSupport _markerSupport

_markerArea

MarkerArea _markerArea

_painter

MarkerStripePainter _painter

Package com.jidesoft.navigation

Class com.jidesoft.navigation.BreadcrumbBar extends JPanel implements Serializable

Serialized Fields

_model

TreeModel _model

_selectedPath

TreePath _selectedPath

_dropDownAllowed

boolean _dropDownAllowed

_nextIcon

Icon _nextIcon

_dropDownIcon

Icon _dropDownIcon

_cascadeMenuAllowed

boolean _cascadeMenuAllowed

Class com.jidesoft.navigation.NavigationList extends JList implements Serializable

Serialized Fields

_helper

NavigationComponentHelper _helper

_wideSelection

boolean _wideSelection

_expandedTip

boolean _expandedTip

Class com.jidesoft.navigation.NavigationTable extends JTable implements Serializable

Serialized Fields

_helper

NavigationComponentHelper _helper

_expandedTip

boolean _expandedTip

Class com.jidesoft.navigation.NavigationTree extends JTree implements Serializable

Serialized Fields

_helper

NavigationComponentHelper _helper

_iconAlpha

float _iconAlpha

_exitAnimator

Animator _exitAnimator

_enterAnimator

Animator _enterAnimator

_showTreeLines

boolean _showTreeLines

_wideSelection

boolean _wideSelection

_fadeIcon

boolean _fadeIcon

_expandedTip

boolean _expandedTip

Package com.jidesoft.paging

Class com.jidesoft.paging.PageNavigationBar extends JToolBar implements Serializable

Serialized Fields

_component

JComponent _component

_pageNavigationSupport

PageNavigationSupport _pageNavigationSupport

_selectViewIndex

boolean _selectViewIndex

_actions

Map<K,V> _actions

_pageNavigationListener

PageNavigationListener _pageNavigationListener

_selectRecord

boolean _selectRecord

CLIENT_PROPERTY_ALWAYS_DISABLED

String CLIENT_PROPERTY_ALWAYS_DISABLED

_pageNavigationField

PageNavigationField _pageNavigationField

Class com.jidesoft.paging.PageNavigationEvent extends EventObject implements Serializable

Serialized Fields

_id

int _id

_newValue

int _newValue
New value.


_oldValue

int _oldValue
Previous value

Class com.jidesoft.paging.PageNavigationField extends LabeledTextField implements Serializable

Serialized Fields

_allowedType

int _allowedType

_type

int _type

Package com.jidesoft.pane

Class com.jidesoft.pane.BookmarkPane extends JTabbedPane implements Serializable

Serialized Fields

_buttons

Vector<E> _buttons
Buttons.

Class com.jidesoft.pane.BookmarkPane.AccessibleJTabbedPane extends JComponent.AccessibleJComponent implements Serializable

Class com.jidesoft.pane.CollapsiblePane extends JPanel implements Serializable

Serialized Fields

_contentPane

JComponent _contentPane
Content pane of CollapsiblePane. It's the pane user can add their own component to.


_contentPaneCheckingEnabled

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


_icon

Icon _icon
The icon is shown in the title bar of this collapsible pane.


_titleIcon

Icon _titleIcon
The icon is shown in the title bar of this collapsible pane. Different from the icon, the titleIcon is aligned to the bottom of the title bar and can go up and exceeds the title pane area.


_collapsedIcon

Icon _collapsedIcon
The collapsed icon.


_expandedIcon

Icon _expandedIcon
The expanded icon.


_title

String _title
The string displayed on the title bar.


_verticalAlignment

int _verticalAlignment

_horizontalAlignment

int _horizontalAlignment

_verticalTextPosition

int _verticalTextPosition

_horizontalTextPosition

int _horizontalTextPosition

_iconTextGap

int _iconTextGap

_titleLabelGap

int _titleLabelGap

_rotateIcon

boolean _rotateIcon

_collapsed

boolean _collapsed
true if the pane is collapsed.


_collapsedPercentage

int _collapsedPercentage

_contentPaneHeight

int _contentPaneHeight
The height of content pane. You can set it if you want to override the default value getting from the content pane. If you haven't set it, it will be the preferred size of content pane.


_contentPaneWidth

int _contentPaneWidth
The width of content pane. You can set it if you want to override the default value getting from the content pane. If you haven't set it, it will be the preferred size of content pane.


_scrollPane

com.jidesoft.pane.CollapsiblePane.ScrollPanel _scrollPane
A JScrollPane we used internally.


_initDelay

int _initDelay

_stepDelay

int _stepDelay

_steps

int _steps

_animationFunction

Function _animationFunction

_style

int _style
One of the values below - DROPDOWN_STYLE, TREE_STYLE, PLAIN_STYLE.


_emphasized

boolean _emphasized

_collapsible

boolean _collapsible

_slidingDirection

int _slidingDirection

_showTitleBar

boolean _showTitleBar

_showExpandButton

boolean _showExpandButton

_focusPainted

boolean _focusPainted

_contentAreaFilled

boolean _contentAreaFilled

_titlePaneOpaque

boolean _titlePaneOpaque

_titleComponent

Component _titleComponent

_titleLabelComponent

JComponent _titleLabelComponent

_autoExpandOnDragover

boolean _autoExpandOnDragover

_rollover

boolean _rollover

_collapseOnTitleClick

boolean _collapseOnTitleClick

_toggleAction

Action _toggleAction

_contentBorderVisible

boolean _contentBorderVisible

Class com.jidesoft.pane.CollapsiblePane.AccessibleCollapsiblePane extends JComponent.AccessibleJComponent implements Serializable

serialVersionUID: -3854196785760685510L

Class com.jidesoft.pane.CollapsiblePanes extends JPanel implements Serializable

Serialized Fields

_layout

LayoutManager _layout

_painter

ThemePainter _painter

Class com.jidesoft.pane.CollapsiblePaneTitleButton extends JButton implements Serializable

Serialized Fields

_pane

CollapsiblePane _pane

_painter

ThemePainter _painter

Class com.jidesoft.pane.FloorTabbedPane extends JTabbedPane implements Serializable

Serialized Fields

_buttons

Vector<E> _buttons
Buttons.


_percentage

int _percentage

_nextIndex

int _nextIndex

_prevIndex

int _prevIndex

_initDelay

int _initDelay

_stepDelay

int _stepDelay

_steps

int _steps

_animationFunction

Function _animationFunction

_orientation

int _orientation

Class com.jidesoft.pane.FloorTabbedPane.AccessibleJTabbedPane extends JComponent.AccessibleJComponent implements Serializable

serialVersionUID: -60018244891799895L

Class com.jidesoft.pane.FloorTabbedPane.FloorButton extends JideButton implements Serializable

Class com.jidesoft.pane.OutlookTabbedPane extends JTabbedPane implements Serializable

Serialized Fields

_buttons

Vector<E> _buttons
Buttons.


_hiddenTabs

Set<E> _hiddenTabs

_titles

Vector<E> _titles

_bottomPanel

com.jidesoft.pane.OutlookTabbedPane.BottomPanel _bottomPanel

_divider

com.jidesoft.pane.OutlookTabbedPane.Divider _divider

_bottomButtonCount

int _bottomButtonCount

_leftPanel

JPanel _leftPanel

_buttonPanel

JPanel _buttonPanel

_chevron

JideButton _chevron

_tabCount

int _tabCount

_buttonPanelHeight

int _buttonPanelHeight

_dividerHeight

int _dividerHeight

_optionDialogTitle

String _optionDialogTitle

_moveUpButton

JButton _moveUpButton

_moveDownButton

JButton _moveDownButton

dialog

StandardDialog dialog

_listModel

ListModel _listModel

_list

CheckBoxList _list

_newTabOrder

String[] _newTabOrder

_selectionChangeListener

ChangeListener _selectionChangeListener

_painter

ThemePainter _painter

_version

String _version

p

Point p

flag

boolean flag

_updating

boolean _updating

visibleComponent

Component visibleComponent

Class com.jidesoft.pane.OutlookTabbedPane.AccessibleJTabbedPane extends JComponent.AccessibleJComponent implements Serializable

serialVersionUID: -9182677685546392019L

Class com.jidesoft.pane.OutlookTabbedPane.OptionDialog extends StandardDialog implements Serializable

Class com.jidesoft.pane.OutlookTabbedPane.OutlookButton extends JideButton implements Serializable


Package com.jidesoft.pane.event

Class com.jidesoft.pane.event.CollapsiblePaneEvent extends AWTEvent implements Serializable


Package com.jidesoft.pivot

Class com.jidesoft.pivot.AggregateColumnsEditor extends AbstractDialogPage implements Serializable

Serialized Fields

_pivotDataModel

IPivotDataModel _pivotDataModel

_dualList

DualList _dualList

_fields

PivotField[] _fields

_subtotalSettingPanel

com.jidesoft.pivot.SubtotalSettingPanel _subtotalSettingPanel

_selectedField

PivotField _selectedField

Class com.jidesoft.pivot.AggregateTable extends SortableTable implements Serializable

Serialized Fields

_renderer

TableCellRenderer _renderer

_init

boolean _init

_draggingColumnPropertyChangeListener

AggregateTable.DraggingHandler _draggingColumnPropertyChangeListener

_rememberColumnOrderBeforeGroup

boolean _rememberColumnOrderBeforeGroup

_rememberColumnOrderBeforeUngroup

boolean _rememberColumnOrderBeforeUngroup

_aggregating

boolean _aggregating

_fieldPropertyListener

PropertyChangeListener _fieldPropertyListener

_fieldsAreaType

int[][] _fieldsAreaType

_autoAdjustGrouping

boolean _autoAdjustGrouping

_autoGrouping

boolean _autoGrouping

_synchronizing

boolean _synchronizing

_version

String _version

_cellPopupMenuCustomizer

AggregateTable.PopupMenuCustomizer _cellPopupMenuCustomizer

_showContextMenu

boolean _showContextMenu

_useNativeRenderer

boolean _useNativeRenderer

Class com.jidesoft.pivot.AggregateTableColumnChooserDialog extends TableColumnChooserDialog implements Serializable

Class com.jidesoft.pivot.AggregateTableHeader extends GroupTableHeader implements Serializable

Class com.jidesoft.pivot.AggregateTableModel extends JoinTableModel implements Serializable

serialVersionUID: -8485304402263156476L

Serialized Fields

_pivotDataModel

PivotDataModel _pivotDataModel

_tableModel

TableModel _tableModel

_cellStyleProvider

CellStyleProvider _cellStyleProvider

_settingAggregateColumns

boolean _settingAggregateColumns

_needFireStructureChangeEvent

boolean _needFireStructureChangeEvent

_expansionState

Map<K,V> _expansionState

_listener

IndexChangeListenerHelper _listener

_changeSupport

PropertyChangeSupport _changeSupport

Class com.jidesoft.pivot.AggregateTablePane extends TableScrollPane implements Serializable

Class com.jidesoft.pivot.AggregateTableSettingsDialog extends StandardDialog implements Serializable

Serialized Fields

_settingsPanel

AggregateTableSettingsPanel _settingsPanel

_aggregateTable

AggregateTable _aggregateTable

Class com.jidesoft.pivot.AggregateTableSettingsPanel extends StandardDialogPane implements Serializable

Serialized Fields

_aggregateTable

AggregateTable _aggregateTable

_columnPanel

CalculatedTableModelColumnEditor _columnPanel

_aggregatePanel

AggregateColumnsEditor _aggregatePanel

_filterPanel

TableCustomFilterEditor _filterPanel

_sortPanel

TableSortItemEditor _sortPanel

_tableModel

TableModel _tableModel

_pivotDataModel

IPivotDataModel _pivotDataModel

_filterItems

IFilterableTableModel.FilterItem[] _filterItems

_sortItems

ISortableTableModel.SortItem[] _sortItems

_okAction

AbstractAction _okAction

_cancelAction

AbstractAction _cancelAction

_okButton

JButton _okButton

_cancelButton

JButton _cancelButton

Class com.jidesoft.pivot.CalculatedHeaderTableModel extends HeaderTableModel implements Serializable

serialVersionUID: -312002961255209188L

Serialized Fields

_hiddenOriginalValues

Map<K,V> _hiddenOriginalValues

Class com.jidesoft.pivot.CompoundKey extends Object implements Serializable

serialVersionUID: 8658922321720719842L

Serialized Fields

_hashCode

int _hashCode
Stores the hashCode for this compound key. We stored the value for performance reason.


_keys

Object[] _keys

_hashCodes

int[] _hashCodes

Class com.jidesoft.pivot.CornerTableModel extends AbstractTableModel implements Serializable

Serialized Fields

_pivotDataModel

IPivotDataModel _pivotDataModel

Class com.jidesoft.pivot.DataTable extends CategorizedTable implements Serializable

Serialized Fields

_pivotTablePane

PivotTablePane _pivotTablePane

_init

boolean _init

_showContextMenu

boolean _showContextMenu

Class com.jidesoft.pivot.DataTableModel extends AbstractTableModel implements Serializable

serialVersionUID: 5117913923717688505L

Serialized Fields

_rowTableModel

HeaderTableModel _rowTableModel

_columnTableModel

HeaderTableModel _columnTableModel

_pivotDataModel

PivotDataModel _pivotDataModel

Class com.jidesoft.pivot.FieldArea extends JPanel implements Serializable

Serialized Fields

_areaType

int _areaType

_pivotTablePane

PivotTablePane _pivotTablePane

_minimumSize

int _minimumSize

_table

JTable _table

_startingColumnIndex

int _startingColumnIndex

Class com.jidesoft.pivot.FieldBox extends HeaderBox implements Serializable

Serialized Fields

_label

JLabel _label

_sortArrow

JLabel _sortArrow

_filterIcon

JLabel _filterIcon

_filterButton

AbstractButton _filterButton

_downIcon

Icon _downIcon

_upIcon

Icon _upIcon

_field

PivotField _field

_pivotTablePane

PivotTablePane _pivotTablePane

HIDE_POPUP_KEY

Object HIDE_POPUP_KEY

_dynamicFilters

List<E> _dynamicFilters

_sortArrowVisible

boolean _sortArrowVisible

_filterButtonVisible

boolean _filterButtonVisible

_possibleValues

Object[] _possibleValues

_popup

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


_preferredSize

Dimension _preferredSize

Class com.jidesoft.pivot.FieldBox.ArrowIcon extends Object implements Serializable

serialVersionUID: 6213406821880564676L

Serialized Fields

_direction

int _direction

Class com.jidesoft.pivot.FieldSettingsPanel extends JPanel implements Serializable

Serialized Fields

_nameField

JTextField _nameField

_separateSubtotalSettingCheckBox

JCheckBox _separateSubtotalSettingCheckBox

_subtotalSettingPanel

com.jidesoft.pivot.SubtotalSettingPanel _subtotalSettingPanel

_subtotalSettingPanelForRow

com.jidesoft.pivot.SubtotalSettingPanel _subtotalSettingPanelForRow

_subtotalSettingPanelForColumn

com.jidesoft.pivot.SubtotalSettingPanel _subtotalSettingPanelForColumn

_summaryComboBox

JComboBox _summaryComboBox

_runningSettingCheckBox

JCheckBox _runningSettingCheckBox

_runningSettingPanel

JPanel _runningSettingPanel

_runningSettingButtonPanel

ButtonPanel _runningSettingButtonPanel

_addRowButton

JButton _addRowButton

_removeRowButton

JButton _removeRowButton

_clearRowButton

JButton _clearRowButton

_hideOriginalCheckBox

JCheckBox _hideOriginalCheckBox

_runningSummaryList

List<E> _runningSummaryList

_runningSettingTableModel

com.jidesoft.pivot.FieldSettingsPanel.RunningSettingTableModel _runningSettingTableModel

_runningSettingTable

JTable _runningSettingTable

_grandTotalComboBox

JComboBox _grandTotalComboBox

_farRadio

JRadioButton _farRadio

_nearRadio

JRadioButton _nearRadio

_field

PivotField _field

_pivotDataModel

IPivotDataModel _pivotDataModel

_pivotTablePane

PivotTablePane _pivotTablePane

_runningTypeConverter

EnumConverter _runningTypeConverter

_pivotFieldConverter

ObjectConverter _pivotFieldConverter

_compareToConverter

ObjectConverter _compareToConverter

Class com.jidesoft.pivot.FilterableAggregateTableModel extends FilterableTableModel implements Serializable

serialVersionUID: -5213426815438710128L

Serialized Fields

filterTarget

int filterTarget

Class com.jidesoft.pivot.HeaderExpandablePanel extends ExpandablePanel implements Serializable

Class com.jidesoft.pivot.HeaderTable extends CategorizedTable implements Serializable

Serialized Fields

_pivotTablePane

PivotTablePane _pivotTablePane

_renderer

TableCellRenderer _renderer

_init

boolean _init

_autoScroll

AutoScroll _autoScroll

_startDraggingPoint

Point _startDraggingPoint

_showContextMenu

boolean _showContextMenu

_useNativeRenderer

boolean _useNativeRenderer

_adjusting

boolean _adjusting

_anchorRow

int _anchorRow

_anchorCol

int _anchorCol

Class com.jidesoft.pivot.HeaderTableCellRenderer extends ExpandableTableCellRenderer implements Serializable

Serialized Fields

_pivotTablePane

PivotTablePane _pivotTablePane

Class com.jidesoft.pivot.HeaderTableModel extends AbstractTableModel implements Serializable

serialVersionUID: -7688855337003637190L

Serialized Fields

_pivotDataModel

IPivotDataModel _pivotDataModel

_flatData

List<E> _flatData

_hierarchicalData

List<E> _hierarchicalData

_hierarchicalDataWithSummary

List<E> _hierarchicalDataWithSummary

_fields

PivotField[] _fields

_rowHeader

boolean _rowHeader

_dataFields

PivotField[] _dataFields

_dataIndex

int _dataIndex

_previousRows

CompoundKey[] _previousRows

_cellSpanOn

boolean _cellSpanOn

_sortOrders

int[] _sortOrders

Class com.jidesoft.pivot.PivotField extends Field implements Serializable

serialVersionUID: -8318753344345181030L

Serialized Fields

_areaType

int _areaType

_areaIndex

int _areaIndex

_customSummary

Summary _customSummary

_summaryType

int _summaryType

_grandTotalSummaryType

int _grandTotalSummaryType

_separateSubtotalSettings

boolean _separateSubtotalSettings

_subtotalType

int _subtotalType

_customSubtotals

int[] _customSubtotals

_subtotalTypeForRow

int _subtotalTypeForRow

_customSubtotalsForRow

int[] _customSubtotalsForRow

_subtotalTypeForColumn

int _subtotalTypeForColumn

_customSubtotalsForColumn

int[] _customSubtotalsForColumn

_hideOriginalData

boolean _hideOriginalData

_runningSummaryList

List<E> _runningSummaryList

_subtotalLocation

int _subtotalLocation

_allowedAsDataField

boolean _allowedAsDataField

_allowedAsFilterField

boolean _allowedAsFilterField

_allowedAsRowField

boolean _allowedAsRowField

_allowedAsColumnField

boolean _allowedAsColumnField

_allowedAsUnassignedField

boolean _allowedAsUnassignedField

_sortByDataFieldModelIndex

int _sortByDataFieldModelIndex

_sortByColumnKeys

Values _sortByColumnKeys

_sortByAscending

boolean _sortByAscending

_sortBySummaryType

int _sortBySummaryType

_dataFieldFilterOnSummary

boolean _dataFieldFilterOnSummary

_dataFieldFilteredValues

Map<K,V> _dataFieldFilteredValues

_statisticsCalculationType

int _statisticsCalculationType

_oldTitle

String _oldTitle

Class com.jidesoft.pivot.PivotTablePane extends JPanel implements Serializable

Serialized Fields

_pivotDataModel

IPivotDataModel _pivotDataModel

_filterFieldsArea

FieldArea _filterFieldsArea

_dataFieldsArea

FieldArea _dataFieldsArea

_rowFieldsArea

FieldArea _rowFieldsArea

_columnFieldsArea

FieldArea _columnFieldsArea

_fieldChooserAreaVisible

boolean _fieldChooserAreaVisible

_filterFieldAreaVisible

boolean _filterFieldAreaVisible

_dataFieldAreaVisible

boolean _dataFieldAreaVisible

_rowFieldAreaVisible

boolean _rowFieldAreaVisible

_columnFieldAreaVisible

boolean _columnFieldAreaVisible

_flatLayout

boolean _flatLayout

_fieldBoxMap

Map<K,V> _fieldBoxMap

_rowHeaderTable

JTable _rowHeaderTable

_columnHeaderTable

JTable _columnHeaderTable

_dataTable

JTable _dataTable

_cornerTable

JTable _cornerTable

_rowHeight

int _rowHeight

_listener

FieldBoxInputListener _listener

_fieldsPanel

Container _fieldsPanel

_unassignedFieldsArea

UnassignedFieldsArea _unassignedFieldsArea

_unassignedButtonGroup

ButtonGroup _unassignedButtonGroup

_fieldChooserEnabled

boolean _fieldChooserEnabled

_version

String _version

_painter

ThemePainter _painter

_fieldChooserComboBoxPanel

JPanel _fieldChooserComboBoxPanel

_unassignedFieldsAreaSearchable

Searchable _unassignedFieldsAreaSearchable

_filterField

com.jidesoft.pivot.QuickUnassignedFieldsAreaFilterField _filterField

_panePropertyChangeListener

PropertyChangeListener _panePropertyChangeListener

_popupMenuMouseListener

com.jidesoft.pivot.PopupMenuMouseListener _popupMenuMouseListener

_columnProertyChangeListener

PropertyChangeListener _columnProertyChangeListener

_rearrangable

boolean _rearrangable

_gridColor

Color _gridColor

_plainHeaderTables

boolean _plainHeaderTables

_headerSelectionMode

int _headerSelectionMode

_dataFieldFilterable

boolean _dataFieldFilterable

_rowFieldFilterable

boolean _rowFieldFilterable

_columnFieldFilterable

boolean _columnFieldFilterable

_hideExpandIconOnSingleRow

boolean _hideExpandIconOnSingleRow

_scrollSelectionToVisible

boolean _scrollSelectionToVisible

_showFilterButtonsOnMouseOver

boolean _showFilterButtonsOnMouseOver

_dataFieldsDuplicationEnabled

boolean _dataFieldsDuplicationEnabled

_hiddenHeaderField

Map<K,V> _hiddenHeaderField

_separator

JPanel _separator

_contentPanel

Container _contentPanel

_visibleRowCount

int _visibleRowCount

_scrollPane

JScrollPane _scrollPane

_addToComboBox

JComboBox _addToComboBox

_addToButton

JButton _addToButton

_addToComboBoxField

PivotField _addToComboBoxField

_shrinkDataFieldArea

boolean _shrinkDataFieldArea

_hideFieldOnDraggingOut

boolean _hideFieldOnDraggingOut

_keepFieldAreaFit

boolean _keepFieldAreaFit

_showFilterIcon

boolean _showFilterIcon

_filterIcon

Icon _filterIcon

_columnAutoResizer

TableColumnAutoResizer[] _columnAutoResizer

_considerRowFieldWidth

boolean _considerRowFieldWidth

_restoreColumnWidthNeeded

boolean _restoreColumnWidthNeeded

_dragNoDropCursor

Cursor _dragNoDropCursor

_dragRemoveCursor

Cursor _dragRemoveCursor

_respectFieldPreferredWidth

boolean _respectFieldPreferredWidth

_popupMenuCustomizer

PivotTablePane.PopupMenuCustomizer _popupMenuCustomizer

_headerTablePopupMenuCustomizer

PivotTablePane.PopupMenuCustomizer _headerTablePopupMenuCustomizer

_dataTablePopupMenuCustomizer

PivotTablePane.PopupMenuCustomizer _dataTablePopupMenuCustomizer

_columnHeaderWidths

Map<K,V>[] _columnHeaderWidths

_rowHeaderWidths

Map<K,V>[] _rowHeaderWidths

_savedSelections

Object[] _savedSelections

_previousRowFields

PivotField[] _previousRowFields

_previousColumnFields

PivotField[] _previousColumnFields

Class com.jidesoft.pivot.PivotTablePane.JideScrollPaneEx extends JideScrollPane implements Serializable

Class com.jidesoft.pivot.PivotValueProviderEvent extends EventObject implements Serializable

serialVersionUID: 1311653003371521826L

Serialized Fields

_type

int _type

_object

Object _object

Class com.jidesoft.pivot.PostEvent extends EventObject implements Serializable

Class com.jidesoft.pivot.SortableAggregateTableModel extends SortableTableModel implements Serializable

serialVersionUID: -4019358127079289886L

Serialized Fields

_headerTableModel

HeaderTableModel _headerTableModel

_masterSortColumns

int[] _masterSortColumns

_hasGroupColumns

boolean _hasGroupColumns

Class com.jidesoft.pivot.UnassignedFieldsArea extends JPanel implements Serializable

Serialized Fields

retargetKeyListener

com.jidesoft.pivot.RetargetKeyListener retargetKeyListener

_fieldBoxes

List<E> _fieldBoxes

Package com.jidesoft.plaf.aqua

Class com.jidesoft.plaf.aqua.AquaDockableFrameTitlePane extends BasicDockableFrameTitlePane implements Serializable

Class com.jidesoft.plaf.aqua.AquaDockableFrameTitlePane.AquaCloseButton extends JButton implements Serializable

Class com.jidesoft.plaf.aqua.AquaDockableFrameTitlePane.ButtonChangeListener extends Object implements Serializable

Class com.jidesoft.plaf.aqua.AquaExComboBoxPopup extends ExComboBoxPopup implements Serializable

Serialized Fields

topStrut

Component topStrut

bottomStrut

Component bottomStrut

isPopDown

boolean isPopDown

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


Package com.jidesoft.plaf.basic

Class com.jidesoft.plaf.basic.BasicCollapsiblePaneTitlePane extends JComponent implements Serializable

Serialized Fields

_collapseButton

BasicCollapsiblePaneTitlePane.BasicCollapseButton _collapseButton

_titleLabel

JComponent _titleLabel

_titleIconLabel

JLabel _titleIconLabel

_titleComponent

Component _titleComponent

_popupMenu

JPopupMenu _popupMenu

_pane

CollapsiblePane _pane

_propertyChangeListener

PropertyChangeListener _propertyChangeListener

_collapseText

String _collapseText

_collapseToolTip

String _collapseToolTip

_upIcon

ImageIcon _upIcon
It's the icon to be painted while the CollapsiblePane is not emphasized and is expanded while the style is #DROPDOWN_STYLE or #SEPARATOR_STYLE.


_downIcon

ImageIcon _downIcon
It's the icon to be painted while the CollapsiblePane is not emphasized and is collapsed while the style is #DROPDOWN_STYLE or #SEPARATOR_STYLE.


_emphasizedUpIcon

ImageIcon _emphasizedUpIcon
It's the icon to be painted while the CollapsiblePane is emphasized and is expanded while the style is #DROPDOWN_STYLE or #SEPARATOR_STYLE.


_emphasizedDownIcon

ImageIcon _emphasizedDownIcon
It's the icon to be painted while the CollapsiblePane is emphasized and is collapsed while the style is #DROPDOWN_STYLE or #SEPARATOR_STYLE.


_upRolloverIcon

ImageIcon _upRolloverIcon
It's the icon to be painted while the mouse is rollover the CollapsiblePane and the CollapsiblePane is expanded.


_downRolloverIcon

ImageIcon _downRolloverIcon
It's the icon to be painted while the mouse is rollover the CollapsiblePane and the CollapsiblePane is collapsed.


_collapsedIcon

Icon _collapsedIcon
It's the icon to be painted while the CollapsiblePane is collapsed while the style is #TREE_STYLE or #PLAIN_STYLE.


_expandedIcon

Icon _expandedIcon
It's the icon to be painted while the CollapsiblePane is expanded while the style is #TREE_STYLE or #PLAIN_STYLE.


_painter

ThemePainter _painter

_dropListener

DropTargetListener _dropListener

_dt

DropTarget _dt

Class com.jidesoft.plaf.basic.BasicCollapsiblePaneTitlePane.BasicCollapseButton extends JButton implements Serializable

Serialized Fields

_type

int _type

_mousePressed

boolean _mousePressed

_still

boolean _still

_pressedLocation

Point _pressedLocation

Class com.jidesoft.plaf.basic.BasicCollapsiblePaneUI.CollapseAction extends AbstractAction implements Serializable

Serialized Fields

_savedBounds

Rectangle _savedBounds

_animator

Animator _animator

Class com.jidesoft.plaf.basic.BasicDockableFrameTitlePane extends JComponent implements Serializable

Serialized Fields

_autohideButton

AbstractButton _autohideButton

_closeButton

AbstractButton _closeButton

_hideAutohideButton

AbstractButton _hideAutohideButton

_floatButton

AbstractButton _floatButton

_maximizeButton

AbstractButton _maximizeButton

_additionalButtons

LinkedHashMap<K,V> _additionalButtons

_title

JComponent _title

_gripper

Gripper _gripper

_popupMenu

JPopupMenu _popupMenu

_frame

DockableFrame _frame

_backgroundColor

Color _backgroundColor

_selectedTitleColor

Color _selectedTitleColor

_selectedTextColor

Color _selectedTextColor

_selectedTitleBorderColor

Color _selectedTitleBorderColor

_notSelectedTitleColor

Color _notSelectedTitleColor

_notSelectedTextColor

Color _notSelectedTextColor

_notSelectedTitleBorderColor

Color _notSelectedTitleBorderColor

_propertyChangeListener

PropertyChangeListener _propertyChangeListener

_closeText

String _closeText

_hideAutohideText

String _hideAutohideText

_dockableText

String _dockableText

_autohideText

String _autohideText

_floatingText

String _floatingText

_maximizeText

String _maximizeText

_closeButtonToolTip

String _closeButtonToolTip

_hideAutohideButtonToolTip

String _hideAutohideButtonToolTip

_autohideButtonToolTip

String _autohideButtonToolTip

_floatButtonToolTip

String _floatButtonToolTip

_maximizeButtonToolTip

String _maximizeButtonToolTip

_closeIcon

Icon _closeIcon

_closeActiveIcon

Icon _closeActiveIcon

_closeRolloverIcon

Icon _closeRolloverIcon

_closeRolloverActiveIcon

Icon _closeRolloverActiveIcon

_hideAutohideIcon

Icon _hideAutohideIcon

_hideAutohideActiveIcon

Icon _hideAutohideActiveIcon

_hideAutohideRolloverIcon

Icon _hideAutohideRolloverIcon

_hideAutohideRolloverActiveIcon

Icon _hideAutohideRolloverActiveIcon

_autohideIcon

Icon _autohideIcon

_autohideActiveIcon

Icon _autohideActiveIcon

_autohideRolloverIcon

Icon _autohideRolloverIcon

_autohideRolloverActiveIcon

Icon _autohideRolloverActiveIcon

_stopAutohideIcon

Icon _stopAutohideIcon

_stopAutohideActiveIcon

Icon _stopAutohideActiveIcon

_stopAutohideRolloverIcon

Icon _stopAutohideRolloverIcon

_stopAutohideRolloverActiveIcon

Icon _stopAutohideRolloverActiveIcon

_floatIcon

Icon _floatIcon

_floatActiveIcon

Icon _floatActiveIcon

_floatRolloverIcon

Icon _floatRolloverIcon

_floatRolloverActiveIcon

Icon _floatRolloverActiveIcon

_unfloatIcon

Icon _unfloatIcon

_unfloatActiveIcon

Icon _unfloatActiveIcon

_unfloatRolloverIcon

Icon _unfloatRolloverIcon

_unfloatRolloverActiveIcon

Icon _unfloatRolloverActiveIcon

_maximizeIcon

Icon _maximizeIcon

_maximizeActiveIcon

Icon _maximizeActiveIcon

_maximizeRolloverIcon

Icon _maximizeRolloverIcon

_maximizeRolloverActiveIcon

Icon _maximizeRolloverActiveIcon

_restoreIcon

Icon _restoreIcon

_restoreActiveIcon

Icon _restoreActiveIcon

_restoreRolloverIcon

Icon _restoreRolloverIcon

_restoreRolloverActiveIcon

Icon _restoreRolloverActiveIcon

_gripperWidth

int _gripperWidth

_titleButtonUI

String _titleButtonUI

_titleBarComponentCanBeOneSameLine

boolean _titleBarComponentCanBeOneSameLine

_alwaysShowAllButtons

boolean _alwaysShowAllButtons

_showIcon

boolean _showIcon

_use3DButtons

boolean _use3DButtons

_contentFilledButtons

boolean _contentFilledButtons

_buttonsAlignment

int _buttonsAlignment

_titleAlignment

int _titleAlignment

_buttonGap

int _buttonGap

_titleInsets

Insets _titleInsets

_painter

ThemePainter _painter

_gripperPainter

Painter _gripperPainter

_maximumButtonSize

Dimension _maximumButtonSize

Class com.jidesoft.plaf.basic.BasicDockableFrameTitlePane.NoFocusButton extends JideButton implements Serializable

Serialized Fields

_type

int _type

_mouseOver

boolean _mouseOver

_mousePressed

boolean _mousePressed

_use3DButtons

boolean _use3DButtons

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

Serialized Fields

_comboBox

JComboBox _comboBox

_listBox

JList _listBox

_rendererPane

CellRendererPane _rendererPane

_comboIcon

Icon _comboIcon

_iconOnly

boolean _iconOnly

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

serialVersionUID: 4633179647696691207L

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

serialVersionUID: 3270152106579039554L

Serialized Fields

_tabIndex

int _tabIndex

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

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

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

Serialized Fields

_type

int _type
Deprecated. 

_index

int _index
Deprecated. 

_mouseOver

boolean _mouseOver
Deprecated. 

_mousePressed

boolean _mousePressed
Deprecated. 

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

Class com.jidesoft.plaf.basic.BasicPeriodHeaderPainter extends com.jidesoft.plaf.basic.AbstractPeriodPainter implements Serializable

serialVersionUID: -7082121210792722404L

Class com.jidesoft.plaf.basic.ExComboBoxPopup extends BasicComboPopup implements Serializable

Serialized Fields

_dialog

StandardDialog _dialog
The dialog that will be shown.


_popup

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


_popupPanel

PopupPanel _popupPanel

_popupItemListener

ItemListener _popupItemListener

_dialogItemListener

ItemListener _dialogItemListener

_dialogOKAction

Action _dialogOKAction

_dialogCancelAction

Action _dialogCancelAction

_previousPopupSize

Dimension _previousPopupSize

_previousPopupXOffset

int _previousPopupXOffset

_comboBox

ExComboBox _comboBox

LINE_BORDER

LineBorder LINE_BORDER

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

Serialized Fields

_deleteFolderBtn

JButton _deleteFolderBtn

_newFolderBtn

JButton _newFolderBtn

_refreshBtn

JButton _refreshBtn

_desktopBtn

JButton _desktopBtn

_myDocumentsBtn

JButton _myDocumentsBtn

_recentFoldersList

JComboBox _recentFoldersList

_listeners

List<E> _listeners

Class com.jidesoft.plaf.basic.GanttChartBackgroundPainter extends com.jidesoft.plaf.basic.AbstractPeriodPainter implements Serializable

serialVersionUID: 1340063101619613240L

Serialized Fields

_ganttChart

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

_painters

List<E> _painters

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

Class com.jidesoft.plaf.basic.LazyMutableTreeNode extends DefaultMutableTreeNode implements Serializable

Serialized Fields

_loaded

boolean _loaded

Class com.jidesoft.plaf.basic.TableCellRendererPeriodHeaderPainter extends com.jidesoft.plaf.basic.AbstractPeriodPainter implements Serializable

serialVersionUID: -141150431031887140L

Serialized Fields

_verticalAlignment

int _verticalAlignment

_horizontalAlignment

int _horizontalAlignment

_fallbackTable

JTable _fallbackTable

Package com.jidesoft.plaf.eclipse

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

Class com.jidesoft.plaf.eclipse.EclipseDockableFrameTitlePane extends BasicDockableFrameTitlePane implements Serializable


Package com.jidesoft.plaf.longhorn

Class com.jidesoft.plaf.longhorn.LonghornCollapsiblePaneTitlePane extends BasicCollapsiblePaneTitlePane implements Serializable

Serialized Fields

topColor

Color topColor

bottomColor

Color bottomColor

borderColor

Color borderColor

borderColor2

Color borderColor2

topColor2

Color topColor2

alpha1

Color alpha1

alpha2

Color alpha2

Package com.jidesoft.plaf.metal

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


Package com.jidesoft.plaf.office2003

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

Serialized Fields

_baseColor

Color _baseColor

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

Class com.jidesoft.plaf.office2003.Office2003CollapsiblePaneTitlePane extends BasicCollapsiblePaneTitlePane implements Serializable

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

Serialized Fields

_themeName

String _themeName

_uiDefaultsSelection

Object[] _uiDefaultsSelection

Package com.jidesoft.plaf.vsnet

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

serialVersionUID: 8723756757971612903L

Serialized Fields

menu

JMenu menu

force

boolean force

Package com.jidesoft.plaf.xerto

Class com.jidesoft.plaf.xerto.XertoDockableFrameUI.XertoDockableFrameTitlePane extends BasicDockableFrameTitlePane implements Serializable

Serialized Fields

_autoHideBtn

JButton _autoHideBtn

_hideBtn

JButton _hideBtn

_floatBtn

JButton _floatBtn

_installTitlePaneEnabled

boolean _installTitlePaneEnabled

Class com.jidesoft.plaf.xerto.XertoDockableFrameUI.XertoDockableFrameTitlePane.XertoNoFocusButton extends BasicDockableFrameTitlePane.NoFocusButton implements Serializable

Serialized Fields

_type

int _type

_mouseOver

boolean _mouseOver

_mousePressed

boolean _mousePressed

Package com.jidesoft.popup

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

Serialized Fields

rootPane

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

See Also:
JRootPane, RootPaneContainer

rootPaneCheckingEnabled

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


_attachable

boolean _attachable

_movable

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


_returnFocusToOwner

boolean _returnFocusToOwner

_detached

boolean _detached

_window

ResizableWindow _window

_panel

ResizablePanel _panel

_resizableSupport

ResizableSupport _resizableSupport

_componentListener

ComponentAdapter _componentListener

_windowListener

WindowAdapter _windowListener

_ownerComponentListener

ComponentAdapter _ownerComponentListener

_hierarchyListener

HierarchyListener _hierarchyListener

_displayStartLocation

Point _displayStartLocation

_resizable

boolean _resizable

_keepPreviousSize

boolean _keepPreviousSize

_owner

Component _owner

_popupBorder

Border _popupBorder

_transient

boolean _transient

_timeout

int _timeout

_timer

Timer _timer

_defaultFocusComponent

Component _defaultFocusComponent

_defaultMoveOperation

int _defaultMoveOperation

DISTANCE_TO_SCREEN_BORDER

int DISTANCE_TO_SCREEN_BORDER
The distance between alert and screen border.


_excludedComponents

List<E> _excludedComponents

_gripperLocation

int _gripperLocation

_popupResizeListener

ComponentAdapter _popupResizeListener

_previousSize

Dimension _previousSize

_actualOwner

Component _actualOwner

_actualOwnerLocation

Point _actualOwnerLocation

_popupType

int _popupType

_escapeActionListener

ActionListener _escapeActionListener

HIDE_POPUP_KEY

Object HIDE_POPUP_KEY

_insets

Insets _insets

_isDragging

boolean _isDragging

_relativeX

double _relativeX
Mouse location related the frame it drags.


_relativeY

double _relativeY
Mouse location related the frame it drags.


_startPoint

Point _startPoint

_currentWindow

Window _currentWindow

_currentPanel

JPanel _currentPanel

_backToOriginalInsets

Insets _backToOriginalInsets

_awtEventListener

AWTEventListener _awtEventListener

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

serialVersionUID: -1095213042773793649L


Package com.jidesoft.range

Class com.jidesoft.range.Category extends Object implements Serializable

serialVersionUID: -273502456506105902L

Serialized Fields

_name

String _name

_value

Object _value

_range

CategoryRange<T> _range

Package com.jidesoft.rss

Class com.jidesoft.rss.FeedEvent extends EventObject implements Serializable

Serialized Fields

_id

int _id

_message

String _message

_channel

ChannelIF _channel

_channelGroup

ChannelGroupIF _channelGroup

_itemIF

ItemIF _itemIF

_feedPreference

FeedPreference _feedPreference

Class com.jidesoft.rss.FeedItemTableModel extends AbstractTableModel implements Serializable

Serialized Fields

_maxItems

int _maxItems

_persistenceManager

PersistenceManagerIF _persistenceManager

_items

List<E> _items

_channel

ChannelIF _channel

_ignoreLastSelectedItem

boolean _ignoreLastSelectedItem

unreadCellStyle

CellStyle unreadCellStyle

unreadIconCellStyle

CellStyle unreadIconCellStyle

itemIconCellStyle

CellStyle itemIconCellStyle

unreadItemCellStyle

CellStyle unreadItemCellStyle

Class com.jidesoft.rss.FeedReader extends JPanel implements Serializable

Serialized Fields

_feedTree

JTree _feedTree

_rootNode

DefaultMutableTreeNode _rootNode

_groupTreeModel

com.jidesoft.rss.FeedTreeModel _groupTreeModel

_feedTable

FeedTable _feedTable

_itemTableModel

FeedItemTableModel _itemTableModel

_editor

Component _editor

_editorTitleLabel

Component _editorTitleLabel

_editorLinkLabel

Component _editorLinkLabel

_addChannelButton

AbstractButton _addChannelButton

_channelPropertyButton

AbstractButton _channelPropertyButton

_deleteChannelButton

AbstractButton _deleteChannelButton

_reloadChannelButton

AbstractButton _reloadChannelButton

_moveChannelButton

AbstractButton _moveChannelButton

_addGroupButton

AbstractButton _addGroupButton

_deleteGroupButton

AbstractButton _deleteGroupButton

_groupPropertyButton

AbstractButton _groupPropertyButton

_filterField

QuickTableFilterField _filterField

_editorBottomPane

JPanel _editorBottomPane

_timer

Timer _timer

_channelPopupMenu

JPopupMenu _channelPopupMenu

_groupPopupMenu

JPopupMenu _groupPopupMenu

_itemPopupMenu

JPopupMenu _itemPopupMenu

_addChannelAction

com.jidesoft.rss.AddChannelAction _addChannelAction

_channelPropertyAction

com.jidesoft.rss.ChannelPropertyAction _channelPropertyAction

_deleteChannelAction

com.jidesoft.rss.DeleteChannelAction _deleteChannelAction

_reloadChannelAction

com.jidesoft.rss.ReloadChannelAction _reloadChannelAction

_reloadAllChannelsAction

com.jidesoft.rss.ReloadAllChannelsAction _reloadAllChannelsAction

_preferenceAction

com.jidesoft.rss.PreferenceAction _preferenceAction

_makeAllItemsReadAction

com.jidesoft.rss.MakeAllItemsReadAction _makeAllItemsReadAction

_makeAllItemsUnreadAction

com.jidesoft.rss.MakeAllItemsUnreadAction _makeAllItemsUnreadAction

_visitChannelAction

com.jidesoft.rss.VisitChannelAction _visitChannelAction

_clearHistoryAction

com.jidesoft.rss.ClearChannelHistoryAction _clearHistoryAction

_toggleItemAction

com.jidesoft.rss.ToggleItemAction _toggleItemAction

_visitItemAction

com.jidesoft.rss.VisitItemAction _visitItemAction

_addGroupAction

com.jidesoft.rss.AddGroupAction _addGroupAction

_deleteGroupAction

com.jidesoft.rss.DeleteGroupAction _deleteGroupAction

_moveChannelAction

com.jidesoft.rss.MoveChannelAction _moveChannelAction

_groupPropertyAction

com.jidesoft.rss.GroupPropertyAction _groupPropertyAction

_feedPreference

FeedPreference _feedPreference

_feedPersistence

PersistenceManagerIF _feedPersistence

_defaultChannels

String[] _defaultChannels

_userDataPath

String _userDataPath

_isAllowGroup

boolean _isAllowGroup

_defaultSelectedChannel

String _defaultSelectedChannel

_invalidHtmlBrowserColor

Color _invalidHtmlBrowserColor

_validHtmlBrowserColor

Color _validHtmlBrowserColor

listenerList

EventListenerList listenerList
A list of event listeners for this component.

Class com.jidesoft.rss.FeedTable extends SortableTable implements Serializable

Class com.jidesoft.rss.PreferencePanel extends JPanel implements Serializable

Serialized Fields

_defaultBrowser

JRadioButton _defaultBrowser

_userBrowser

JRadioButton _userBrowser

_browser

JTextField _browser

_doubleSite

JCheckBox _doubleSite

_maxItem

JComboBox _maxItem

_delayTime

JSpinner _delayTime

_rss

FeedReader _rss

Package com.jidesoft.scale

Class com.jidesoft.scale.AbstractPeriodConverter extends Object implements Serializable

serialVersionUID: -5945562469522848037L

Serialized Fields

_displayName

String _displayName

_prototypeDisplayValue

Object _prototypeDisplayValue

Class com.jidesoft.scale.AbstractScaleModel extends Object implements Serializable

serialVersionUID: -2938617006902122476L

Serialized Fields

_periods

List<E> _periods

_defaultStart

Object _defaultStart

_defaultEnd

Object _defaultEnd

Class com.jidesoft.scale.DatePeriod extends Object implements Serializable

serialVersionUID: -3361098627363838020L

Serialized Fields

_calendarField

int _calendarField

_amount

int _amount

_offset

int _offset

Class com.jidesoft.scale.DatePeriodConverter extends AbstractPeriodConverter<Date> implements Serializable

serialVersionUID: 1491288903053008517L

Serialized Fields

_labelFormat

DateFormat _labelFormat

_toolTipFormat

DateFormat _toolTipFormat

_formatEndDate

boolean _formatEndDate

_endFormatField

int _endFormatField

Class com.jidesoft.scale.DateScaleModel extends AbstractScaleModel<Date> implements Serializable

serialVersionUID: -2522724722032286931L

Serialized Fields

_locale

Locale _locale

Class com.jidesoft.scale.DefaultPeriodConverter extends AbstractPeriodConverter<T> implements Serializable

serialVersionUID: 5028591362696192004L

Class com.jidesoft.scale.NumberPeriod extends Object implements Serializable

serialVersionUID: 938073422920519342L

Serialized Fields

_step

int _step

Class com.jidesoft.scale.NumberScaleModel extends AbstractScaleModel<Integer> implements Serializable

serialVersionUID: 6609177584771927835L

Class com.jidesoft.scale.ScaleArea extends JComponent implements Serializable

serialVersionUID: -108765377692061814L

Serialized Fields

_scaleModel

ScaleModel<T> _scaleModel

_visiblePeriods

List<E> _visiblePeriods

_preferredPeriodSize

Dimension _preferredPeriodSize

_visiblePeriodCount

int _visiblePeriodCount

_visiblePeriodTiers

int _visiblePeriodTiers

_periodMargin

int _periodMargin

_start

Object _start

_end

Object _end

_defaultConverter

PeriodConverter<T> _defaultConverter

_converters

Map<K,V> _converters

popupMenuCustomizers

List<E> popupMenuCustomizers

_periodHeaderPainter

PeriodHeaderPainter _periodHeaderPainter

_treeTable

TreeTable _treeTable

_tableCellRenderer

TableCellRenderer _tableCellRenderer

Package com.jidesoft.search

Class com.jidesoft.search.FindAndReplaceDialog extends StandardDialog implements Serializable

Serialized Fields

_findAndReplacePanel

FindAndReplacePanel _findAndReplacePanel

_findAndReplace

FindAndReplace _findAndReplace

Class com.jidesoft.search.FindAndReplaceEvent extends EventObject implements Serializable

Serialized Fields

_status

int _status

_findResult

FindResult _findResult

_findResults

FindResults _findResults

_targetName

String _targetName

_replaceText

String _replaceText

Class com.jidesoft.search.FindAndReplacePanel extends JPanel implements Serializable

Serialized Fields

_searchComboBox

JComboBox _searchComboBox

_findHelperButton

JButton _findHelperButton

_replaceComboBox

JComboBox _replaceComboBox

_replaceHelperButton

JButton _replaceHelperButton

_matchCaseCheckBox

JCheckBox _matchCaseCheckBox

_matchWholeWordCheckBox

JCheckBox _matchWholeWordCheckBox

_useCheckBox

JCheckBox _useCheckBox

_regexRadioButton

JRadioButton _regexRadioButton

_wildcardRadioButton

JRadioButton _wildcardRadioButton

_forwardRadioButton

JRadioButton _forwardRadioButton

_backwardRadioButton

JRadioButton _backwardRadioButton

_entireScopeRadioButton

JRadioButton _entireScopeRadioButton

_fromCursorRadioButton

JRadioButton _fromCursorRadioButton

_replacePanel

JComponent _replacePanel

_findPanel

JComponent _findPanel

_replace

boolean _replace

_findAndReplace

FindAndReplace _findAndReplace

Class com.jidesoft.search.FindResultListCellRenderer extends StyledListCellRenderer implements Serializable

Class com.jidesoft.search.FindResultTree extends JTree implements Serializable

Class com.jidesoft.search.FindResultTreeCellRenderer extends StyledTreeCellRenderer implements Serializable

Class com.jidesoft.search.PromptDialog extends StandardDialog implements Serializable

Serialized Fields

_message

String _message

_hasMoreFiles

boolean _hasMoreFiles

_target

FindAndReplaceTarget _target

Package com.jidesoft.shortcut

Class com.jidesoft.shortcut.CommandListCellRenderer extends JPanel implements Serializable

Serialized Fields

_commandLabel

StyledLabel _commandLabel

_shortcutLabel

StyledLabel _shortcutLabel

_shortcutEditor

ShortcutEditor _shortcutEditor

Class com.jidesoft.shortcut.KeyboardShortcut extends Shortcut implements Serializable

Serialized Fields

_keyStrokes

List<E> _keyStrokes

Class com.jidesoft.shortcut.MouseShortcut extends Shortcut implements Serializable

Serialized Fields

_clickCount

int _clickCount

_button

int _button

_modifiers

int _modifiers

Class com.jidesoft.shortcut.Shortcut extends Object implements Serializable

Serialized Fields

_name

String _name

_icon

Icon _icon

_context

String _context

Class com.jidesoft.shortcut.ShortcutEditor extends JPanel implements Serializable

Serialized Fields

_manager

ShortcutSchemaManager _manager

_contexts

String[] _contexts

_selectedCommand

String _selectedCommand

_selectedShortcutSchema

ShortcutSchema _selectedShortcutSchema

_schemaList

JList _schemaList

_setActiveButton

JButton _setActiveButton

_copyButton

JButton _copyButton

_deleteButton

JButton _deleteButton

_parentSchemaLabel

JLabel _parentSchemaLabel

_filterField

QuickFilterField _filterField

_commandsList

JList _commandsList

_overriddenOnlyCheckBox

JCheckBox _overriddenOnlyCheckBox

_shortcutsComboBox

JComboBox _shortcutsComboBox

_shortcutLabel

com.jidesoft.shortcut.ShortcutLabel _shortcutLabel

_removeButton

JButton _removeButton

_shortcutField

ShortcutField _shortcutField

_assignButton

JButton _assignButton

_contextComboBox

JComboBox _contextComboBox

_schemaListModel

DefaultListModel _schemaListModel

_multipleShortcutsAllowed

boolean _multipleShortcutsAllowed

_conflictedShortcutsAllowed

boolean _conflictedShortcutsAllowed

_newShortcutOnTop

boolean _newShortcutOnTop

Class com.jidesoft.shortcut.ShortcutEvent extends EventObject implements Serializable

Serialized Fields

_type

int _type

_shortcut

Shortcut _shortcut

_command

String _command

Class com.jidesoft.shortcut.ShortcutField extends LabeledTextField implements Serializable

Serialized Fields

_allowedType

int _allowedType

_type

int _type

_maximumAllowedKeystrokes

int _maximumAllowedKeystrokes

_allowedKeystrokes

int _allowedKeystrokes

_mouseClicks

int _mouseClicks

_keyListener

KeyListener _keyListener

_mouseListener

MouseListener _mouseListener

_shortcut

Shortcut _shortcut

Class com.jidesoft.shortcut.ShortcutSchemaEvent extends EventObject implements Serializable

Serialized Fields

_type

int _type

_schemaName

String _schemaName

Package com.jidesoft.spinner

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

Serialized Fields

_formatter

DefaultFormatter _formatter

_timeEditor

JSpinner.DateEditor _timeEditor

_format

DateFormat _format

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

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

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


Package com.jidesoft.status

Class com.jidesoft.status.ButtonStatusBarItem extends StatusBarItem implements Serializable

Serialized Fields

_button

AbstractButton _button

_name

String _name

Class com.jidesoft.status.ComboBoxStatusBarItem extends StatusBarItem implements Serializable

Serialized Fields

_comboBox

JComboBox _comboBox

_name

String _name

Class com.jidesoft.status.EmptyStatusBarItem extends StatusBarItem implements Serializable

Class com.jidesoft.status.LabelStatusBarItem extends StatusBarItem implements Serializable

Serialized Fields

_label

JLabel _label

_name

String _name

Class com.jidesoft.status.MemoryStatusBarItem extends StatusBarItem implements Serializable

Serialized Fields

DEFAULT_COLOR

Color DEFAULT_COLOR

DEFAULT_ICON

Icon DEFAULT_ICON

_fillColor

Color _fillColor

_gcIcon

Icon _gcIcon

_showMaxMemory

boolean _showMaxMemory

_statusArea

JComponent _statusArea

_button

AbstractButton _button

_buttonPanel

JPanel _buttonPanel

_interval

int _interval

_timer

Timer _timer

Class com.jidesoft.status.OvrInsStatusBarItem extends LabelStatusBarItem implements Serializable

Serialized Fields

_isOvrMode

boolean _isOvrMode

Class com.jidesoft.status.ProgressStatusBarItem extends StatusBarItem implements Serializable

Serialized Fields

_popup

JidePopup _popup

_statusLabel

JLabel _statusLabel

_progressLabel

JLabel _progressLabel

_progressBar

JProgressBar _progressBar

_cancelButton

AbstractButton _cancelButton

_callback

ProgressStatusBarItem.CancelCallback _callback

_defaultStatus

String _defaultStatus

_cancelText

String _cancelText

STATUS

String STATUS

PROGRESS

String PROGRESS

_history

Vector<E> _history

_maxNumberOfHistoryItems

int _maxNumberOfHistoryItems

Class com.jidesoft.status.ResizeStatusBarItem extends LabelStatusBarItem implements Serializable

Serialized Fields

_resizeTopLevelAncestor

boolean _resizeTopLevelAncestor

_stopRepaintDuringResizing

boolean _stopRepaintDuringResizing

_eventQueue

com.jidesoft.status.ResizeStatusBarItem.StopEventQueue _eventQueue

Class com.jidesoft.status.StatusBar extends JPanel implements Serializable

Serialized Fields

_childrenOpaque

boolean _childrenOpaque

_autoAddSeparator

boolean _autoAddSeparator
If a separator is added automatically when a new status bar item is added.


_painter

ThemePainter _painter

_preferredHeight

int _preferredHeight

Class com.jidesoft.status.StatusBarItem extends NullPanel implements Serializable

Serialized Fields

_preferredWidth

int _preferredWidth

Class com.jidesoft.status.StatusBarSeparator extends JSeparator implements Serializable

Class com.jidesoft.status.TimeStatusBarItem extends LabelStatusBarItem implements Serializable

Serialized Fields

_textFormat

DateFormat _textFormat

_tooltipFormat

DateFormat _tooltipFormat

_interval

int _interval

_object

Object _object

_updateThread

Thread _updateThread

_running

boolean _running

_timeZone

TimeZone _timeZone

_locale

Locale _locale

_currentTime

Calendar _currentTime

Package com.jidesoft.swing

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

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

Serialized Fields

_autoCompletion

AutoCompletion _autoCompletion

_preventActionEvent

boolean _preventActionEvent

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

Serialized Fields

_maxRows

int _maxRows

_minRows

int _minRows

_listener

com.jidesoft.swing.AutoResizingTextArea.ResizingDocumentListener _listener

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

Serialized Fields

_result

double _result

_op1

StringBuffer _op1

_op2

StringBuffer _op2

_operator

int _operator

_displayText

String _displayText

_overflow

boolean _overflow

_negationOp1

boolean _negationOp1

_backspaceOp1

boolean _backspaceOp1

_backspaceOp2

boolean _backspaceOp2

_clearOperatorPending

boolean _clearOperatorPending

_isFakedEqualPressed

boolean _isFakedEqualPressed

_resultCalculated

boolean _resultCalculated

_addButton

AbstractButton _addButton

_minusButton

AbstractButton _minusButton

_multiplyButton

AbstractButton _multiplyButton

_divideButton

AbstractButton _divideButton

_pointButton

AbstractButton _pointButton

_equalButton

AbstractButton _equalButton

_backspaceButton

AbstractButton _backspaceButton

_clearButton

AbstractButton _clearButton

_negativeButton

AbstractButton _negativeButton

_numberButtons

AbstractButton[] _numberButtons

_actualCharPoint

char _actualCharPoint

_displayFormat

NumberFormat _displayFormat

_buttonWidth

int _buttonWidth

_buttonHeight

int _buttonHeight

_buttonGap

int _buttonGap

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

Serialized Fields

_listCellRenderer

CheckBoxListCellRenderer _listCellRenderer

_checkBoxEnabled

boolean _checkBoxEnabled

_clickInCheckBoxOnly

boolean _clickInCheckBoxOnly

_checkBoxListSelectionModel

CheckBoxListSelectionModel _checkBoxListSelectionModel

_handler

CheckBoxList.Handler _handler

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

serialVersionUID: 2003073492549917883L

Serialized Fields

_checkBox

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


_label

JLabel _label

_actualListRenderer

ListCellRenderer _actualListRenderer
The label which appears after the check box.

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

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

serialVersionUID: -4133723317923726786L

Serialized Fields

_model

ListModel _model

_allEntryConsidered

boolean _allEntryConsidered

_allEntryIndex

int _allEntryIndex

_allEntryIndexSet

boolean _allEntryIndexSet

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

Serialized Fields

_listCellRenderer

CheckBoxListCellRenderer _listCellRenderer

_checkBoxEnabled

boolean _checkBoxEnabled

_clickInCheckBoxOnly

boolean _clickInCheckBoxOnly

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

Serialized Fields

_treeCellRenderer

CheckBoxTreeCellRenderer _treeCellRenderer

_checkBoxTreeSelectionModel

CheckBoxTreeSelectionModel _checkBoxTreeSelectionModel

_checkBoxEnabled

boolean _checkBoxEnabled

_clickInCheckBoxOnly

boolean _clickInCheckBoxOnly

_modelChangeListener

PropertyChangeListener _modelChangeListener

_checkBox

TristateCheckBox _checkBox

_selectPartialOnToggling

boolean _selectPartialOnToggling

_defaultRenderer

TreeCellRenderer _defaultRenderer

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

serialVersionUID: 30207434500313004L

Serialized Fields

_checkBox

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


_emptyBox

JComponent _emptyBox

_protoType

JCheckBox _protoType

_actualTreeRenderer

TreeCellRenderer _actualTreeRenderer
The label which appears after the check box.

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

serialVersionUID: 1368502059666946634L

Serialized Fields

_model

TreeModel _model

_digIn

boolean _digIn

_tree

CheckBoxTree _tree

_pathHasAdded

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


_singleEventMode

boolean _singleEventMode

_fireEvent

boolean _fireEvent

_avoidCheckPathSelection

boolean _avoidCheckPathSelection

_batchMode

boolean _batchMode

_toBeAdded

Set<E> _toBeAdded

_toBeRemoved

Set<E> _toBeRemoved

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

Serialized Fields

_target

Component _target

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

Serialized Fields

_target

Component _target

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

Serialized Fields

_painter

ThemePainter _painter

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

Serialized Fields

_thickness

int _thickness
width of the contour.


_lineColor

Color _lineColor
the color of contour.


_tabHeight

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


_allowDocking

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


_tabDocking

boolean _tabDocking
true if tab-docked; false otherwise.


_tabSide

int _tabSide
Which side is the tab


_floating

boolean _floating
true if float; false otherwise.


_attachedComponent

Component _attachedComponent
which component the dragged component will dock to.


_attachedSide

int _attachedSide
which side the dragged component will dock to.


_single

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

true if all dragged components are affected; false otherwise.


_saveDraggedComponent

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


_saveX

int _saveX

_saveY

int _saveY

_saveMouseModifier

int _saveMouseModifier

_relativeContainer

Container _relativeContainer

_outlineMode

int _outlineMode

_topOutline

com.jidesoft.swing.Contour.Outline _topOutline

_bottomOutline

com.jidesoft.swing.Contour.Outline _bottomOutline

_leftOutline

com.jidesoft.swing.Contour.Outline _leftOutline

_rightOutline

com.jidesoft.swing.Contour.Outline _rightOutline

_ghost

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


_glassPane

Component _glassPane

_changeCursor

boolean _changeCursor

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

Serialized Fields

_scrollPaneBidule

ScrollPaneOverview _scrollPaneBidule

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

Serialized Fields

_actualComponent

JComponent _actualComponent

_overlayLocationInsets

Insets _overlayLocationInsets

_overlayComponents

List<E> _overlayComponents

_overlayLocations

Map<K,V> _overlayLocations

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

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

serialVersionUID: -2910365359251677780L

Serialized Fields

_delay

int _delay

_cache

CompoundEdit _cache

_timer

Timer _timer

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

serialVersionUID: -3867985431184738600L

Serialized Fields

_action

Action _action

_target

JComponent _target

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

serialVersionUID: -1555177105658867899L

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

Serialized Fields

_recentList

List<E> _recentList

_fileComparator

Comparator<T> _fileComparator

_availableButtons

int _availableButtons

_recentListVisible

boolean _recentListVisible

_selectedFolder

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

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

_navigationFieldVisible

boolean _navigationFieldVisible
Indicates whether the navigation text field is visible.

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

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

Serialized Fields

_rolloverEnabled

boolean _rolloverEnabled

_rollover

boolean _rollover

_orientation

int _orientation

_selected

boolean _selected

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

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

Serialized Fields

_component

Component _component

_heavyweight

boolean _heavyweight

MIN_DIM

Dimension MIN_DIM

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

serialVersionUID: -5657747462265533365L

Serialized Fields

_horizontalIconAlignment

int _horizontalIconAlignment

_verticalIconAlignment

int _verticalIconAlignment

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

Serialized Fields

numBars

int numBars

dScale

double dScale

bars

Area[] bars

barsBounds

Rectangle barsBounds

barsScreenBounds

Rectangle barsScreenBounds

centerAndScaleTransform

AffineTransform centerAndScaleTransform

timer

Timer timer

colors

Color[] colors

colorOffset

int colorOffset

tempHide

boolean tempHide

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

Serialization Methods

writeObject

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

accessibleContext

AccessibleContext accessibleContext
Deprecated. 

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

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

serialVersionUID: -8658291919501921765L

Serialized Fields

hgap

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

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

vgap

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

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

north

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

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

west

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

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

east

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

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

south

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

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

center

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

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

firstLine

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

 

lastLine

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

 

firstItem

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

 

lastItem

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

 

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

serialVersionUID: -183922972679053590L

Serialized Fields

doReset

boolean doReset
True if resetToPreferredSizes has been invoked.


_axis

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


_target

Container _target

_gap

int _gap

_componentSizes

int[] _componentSizes

_constraintMap

HashMap<K,V> _constraintMap

_resetWhenInvalidate

boolean _resetWhenInvalidate

_alwaysLayout

boolean _alwaysLayout

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

Serialized Fields

_alwaysShowHyperlink

boolean _alwaysShowHyperlink

_buttonStyle

int _buttonStyle

_savedCursor

Cursor _savedCursor

_orientation

int _orientation

_defaultForeground

Color _defaultForeground

_rolloverBackground

Color _rolloverBackground

_selectedBackground

Color _selectedBackground

_pressedBackground

Color _pressedBackground

_rolloverForeground

Color _rolloverForeground

_selectedForeground

Color _selectedForeground

_pressedForeground

Color _pressedForeground

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

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

Serialized Fields

_clockwise

boolean _clockwise

_orientation

int _orientation

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

Serialized Fields

_preferredPopupHorizontalAlignment

int _preferredPopupHorizontalAlignment

_preferredPopupVerticalAlignment

int _preferredPopupVerticalAlignment

_menuCreator

JideMenu.MenuCreator _menuCreator

_customizer

JideMenu.PopupMenuCustomizer _customizer

_originCalculator

JideMenu.PopupMenuOriginCalculator _originCalculator

_orientation

int _orientation

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

Serialized Fields

_useLightWeightPopup

boolean _useLightWeightPopup

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

Serialized Fields

_rowFooter

JViewport _rowFooter
The row footer child. Default is null.

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

_subColumnHeader

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

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

_subUpperLeft

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

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

_subUpperRight

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

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

_columnFooter

JViewport _columnFooter
The column footer child. Default is null.

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

_hLeft

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


_hRight

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


_vTop

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


_vBottom

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


_keepCornerVisible

boolean _keepCornerVisible

_horizontalScrollBarCoversWholeWidth

boolean _horizontalScrollBarCoversWholeWidth

_verticalScrollBarCoversWholeHeight

boolean _verticalScrollBarCoversWholeHeight

_flatLayout

boolean _flatLayout

_columnHeadersHeightUnified

boolean _columnHeadersHeightUnified

_columnFootersHeightUnified

boolean _columnFootersHeightUnified

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

serialVersionUID: 7897026041296359186L

Serialized Fields

_rowFoot

JViewport _rowFoot
The row footer child. Default is null.

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

_subColHead

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

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

_colFoot

JViewport _colFoot
The column footer child. Default is null.

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

_hLeft

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


_hRight

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


_vTop

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


_vBottom

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


_subUpperLeft

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


_subUpperRight

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

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

Serialized Fields

_buttonStyle

int _buttonStyle

_alwaysDropdown

boolean _alwaysDropdown

_defaultForeground

Color _defaultForeground

_rolloverBackground

Color _rolloverBackground

_selectedBackground

Color _selectedBackground

_pressedBackground

Color _pressedBackground

_rolloverForeground

Color _rolloverForeground

_selectedForeground

Color _selectedForeground

_pressedForeground

Color _pressedForeground

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

Serialized Fields

_orientation

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


_dividerSize

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


_nonContinuousLayoutDividerWrapper

HeavyweightWrapper _nonContinuousLayoutDividerWrapper

_continuousLayout

boolean _continuousLayout
Continuous layout or not.


_layeredPane

Container _layeredPane
Layered pane where _nonContinuousLayoutDivider is added to.


_showGripper

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


_proportionalLayout

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


_proportions

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


_initiallyEven

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


_heavyweightComponentEnabled

boolean _heavyweightComponentEnabled

_windowDeactivatedListener

WindowAdapter _windowDeactivatedListener

_dividerStepSize

int _dividerStepSize

_dragResizable

boolean _dragResizable

_hiddenByMyself

boolean _hiddenByMyself

_oneTouchExpandable

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

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

oneTouchExpandableDividerSize

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


_leftOneTouchButtonImageIcon

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

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

_rightOneTouchButtonImageIcon

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

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

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

serialVersionUID: -6167624875135108683L

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

Serialized Fields

_dragger

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


_dividerSize

int _dividerSize
Size of the divider.


_jideSplitPane

JideSplitPane _jideSplitPane
JideSplitPane the receiver is contained in.


_mouseHandler

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


_orientation

int _orientation
Orientation of the JideSplitPane.


_gripperPainter

Painter _gripperPainter

_currentState

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


_leftButton

JButton _leftButton
Button for quickly toggling the left component.


_rightButton

JButton _rightButton
Button for quickly toggling the right component.


_triangleSize

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


_buttonWidth

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


_buttonHeight

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


_lastPosition

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

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

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

serialVersionUID: -1826651835409198865L

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

serialVersionUID: -1396250213346461982L

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

Serialized Fields

_hideOneTab

boolean _hideOneTab

_showTabButtons

boolean _showTabButtons

_showCloseButton

boolean _showCloseButton

_showCloseButtonOnTab

boolean _showCloseButtonOnTab

_showCloseButtonOnMouseOver

boolean _showCloseButtonOnMouseOver

_useDefaultShowCloseButtonOnTab

boolean _useDefaultShowCloseButtonOnTab

_showTabArea

boolean _showTabArea

_showTabContent

boolean _showTabContent

_showIconsOnTab

boolean _showIconsOnTab

_useDefaultShowIconsOnTab

boolean _useDefaultShowIconsOnTab

_rightClickSelect

boolean _rightClickSelect

_dragOverDisabled

boolean _dragOverDisabled

_scrollSelectedTabOnWheel

boolean _scrollSelectedTabOnWheel

_tabAlignment

int _tabAlignment

_showGripper

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


_stringConverter

StringConverter _stringConverter
A converter to shorten


_boldActiveTab

boolean _boldActiveTab

_closableSet

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


_pageLastFocusTrackers

Hashtable<K,V> _pageLastFocusTrackers

_selectedTabFont

Font _selectedTabFont

_tabResizeMode

int _tabResizeMode

_colorTheme

int _colorTheme

_tabShape

int _tabShape

_tabLeadingComponent

Component _tabLeadingComponent

_tabTrailingComponent

Component _tabTrailingComponent

_hideTrailingWhileNoButtons

boolean _hideTrailingWhileNoButtons

_showCloseButtonOnSelectedTab

boolean _showCloseButtonOnSelectedTab

_tabListCellRenderer

ListCellRenderer _tabListCellRenderer

_contentBorderInsets

Insets _contentBorderInsets

_tabAreaInsets

Insets _tabAreaInsets

_tabInsets

Insets _tabInsets

_closeTabOnMouseMiddleButton

boolean _closeTabOnMouseMiddleButton

_layoutTrailingComponentBeforeButtons

boolean _layoutTrailingComponentBeforeButtons

_tabListPopup

JidePopup _tabListPopup

_closeAction

Action _closeAction

_autoFocusonTabHideClose

boolean _autoFocusonTabHideClose

_suppressStateChangedEvents

boolean _suppressStateChangedEvents

_suppressSetSelectedIndex

boolean _suppressSetSelectedIndex

_autoRequestFocus

boolean _autoRequestFocus

_tabColorProvider

JideTabbedPane.ColorProvider _tabColorProvider

_focusChangeListener

PropertyChangeListener _focusChangeListener

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

serialVersionUID: -4321082126384337792L

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

Serialized Fields

_type

int _type

_index

int _index

_mouseOver

boolean _mouseOver

_mousePressed

boolean _mousePressed

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

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

serialVersionUID: 5409659168893849250L

Serialized Fields

title

String title

border

Border border

titlePosition

int titlePosition

titleJustification

int titleJustification

titleFont

Font titleFont

titleColor

Color titleColor

label

JLabel label

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

Serialized Fields

_itemListener

ItemListener _itemListener

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

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

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

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

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

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

Serialized Fields

_textField

JTextField _textField

_label

JLabel _label

_button

AbstractButton _button

_labelText

String _labelText

_icon

Icon _icon

_hintText

String _hintText

_showHintTextWhenFocused

boolean _showHintTextWhenFocused

_hintLabel

JLabel _hintLabel

_customizer

LabeledTextField.PopupMenuCustomizer _customizer

_contextMenuKeyStroke

KeyStroke _contextMenuKeyStroke

_hintOverlayable

DefaultOverlayable _hintOverlayable

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

Serialized Fields

model

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

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

Serialized Fields

_scrollDelay

int _scrollDelay

_stayDelay

int _stayDelay

_scrollAmount

int _scrollAmount

_scrollDirection

int _scrollDirection

_stayPosition

int _stayPosition

_scrollTimer

Timer _scrollTimer

_scrollTimes

int _scrollTimes

_reachStayPosition

boolean _reachStayPosition

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

Serialized Fields

_style

int _style
Holds value of property style.

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

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

Serialized Fields

_button

JToggleButton _button

_label

MultilineLabel _label

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Serialized Fields

_backgroundPaint

Paint _backgroundPaint

_startColor

Color _startColor

_endColor

Color _endColor

_isVertical

boolean _isVertical

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

serialVersionUID: 2711317518164196639L

Serialized Fields

_sides

int _sides

_roundedCorners

boolean _roundedCorners

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

Serialized Fields

_sides

int _sides

_colors

Color[] _colors

_thickness

int _thickness

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

Serialized Fields

_sides

int _sides

_roundedCornerSize

int _roundedCornerSize

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

Serialized Fields

_rangeDraggable

boolean _rangeDraggable

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

Serialized Fields

_corner

int _corner

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

Serialized Fields

_resizablePanel

ResizablePanel _resizablePanel

_routingKeyStrokes

boolean _routingKeyStrokes

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

Serialized Fields

_resizablePanel

ResizablePanel _resizablePanel

_routingKeyStrokes

boolean _routingKeyStrokes

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

Serialized Fields

_resizable

Resizable _resizable

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

Serialized Fields

_resizablePanel

ResizablePanel _resizablePanel

_routingKeyStrokes

boolean _routingKeyStrokes

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

Serialized Fields

_owner

Component _owner

_scrollPane

JScrollPane _scrollPane

_viewComponent

Component _viewComponent

_popupMenu

JPopupMenu _popupMenu

_image

BufferedImage _image

_startRectangle

Rectangle _startRectangle

_rectangle

Rectangle _rectangle

_startPoint

Point _startPoint

_scale

double _scale

xOffset

int xOffset

yOffset

int yOffset

_selectionBorder

Color _selectionBorder

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

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

Serialized Fields

_textField

Searchable.SearchField _textField

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

Serialized Fields

_searchable

Searchable _searchable

_statusLabel

JLabel _statusLabel

_leadingLabel

JLabel _leadingLabel

_textField

JTextField _textField

_comboBox

JComboBox _comboBox

_closeButton

AbstractButton _closeButton

_findPrevButton

AbstractButton _findPrevButton

_findNextButton

AbstractButton _findNextButton

_highlightsButton

AbstractButton _highlightsButton

_matchCaseCheckBox

AbstractButton _matchCaseCheckBox

_wholeWordsCheckBox

AbstractButton _wholeWordsCheckBox

_repeatCheckBox

AbstractButton _repeatCheckBox

_visibleButtons

int _visibleButtons

_compact

boolean _compact

_showMatchCount

boolean _showMatchCount

_messagePopup

JidePopup _messagePopup

_mouseMotionListener

MouseMotionListener _mouseMotionListener

_keyListener

KeyListener _keyListener

_searchHistory

List<E> _searchHistory

_maxHistoryLength

int _maxHistoryLength

_previousCursor

int _previousCursor

_mismatchBackground

Color _mismatchBackground

_installer

SearchableBar.Installer _installer

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

serialVersionUID: 2434517670879999353L

Serialized Fields

_models

List<E> _models

_selectionListener

Object _selectionListener

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

Serialized Fields

_groups

List<E> _groups
A list holds SideGroup


_attachedSide

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


_rollover

boolean _rollover
if action is fired when mouse rollover.

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

serialVersionUID: -6914188774912169441L

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

Serialized Fields

_selectedItem

SidePaneItem _selectedItem
the selected item.


listenerList

EventListenerList listenerList
A list of event listeners for this component.

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

Serialized Fields

_scrollUpButton

AbstractButton _scrollUpButton

_scrollDownButton

AbstractButton _scrollDownButton

_scrollLeftButton

AbstractButton _scrollLeftButton

_scrollRightButton

AbstractButton _scrollRightButton

_horizontalUnitIncrement

int _horizontalUnitIncrement

_horizontalUnitIncrementSet

boolean _horizontalUnitIncrementSet

_verticalUnitIncrement

int _verticalUnitIncrement

_verticalUnitIncrementSet

boolean _verticalUnitIncrementSet

_repeatDelay

int _repeatDelay

_scrollOnRollover

boolean _scrollOnRollover

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

Serialized Fields

_type

int _type

_timer

Timer _timer

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

Serialized Fields

selection

ButtonModel selection
The current selection.

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

Serialized Fields

_styleRanges

List<E> _styleRanges
The list of StyleRanges.


_lineWrap

boolean _lineWrap

_rows

int _rows

_maxRows

int _maxRows

_minRows

int _minRows

_preferredWidth

int _preferredWidth

_rowGap

int _rowGap

_truncated

boolean _truncated

_ignoreColorSettings

boolean _ignoreColorSettings

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

Serialized Fields

label

StyledLabel label

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

Serialized Fields

_tabIndex

int _tabIndex

_oldTitle

String _oldTitle

_newTitle

String _newTitle

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

Serialized Fields

_textAlignment

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

See Also:
TitledSeparator.setTextAlignment(int)

_barAlignment

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

See Also:
TitledSeparator.setBarAlignment(int)

_labelComponent

JComponent _labelComponent
The label holding the title for this TitledSeparator.

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

_border

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

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

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

Serialized Fields

delegate

JComponent delegate

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

serialVersionUID: 9179129427948325126L

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


Package com.jidesoft.swing.event

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

Serialized Fields

_searchingText

String _searchingText

_oldSearchingText

String _oldSearchingText

_matchingText

String _matchingText

_matchingObject

Object _matchingObject

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


Package com.jidesoft.tipoftheday

Class com.jidesoft.tipoftheday.TipOfTheDayDialog extends StandardDialog implements Serializable

Serialized Fields

_dialogPane

TipOfTheDayDialogPane _dialogPane

Class com.jidesoft.tipoftheday.TipOfTheDayDialogPane extends StandardDialogPane implements Serializable

Serialized Fields

_tipOfTheDaySource

TipOfTheDaySource _tipOfTheDaySource

_htmlBrowser

Component _htmlBrowser

_showTipEditor

JCheckBox _showTipEditor

_showTooltip

boolean _showTooltip

_showTipAction

Action _showTipAction

_optionalStyleSheet

URL _optionalStyleSheet

_nextButton

JButton _nextButton

previousTipAction

Action previousTipAction

nextTipAction

Action nextTipAction

closeAction

Action closeAction

Package com.jidesoft.tooltip

Class com.jidesoft.tooltip.BalloonTip extends JToolTip implements Serializable

Serialized Fields

_balloonShape

BalloonShape _balloonShape
BalloonTip model storing BalloonTip outline controlling data.


_shadowStyle

ShadowStyle _shadowStyle
The shadow style for this balloon tip.


_shadowSettings

ShadowSettings _shadowSettings
The shadow compositor


_content

Component _content
BalloonTip content component.


Package com.jidesoft.tree

Class com.jidesoft.tree.FilterableCheckBoxTreeSelectionModel extends CheckBoxTreeSelectionModel implements Serializable

serialVersionUID: -6441733809661075802L

Class com.jidesoft.tree.QuickTreeFilterField extends QuickFilterField implements Serializable

Serialized Fields

_treeModel

TreeModel _treeModel

_displayTreeModel

FilterableTreeModel _displayTreeModel

_hideEmptyParentNode

boolean _hideEmptyParentNode

_matchesLeafNodeOnly

boolean _matchesLeafNodeOnly

_keepAllChildren

boolean _keepAllChildren

_tree

JTree _tree

_filterAdded

boolean _filterAdded

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

Serialized Fields

tree

JTree tree
Last tree the renderer was painted in.


selected

boolean selected
Is the value currently selected.


hasFocus

boolean hasFocus
True if has focus.


drawsFocusBorderAroundIcon

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


drawDashedFocusIndicator

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


treeBGColor

Color treeBGColor
Background color of the tree.


focusBGColor

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


textSelectionColor

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


textNonSelectionColor

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


backgroundSelectionColor

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


backgroundNonSelectionColor

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


borderSelectionColor

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

Class com.jidesoft.tree.TreeSelectionModelGroup extends SelectionModelGroup<TreeSelectionModel,TreeSelectionListener> implements Serializable


Package com.jidesoft.treemap

Class com.jidesoft.treemap.DefaultTreeMapHeaderRenderer extends EnhancedJLabel implements Serializable

Class com.jidesoft.treemap.DefaultTreeMapHeaderRenderer.UIResource extends DefaultTreeMapHeaderRenderer implements Serializable

Class com.jidesoft.treemap.DefaultTreeMapLabelRenderer extends EnhancedJLabel implements Serializable

Serialized Fields

_defaultVerticalAlignment

int _defaultVerticalAlignment

Class com.jidesoft.treemap.DefaultTreeMapLabelRenderer.UIResource extends DefaultTreeMapLabelRenderer implements Serializable

Class com.jidesoft.treemap.DefaultTreeMapToolTip extends TreeMapToolTip<N> implements Serializable

Serialized Fields

renderer

ToolTipTreeMapRenderer<N> renderer

view

TreeMapView<N> view

node

Object node

border

LineBorder border

mousePosition

Point mousePosition

type

TreeMapToolTip.ToolTipType type

popup

JidePopup popup

redispatchMouseEvent

boolean redispatchMouseEvent

preferredWidth

int preferredWidth

Class com.jidesoft.treemap.DefaultTreeMapTooltipRenderer extends EnhancedJLabel implements Serializable

Class com.jidesoft.treemap.DefaultTreeMapTooltipRenderer.UIResource extends DefaultTreeMapTooltipRenderer implements Serializable

Class com.jidesoft.treemap.DefaultTreeMapView extends TreeMapView<N> implements Serializable

Serialized Fields

_model

TreeMapModel<N> _model

_xRangeModel

MutableBoundedInterval _xRangeModel

_yRangeModel

MutableBoundedInterval _yRangeModel

_xCoordinateAxis

MutableOneDScreenTransform _xCoordinateAxis

_yCoordinateAxis

MutableOneDScreenTransform _yCoordinateAxis

_preRenderers

List<E> _preRenderers

_preProgressiveRenderers

List<E> _preProgressiveRenderers

_progressiveRenderers

List<E> _progressiveRenderers

_postRenderers

List<E> _postRenderers

_rubberBand

Rectangle2D _rubberBand

_dirty

boolean _dirty

_shapes

Map<K,V> _shapes

_labelRenderer

TreeMapLabelRenderer<N> _labelRenderer

_headerRenderer

TreeMapHeaderRenderer<N> _headerRenderer

_tooltipRenderer

TreeMapTooltipRenderer<N> _tooltipRenderer

_renderingHints

RenderingHints _renderingHints

probingToolTip

TreeMapToolTip<N> probingToolTip

selectionToolTip

TreeMapToolTip<N> selectionToolTip

_treeMapListener

TreeMapListener _treeMapListener

modelPropertyChangeListener

PropertyChangeListener modelPropertyChangeListener

probingListener

PropertyChangeListener probingListener

selectionListener

PropertyChangeListener selectionListener

filterListener

ValueFilterListener<E> filterListener

propertyChangeListener

PropertyChangeListener propertyChangeListener

Class com.jidesoft.treemap.EnhancedJLabel extends JLabel implements Serializable

Serialized Fields

_rendering

EnhancedJLabel.Rendering _rendering

_effect

EnhancedJLabel.Effect _effect

_effectOpacity

float _effectOpacity

_minimumCharactersToDisplay

Integer _minimumCharactersToDisplay

_justified

boolean _justified

_angle

double _angle

paintIconR

Rectangle paintIconR

paintTextR

Rectangle paintTextR

frc

FontRenderContext frc

Class com.jidesoft.treemap.TreeMap extends JComponent implements Serializable

Serialized Fields

_view

TreeMapView<N> _view

_model

TreeMapModel<N> _model

_controller

TreeMapController<N> _controller

Class com.jidesoft.treemap.TreeMapToolTip extends JComponent implements Serializable

Class com.jidesoft.treemap.TreeMapView extends JComponent implements Serializable

Serialized Fields

_showTiming

boolean _showTiming

_progressive

TreeMapView.Progressive _progressive

_updateModelDimension

boolean _updateModelDimension

Package com.jidesoft.utils

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

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

serialVersionUID: 3835017332487313880L

Serialized Fields

_indexCache

Map<K,V> _indexCache

_lazyCaching

boolean _lazyCaching

_isDirty

boolean _isDirty

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

Serialized Fields

_indexCache

Map<K,V> _indexCache

_lazyCaching

boolean _lazyCaching

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

serialVersionUID: -5528733766095113518L

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

serialVersionUID: 3575113313761938714L

Serialized Fields

_id

int _id

_object

Object _object

_context

Object _context

_key

Object _key

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

serialVersionUID: 7162625831330845068L

Serialized Fields

notifyOnEDT

boolean notifyOnEDT
whether to notify listeners on EDT

 
Since:
1.6

Package com.jidesoft.validation

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

Serialized Fields

_rowIndex

int _rowIndex

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

Serialized Fields

_row

int _row

_column

int _column

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

Serialized Fields

_newValue

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


_oldValue

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


Package com.jidesoft.wizard

Class com.jidesoft.wizard.AbstractWizardPage extends AbstractDialogPage implements Serializable

Serialized Fields

_leftPaneItems

int _leftPaneItems

_wizardContent

JComponent _wizardContent

_pageListener

PageListener _pageListener

_helpText

String _helpText

Class com.jidesoft.wizard.CompletionWizardPage extends GraphicWizardPage implements Serializable

Class com.jidesoft.wizard.DefaultWizardPage extends AbstractWizardPage implements Serializable

Serialized Fields

_components

List<E> _components

_varyComponent

JComponent _varyComponent

_contentBorder

Border _contentBorder

Class com.jidesoft.wizard.GraphicLeftPane extends LeftPane implements Serializable

Serialized Fields

_image

Image _image

_imageWidth

int _imageWidth

_imageHeight

int _imageHeight

Class com.jidesoft.wizard.GraphicWizardPage extends DefaultWizardPage implements Serializable

Class com.jidesoft.wizard.IconMultilinePanel extends JPanel implements Serializable

Class com.jidesoft.wizard.JavaHelpPane extends GraphicLeftPane implements Serializable

Serialized Fields

_helpLabel

MultilineLabel _helpLabel

Class com.jidesoft.wizard.JavaStepsPane extends StepsPane implements Serializable

Serialized Fields

_selectionBackground

Color _selectionBackground

_selectionForeground

Color _selectionForeground

_contentNumbered

boolean _contentNumbered

_navigable

boolean _navigable

_wizardDialogPane

WizardDialogPane _wizardDialogPane

_contentList

JList _contentList
The JList contains the steps.


_header

JavaWizardHeader _header

_listSelectionListener

ListSelectionListener _listSelectionListener

Class com.jidesoft.wizard.JavaWizardHeader extends JPanel implements Serializable

Serialized Fields

_title

String _title

_subtitle

String _subtitle

_subtitleLabel

MultilineLabel _subtitleLabel

_titleLabel

JLabel _titleLabel

Class com.jidesoft.wizard.LeftPane extends JPanel implements Serializable

Class com.jidesoft.wizard.MacOSXStepsPane extends StepsPane implements Serializable

Serialized Fields

_selectionBackground

Color _selectionBackground

_selectionForeground

Color _selectionForeground

_contentNumbered

boolean _contentNumbered

_navigable

boolean _navigable

_wizardDialogPane

WizardDialogPane _wizardDialogPane

_contentList

JList _contentList

_listSelectionListener

ListSelectionListener _listSelectionListener

Class com.jidesoft.wizard.StepsPane extends GraphicLeftPane implements Serializable

Class com.jidesoft.wizard.WelcomeWizardPage extends GraphicWizardPage implements Serializable

Class com.jidesoft.wizard.WizardDialog extends StandardDialog implements Serializable

Serialized Fields

_wizardDialogPane

WizardDialogPane _wizardDialogPane

Class com.jidesoft.wizard.WizardDialogPane extends StandardDialogPane implements Serializable

Serialized Fields

_traditionalWizard

boolean _traditionalWizard

_pageList

PageList _pageList

_contentSize

Dimension _contentSize

_leftPanelWidth

int _leftPanelWidth

_currentPage

AbstractDialogPage _currentPage
Current page.


_nextPage

AbstractDialogPage _nextPage
Next page. If this is null, the one next to current one is the page list will be used as default


_visitedPages

List<E> _visitedPages
Visited pages. We have to keep them so that we can backtrack when user pressed back button.


_leftPanel

JComponent _leftPanel

_pagesPanel

JComponent _pagesPanel

_cardLayout

CardLayout _cardLayout

_backButton

JButton _backButton

_nextButton

JButton _nextButton

_cancelButton

JButton _cancelButton

_finishButton

JButton _finishButton

_backAction

AbstractAction _backAction

_nextAction

AbstractAction _nextAction

_cancelAction

AbstractAction _cancelAction

_finishAction

AbstractAction _finishAction

_stepsPane

StepsPane _stepsPane

_helpPane

JavaHelpPane _helpPane

_defaultGraphic

Image _defaultGraphic

_currentPagePropertyListener

PropertyChangeListener _currentPagePropertyListener

_stepsPaneNavigable

boolean _stepsPaneNavigable


JIDE 3.5.15