swingx
Version 2005-08-19

Serialized Form


Package org.jdesktop.swingx

Class org.jdesktop.swingx.AbstractPatternPanel extends JXPanel implements Serializable

Serialized Fields

searchLabel

JLabel searchLabel

searchField

JTextField searchField

matchCheck

JCheckBox matchCheck

patternModel

PatternModel patternModel

actionFactory

ActionContainerFactory actionFactory

Class org.jdesktop.swingx.JXCollapsiblePane extends JXPanel implements Serializable

Serialized Fields

collapsed

boolean collapsed
Indicates whether the component is collapsed or expanded


orientation

JXCollapsiblePane.Orientation orientation
Defines the orientation of the component.


animateTimer

Timer animateTimer
Timer used for doing the transparency animation (fade-in)


animator

org.jdesktop.swingx.JXCollapsiblePane.AnimationListener animator

currentDimension

int currentDimension

wrapper

org.jdesktop.swingx.JXCollapsiblePane.WrapperContainer wrapper

useAnimation

boolean useAnimation

animationParams

org.jdesktop.swingx.JXCollapsiblePane.AnimationParams animationParams

Class org.jdesktop.swingx.JXColorSelectionButton extends JButton implements Serializable

Serialized Fields

dialog

JDialog dialog

chooser

JColorChooser chooser

colorwell

BufferedImage colorwell

Class org.jdesktop.swingx.JXDatePicker extends JComponent implements Serializable

Serialized Fields

_dateField

JFormattedTextField _dateField
The editable date field that displays the date


_linkPanel

JPanel _linkPanel
Popup that displays the month view with controls for traversing/selecting dates.


_linkDate

long _linkDate

_linkFormat

MessageFormat _linkFormat

_monthView

JXMonthView _monthView

_actionCommand

String _actionCommand

editable

boolean editable

Class org.jdesktop.swingx.JXDatePickerFormatter extends JFormattedTextField.AbstractFormatter implements Serializable

Serialized Fields

_formats

DateFormat[] _formats

Class org.jdesktop.swingx.JXDialog extends JDialog implements Serializable

Serialized Fields

content

JComponent content

Class org.jdesktop.swingx.JXEditorPane extends JEditorPane implements Serializable

Serialized Fields

undoHandler

UndoableEditListener undoHandler

undoManager

UndoManager undoManager

caretHandler

CaretListener caretHandler

selector

JComboBox selector

targetSupport

TargetableSupport targetSupport

searchable

Searchable searchable

Class org.jdesktop.swingx.JXErrorDialog extends JDialog implements Serializable

Serialized Fields

errorMessage

JEditorPane errorMessage
Error message text area


details

JXEditorPane details
details text area


detailButton

org.jdesktop.swingx.JXErrorDialog.EqualSizeJButton detailButton
detail button


detailsPanel

JXPanel detailsPanel
details panel


iconLabel

JLabel iconLabel
label used to display the warning/error icon


reportButton

org.jdesktop.swingx.JXErrorDialog.EqualSizeJButton reportButton
report an error button


incidentInfo

IncidentInfo incidentInfo
IncidentInfo that contains all the information prepared for reporting.


reportAction

Action reportAction
The Action that will be executed to report an error/warning. If null, then a default ReportAction will be used.


reporter

ErrorReporter reporter
The ErrorReporter to use. It defaults to the global default reporter specified via the static methods, but may be overridden


errorIcon

Icon errorIcon
The Icon to use if the error message is indeed an Error, as specified by IncidentInfo.getErrorLevel == Level.SEVERE


warningIcon

Icon warningIcon
The Icon to use if the error message is not an Error (IncidentInfo.getErrorLevel != Level.SEVERE)


collapsedHeight

int collapsedHeight
The height of the window when collapsed. This value is stashed when the dialog is expanded


expandedHeight

int expandedHeight
The height of the window when last expanded. This value is stashed when the dialog is collapsed

Class org.jdesktop.swingx.JXErrorDialog.ReportAction extends AbstractAction implements Serializable

Class org.jdesktop.swingx.JXFindBar extends JXFindPanel implements Serializable

Serialized Fields

previousBackgroundColor

Color previousBackgroundColor

previousForegroundColor

Color previousForegroundColor

notFoundBackgroundColor

Color notFoundBackgroundColor

notFoundForegroundColor

Color notFoundForegroundColor

findNext

JButton findNext

findPrevious

