Serialized Form
|
Package com.jidesoft.action |
_showMore
boolean _showMore
_showOptions
boolean _showOptions
_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.
_orientation
int _orientation
_title
String _title
_orientation
int _orientation
_dockableBarManager
DockableBarManager _dockableBarManager
_layoutPersistence
LayoutPersistenceManager _layoutPersistence
_dockableBarManager
DockableBarManager _dockableBarManager
_layoutPersistence
LayoutPersistenceManager _layoutPersistence
_dockableBarManager
DockableBarManager _dockableBarManager
_dockableBarManager
DockableBarManager _dockableBarManager
_layoutPersistence
LayoutPersistenceManager _layoutPersistence
_dockableBarManager
DockableBarManager _dockableBarManager
_dockableBarManager
DockableBarManager _dockableBarManager
_layoutPersistence
LayoutPersistenceManager _layoutPersistence
_dockableBarManager
DockableBarManager _dockableBarManager
_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.
_side
int _side
_dockableBarList
com.jidesoft.action.DockableBarListList _dockableBarList
_dockableBarManager
DockableBarManager _dockableBarManager
_shrinkOrderProvider
DockableBarContainer.DockableBarShrinkOrderProvider _shrinkOrderProvider
serialVersionUID: 851502149842087020L
_verticalGap
int _verticalGap
_horizontalGap
int _horizontalGap
_srWidth
SizeRequirements[] _srWidth
_srHeight
SizeRequirements[] _srHeight
_target
DockableBarContainer _target
_side
int _side
_rowHeights
int[] _rowHeights
_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.
_dockingManager
DockingManager _dockingManager
_dockableBarManager
DockableBarManager _dockableBarManager
_layoutPersistence
LayoutPersistenceManager _layoutPersistence
_outsideCallChecking
boolean _outsideCallChecking
_dockableBarManager
DockableBarManager _dockableBarManager
_outsideCallChecking
boolean _outsideCallChecking
|
Package com.jidesoft.action.event |
_stateTransition
DockableBarStateTransition _stateTransition
_otherRearrangedBarsStateTransitions
List<E> _otherRearrangedBarsStateTransitions
|
Package com.jidesoft.alert |
_hideAnimation
CustomAnimation _hideAnimation
_showAnimation
CustomAnimation _showAnimation
_screenImage
Image _screenImage
_alwaysOnTop
boolean _alwaysOnTop
_alertGroup
AlertGroup _alertGroup
_textField
JTextField _textField
_statusLabel
JLabel _statusLabel
_title
String _title
_help
String _help
_defaultValue
Object _defaultValue
_helpLabel
JLabel _helpLabel
|
Package com.jidesoft.animation |
_type
int _type
_effect
int _effect
_initDelay
int _initDelay
_smoothness
int _smoothness
_speed
int _speed
_direction
int _direction
_secondaryDirection
int _secondaryDirection
_startLocation
Point _startLocation
_endLocation
Point _endLocation
_visibleBounds
Rectangle _visibleBounds
_animator
Animator _animator
_screenImage
Image _screenImage
_callback
CustomAnimation.Callback _callback
_functionX
Function _functionX
_functionY
Function _functionY
_functionZoom
Function _functionZoom
_functionFade
Function _functionFade
_animatorListener
AnimatorListener _animatorListener
_listenerList
EventListenerList _listenerList
- The list of all registered AnimatorListeners.
- See Also:
CustomAnimation.addAnimatorListener(com.jidesoft.swing.AnimatorListener)
|
Package com.jidesoft.chart |
serialVersionUID: -4786907819047072836L
bound
double bound
serialVersionUID: -7423092405047919030L
bound
double bound
serialVersionUID: 1843397021865383301L
lazyRenderingThreshold
int lazyRenderingThreshold
- Threshold above which a data set is treated specially, as rendering otherwise may be slow
shadowRenderer
ShadowFactory shadowRenderer
xAxis
Axis xAxis
yAxes
List<E> yAxes
axisChoices
Map<K,V> axisChoices
selectionModels
Map<K,V> selectionModels
title
AbstractLabel title
drawables
List<E> drawables
_lazyChartRenderer
com.jidesoft.chart.LazyChartRenderer _lazyChartRenderer
animateOnShow
boolean animateOnShow
- Should the chart be animated when it first appears?
animationShown
boolean animationShown
animator
Animator animator
- Create a new animator that controls the timing of animations.
Parameters are source, initDelay, delay and totalSteps
antiAliasing
boolean antiAliasing
- Should we use anti-aliasing when painting the component?
labellingTraces
boolean labellingTraces
- Should we put a text label on the end of each trace to name it?
titleVisible
boolean titleVisible
- The title is used for the hash code, so sometimes we need it for uniqueness, but don't actually want to display
it.
verticalGridLinesVisible
boolean verticalGridLinesVisible
- Specify whether the vertical grid lines defined by the x axis should be visible
verticalMinorGridLinesVisible
boolean verticalMinorGridLinesVisible
- Specify whether the vertical grid lines for the minor ticks on the x axis should be visible
horizontalGridLinesVisible
boolean horizontalGridLinesVisible
- Specify whether the horizontal grid lines defined by the y axis should be visible
horizontalMinorGridLinesVisible
boolean horizontalMinorGridLinesVisible
- Specify whether the horizontal grid lines defined by the y axis should be visible
highQuality
boolean highQuality
- Optimize for quality by mapping x pixel coordinates back to real coordinates in order to get better y values. Otherwise
results can be one pixel off due to rounding errors.
userToPixelTransforms
List<E> userToPixelTransforms
- Transforms to convert from user coordinates to pixel coordinates. We now have one AffineTransform per y Axis
xStart
int xStart
xEnd
int xEnd
yStart
int yStart
yEnd
int yEnd
tickLength
int tickLength
- The length of major ticks, in pixels
minorTickLength
int minorTickLength
- The length of minor ticks, in pixels
panelBackground
Paint panelBackground
chartBackground
Paint chartBackground
axisColor
Color axisColor
tickColor
Color tickColor
gridColor
Color gridColor
minorGridColor
Color minorGridColor
labelColor
Color labelColor
tickFont
Font tickFont
shadowVisible
boolean shadowVisible
shadowImage
BufferedImage shadowImage
dirty
boolean dirty
chartStyles
Map<K,V> chartStyles
pointRenderers
Map<K,V> pointRenderers
lineRenderers
Map<K,V> lineRenderers
highlights
Map<K,V> highlights
highlightStyles
Map<K,V> highlightStyles
zoomer
MouseWheelZoomer zoomer
panner
MouseDragPanner panner
chartRolloverListener
com.jidesoft.chart.ChartRolloverListener chartRolloverListener
- Used for listening for mouse over effects and selections
chartRolloverPoint
Chartable chartRolloverPoint
- The point where the chart rollover occurred, if any
models
List<E> models
- The list of models known to the chart
piePainter
com.jidesoft.chart.PieChartPainter piePainter
barPainter
com.jidesoft.chart.BarPainter barPainter
linePainter
com.jidesoft.chart.ChartPainter linePainter
pointPainter
com.jidesoft.chart.PointPainter pointPainter
chartAnimator
com.jidesoft.chart.ChartAnimator chartAnimator
horizontalGridStroke
Stroke horizontalGridStroke
horizontalMinorGridStroke
Stroke horizontalMinorGridStroke
verticalGridStroke
Stroke verticalGridStroke
verticalMinorGridStroke
Stroke verticalMinorGridStroke
chartType
ChartType chartType
- What type of chart to plot; for example a pie or an XY chart. By default this is an XY chart.
pointRenderer
PointRenderer pointRenderer
barRenderer
BarRenderer barRenderer
lineRenderer
LineRenderer lineRenderer
pieSegmentRenderer
PieSegmentRenderer pieSegmentRenderer
animationPosition
double animationPosition
selectionShowsExplodedSegments
boolean selectionShowsExplodedSegments
selectionShowsOutline
boolean selectionShowsOutline
serialVersionUID: -7293830096993749171L
serialVersionUID: 8423417045953589978L
serialVersionUID: 3209957448711005879L
gridBagLayout
GridBagLayout gridBagLayout
columns
int columns
charts
List<E> charts
title
String title
titleLabel
JLabel titleLabel
lastUpdated
long lastUpdated
propListener
PropertyChangeListener propListener
generateFromPoints
boolean generateFromPoints
orderReversed
boolean orderReversed
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 |
serialVersionUID: -3138493763021996631L
axis
Axis axis
chart
Chart chart
orientation
Orientation orientation
viewport
JViewport viewport
viewPosition
Point viewPosition
changeListener
com.jidesoft.chart.axis.AxisComponent.ViewportChangeListener changeListener
axisListener
com.jidesoft.chart.axis.AxisComponent.AxisPropertyChangeListener axisListener
DEFAULT_BREADTH
int DEFAULT_BREADTH
DEFAULT_LENGTH
int DEFAULT_LENGTH
|
Package com.jidesoft.chart.event |
serialVersionUID: 3563894591444838109L
zoomOutButton
JButton zoomOutButton
zoomInButton
JButton zoomInButton
label
JLabel label
model
DefaultComboBoxModel model
comboBox
JComboBox comboBox
listeners
List<E> listeners
axes
Axis[] axes
serialVersionUID: 2983561771057191753L
serialVersionUID: 1727491356080087902L
chart
Chart chart
label
JLabel label
latestCursorPosition
Point latestCursorPosition
formatString
String formatString
- The format string to use when generating the text for the label
noSelectionText
String noSelectionText
chartX
Double chartX
- Record the current user coordinates of the chart value
chartY
Double chartY
- Record the current user coordinates of the chart value
model
ChartModel model
- If the chart model is not set the first one will be used
serialVersionUID: -1305919360071677552L
direction
ZoomDirection direction
serialVersionUID: 4367829693652583906L
xOffset
Integer xOffset
yOffset
Integer yOffset
serialVersionUID: 3272126399282830656L
location
Point location
direction
ZoomDirection direction
zoomFactor
Double zoomFactor
serialVersionUID: 705160915143543729L
selection
Rectangle selection
|
Package com.jidesoft.chart.model |
serialVersionUID: -7961741249513738796L
name
String name
_chartables
List<E> _chartables
listeners
List<E> listeners
serialVersionUID: 3430220911507598037L
changeType
ChartModelChangeType changeType
index
int index
size
int size
|
Package com.jidesoft.chart.preference |
serialVersionUID: 9135707890202580896L
pointSizeLabel
JLabel pointSizeLabel
pointSizeChooser
PointSizeChooser pointSizeChooser
pointShapeLabel
JLabel pointShapeLabel
pointShapeChooser
PointShapeChooser pointShapeChooser
lineWidthLabel
JLabel lineWidthLabel
lineWidthChooser
LineWidthChooser lineWidthChooser
serialVersionUID: -3801471552512246890L
lineWidthModel
SpinnerModel lineWidthModel
lineWidth
Integer lineWidth
serialVersionUID: 2306175108665840301L
shape
PointShape shape
pointShapeModel
DefaultComboBoxModel pointShapeModel
serialVersionUID: -4185911997441723232L
shape
PointShape shape
size
int size
selected
boolean selected
model
DefaultChartModel model
chart
Chart chart
style
ChartStyle style
pointRenderer
PointRenderer pointRenderer
serialVersionUID: -3801471552512246890L
initialValue
int initialValue
minimum
int minimum
maximum
int maximum
step
int step
pointSizeModel
SpinnerModel pointSizeModel
pointSize
Integer pointSize
|
Package com.jidesoft.combobox |
dataModel
ComboBoxModel dataModel
- This protected field is implementation specific. Do not access directly or override. Use the accessor methods instead.
- See Also:
AbstractComboBox.getModel(),
AbstractComboBox.setModel(javax.swing.ComboBoxModel)
_editor
ComboBoxEditor _editor
- This protected field is implementation specific. Do not access directly or override. Use the accessor methods instead.
- See Also:
AbstractComboBox.getEditor(),
AbstractComboBox.setEditor(javax.swing.ComboBoxEditor)
_editable
boolean _editable
- This protected field is implementation specific. Do not access directly or override. Use the accessor methods instead.
- See Also:
AbstractComboBox.isEditable(),
AbstractComboBox.setEditable(boolean)
actionCommand
String actionCommand
- This protected field is implementation specific. Do not access directly or override. Use the accessor methods instead.
- See Also:
AbstractComboBox.setActionCommand(java.lang.String),
AbstractComboBox.getActionCommand()
selectedItemReminder
Object selectedItemReminder
- This protected field is implementation specific. Do not access directly or override.
prototypeDisplayValue
Object prototypeDisplayValue
firingActionEvent
boolean firingActionEvent
_popupButton
AbstractButton _popupButton
- The button that will show the popup.
_popup
JidePopup _popup
- The popup window that will be shown when button is pressed.
_dialog
StandardDialog _dialog
- The dialog that will be shown.
_popupPanel
PopupPanel _popupPanel
- The actual panel inside the PopupWindow.
_popupType
int _popupType
- The popup type. It's either DROPDOWN or DIALOG.
_converterContext
ConverterContext _converterContext
_converter
ObjectConverter _converter
_clazz
Class<T> _clazz
_popupItemListener
ItemListener _popupItemListener
_dialogItemListener
ItemListener _dialogItemListener
_popupVolatile
boolean _popupVolatile
_buttonVisible
boolean _buttonVisible
_buttonOnly
boolean _buttonOnly
_renderer
ListCellRenderer _renderer
- This protected field is implementation specific. Do not access directly or override. Use the accessor methods instead.
- See Also:
AbstractComboBox.getRenderer(),
AbstractComboBox.setRenderer(javax.swing.ListCellRenderer)
_popupLocation
int _popupLocation
_toggleValueOnDoubleClick
boolean _toggleValueOnDoubleClick
_focusLostBehavior
int _focusLostBehavior
- Behavior when the focus is lost.
_popupCancelBehavior
int _popupCancelBehavior
- Behavior when the drop down popup is canceled (by clicking onside the combobox or ESCAPE key is pressed.
_listDataListener
ListDataListener _listDataListener
_stretchToFit
boolean _stretchToFit
_stretchToFitSet
boolean _stretchToFitSet
_disabledBackground
Color _disabledBackground
_disabledForeground
Color _disabledForeground
HIDE_POPUP_KEY
Object HIDE_POPUP_KEY
_hidePopupOnListDataChanged
boolean _hidePopupOnListDataChanged
_clearSelectionOnListDataChanged
boolean _clearSelectionOnListDataChanged
_previousPopupSize
Dimension _previousPopupSize
_keepPopupSize
boolean _keepPopupSize
_retrievingValueFromPopup
boolean _retrievingValueFromPopup
_action
Action _action
actionPropertyChangeListener
PropertyChangeListener actionPropertyChangeListener
_parentContainer
Container _parentContainer
serialVersionUID: 4999619289484901659L
editorAccessibleContext
com.jidesoft.combobox.AbstractComboBox.AccessibleJComboBox.EditorAccessibleContext editorAccessibleContext
_rendererPane
CellRendererPane _rendererPane
_horizontalAlignment
int _horizontalAlignment
_verticalAlignment
int _verticalAlignment
_textField
JTextField _textField
_class
Class<T> _class
_value
Object _value
_textChanged
boolean _textChanged
serialVersionUID: 7772966495998047584L
serialVersionUID: 5999374439334066208L
_keyStroke
KeyStroke _keyStroke
_spinner
JSpinner _spinner
_fileFilter
FileFilter _fileFilter
_okButton
JButton _okButton
_cancelButton
JButton _cancelButton
_okAction
Action _okAction
_cancelAction
Action _cancelAction
_calculator
Calculator _calculator
_calculator
Calculator _calculator
_calendarDimension
Dimension _calendarDimension
_autoChangeDimension
boolean _autoChangeDimension
_selectionModel
DateSelectionModel _selectionModel
_dateModel
DateModel _dateModel
_dateChooserPanels
DateChooserPanel[] _dateChooserPanels
_dateSelectionListener
DateSelectionListener _dateSelectionListener
_viewOnly
boolean _viewOnly
_enabled
boolean _enabled
_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
_color
Color _color
_index
int _index
_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
_colorLabel
ColorComboBox.ColorLabel _colorLabel
_color
Color _color
_colorLabel
ColorComboBox.ColorLabel _colorLabel
_border
Border _border
_monthyearBackground
Color _monthyearBackground
_monthyearForeground
Color _monthyearForeground
_monthyearBorder
Border _monthyearBorder
_dayHeaderBorder
Border _dayHeaderBorder
_buttonsBorder
Border _buttonsBorder
_inactiveDateColor
Color _inactiveDateColor
_selectedDateForeground
Color _selectedDateForeground
_selectedDateBackground
Color _selectedDateBackground
_horizontalGap
int _horizontalGap
_verticalGap
int _verticalGap
_cellWidth
int _cellWidth
_cellHeight
int _cellHeight
_cellWeekOfYearWidth
int _cellWeekOfYearWidth
_cellWeekOfYearHeight
int _cellWeekOfYearHeight
_cellBorder
Border _cellBorder
_todayBorder
Border _todayBorder
_labelAlignment
int _labelAlignment
_spinnerVisible
boolean _spinnerVisible
_monthFormatter
SimpleDateFormat _monthFormatter
_yearFormatter
SimpleDateFormat _yearFormatter
_weekFormatter
SimpleDateFormat _weekFormatter
_weekOfYearFormatter
SimpleDateFormat _weekOfYearFormatter
_todayYear
int _todayYear
_todayMonth
int _todayMonth
_todayDay
int _todayDay
_selectedYear
int _selectedYear
_selectedMonth
int _selectedMonth
_selectedDay
int _selectedDay
_selectedHour
int _selectedHour
_selectedMinute
int _selectedMinute
_selectedSecond
int _selectedSecond
_selectedMillisecond
int _selectedMillisecond
_dayMap
Map<K,V> _dayMap
_displayedCalendar
Calendar _displayedCalendar
_todayCalendar
Calendar _todayCalendar
_selectedCalendar
Calendar _selectedCalendar
_nextButton
AbstractButton _nextButton
_prevButton
AbstractButton _prevButton
_nextYearButton
AbstractButton _nextYearButton
_prevYearButton
AbstractButton _prevYearButton
_todayButton
AbstractButton _todayButton
_noneButton
AbstractButton _noneButton
_okButton
AbstractButton _okButton
_showYearButtons
boolean _showYearButtons
_monthLabel
JComponent _monthLabel
_weekOfYearPanel
JComponent _weekOfYearPanel
_yearLabel
JComponent _yearLabel
_yearSpinner
JComponent _yearSpinner
_monthMenu
JPopupMenu _monthMenu
_dayLabels
JComponent[] _dayLabels
- Buttons for days.
_weekLabel
JComponent[] _weekLabel
- Labels for week days.
shortenLabels
boolean shortenLabels
- This is a flag signifying that the week labels need to be shortened. The functionality is turned on and off by
_showShortWeekLabels.
_weekOfYearLabel
JComponent[] _weekOfYearLabel
- Labels for week of year days.
_titlePanel
JPanel _titlePanel
_monthyearPanel
JPanel _monthyearPanel
_yearModel
SpinnerModel _yearModel
_timeDisplayed
boolean _timeDisplayed
_showWeekNumbers
boolean _showWeekNumbers
_showTodayButton
boolean _showTodayButton
_showShortWeekLabels
boolean _showShortWeekLabels
- I added this flag to determine if the app should shorten week labels if the chooser is too small.
_alwaysShowShortWeekLabels
boolean _alwaysShowShortWeekLabels
_showNoneButton
boolean _showNoneButton
_showOKButton
boolean _showOKButton
_showOKButtonSet
boolean _showOKButtonSet
_showPreviousButton
boolean _showPreviousButton
_showNextButton
boolean _showNextButton
_showPreviousMonthDays
boolean _showPreviousMonthDays
_showNextMonthDays
boolean _showNextMonthDays
_showPreviousYearButton
boolean _showPreviousYearButton
_showNextYearButton
boolean _showNextYearButton
_showYearSpinner
boolean _showYearSpinner
_viewOnly
boolean _viewOnly
_buttonPanel
ButtonPanel _buttonPanel
_firstDayOfWeek
int _firstDayOfWeek
_dateModel
DateModel _dateModel
_itemListener
ItemListener _itemListener
_yearLabelListener
MouseListener _yearLabelListener
_inited
boolean _inited
_timeSpinner
DateSpinner _timeSpinner
_todayHighlighted
boolean _todayHighlighted
_lastRowEmpty
boolean _lastRowEmpty
_retargetMouseMotionListener
com.jidesoft.combobox.RetargetMouseMotionListener _retargetMouseMotionListener
_retargetMouseListener
com.jidesoft.combobox.RetargetMouseListener _retargetMouseListener
_buttonContainerPanel
Component _buttonContainerPanel
_toggleMode
boolean _toggleMode
_selectDateOnSameMonth
boolean _selectDateOnSameMonth
_selectAllDatesOnToggleMode
boolean _selectAllDatesOnToggleMode
_selectionModel
DateSelectionModel _selectionModel
_displayIndex
int _displayIndex
_calendarViewer
CalendarViewer _calendarViewer
_dateModel
DateModel _dateModel
_showTodayButton
boolean _showTodayButton
_showNoneButton
boolean _showNoneButton
_showOKButton
boolean _showOKButton
_showOKButtonSet
boolean _showOKButtonSet
_showWeekNumbers
boolean _showWeekNumbers
_timeDisplayed
boolean _timeDisplayed
_invalidValueAllowed
boolean _invalidValueAllowed
_type
int _type
_model
ComboBoxModel _model
_indexes
int[] _indexes
_selectedObject
Object _selectedObject
_currentDirectoryPath
String _currentDirectoryPath
_currentDirectory
File _currentDirectory
_chooser
JFileChooser _chooser
_currentDirectoryPath
String _currentDirectoryPath
_currentDirectory
File _currentDirectory
_chooser
JFileChooser _chooser
_currentDirectoryPath
String _currentDirectoryPath
_currentDirectory
File _currentDirectory
_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
_chooser
FolderChooser _chooser
_currentDirectoryPath
String _currentDirectoryPath
_chooser
FolderChooser _chooser
_currentDirectoryPath
String _currentDirectoryPath
_previewLabel
JLabel _previewLabel
_fontNameComboBox
JComboBox _fontNameComboBox
_sizeSpinner
JSpinner _sizeSpinner
_boldCheckBox
JCheckBox _boldCheckBox
_italicCheckBox
JCheckBox _italicCheckBox
_previewText
String _previewText
_fontNameComboBoxModel
ComboBoxModel _fontNameComboBoxModel
_delegateCellRenderer
ListCellRenderer _delegateCellRenderer
_previewComponent
com.jidesoft.combobox.InsetsChooserPanel.InsetsPreviewComponent _previewComponent
_topSpinner
JSpinner _topSpinner
_bottomSpinner
JSpinner _bottomSpinner
_leftSpinner
JSpinner _leftSpinner
_rightSpinner
JSpinner _rightSpinner
_selectedColor
Color _selectedColor
_colorIcon
com.jidesoft.combobox.JideColorSplitButton.ColorIcon _colorIcon
_rect
Rectangle _rect
_colorChooserPanel
ColorChooserPanel _colorChooserPanel
_itemListener
ItemListener _itemListener
_background
Color _background
_foreground
Color _foreground
_border
Border _border
_list
JList _list
_model
ComboBoxModel _model
_class
Class<T> _class
_converterContext
ConverterContext _converterContext
_converter
ObjectConverter _converter
_maximumRowCount
int _maximumRowCount
_renderer
ListCellRenderer _renderer
_scroller
JScrollPane _scroller
_autoScroll
AutoScroll _autoScroll
_horizontalAlignment
int _horizontalAlignment
_verticalAlignment
int _verticalAlignment
handler
com.jidesoft.combobox.ListChooserPanel.Handler handler
- Implementation of all the listener classes.
mouseMotionListener
MouseMotionListener mouseMotionListener
- This protected field is implementation specific. Do not access directly or override. Use the accessor or create methods instead.
mouseListener
MouseListener mouseListener
- This protected field is implementation specific. Do not access directly or override. Use the accessor or create methods instead.
keyListener
KeyListener keyListener
- This protected field is implementation specific. Do not access directly or override. Use the accessor or create methods instead.
- See Also:
ListChooserPanel.createKeyListener()
listSelectionListener
ListSelectionListener listSelectionListener
- This protected field is implementation specific. Do not access directly or override. Use the create method instead.
- See Also:
ListChooserPanel.createListSelectionListener()
listMouseListener
MouseListener listMouseListener
- This protected field is implementation specific. Do not access directly or override. Use the create method instead.
- See Also:
ListChooserPanel.createListMouseListener()
listMouseMotionListener
MouseMotionListener listMouseMotionListener
- This protected field is implementation specific. Do not access directly or override. Use the create method instead
- See Also:
ListChooserPanel.createListMouseMotionListener()
_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)
_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
_textArea
JTextArea _textArea
_border
Border _border
_list
JList _list
_model
ComboBoxModel _model
_class
Class<T> _class
_converterContext
ConverterContext _converterContext
_converter
ObjectConverter _converter
_maximumRowCount
int _maximumRowCount
_renderer
ListCellRenderer _renderer
_scroller
JScrollPane _scroller
_autoScroll
AutoScroll _autoScroll
handler
MultiSelectListChooserPanel.Handler handler
- Implementation of all the listener classes.
mouseMotionListener
MouseMotionListener mouseMotionListener
- This protected field is implementation specific. Do not access directly or override. Use the accessor or create
methods instead.
mouseListener
MouseListener mouseListener
- This protected field is implementation specific. Do not access directly or override. Use the accessor or create
methods instead.
listMouseListener
MouseListener listMouseListener
- This protected field is implementation specific. Do not access directly or override. Use the create method
instead.
- See Also:
MultiSelectListChooserPanel.createListMouseListener()
listMouseMotionListener
MouseMotionListener listMouseMotionListener
- This protected field is implementation specific. Do not access directly or override. Use the create method
instead
- See Also:
MultiSelectListChooserPanel.createListMouseMotionListener()
serialVersionUID: 8747239924092579259L
_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
_spinnerNumberModel
SpinnerNumberModel _spinnerNumberModel
_decimalFormatPattern
String _decimalFormatPattern
_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
_ComboBoxModel
ComboBoxModel _ComboBoxModel
_displayComboBoxModel
FilterableComboBoxModel _displayComboBoxModel
_comboBox
JComboBox _comboBox
_filterAdded
boolean _filterAdded
_sortOrder
int _sortOrder
_autoResort
boolean _autoResort
_optimized
boolean _optimized
_comparatorContext
ComparatorContext _comparatorContext
_comparator
Comparator<T> _comparator
listenerList
EventListenerList listenerList
_textArea
JTextArea _textArea
_border
Border _border
_table
JTable _table
_model
TableModel _model
_class
Class<T> _class
_maximumRowCount
int _maximumRowCount
_scroller
JScrollPane _scroller
_autoScroll
AutoScroll _autoScroll
_valueColumnIndex
int _valueColumnIndex
hasEntered
boolean hasEntered
handler
com.jidesoft.combobox.TableChooserPanel.Handler handler
- Implementation of all the listener classes.
mouseMotionListener
MouseMotionListener mouseMotionListener
- This protected field is implementation specific. Do not access directly or override. Use the accessor or create
methods instead.
mouseListener
MouseListener mouseListener
- This protected field is implementation specific. Do not access directly or override. Use the accessor or create
methods instead.
tableMouseListener
MouseListener tableMouseListener
- This protected field is implementation specific. Do not access directly or override. Use the create method
instead.
- See Also:
TableChooserPanel.createTableMouseListener()
tableMouseMotionListener
MouseMotionListener tableMouseMotionListener
- This protected field is implementation specific. Do not access directly or override. Use the create method
instead
- See Also:
TableChooserPanel.createTableMouseMotionListener()
_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
_background
Color _background
_foreground
Color _foreground
_border
Border _border
_tree
JTree _tree
_model
TreeModel _model
_maximumRowCount
int _maximumRowCount
_cellRenderer
TreeCellRenderer _cellRenderer
_autoScroll
AutoScroll _autoScroll
_doubleClickExpand
boolean _doubleClickExpand
handler
com.jidesoft.combobox.TreeChooserPanel.Handler handler
- Implementation of all the listener classes.
mouseMotionListener
MouseMotionListener mouseMotionListener
- This protected field is implementation specific. Do not access directly or override. Use the accessor or create
methods instead.
mouseListener
MouseListener mouseListener
- This protected field is implementation specific. Do not access directly or override. Use the accessor or create
methods instead.
keyListener
KeyListener keyListener
- This protected field is implementation specific. Do not access directly or override. Use the accessor or create
methods instead.
- See Also:
TreeChooserPanel.createKeyListener()
treeSelectionListener
TreeSelectionListener treeSelectionListener
- This protected field is implementation specific. Do not access directly or override. Use the create method
instead.
- See Also:
TreeChooserPanel.createTreeSelectionListener()
treeMouseListener
MouseListener treeMouseListener
- This protected field is implementation specific. Do not access directly or override. Use the create method
instead.
- See Also:
TreeChooserPanel.createTreeMouseListener()
treeMouseMotionListener
MouseMotionListener treeMouseMotionListener
- This protected field is implementation specific. Do not access directly or override. Use the create method
instead
- See Also:
TreeChooserPanel.createTreeMouseMotionListener()
renderer
TreeCellRenderer renderer
- This protected field is implementation specific. Do not access directly or override. Use the accessor methods
instead.
- See Also:
TreeComboBox.getCellRenderer(),
TreeComboBox.setCellRenderer(javax.swing.tree.TreeCellRenderer)
maximumRowCount
int maximumRowCount
- This protected field is implementation specific. Do not access directly or override. Use the accessor methods
instead.
- See Also:
TreeComboBox.getMaximumRowCount(),
TreeComboBox.setMaximumRowCount(int)
_object
Object _object
_treeModel
TreeModel _treeModel
_doubleClickExpand
boolean _doubleClickExpand
|
Package com.jidesoft.comparator |
_caseSensitive
boolean _caseSensitive
serialVersionUID: -291439688585137865L
|
Package com.jidesoft.converter |
_name
String _name
_userObject
Object _userObject
serialVersionUID: 8015351559541303641L
_id
int _id
_object
Object _object
_context
Object _context
_key
Object _key
serialVersionUID: 608711844568541863L
type
CsvParseEvent.EventType type
tokens
List<E> tokens
|
Package com.jidesoft.dashboard |
_columnCount
int _columnCount
_key
String _key
_title
String _title
_icon
Icon _icon
_settings
Map<K,V> _settings
_normalGadgetContainer
JPanel _normalGadgetContainer
_maximizedGadgetContainer
JPanel _maximizedGadgetContainer
_maximizedColumn
int _maximizedColumn
_maximizedRow
int _maximizedRow
_maximizedComponent
Component _maximizedComponent
_columnResizable
boolean _columnResizable
_rowResizable
boolean _rowResizable
_gadgetManager
GadgetManager _gadgetManager
_useFloatingPalette
boolean _useFloatingPalette
CLIENT_PROPERTY_PROPERTY_CHANGE_LISTENER
String CLIENT_PROPERTY_PROPERTY_CHANGE_LISTENER
_toggleAction
AbstractAction _toggleAction
_toolbarAlignment
int _toolbarAlignment
_documentComponentListener
DocumentComponentAdapter _documentComponentListener
_propertyChangeListener
PropertyChangeListener _propertyChangeListener
serialVersionUID: -2371647452757301468L
_index
int _index
_toolBar
Container _toolBar
_gadgetManager
GadgetManager _gadgetManager
_customizeButton
JideButton _customizeButton
_useFloatingPalette
boolean _useFloatingPalette
CLIENT_PROPERTY_PROPERTY_CHANGE_LISTENER
String CLIENT_PROPERTY_PROPERTY_CHANGE_LISTENER
_settings
Map<K,V> _settings
serialVersionUID: 1157538268428156178L
_gadgetComponent
GadgetComponent _gadgetComponent
_painter
ThemePainter _painter
_buttonGroup
ButtonGroup _buttonGroup
_manager
GadgetManager _manager
_installer
GadgetPaletteInstaller _installer
_status
JComponent _status
_gadgetList
ScrollableButtonPanel _gadgetList
_buttonChangeListener
ChangeListener _buttonChangeListener
_gadgetPalette
GadgetPalette _gadgetPalette
_gadget
Gadget _gadget
_settings
Map<K,V> _settings
_gadgetManager
GadgetManager _gadgetManager
_useFloatingPalette
boolean _useFloatingPalette
|
Package com.jidesoft.database |
serialVersionUID: 2345817090825626848L
_wrapper
com.jidesoft.database.BatchedEditableTableModelWrapper _wrapper
_isRefreshing
boolean _isRefreshing
serialVersionUID: -5764565305416398488L
_resultSetTableModel
ResultSetTableModel _resultSetTableModel
_connection
Connection _connection
_statement
Statement _statement
_fromStatement
String _fromStatement
_selectStatement
String _selectStatement
_updatable
boolean _updatable
_columnMapping
Map<K,V> _columnMapping
_converterContexts
ConverterContext[] _converterContexts
- converter context for columns which was configured on
DatabaseTableModel.refreshData(com.jidesoft.grid.SortItemSupport,
com.jidesoft.grid.FilterItemSupport)
After configuration, this field will be used at DatabaseTableModel.getConverterContextAt(int, int)
You can either override DatabaseTableModel.getConverterContextAt(int, int) or DatabaseTableModel.configureConverterContexts() to gain
more control on the cell renderers.
_considerCurrencyField
boolean _considerCurrencyField
_sortItemSupport
SortItemSupport _sortItemSupport
_columnsSortable
boolean[] _columnsSortable
_filterItemSupport
FilterItemSupport _filterItemSupport
_isAdjusting
boolean _isAdjusting
serialVersionUID: -3405605430548602851L
_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
|
Package com.jidesoft.dialog |
_title
String _title
_description
String _description
_icon
Icon _icon
_pageEnabled
boolean _pageEnabled
_parentPage
AbstractDialogPage _parentPage
_defaultFocusComponent
Component _defaultFocusComponent
_allowClosing
boolean _allowClosing
_invokeCondition
int _invokeCondition
_lazyConstructorCalled
boolean _lazyConstructorCalled
_title
String _title
- Title of the banner panel.
_subtitle
String _subtitle
- Subtitle or description of the banner panel.
_titleIcon
ImageIcon _titleIcon
- Icon for the banner panel.
_iconComponent
JComponent _iconComponent
- A component to be placed at position of icon.
_subTitleIndent
int _subTitleIndent
_titleFont
Font _titleFont
_titleColor
Color _titleColor
_subTitleFont
Font _subTitleFont
_subTitleColor
Color _subTitleColor
_backgroundPaint
Paint _backgroundPaint
_propertyListener
PropertyChangeListener _propertyListener
_titleLabel
JLabel _titleLabel
_subtitleLabel
MultilineLabel _subtitleLabel
_startColor
Color _startColor
_endColor
Color _endColor
_isVertical
boolean _isVertical
_titleIconLocation
int _titleIconLocation
_textPanel
JPanel _textPanel
_id
int _id
_buttonName
String _buttonName
_userObject
String _userObject
_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
_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
_title
Object _title
_details
Object _details
_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
_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
_id
int _id
_lazyConstructorCalled
boolean _lazyConstructorCalled
_standardDialogPane
StandardDialogPane _standardDialogPane
_dialogResult
int _dialogResult
_propertyChangeListener
com.jidesoft.dialog.StandardDialog.StandardDialogPropertyChangeListener _propertyChangeListener
_bannerPanel
JComponent _bannerPanel
_contentPanel
JComponent _contentPanel
_buttonPanel
ButtonPanel _buttonPanel
_defaultCancelAction
Action _defaultCancelAction
_defaultAction
Action _defaultAction
_initFocusedComponent
Component _initFocusedComponent
|
Package com.jidesoft.diff |
_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
_conflictedColor
Color _conflictedColor
_conflictedColorPanel
com.jidesoft.diff.ColorPanel _conflictedColorPanel
GAP_TITLE_PANE
int GAP_TITLE_PANE
_fromEditor
CodeEditor _fromEditor
_toEditor
CodeEditor _toEditor
_suppressDocumentEvent
boolean _suppressDocumentEvent
_fromToDivider
DiffDivider _fromToDivider
_fromDiffMargin
com.jidesoft.diff.DiffMargin _fromDiffMargin
_toDiffMargin
com.jidesoft.diff.DiffMargin _toDiffMargin
_fromTitle
JComponent _fromTitle
_toTitle
JComponent _toTitle
_fromDiffLineNumberMargin
com.jidesoft.diff.DiffLineNumberMargin _fromDiffLineNumberMargin
_toDiffLineNumberMargin
com.jidesoft.diff.DiffLineNumberMargin _toDiffLineNumberMargin
_differences
List<E> _differences
_highlightExactChange
boolean _highlightExactChange
_readOnly
boolean _readOnly
_fromMarkerArea
com.jidesoft.diff.DiffMarkerArea _fromMarkerArea
_toMarkerArea
com.jidesoft.diff.DiffMarkerArea _toMarkerArea
_ignoreFromScrollEvent
boolean _ignoreFromScrollEvent
_ignoreToScrollEvent
boolean _ignoreToScrollEvent
_diffed
boolean _diffed
GAP_TITLE_PANE
int GAP_TITLE_PANE
_fromEditor
CodeEditor _fromEditor
_toEditor
CodeEditor _toEditor
_otherEditor
CodeEditor _otherEditor
_suppressDocumentEvent
boolean _suppressDocumentEvent
_fromToDivider
DiffDivider _fromToDivider
_toOtherDivider
DiffDivider _toOtherDivider
_fromDiffMargin
com.jidesoft.diff.DiffMargin _fromDiffMargin
_otherDiffMargin
com.jidesoft.diff.DiffMargin _otherDiffMargin
_fromTitle
JComponent _fromTitle
_toTitle
JComponent _toTitle
_otherTitle
JComponent _otherTitle
_fromDiffLineNumberMargin
com.jidesoft.diff.DiffLineNumberMargin _fromDiffLineNumberMargin
_toDiffLineNumberMargin
com.jidesoft.diff.DiffLineNumberMargin _toDiffLineNumberMargin
_otherDiffLineNumberMargin
com.jidesoft.diff.DiffLineNumberMargin _otherDiffLineNumberMargin
_conflicts
List<E> _conflicts
_fromToDifferences
List<E> _fromToDifferences
_toOtherDifferences
List<E> _toOtherDifferences
_readOnly
boolean _readOnly
_otherMarkerArea
com.jidesoft.diff.DiffMarkerArea _otherMarkerArea
_fromMarkerArea
com.jidesoft.diff.DiffMarkerArea _fromMarkerArea
_ignoreFromScrollEvent
boolean _ignoreFromScrollEvent
_ignoreToFromScrollEvent
boolean _ignoreToFromScrollEvent
_ignoreToOtherScrollEvent
boolean _ignoreToOtherScrollEvent
_ignoreOtherScrollEvent
boolean _ignoreOtherScrollEvent
_merged
boolean _merged
_firstConverter
DiffDivider.RowConverter _firstConverter
_secondConverter
DiffDivider.RowConverter _secondConverter
_differences
List<E> _differences
_firstOffsetY
int _firstOffsetY
_secondOffsetY
int _secondOffsetY
_firstTopMargin
int _firstTopMargin
_secondTopMargin
int _secondTopMargin
_insertedColor
Color _insertedColor
_changedColor
Color _changedColor
_deletedColor
Color _deletedColor
_conflictedColor
Color _conflictedColor
_opposite
boolean _opposite
|
Package com.jidesoft.docking |
_dockingManager
DockingManager _dockingManager
_mouseInputCreator
AutoHideContainer.MouseInputCreator _mouseInputCreator
_dockingManager
DockingManager _dockingManager
_dockID
int _dockID
_eventualProportions
double[] _eventualProportions
_dockingManager
DockingManager _dockingManager
_contentContainer
JPanel _contentContainer
_dockingManager
DockingManager _dockingManager
_contentContainer
JPanel _contentContainer
_autoDispose
boolean _autoDispose
_dockingManager
DockingManager _dockingManager
_contentContainer
JPanel _contentContainer
_autoDispose
boolean _autoDispose
_emptyFocusPolicy
FocusTraversalPolicy _emptyFocusPolicy
_dockingManager
DockingManager _dockingManager
_contentContainer
JPanel _contentContainer
_dockingManager
DockingManager _dockingManager
_contentContainer
JPanel _contentContainer
_autoDispose
boolean _autoDispose
_dockingManager
DockingManager _dockingManager
_floatingContainerManager
FloatingContainer.FloatingContainerManager _floatingContainerManager
_dockID
int _dockID
_dockingManager
DockingManager _dockingManager
_context
DockContext _context
rootPane
JRootPane rootPane
- The
JRootPane instance that manages the content pane and optional menu bar for this dockable frame,
as well as the glass pane.
- See Also:
JRootPane,
RootPaneContainer
rootPaneCheckingEnabled
boolean rootPaneCheckingEnabled
- If
true then calls to add and setLayout cause an exception to be thrown.
_frameIcon
Icon _frameIcon
- The icon shown in the top-left corner of this _dockable frame.
_key
String _key
- The string that unique identify the dockable frame.
_tabTitle
String _tabTitle
- The string displayed on the tab.
_sideTitle
String _sideTitle
- The string displayed on the side pane.
_title
String _title
- The string displayed on the title bar.
_additonalButtonActions
LinkedList<E> _additonalButtonActions
_showGripper
boolean _showGripper
- If the gripper should be shown. Gripper is something on divider to indicate it can be dragged.
_showTitleBarConfigured
boolean _showTitleBarConfigured
_showTitleBar
boolean _showTitleBar
_showContentPane
boolean _showContentPane
_rearrangable
boolean _rearrangable
_active
boolean _active
_maximized
boolean _maximized
_mouseListener
MouseInputListener _mouseListener
_notified
boolean _notified
_availableButtons
int _availableButtons
_titleBarComponent
JComponent _titleBarComponent
_titleLabelComponent
JComponent _titleLabelComponent
_maximizable
boolean _maximizable
_slidingAutohide
boolean _slidingAutohide
_animator
NotificationFlasher _animator
_transient
boolean _transient
_currentFocusOwnerTracker
JideFocusTracker _currentFocusOwnerTracker
_focusListenerInternalTracking
FocusListener _focusListenerInternalTracking
_defaultFocusComponent
Component _defaultFocusComponent
_internalFocusedComponent
Component _internalFocusedComponent
_focusChangeListener
PropertyChangeListener _focusChangeListener
_preferredAutohideSide
int _preferredAutohideSide
_tabDockAllowed
boolean _tabDockAllowed
_sideDockAllowed
boolean _sideDockAllowed
_alwaysStayInGroup
boolean _alwaysStayInGroup
_closeAction
Action _closeAction
_hideAutohideAction
Action _hideAutohideAction
_floatingAction
Action _floatingAction
_autohideAction
Action _autohideAction
_maximizeAction
Action _maximizeAction
_dockableAction
Action _dockableAction
_customDoubleClickAction
Action _customDoubleClickAction
_closeActionByDefault
Action _closeActionByDefault
_hideAutohideActionByDefault
Action _hideAutohideActionByDefault
_floatingActionByDefault
Action _floatingActionByDefault
_autohideActionByDefault
Action _autohideActionByDefault
_maximizeActionByDefault
Action _maximizeActionByDefault
_dockableActionByDefault
Action _dockableActionByDefault
_showContextMenu
boolean _showContextMenu
_defaultCloseAction
int _defaultCloseAction
_defaultEscapeAction
int _defaultEscapeAction
_autohideWhenActive
boolean _autohideWhenActive
_buttonsOrder
int[] _buttonsOrder
_settingSize
boolean _settingSize
_savedPreferredSize
Dimension _savedPreferredSize
_single
boolean _single
_dockingManager
DockingManager _dockingManager
_dockableFrame
DockableFrame _dockableFrame
_dockingManager
DockingManager _dockingManager
_outsideCallChecking
boolean _outsideCallChecking
_initMode
int _initMode
- One of states above. The initial mode.
_currentMode
int _currentMode
- One of states above. The current mode.
_canMode
int _canMode
- Which mode the window can have. It could be OR of above MODE.
_initSide
int _initSide
- Which side the window docks to when there is no layout information.
_initIndex
int _initIndex
- Index of the window when there is no layout information. All windows with the same dock side and index will be
insert into tabs of the same tabbed pane. Windows with different index will be insert into the same split pane.
_initPosition
boolean _initPosition
- Does the dockable has even been moved.
_currentDockSide
int _currentDockSide
- Which side the window is docking to.
_undockedBounds
Rectangle _undockedBounds
- The size of the window. Notice: it is the size of that window without any contraints (in floating mode). The size
will be reset everytime the bounds of the floating container changes. And it's the only case that it needs to be
changed.
In autohide and docking modes, the size of the window is depending on _dockedWidth and _dockedHeight below
_dockedWidth
int _dockedWidth
- The width and height in autohide and framedocked mode. For example, if the window docks to east, only width makes
sense. If docks to south, only height makes sense.
_dockedHeight
int _dockedHeight
_autohideWidth
int _autohideWidth
- The width is height is for auto hide mode.
_autohideHeight
int _autohideHeight
_dockID
int _dockID
- a random generated DockID.
_hiddenPreviousState
com.jidesoft.docking.PreviousState _hiddenPreviousState
- PreviousState before the window is hided.
_closePreviousState
com.jidesoft.docking.PreviousState _closePreviousState
- PreviousState before the main JFrame is closed.
_dockPreviousState
com.jidesoft.docking.PreviousState _dockPreviousState
- PreviousState when user double clicks on tab or title bar. The default behavior is to toggling between floating
and docking mode.
_floatPreviousState
com.jidesoft.docking.PreviousState _floatPreviousState
- PreviousState when user double clicks on tab or title bar. The default behavior is to toggling between floating
and docking mode.
_autohidePreviousState
com.jidesoft.docking.PreviousState _autohidePreviousState
- PreviousState when user autohide frame. The default behavior is to toggling between autohide and framedocked
mode.
_availablePreviousState
com.jidesoft.docking.PreviousState _availablePreviousState
- PreviousState when user set frame to available or unavailable.
_maximizePreviousState
com.jidesoft.docking.PreviousState _maximizePreviousState
- PreviousState when user set frame to maximized.
_available
boolean _available
- If the frame is enabled.
_normalContainer
JPanel _normalContainer
_maximizeContainer
JPanel _maximizeContainer
_borderListener
com.jidesoft.docking.DockableFrameMouseInputAdapter _borderListener
_dockingManager
DockingManager _dockingManager
_dockedWidth
int _dockedWidth
_dockedHeight
int _dockedHeight
_autohideWidth
int _autohideWidth
_autohideHeight
int _autohideHeight
_previousSelectedFrame
DockableFrame _previousSelectedFrame
_dockID
int _dockID
_dockPreviousState
com.jidesoft.docking.PreviousState _dockPreviousState
_floatPreviousState
com.jidesoft.docking.PreviousState _floatPreviousState
_dockingManager
DockingManager _dockingManager
_floatingContainerManager
FloatingContainer.FloatingContainerManager _floatingContainerManager
_dockID
int _dockID
_constraints
HashMap<K,V> _constraints
rectDebug
Rectangle rectDebug
_contentPane
Container _contentPane
_dockingManager
DockingManager _dockingManager
_floatingContainerManager
FloatingContainer.FloatingContainerManager _floatingContainerManager
_dockID
int _dockID
_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 |
serialVersionUID: -6707008881135137744L
|
Package com.jidesoft.document |
_documents
Map<K,V> _documents
- A map that maps from key to component.
_documentNames
Map<K,V> _documentNames
_documentNamesArray
List<E> _documentNamesArray
_floatingContainers
List<E> _floatingContainers
_groupBorder
Border _groupBorder
_tabPlacement
int _tabPlacement
- Where the tabs are placed.
- See Also:
DocumentPane.setTabPlacement(int)
_activeDocumentName
String _activeDocumentName
- Key of active document.
_popupMenuCustomizer
PopupMenuCustomizer _popupMenuCustomizer
- A customer to custom popup menu.
_titleConverter
StringConverter _titleConverter
- A string converter that generateHTML the title.
_groupsAllowed
boolean _groupsAllowed
_reorderAllowed
boolean _reorderAllowed
_rearrangeAllowed
boolean _rearrangeAllowed
_floatingAllowed
boolean _floatingAllowed
_dragPassUnmovableAllowed
boolean _dragPassUnmovableAllowed
_tabbedPaneCustomizer
DocumentPane.TabbedPaneCustomizer _tabbedPaneCustomizer
- A tabbed pane customer.
_mode
int _mode
- One of the values TABBED_DOCUMENT_INTERFACE and ENHANCED_SINGLE_DOCUMENT_INTERFACE.
_updateTitle
boolean _updateTitle
_layoutPersistence
AbstractLayoutPersistence _layoutPersistence
_dockingManager
com.jidesoft.document.TdiDockingManager _dockingManager
_propertyChangeListener
PropertyChangeListener _propertyChangeListener
_showContextMenu
boolean _showContextMenu
_heavyweightComponentEnabled
boolean _heavyweightComponentEnabled
_maximumGroupCount
int _maximumGroupCount
_useGlassPaneEnabled
boolean _useGlassPaneEnabled
_floatingContainerCloseAction
int _floatingContainerCloseAction
_activateNext
boolean _activateNext
_documentComponentList
List<E> _documentComponentList
_documentPane
DocumentPane _documentPane
_documentGroup
IDocumentGroup _documentGroup
_routingKeyStrokes
boolean _routingKeyStrokes
_mouseListener
com.jidesoft.document.TdiMouseInputAdapter _mouseListener
|
Package com.jidesoft.editor |
_clipboards
List<E> _clipboards
_list
JList _list
_textArea
JTextArea _textArea
_font
Font _font
lastLinePartial
boolean lastLinePartial
_marginArea
MarginArea _marginArea
_lineNumberMargin
LineNumberMargin _lineNumberMargin
_clipboards
List<E> _clipboards
PROPERTY_NO_WORD_DELIMITERS
String PROPERTY_NO_WORD_DELIMITERS
_searchable
Searchable _searchable
_messagePopup
JidePopup _messagePopup
_inspectionTimer
Timer _inspectionTimer
_foldingModel
FoldingModel _foldingModel
_foldingSpanListener
FoldingSpanListener _foldingSpanListener
_markerModel
MarkerModel _markerModel
_findAndReplace
FindAndReplace _findAndReplace
_editorSize
com.jidesoft.editor.CodeEditor.EditorSize _editorSize
_defaultSettings
CodeEditorSettings _defaultSettings
_localSettings
DefaultCodeEditorSettings _localSettings
_columnGuides
List<E> _columnGuides
_tabAlignment
boolean _tabAlignment
_horizontalScrollBarPolicy
int _horizontalScrollBarPolicy
_verticalScrollBarPolicy
int _verticalScrollBarPolicy
_showToolTipOverMarkedText
boolean _showToolTipOverMarkedText
_ownSystemSelection
boolean _ownSystemSelection
_clipboardOwner
ClipboardOwner _clipboardOwner
_markerArea
MarkerArea _markerArea
_markerListener
MarkerListener _markerListener
_codeInspectors
List<E> _codeInspectors
_autoInspecting
boolean _autoInspecting
_painter
CodeEditorPainter _painter
_caretVisible
boolean _caretVisible
_blink
boolean _blink
_editable
boolean _editable
_settings
CodeEditorSettings _settings
_firstLine
int _firstLine
_visibleLines
int _visibleLines
_horizontalOffset
int _horizontalOffset
_verticalScrollBar
JScrollBar _verticalScrollBar
_horizontalScrollBar
JScrollBar _horizontalScrollBar
_scrollBarsInitialized
boolean _scrollBarsInitialized
_document
SyntaxDocument _document
_documentHandler
com.jidesoft.editor.CodeEditor.DocumentHandler _documentHandler
_undoableEditListener
UndoableEditListener _undoableEditListener
lineSegment
Segment lineSegment
biasLeft
boolean biasLeft
bracketPosition
int bracketPosition
bracketLine
int bracketLine
_magicCaret
int _magicCaret
_overwrite
boolean _overwrite
_caretModel
CaretModel _caretModel
_selectionModel
SelectionModel _selectionModel
_tabSize
int _tabSize
_replaceTabWithSpace
boolean _replaceTabWithSpace
_lineBreakStyle
int _lineBreakStyle
_maxNumberOfClipboards
int _maxNumberOfClipboards
dragEnabled
boolean dragEnabled
currentLineIndex
int currentLineIndex
currentLineTokens
Token currentLineTokens
currentLine
Segment currentLine
_editor
CodeEditor _editor
_fm
FontMetrics _fm
_tabWidth
int _tabWidth
serialVersionUID: -6307295612809666540L
_undoManager
UndoManager _undoManager
_compoundEdit
CompoundEdit _compoundEdit
_compoundEditCount
int _compoundEditCount
tokenMarker
TokenMarker tokenMarker
|
Package com.jidesoft.editor.caret |
_type
int _type
_old
CaretPosition _old
_new
CaretPosition _new
|
Package com.jidesoft.editor.folding |
_foldingSpan
FoldingSpan _foldingSpan
_adjusting
boolean _adjusting
_type
int _type
|
Package com.jidesoft.editor.margin |
_lineMarginPainters
List<E> _lineMarginPainters
_mouseDragStartLine
int _mouseDragStartLine
_ctrlStartLine
int _ctrlStartLine
_editor
CodeEditor _editor
_preferredSize
Dimension _preferredSize
_marginPainters
List<E> _marginPainters
_codeFoldingPainter
CodeFoldingPainter _codeFoldingPainter
_editor
CodeEditor _editor
|
Package com.jidesoft.editor.marker |
_codeEditor
CodeEditor _codeEditor
_eye
MarkerEye _eye
_stripe
MarkerStripe _stripe
_fillPanel
JPanel _fillPanel
_eyePainter
MarkerEyePainter _eyePainter
_stripePainter
MarkerStripePainter _stripePainter
_mode
int _mode
_minimumMode
int _minimumMode
_inspecting
boolean _inspecting
_marker
Marker _marker
_isAdjusting
boolean _isAdjusting
_type
int _type
_codeEditor
CodeEditor _codeEditor
_markerArea
MarkerArea _markerArea
_painter
MarkerEyePainter _painter
_editor
CodeEditor _editor
_markerArea
MarkerArea _markerArea
_painter
MarkerStripePainter _painter
|
Package com.jidesoft.editor.selection |
_oldSelectionStart
int _oldSelectionStart
_oldSelectionEnd
int _oldSelectionEnd
_newSelectionStart
int _newSelectionStart
_newSelectionEnd
int _newSelectionEnd
|
Package com.jidesoft.editor.settings |
_fontName
String _fontName
_fontSize
int _fontSize
_fontNameComboBox
JComboBox _fontNameComboBox
_fontSizeSpinner
JSpinner _fontSizeSpinner
_elementsList
JList _elementsList
_stylePanel
StylePanel _stylePanel
_styles
SyntaxStyleSchema _styles
_names
String[] _names
_previousSelectedIndex
int _previousSelectedIndex
_style
SyntaxStyle _style
_italicCheckBox
JCheckBox _italicCheckBox
_boldCheckBox
JCheckBox _boldCheckBox
_backgroundColorComboBox
ColorComboBox _backgroundColorComboBox
_foregroundColorComboBox
ColorComboBox _foregroundColorComboBox
_effectComboBox
JComboBox _effectComboBox
_effectColorComboBox
ColorComboBox _effectColorComboBox
_stripeColorComboBox
ColorComboBox _stripeColorComboBox
|
Package com.jidesoft.editor.status |
_editor
CodeEditor _editor
_caretModelPosition
CaretModelPositionStatusBarItem _caretModelPosition
_ovrIns
CaretOverwriteStatusBarItem _ovrIns
_lineBreak
LineBreakStatusBarItem _lineBreak
_editable
EditableStatusBarItem _editable
_progress
ProgressStatusBarItem _progress
_editor
CodeEditor _editor
_readOnlyIcon
Icon _readOnlyIcon
_editableIcon
Icon _editableIcon
|
Package com.jidesoft.field |
_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 |
_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 |
serialVersionUID: -6968545139267301843L
_filterFactoryName
String _filterFactoryName
_name
String _name
_enabled
boolean _enabled
serialVersionUID: 2677943219446534071L
serialVersionUID: 7241304424726934641L
serialVersionUID: 9064088539548867200L
_value1
Object _value1
_value2
Object _value2
_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
serialVersionUID: -6019858572521757825L
serialVersionUID: 3012210797453174972L
serialVersionUID: -3141034235887861042L
_value
Object _value
serialVersionUID: -4215696161842100832L
serialVersionUID: -4797239591139072461L
serialVersionUID: 2421275038070853349L
_lookup
Set<E> _lookup
serialVersionUID: -5809458117621330954L
serialVersionUID: -2632977767520001973L
serialVersionUID: 3717480539278911655L
serialVersionUID: 6622979408055717585L
serialVersionUID: 2887590843759284068L
serialVersionUID: 5587882436883397356L
serialVersionUID: 69594927367531994L
serialVersionUID: 7282720847781405914L
_month
int _month
serialVersionUID: -8353639906803702136L
_filters
List<E> _filters
serialVersionUID: -113967011083443875L
serialVersionUID: -4452172268160956373L
serialVersionUID: -3576824947661820211L
serialVersionUID: 8090114516001789138L
serialVersionUID: -8375675685207615531L
serialVersionUID: -6203611824586727309L
serialVersionUID: 7269348053149421478L
serialVersionUID: 2478351388120455195L
_filter
Filter<T> _filter
serialVersionUID: -779217035294829756L
serialVersionUID: 7625682524741450038L
serialVersionUID: -8788763989562945559L
serialVersionUID: -1494293763440140893L
_quarter
int _quarter
serialVersionUID: -7552125704543013824L
_pattern
String _pattern
_regex
Pattern _regex
_caseSensitive
boolean _caseSensitive
_beginWith
boolean _beginWith
_endWith
boolean _endWith
serialVersionUID: 4206862592706274860L
serialVersionUID: 7336059221673140187L
serialVersionUID: -4955980148720949248L
serialVersionUID: -2231187786914896520L
serialVersionUID: 7236532252375648956L
serialVersionUID: -2399302357267594101L
_dataType
Class<T> _dataType
_converterContext
ConverterContext _converterContext
_possibleValues
Object[] _possibleValues
_displayedValues
Object[] _displayedValues
_comboBox
JComponent _comboBox
_labelVisible
boolean _labelVisible
_valueLabel
JLabel _valueLabel
serialVersionUID: 553941522244712019L
_hasWildcards
boolean _hasWildcards
_defaultWildcardSupport
DefaultWildcardSupport _defaultWildcardSupport
serialVersionUID: 6636246332147155033L
|
Package com.jidesoft.gantt |
serialVersionUID: -3781736689067962083L
listenerList
EventListenerList listenerList
- List of listeners
serialVersionUID: 5091353147617424047L
listenerList
EventListenerList listenerList
- List of listeners
serialVersionUID: 4549526960944599061L
serialVersionUID: 4549526960944599061L
serialVersionUID: -7863117140975253354L
_relations
Map<K,V> _relations
serialVersionUID: -8540080690643723869L
serialVersionUID: 2609433342181713038L
serialVersionUID: 5386888127084217005L
_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
serialVersionUID: -9094319801088118704L
_painters
Map<K,V> _painters
_backgroundPainters
List<E> _backgroundPainters
_scaleArea
ScaleArea<T> _scaleArea
_model
GanttModel<T,S extends GanttEntry<T>> _model
_rowModel
SizeSequence _rowModel
_selectionModel
ListSelectionModel _selectionModel
_selectionForeground
Color _selectionForeground
- The foreground color of selected cells.
_selectionBackground
Color _selectionBackground
- The background color of selected cells.
_rowHeight
int _rowHeight
- The height in pixels of each row in the table.
_rowMargin
int _rowMargin
_showGrid
boolean _showGrid
_gridColor
Color _gridColor
_isRowHeightSet
boolean _isRowHeightSet
- True when setRowHeight(int) has been invoked.
_preferredScrollableViewportSize
Dimension _preferredScrollableViewportSize
_editable
boolean _editable
_viewMode
int _viewMode
_defaultEntryRenderer
GanttEntryRenderer _defaultEntryRenderer
_defaultLabelRenderer
GanttLabelRenderer _defaultLabelRenderer
_labelPosition
int _labelPosition
_labelEntryGap
int _labelEntryGap
rowSelectionAdjusting
boolean rowSelectionAdjusting
serialVersionUID: -7579522806491772926L
_ganttModel
GanttModel<T,S extends GanttEntry<T>> _ganttModel
_treeTable
TreeTable _treeTable
_ganttChart
GanttChart<T,S extends GanttEntry<T>> _ganttChart
serialVersionUID: -3280963427306564154L
_type
int _type
_relation
GanttEntryRelation<S extends GanttEntry<?>> _relation
serialVersionUID: -5831693405404256150L
_type
int _type
_firstRow
int _firstRow
_lastRow
int _lastRow
serialVersionUID: -4971401871322958419L
_borderColor
Color _borderColor
_groupForeground
Color _groupForeground
_percentageColor
Color _percentageColor
_completion
double _completion
_group
boolean _group
_milestone
boolean _milestone
_rollover
boolean _rollover
_selected
boolean _selected
_range
Range<T> _range
_subEntries
GanttEntry<T>[] _subEntries
_padding
Insets _padding
|
Package com.jidesoft.grid |
_model
TableModel _model
_columnClass
Class<T> _columnClass
_objectGrouper
ObjectGrouper _objectGrouper
_editorContext
EditorContext _editorContext
_converterContext
ConverterContext _converterContext
_comboBox
AbstractComboBox _comboBox
_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
_pageSize
int _pageSize
_currentPage
int _currentPage
_pageCount
int _pageCount
_columnIndex
int _columnIndex
_rowIndex
int _rowIndex
_columnNameField
JTextField _columnNameField
_expressionField
JTextField _expressionField
_columnName
String _columnName
_expression
String _expression
_totalRecordCount
int _totalRecordCount
_sortItemSupport
SortItemSupport _sortItemSupport
_columnsSortable
boolean[] _columnsSortable
_filterItemSupport
FilterItemSupport _filterItemSupport
_isAdjusting
boolean _isAdjusting
_currentPageModel
TableModel _currentPageModel
_label
JLabel _label
_sortArrow
StyledLabel _sortArrow
_filterButton
AbstractButton _filterButton
_listCellRenderer
ListCellRenderer _listCellRenderer
_descendingIcon
Icon _descendingIcon
_ascendingIcon
Icon _ascendingIcon
_sortArrowVisible
boolean _sortArrowVisible
_filterIndicatorVisible
boolean _filterIndicatorVisible
_filterButtonVisible
boolean _filterButtonVisible
_tableModel
TableModel _tableModel
_filterableTableModel
IFilterableTableModel _filterableTableModel
_filterableTableModelColumnIndex
int _filterableTableModelColumnIndex
_sortableTableModel
ISortableTableModel _sortableTableModel
_sortableTableModelColumnIndex
int _sortableTableModelColumnIndex
_groupableTableModel
GroupableTableModel _groupableTableModel
_groupableTableModelColumnIndex
int _groupableTableModelColumnIndex
_actualTableModel
TableModel _actualTableModel
_actualTableModelColumnIndex
int _actualTableModelColumnIndex
_tableColumnIndex
int _tableColumnIndex
_modelColumnIndex
int _modelColumnIndex
_possibleValues
Object[] _possibleValues
_propertyChangeListener
PropertyChangeListener _propertyChangeListener
_showFilterName
boolean _showFilterName
_showFilterNameAsToolTip
boolean _showFilterNameAsToolTip
_showFilterIcon
boolean _showFilterIcon
_showSortArrow
boolean _showSortArrow
_allowMultipleValues
boolean _allowMultipleValues
_allowCustomFilter
boolean _allowCustomFilter
_preferSelectedValues
boolean _preferSelectedValues
_multiLineMode
boolean _multiLineMode
_filterField
JComponent _filterField
_labelPanel
JPanel _labelPanel
_filterPanel
JPanel _filterPanel
_cellEditor
boolean _cellEditor
_titleConverter
StringConverter _titleConverter
_filterTitleFormatter
AutoFilterBox.FilterTitleFormatter _filterTitleFormatter
HIDE_POPUP_KEY
Object HIDE_POPUP_KEY
_popupPanel
PopupPanel _popupPanel
- The actual panel inside the PopupWindow.
_popup
JidePopup _popup
- The popup window that will be shown when button is pressed.
_dynamicFilters
List<E> _dynamicFilters
_target
Component _target
_filterableTableModel
IFilterableTableModel _filterableTableModel
_autoFilterEnabled
boolean _autoFilterEnabled
_showFilterName
boolean _showFilterName
_showFilterNameAsToolTip
boolean _showFilterNameAsToolTip
_showFilterIcon
boolean _showFilterIcon
_showSortArrow
boolean _showSortArrow
_allowMultipleValues
boolean _allowMultipleValues
_preferSelectedValues
boolean _preferSelectedValues
_acceptTextInput
boolean _acceptTextInput
verticalAlignment
int verticalAlignment
horizontalAlignment
int horizontalAlignment
_box
AutoFilterBox _box
serialVersionUID: 4312897337838996477L
serialVersionUID: 8557612591275627332L
_rowIndex
int _rowIndex
_columnIndex
int _columnIndex
serialVersionUID: -4884343983492377717L
_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