JButton findPrevious

Class org.jdesktop.swingx.JXFindPanel extends AbstractPatternPanel implements Serializable

Serialized Fields

searchable

Searchable searchable

wrapCheck

JCheckBox wrapCheck

backCheck

JCheckBox backCheck

initialized

boolean initialized

Class org.jdesktop.swingx.JXFrame extends JFrame implements Serializable

Class org.jdesktop.swingx.JXGlassBox extends JXPanel implements Serializable

Serialized Fields

alphaStart

float alphaStart

alphaEnd

float alphaEnd

animateTimer

Timer animateTimer

alphaIncrement

float alphaIncrement

dismissOnClick

boolean dismissOnClick

dismissListener

MouseAdapter dismissListener

Class org.jdesktop.swingx.JXGradientChooser extends JXPanel implements Serializable

Serialized Fields

slider

JXMultiThumbSlider<E> slider
The multi-thumb slider to use for the gradient stops


deleteThumbButton

JButton deleteThumbButton

addThumbButton

JButton addThumbButton

colorField

JTextField colorField

changeColorButton

JXColorSelectionButton changeColorButton

colorLocationSpinner

JSpinner colorLocationSpinner

alphaSpinner

JSpinner alphaSpinner

alphaSlider

JSlider alphaSlider

styleCombo

JComboBox styleCombo

gradientPreview

GradientPreviewPanel gradientPreview

noCycleRadio

JRadioButton noCycleRadio

reflectedRadio

JRadioButton reflectedRadio

repeatedRadio

JRadioButton repeatedRadio

reversedCheck

JCheckBox reversedCheck

checker_texture

Paint checker_texture

topPanel

JPanel topPanel
This method is called from within the constructor to initialize the form.


previewPanel

JPanel previewPanel
This method is called from within the constructor to initialize the form.

Class org.jdesktop.swingx.JXGraph extends JXPanel implements Serializable

Serialized Fields

majorGridColor

Color majorGridColor

minorGridColor

Color minorGridColor

axisColor

Color axisColor

plots

List<E> plots

minX

double minX

maxX

double maxX

minY

double minY

maxY

double maxY

defaultView

Rectangle2D defaultView

originX

double originX

originY

double originY

majorX

double majorX

defaultMajorX

double defaultMajorX

minorCountX

int minorCountX

majorY

double majorY

defaultMajorY

double defaultMajorY

minorCountY

int minorCountY

textPainted

boolean textPainted

gridPainted

boolean gridPainted

axisPainted

boolean axisPainted

backPainted

boolean backPainted

dragStart

Point dragStart

mainFormatter

NumberFormat mainFormatter

secondFormatter

NumberFormat secondFormatter

inputEnabled

boolean inputEnabled

zoomHandler

org.jdesktop.swingx.JXGraph.ZoomHandler zoomHandler

panMotionHandler

org.jdesktop.swingx.JXGraph.PanMotionHandler panMotionHandler

panHandler

org.jdesktop.swingx.JXGraph.PanHandler panHandler

resetHandler

org.jdesktop.swingx.JXGraph.ResetHandler resetHandler

Class org.jdesktop.swingx.JXHeader extends JXPanel implements Serializable

Serialized Fields

titleLabel

JLabel titleLabel

descriptionPane

JXEditorPane descriptionPane

imagePanel

JLabel imagePanel

Class org.jdesktop.swingx.JXHyperlink extends JButton implements Serializable

Serialized Fields

hasBeenVisited

boolean hasBeenVisited

unclickedColor

Color unclickedColor
Color for the hyper link if it has not yet been clicked. This color can be set both in code, and through the UIManager with the property "JXHyperlink.unclickedColor".


clickedColor

Color clickedColor
Color for the hyper link if it has already been clicked. This color can be set both in code, and through the UIManager with the property "JXHyperlink.clickedColor".


overrulesActionOnClick

boolean overrulesActionOnClick

Class org.jdesktop.swingx.JXImagePanel extends JXPanel implements Serializable

Serialized Fields

img

Image img
The image to draw


editable

boolean editable
If true, then the image can be changed. Perhaps a better name is "readOnly", but editable was chosen to be more consistent with other Swing components.


mhandler

org.jdesktop.swingx.JXImagePanel.MouseHandler mhandler
The mouse handler that is used if the component is editable


preferredSize

Dimension preferredSize
If not null, then the user has explicitly set the preferred size of this component, and this should be honored


style

JXImagePanel.Style style
Specifies how to draw the image, i.e. what kind of Style to use when drawing

Class org.jdesktop.swingx.JXImageView extends JXPanel implements Serializable

Serialized Fields

image

Image image

errorSupport

ErrorSupport errorSupport

imageLocation

Point2D imageLocation

checkerPaint

Paint checkerPaint

scale

double scale

editable

boolean editable

moveHandler

org.jdesktop.swingx.JXImageView.MoveHandler moveHandler

dragEnabled

boolean dragEnabled

exportName

String exportName

exportFormat

String exportFormat

Class org.jdesktop.swingx.JXList extends JList implements Serializable

Serialized Fields

filters

FilterPipeline filters
The pipeline holding the filters.


highlighters

HighlighterPipeline highlighters
The pipeline holding the highlighters.


highlighterChangeListener

ChangeListener highlighterChangeListener
listening to changeEvents from highlighterPipeline.


dataAdapter

ComponentAdapter dataAdapter
The ComponentAdapter for model data access.


rolloverProducer

RolloverProducer rolloverProducer
Mouse/Motion/Listener keeping track of mouse moved in cell coordinates.


linkController

JXList.ListRolloverController<T extends JList> linkController
RolloverController: listens to cell over events and repaints entered/exited rows.


delegatingRenderer

org.jdesktop.swingx.JXList.DelegatingRenderer delegatingRenderer
A wrapper around the default renderer enabling decoration.


wrappingModel

org.jdesktop.swingx.JXList.WrappingListModel wrappingModel

pipelineListener

PipelineListener pipelineListener

filterEnabled

boolean filterEnabled

selectionMapper

SelectionMapper selectionMapper

searchable

Searchable searchable

Class org.jdesktop.swingx.JXLoginDialog extends JDialog implements Serializable

Serialized Fields

panel

JXLoginPanel panel
The login panel containing the username & password fields, and handling the login procedures.

Class org.jdesktop.swingx.JXLoginPanel extends JXImagePanel implements Serializable

serialVersionUID: 3544949969896288564L

Serialized Fields

status

JXLoginPanel.Status status
The current login status for this panel


banner

JXImagePanel banner
An optional banner at the top of the panel


bannerText

String bannerText
Text that should appear on the banner


messageLabel

JLabel messageLabel
Custom label allowing the developer to display some message to the user


errorMessageLabel

JLabel errorMessageLabel
Shows an error message such as "user name or password incorrect" or "could not contact server" or something like that if something goes wrong


loginPanel

JXPanel loginPanel
A Panel containing all of the input fields, check boxes, etc necessary for the user to do their job. The items on this panel change whenever the SaveMode changes, so this panel must be recreated at runtime if the SaveMode changes. Thus, I must maintain this reference so I can remove this panel from the content panel at runtime.


contentPanel

JXPanel contentPanel
The panel on which the input fields, messageLabel, and errorMessageLabel are placed. While the login thread is running, this panel is removed from the dialog and replaced by the progressPanel


namePanel

JXLoginPanel.NameComponent namePanel
This is the area in which the name field is placed. That way it can toggle on the fly between text field and a combo box depending on the situation, and have a simple way to get the user name


passwordField

JPasswordField passwordField
The password field presented allowing the user to enter their password


serverCombo

JComboBox serverCombo
A combo box presenting the user with a list of servers to which they may log in. This is an optional feature, which is only enabled if the List of servers supplied to the JXLoginPanel has a length greater than 1.


saveCB

JCheckBox saveCB
Check box presented if a PasswordStore is used, allowing the user to decide whether to save their password


progressPanel

JXPanel progressPanel
A special panel that displays a progress bar and cancel button, and which notify the user of the login process, and allow them to cancel that process.


progressMessageLabel

JLabel progressMessageLabel
A JLabel on the progressPanel that is used for informing the user of the status of the login procedure (logging in..., cancelling login...)


loginService

LoginService loginService
The LoginService to use. This must be specified for the login dialog to operate. If no LoginService is defined, a default login service is used that simply allows all users access. This is useful for demos or prototypes where a proper login server is not available.


passwordStore

PasswordStore passwordStore
Optional: a PasswordStore to use for storing and retrieving passwords for a specific user.


userNameStore

UserNameStore userNameStore
Optional: a UserNameStore to use for storing user names and retrieving them


servers

List<E> servers
A list of servers where each server is represented by a String. If the list of Servers is greater than 1, then a combo box will be presented to the user to choose from. If any servers are specified, the selected one (or the only one if servers.size() == 1) will be passed to the LoginService


saveMode

JXLoginPanel.SaveMode saveMode
Whether to save password or username or both


loginListener

JXLoginPanel.LoginListenerImpl loginListener
Listens to login events on the LoginService. Updates the UI and the JXLoginPanel.state as appropriate


oldCursor

Cursor oldCursor
Tracks the cursor at the time that authentication was started, and restores to that cursor after authentication ends, or is cancelled;

Class org.jdesktop.swingx.JXLoginPanel.ComboNamePanel extends JComboBox implements Serializable

Serialized Fields

userNameStore

UserNameStore userNameStore

Class org.jdesktop.swingx.JXLoginPanel.JXLoginDialog extends JDialog implements Serializable

Serialized Fields

panel

JXLoginPanel panel

Class org.jdesktop.swingx.JXLoginPanel.JXLoginFrame extends JFrame implements Serializable

Serialized Fields

panel

JXLoginPanel panel

Class org.jdesktop.swingx.JXLoginPanel.SimpleNamePanel extends JTextField implements Serializable

Class org.jdesktop.swingx.JXMultiSplitPane extends JPanel implements Serializable

Serialized Fields

accessibleContext

AccessibleContext accessibleContext

continuousLayout

boolean continuousLayout

dividerPainter

JXMultiSplitPane.DividerPainter dividerPainter

dragUnderway

boolean dragUnderway

dragDivider

MultiSplitLayout.Divider dragDivider

initialDividerBounds

Rectangle initialDividerBounds

oldFloatingDividers

boolean oldFloatingDividers

dragOffsetX

int dragOffsetX

dragOffsetY

int dragOffsetY

dragMin

int dragMin

dragMax

int dragMax

Class org.jdesktop.swingx.JXMultiSplitPane.AccessibleMultiSplitPane extends JPanel.AccessibleJPanel implements Serializable

Class org.jdesktop.swingx.JXMultiThumbSlider extends JComponent implements Serializable

Serialized Fields

tdl

ThumbDataListener tdl

thumbs

List<E> thumbs

thumbRenderer

ThumbRenderer thumbRenderer

trackRenderer

TrackRenderer trackRenderer

model

MultiThumbModel<E> model

listeners

List<E> listeners

selected

org.jdesktop.swingx.JXMultiThumbSlider.ThumbComp selected

Class org.jdesktop.swingx.JXPanel extends JPanel implements Serializable

Serialized Fields

scrollableTracksViewportHeight

boolean scrollableTracksViewportHeight

scrollableTracksViewportWidth

boolean scrollableTracksViewportWidth

alpha

float alpha
The alpha level for this component.


oldOpaque

boolean oldOpaque
If the old alpha value was 1.0, I keep track of the opaque setting because a translucent component is not opaque, but I want to be able to restore opacity to its default setting if the alpha is 1.0. Honestly, I don't know if this is necessary or not, but it sounded good on paper :)

TODO: Check whether this variable is necessary or not


inheritAlpha

boolean inheritAlpha
Indicates whether this component should inherit its parent alpha value


drawGradient

boolean drawGradient
Deprecated. Use setBackgroundPainter instead
Indicates whether the JXPanel should draw a gradient or not


gradientTrackWidth

boolean gradientTrackWidth
Deprecated. Specify the Resize property on a GradientPainter instead

gradientTrackHeight

boolean gradientTrackHeight
Deprecated. Specify the Resize property on a GradientPainter instead

gradientPaint

GradientPaint gradientPaint
Deprecated. 
If the JXPanel is to draw a gradient, this paint indicates how it should be painted


backgroundPainter

Painter<T extends JComponent> backgroundPainter
Specifies the Painter to use for painting the background of this panel. If no painter is specified, the normal painting routine for JPanel is called. Old behavior is also honored for the time being if no backgroundPainter is specified


oldSize

Dimension oldSize
Keeps track of the old dimensions so that if the dimensions change, the saved gradient image can be thrown out and re-rendered. This size is AFTER applying the insets!


cachedGradient

BufferedImage cachedGradient
The cached gradient image

Class org.jdesktop.swingx.JXRadioGroup extends JPanel implements Serializable

serialVersionUID: 3257285842266567986L

Serialized Fields

buttonGroup

ButtonGroup buttonGroup

values

List<E> values

actionHandler

org.jdesktop.swingx.JXRadioGroup.ActionSelectionListener actionHandler

actionListeners

List<E> actionListeners

gapWidth

int gapWidth

Class org.jdesktop.swingx.JXRootPane extends JRootPane implements Serializable

Serialized Fields

statusBar

JXStatusBar statusBar

toolBar

JToolBar toolBar

contentPanel

JPanel contentPanel

handler

MouseMessagingHandler handler

Class org.jdesktop.swingx.JXSearchPanel extends AbstractPatternPanel implements Serializable

Serialized Fields

searchCriteria

JComboBox searchCriteria

patternMatchers

List<E> patternMatchers

Class org.jdesktop.swingx.JXStatusBar extends JXPanel implements Serializable

Class org.jdesktop.swingx.JXTable extends JTable implements Serializable

Serialized Fields

filters

FilterPipeline filters
The FilterPipeline for the table.


highlighters

HighlighterPipeline highlighters
The HighlighterPipeline for the table.


dataAdapter

ComponentAdapter dataAdapter
The ComponentAdapter for model data access.


selectionMapper

SelectionMapper selectionMapper
The handler for mapping view/model coordinates of row selection.


sortable

boolean sortable
flag to indicate if table is interactively sortable.


pipelineListener

PipelineListener pipelineListener
Listens for changes from the filters.


highlighterChangeListener

ChangeListener highlighterChangeListener
Listens for changes from the highlighters.


columnFactory

ColumnFactory columnFactory
the factory to use for column creation and configuration.


visibleRowCount

int visibleRowCount
The default number of visible rows (in a ScrollPane).


rowModelMapper

SizeSequenceMapper rowModelMapper

rowModelField

Field rowModelField

rowHeightEnabled

boolean rowHeightEnabled

columnControlVisible

boolean columnControlVisible
flag to indicate if the column control is visible.


verticalScrollPolicy

int verticalScrollPolicy
ScrollPane's original vertical scroll policy. If the columnControl is visible the policy is set to ALWAYS.


columnControlButton

JComponent columnControlButton
A button that allows the user to select which columns to display, and which to hide


rolloverProducer

RolloverProducer rolloverProducer
Mouse/Motion/Listener keeping track of mouse moved in cell coordinates.


linkController

JXTable.TableRolloverController<T extends JTable> linkController
RolloverController: listens to cell over events and repaints entered/exited rows.


oldAutoResizeMode

int oldAutoResizeMode
field to store the autoResizeMode while interactively setting horizontal scrollbar to visible.


isXTableRowHeightSet

boolean isXTableRowHeightSet
temporary hack: rowheight will be internally adjusted to font size on instantiation and in updateUI if the height has not been set explicitly by the application.


searchable

Searchable searchable

fillsViewportHeight

boolean fillsViewportHeight

Class org.jdesktop.swingx.JXTable.BooleanEditor extends DefaultCellEditor implements Serializable

Class org.jdesktop.swingx.JXTable.BooleanRenderer extends JCheckBox implements Serializable

Class org.jdesktop.swingx.JXTable.DateRenderer extends DefaultTableCellRenderer implements Serializable

Serialized Fields

formatter

DateFormat formatter

Class org.jdesktop.swingx.JXTable.DoubleRenderer extends JXTable.NumberRenderer implements Serializable

Serialized Fields

formatter

NumberFormat formatter

Class org.jdesktop.swingx.JXTable.GenericEditor extends DefaultCellEditor implements Serializable

Serialized Fields

argTypes

Class<T>[] argTypes

constructor

Constructor<T> constructor

value

Object value

Class org.jdesktop.swingx.JXTable.IconRenderer extends DefaultTableCellRenderer implements Serializable

Class org.jdesktop.swingx.JXTable.NumberEditor extends JXTable.GenericEditor implements Serializable

Class org.jdesktop.swingx.JXTable.NumberRenderer extends DefaultTableCellRenderer implements Serializable

Class org.jdesktop.swingx.JXTableHeader extends JTableHeader implements Serializable

Serialized Fields

sortGestureRecognizer

JXTableHeader.SortGestureRecognizer sortGestureRecognizer

headerListener

MouseInputListener headerListener

Class org.jdesktop.swingx.JXTaskPane extends JPanel implements Serializable

Serialized Fields

title

String title

icon

Icon icon

special

boolean special

expanded

boolean expanded

scrollOnExpand

boolean scrollOnExpand

collapsePane

JXCollapsiblePane collapsePane

Class org.jdesktop.swingx.JXTaskPaneContainer extends JComponent implements Serializable

Class org.jdesktop.swingx.JXTipOfTheDay extends JXPanel implements Serializable

Serialized Fields

model

TipOfTheDayModel model

currentTip

int currentTip

Class org.jdesktop.swingx.JXTitledPanel extends JXPanel implements Serializable

Serialized Fields

title

String title
The text to use for the title


titleFont

Font titleFont
The Font to use for the Title


titleForeground

Color titleForeground
The forground color to use for the Title (particularly for the text)


contentPanel

Container contentPanel
The ContentPanel. Whatever this container is will be displayed in the Content section


titlePainter

Painter<T extends JComponent> titlePainter
The Painter to use for painting the title section of the JXTitledPanel

Class org.jdesktop.swingx.JXTitledSeparator extends JXPanel implements Serializable

Serialized Fields

label

JLabel label
Implementation detail: the label used to display the title


leftSeparator

JSeparator leftSeparator
Implementation detail: a separator to use on the left of the title if alignment is centered or right justified


rightSeparator

JSeparator rightSeparator
Implementation detail: a separator to use on the right of the title if alignment is centered or left justified

Class org.jdesktop.swingx.JXTree extends JTree implements Serializable

Serialized Fields

conversionMethod

Method conversionMethod

filters

FilterPipeline filters

highlighters

HighlighterPipeline highlighters

highlighterChangeListener

ChangeListener highlighterChangeListener

delegatingRenderer

JXTree.DelegatingRenderer delegatingRenderer

rolloverProducer

RolloverProducer rolloverProducer
Mouse/Motion/Listener keeping track of mouse moved in cell coordinates.


linkController

JXTree.TreeRolloverController<T extends JTree> linkController
RolloverController: listens to cell over events and repaints entered/exited rows.


overwriteIcons

boolean overwriteIcons

searchable

Searchable searchable

dataAdapter

ComponentAdapter dataAdapter

Class org.jdesktop.swingx.JXTreeTable extends JXTable implements Serializable

Serialized Fields

renderer

org.jdesktop.swingx.JXTreeTable.TreeTableCellRenderer renderer
Renderer used to render cells within the hierarchical column. renderer extends JXTree and implements TableCellRenderer

Class org.jdesktop.swingx.LabelProperties extends JLabel implements Serializable

Serialized Fields

setFlags

int setFlags

Class org.jdesktop.swingx.LinkRenderer extends AbstractCellEditor implements Serializable

Serialized Fields

linkButton

JXHyperlink linkButton

linkAction

LinkAction<T> linkAction

targetClass

Class<T> targetClass

Class org.jdesktop.swingx.MultiSplitLayout.InvalidLayoutException extends RuntimeException implements Serializable

Serialized Fields

node

MultiSplitLayout.Node node

Package org.jdesktop.swingx.action

Class org.jdesktop.swingx.action.AbstractActionExt extends AbstractAction implements Serializable

Serialized Fields

selected

boolean selected
Specified whether the action is selected; the default is false

Class org.jdesktop.swingx.action.BoundAction extends AbstractActionExt implements Serializable

Serialized Fields

listeners

EventListenerList listeners

Class org.jdesktop.swingx.action.CompositeAction extends AbstractActionExt implements Serializable

Class org.jdesktop.swingx.action.LinkAction extends AbstractActionExt implements Serializable

Serialized Fields

target

Object target
the object the actionPerformed can act on.

Class org.jdesktop.swingx.action.LinkModelAction extends LinkAction<T extends LinkModel> implements Serializable

Serialized Fields

delegate

ActionListener delegate

linkListener

PropertyChangeListener linkListener

Class org.jdesktop.swingx.action.ServerAction extends AbstractAction implements Serializable

Class org.jdesktop.swingx.action.TargetableAction extends AbstractActionExt implements Serializable

Serialized Fields

targetManager

TargetManager targetManager

Package org.jdesktop.swingx.auth

Class org.jdesktop.swingx.auth.LoginEvent extends EventObject implements Serializable

Serialized Fields

cause

Throwable cause

Package org.jdesktop.swingx.autocomplete

Class org.jdesktop.swingx.autocomplete.AutoCompleteDocument extends PlainDocument implements Serializable

Serialized Fields

selecting

boolean selecting
Flag to indicate if adaptor.setSelectedItem has been called. Subsequent calls to remove/insertString should be ignored as they are likely have been caused by the adapted Component that is trying to set the text for the selected component.


strictMatching

boolean strictMatching
true, if only items from the adaptors's list can be entered false, otherwise (selected item might not be in the adaptors's list)


adaptor

AbstractAutoCompleteAdaptor adaptor
The adaptor that is used to find and select items.

Class org.jdesktop.swingx.autocomplete.ComboBoxCellEditor extends AbstractCellEditor implements Serializable

Serialized Fields

comboBox

JComboBox comboBox

handler

org.jdesktop.swingx.autocomplete.ComboBoxCellEditor.Handler handler

Package org.jdesktop.swingx.border

Class org.jdesktop.swingx.border.MatteBorderExt extends MatteBorder implements Serializable

Serialized Fields

tileIcons

Icon[] tileIcons

defaultIcon

Icon defaultIcon

Package org.jdesktop.swingx.calendar

Class org.jdesktop.swingx.calendar.JXMonthView extends JComponent implements Serializable

Serialized Fields

_monthStringInsets

Insets _monthStringInsets
Insets used in determining the rectangle for the month string background.


_boxPaddingX

int _boxPaddingX

_boxPaddingY

int _boxPaddingY

_firstDisplayedDate

long _firstDisplayedDate
Keeps track of the first date we are displaying. We use this as a restore point for the calendar.


_firstDisplayedMonth

int _firstDisplayedMonth

_firstDisplayedYear

int _firstDisplayedYear

_lastDisplayedDate

long _lastDisplayedDate

_startSelectedDate

long _startSelectedDate
Beginning date of selection. -1 if no date is selected.


_endSelectedDate

long _endSelectedDate
End date of selection. -1 if no date is selected.


_minCalCols

int _minCalCols

_minCalRows

int _minCalRows

_today

long _today

_flaggedDates

HashSet<E> _flaggedDates

_selectionMode

int _selectionMode

_firstDayOfWeek

int _firstDayOfWeek

_antiAlias

boolean _antiAlias

_traversable

boolean _traversable

_cal

Calendar _cal

_daysOfTheWeek

String[] _daysOfTheWeek

_todayBackgroundColor

Color _todayBackgroundColor

_monthStringBackground

Color _monthStringBackground

_monthStringForeground

Color _monthStringForeground

_daysOfTheWeekForeground

Color _daysOfTheWeekForeground

_selectedBackground

Color _selectedBackground

_actionCommand

String _actionCommand

_todayTimer

Timer _todayTimer

_dayToColorTable

Hashtable<K,V> _dayToColorTable

_flaggedDayForeground

Color _flaggedDayForeground

_showWeekNumber

boolean _showWeekNumber

Package org.jdesktop.swingx.color

Class org.jdesktop.swingx.color.GradientPreviewPanel extends JXPanel implements Serializable

Serialized Fields

checker_texture

Paint checker_texture

start

Point2D start

end

Point2D end

picker

JXGradientChooser picker

moving_start

boolean moving_start

moving_end

boolean moving_end

Class org.jdesktop.swingx.color.GradientThumbRenderer extends JComponent implements Serializable

Serialized Fields

gradientPicker

JXGradientChooser gradientPicker

slider

JXMultiThumbSlider<E> slider

thumb_black

Image thumb_black

thumb_gray

Image thumb_gray

selected

boolean selected

Class org.jdesktop.swingx.color.GradientTrackRenderer extends JComponent implements Serializable

Serialized Fields

checker_paint

Paint checker_paint

gradientPicker

JXGradientChooser gradientPicker

slider

JXMultiThumbSlider<E> slider

Class org.jdesktop.swingx.color.JXColorSelectionButton extends JButton implements Serializable

Serialized Fields

dialog

JDialog dialog

chooser

JColorChooser chooser

colorwell

BufferedImage colorwell

Package org.jdesktop.swingx.combobox

Class org.jdesktop.swingx.combobox.EnumComboBoxModel extends AbstractListModel implements Serializable

Serialized Fields

selected

Enum<E extends Enum<E>> selected

list

List<E> list

Package org.jdesktop.swingx.decorator

Class org.jdesktop.swingx.decorator.PipelineEvent extends EventObject implements Serializable

Serialized Fields

type

int type

Package org.jdesktop.swingx.error

Class org.jdesktop.swingx.error.ErrorEvent extends EventObject implements Serializable

Serialized Fields

throwable

Throwable throwable

Package org.jdesktop.swingx.event

Class org.jdesktop.swingx.event.MessageEvent extends EventObject implements Serializable

Serialized Fields

value

Object value

when

long when

level

Level level

Class org.jdesktop.swingx.event.ProgressEvent extends MessageEvent implements Serializable

Serialized Fields

minimum

int minimum

maximum

int maximum

progress

int progress

indeterminate

boolean indeterminate

Package org.jdesktop.swingx.multislider

Class org.jdesktop.swingx.multislider.ThumbDataEvent extends EventObject implements Serializable

Serialized Fields

type

int type

index

int index

thumb

Thumb<E> thumb

Package org.jdesktop.swingx.plaf

Class org.jdesktop.swingx.plaf.ContextMenuSource.DelegateAction extends AbstractAction implements Serializable

Serialized Fields

delegatee

Action delegatee

target

JComponent target

Package org.jdesktop.swingx.plaf.basic

Class org.jdesktop.swingx.plaf.basic.BasicDatePickerUI.BasicDatePickerPopup extends JPopupMenu implements Serializable


Package org.jdesktop.swingx.table

Class org.jdesktop.swingx.table.ColumnControlButton extends JButton implements Serializable

Serialized Fields

popupMenu

JPopupMenu popupMenu
exposed for testing.


table

JXTable table
the table which is controlled by this.


columnVisibilityActions

List<E> columnVisibilityActions
the list of actions for column menuitems.


columnModelChangeListener

PropertyChangeListener columnModelChangeListener

columnModelListener

TableColumnModelListener columnModelListener

Class org.jdesktop.swingx.table.ColumnControlButton.ColumnVisibilityAction extends AbstractActionExt implements Serializable

Serialized Fields

column

TableColumn column

columnListener

PropertyChangeListener columnListener

Class org.jdesktop.swingx.table.ColumnHeaderRenderer extends JComponent implements Serializable

Serialized Fields

downIcon

Icon downIcon

upIcon

Icon upIcon

iconBorder

IconBorder iconBorder

antiAliasedText

boolean antiAliasedText

delegateRenderer

TableCellRenderer delegateRenderer

label

LabelProperties label

Class org.jdesktop.swingx.table.DefaultTableColumnModelExt extends DefaultTableColumnModel implements Serializable

Serialized Fields

allColumns

List<E> allColumns
contains a list of all of the columns, in the order in which they would appear if all of the columns were visible.


invisibleColumns

Set<E> invisibleColumns
Set of invisible columns. These must be of type TableColumnExt.


oldIndexes

Map<K,V> oldIndexes

visibilityListener

org.jdesktop.swingx.table.DefaultTableColumnModelExt.VisibilityListener visibilityListener
Listener attached to TableColumnExt instances to listen for changes to their visibility status, and to hide/show the column as oppropriate

Class org.jdesktop.swingx.table.TableColumnExt extends TableColumn implements Serializable

Serialized Fields

editable

boolean editable

visible

boolean visible

prototypeValue

Object prototypeValue

clientProperties

Hashtable<K,V> clientProperties

sorter

Sorter sorter

comparator

Comparator<T> comparator
the comparator to use for this column


sorterConstructor

Constructor<T> sorterConstructor

Package org.jdesktop.swingx.tree

Class org.jdesktop.swingx.tree.DefaultXTreeCellEditor.XEditorContainer extends DefaultTreeCellEditor.EditorContainer implements Serializable


Package org.jdesktop.swingx.treetable

Class org.jdesktop.swingx.treetable.FileNode extends DefaultMutableTreeNode implements Serializable

Serialized Fields

file

File file

isDir

boolean isDir

Class org.jdesktop.swingx.treetable.TreeTableCellEditor extends DefaultCellEditor implements Serializable

Serialized Fields

tree

JTree tree

Package org.jdesktop.swingx.util

Class org.jdesktop.swingx.util.SwingPropertyChangeSupport extends PropertyChangeSupport implements Serializable

serialVersionUID: 7162625831330845068L

Serialized Fields

notifyOnEDT

boolean notifyOnEDT
whether to notify listeners on EDT

 
Since:
1.6


swingx
Version 2005-08-19