Serialized Form
-
Package org.jdesktop.beans
-
Class org.jdesktop.beans.AbstractSerializableBean extends AbstractBean implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.lang.ClassNotFoundException, java.io.IOException
- Throws:
java.lang.ClassNotFoundException
java.io.IOException
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
- Throws:
java.io.IOException
-
-
-
-
Package org.jdesktop.beans.editors
-
Class org.jdesktop.beans.editors.ImagePicker extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
imageView
JXImageView imageView
-
jButton1
javax.swing.JButton jButton1
-
-
-
Class org.jdesktop.beans.editors.PaintPicker extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
alphaSlider
javax.swing.JSlider alphaSlider
-
colorPicker
javax.swing.JColorChooser colorPicker
-
colorPickerParent
javax.swing.JPanel colorPickerParent
-
gradientPicker
JXGradientChooser gradientPicker
-
jLabel1
javax.swing.JLabel jLabel1
-
lastPickerUsed
java.awt.Component lastPickerUsed
-
selectedPaint
java.awt.Paint selectedPaint
-
tabbedPane
javax.swing.JTabbedPane tabbedPane
-
-
-
Class org.jdesktop.beans.editors.ShapeChooser extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
shapeCombo
javax.swing.JComboBox shapeCombo
-
-
-
-
Package org.jdesktop.swingx
-
Class org.jdesktop.swingx.AbstractPatternPanel extends JXPanel implements Serializable
-
Serialized Fields
-
actionFactory
ActionContainerFactory actionFactory
-
matchCheck
javax.swing.JCheckBox matchCheck
-
patternModel
PatternModel patternModel
-
searchField
javax.swing.JTextField searchField
-
searchLabel
javax.swing.JLabel searchLabel
-
-
-
Class org.jdesktop.swingx.HorizontalLayout extends AbstractLayoutManager implements Serializable
- serialVersionUID:
- 8640046926840737487L
-
Serialized Fields
-
gap
int gap
-
-
Class org.jdesktop.swingx.JXApplet extends javax.swing.JApplet implements Serializable
- serialVersionUID:
- 2L
-
Class org.jdesktop.swingx.JXBusyLabel extends javax.swing.JLabel implements Serializable
- serialVersionUID:
- 5979268460848257147L
-
Serialized Fields
-
busy
javax.swing.Timer busy
-
busyPainter
BusyPainter busyPainter
-
delay
int delay
-
direction
BusyPainter.Direction direction
-
wasBusyOnNotify
boolean wasBusyOnNotify
Status flag to save/restore status of timer when moving component between containers.
-
-
Class org.jdesktop.swingx.JXButton extends javax.swing.JButton implements Serializable
-
Serialized Fields
-
bgPainter
Painter bgPainter
-
bgStamp
JXButton.BackgroundButton bgStamp
-
fgPaint
PainterPaint fgPaint
-
fgPainter
Painter fgPainter
-
fgStamp
JXButton.ForegroundButton fgStamp
-
iconRect
java.awt.Rectangle iconRect
-
paintBorderInsets
boolean paintBorderInsets
-
textRect
java.awt.Rectangle textRect
-
viewRect
java.awt.Rectangle viewRect
-
-
-
Class org.jdesktop.swingx.JXCollapsiblePane extends JXPanel implements Serializable
-
Serialized Fields
-
animateTimer
javax.swing.Timer animateTimer
Timer used for doing the transparency animation (fade-in) -
animationParams
JXCollapsiblePane.AnimationParams animationParams
-
animator
JXCollapsiblePane.AnimationListener animator
-
collapsed
boolean collapsed
Indicates whether the component is collapsed or expanded -
collapseFiringState
boolean collapseFiringState
-
currentDimension
int currentDimension
-
direction
JXCollapsiblePane.Direction direction
Defines the orientation of the component. -
useAnimation
boolean useAnimation
-
wrapper
JXCollapsiblePane.WrapperContainer wrapper
-
-
-
Class org.jdesktop.swingx.JXColorSelectionButton extends javax.swing.JButton implements Serializable
-
Serialized Fields
-
chooser
javax.swing.JColorChooser chooser
-
colorwell
java.awt.image.BufferedImage colorwell
-
dialog
javax.swing.JDialog dialog
-
initialColor
java.awt.Color initialColor
-
-
-
Class org.jdesktop.swingx.JXComboBox extends javax.swing.JComboBox implements Serializable
-
Serialized Fields
-
compoundHighlighter
CompoundHighlighter compoundHighlighter
-
dataAdapter
JXComboBox.ComboBoxAdapter dataAdapter
-
delegatingRenderer
JXComboBox.DelegatingRenderer delegatingRenderer
-
highlighterChangeListener
javax.swing.event.ChangeListener highlighterChangeListener
-
isDispatching
boolean isDispatching
-
pendingEvents
java.util.List<java.awt.event.KeyEvent> pendingEvents
-
stringValueRegistry
StringValueRegistry stringValueRegistry
-
updatingUI
boolean updatingUI
-
useHighlightersForCurrentValue
boolean useHighlightersForCurrentValue
-
-
-
Class org.jdesktop.swingx.JXDatePicker extends javax.swing.JComponent implements Serializable
-
Serialized Fields
-
_dateField
javax.swing.JFormattedTextField _dateField
The editable date field that displays the date -
_linkFormat
java.text.MessageFormat _linkFormat
-
_linkPanel
javax.swing.JPanel _linkPanel
Popup that displays the month view with controls for traversing/selecting dates. -
_monthView
JXMonthView _monthView
-
date
java.util.Date date
-
editable
boolean editable
-
lightWeightPopupEnabled
boolean lightWeightPopupEnabled
-
linkDate
java.util.Date linkDate
-
listenerMap
EventListenerMap listenerMap
-
monthViewListener
java.beans.PropertyChangeListener monthViewListener
-
-
-
Class org.jdesktop.swingx.JXDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
content
javax.swing.JComponent content
-
-
-
Class org.jdesktop.swingx.JXEditorPane extends javax.swing.JEditorPane implements Serializable
-
Serialized Fields
-
caretHandler
javax.swing.event.CaretListener caretHandler
-
searchable
Searchable searchable
-
selector
javax.swing.JComboBox selector
-
targetSupport
TargetableSupport targetSupport
-
undoHandler
javax.swing.event.UndoableEditListener undoHandler
-
undoManager
javax.swing.undo.UndoManager undoManager
-
-
-
Class org.jdesktop.swingx.JXErrorPane extends javax.swing.JComponent implements Serializable
-
Serialized Fields
-
errorInfo
ErrorInfo errorInfo
ErrorInfo that contains all the information prepared for reporting. -
icon
javax.swing.Icon icon
The Icon to use, regardless of the error message. The UI delegate is responsible for setting this icon, if the developer has not specified the icon. -
reporter
ErrorReporter reporter
The delegate to use for reporting errors.
-
-
-
Class org.jdesktop.swingx.JXFindBar extends JXFindPanel implements Serializable
-
Serialized Fields
-
findNext
javax.swing.JButton findNext
-
findPrevious
javax.swing.JButton findPrevious
-
notFoundBackgroundColor
java.awt.Color notFoundBackgroundColor
-
notFoundForegroundColor
java.awt.Color notFoundForegroundColor
-
previousBackgroundColor
java.awt.Color previousBackgroundColor
-
previousForegroundColor
java.awt.Color previousForegroundColor
-
-
-
Class org.jdesktop.swingx.JXFindPanel extends AbstractPatternPanel implements Serializable
-
Serialized Fields
-
backCheck
javax.swing.JCheckBox backCheck
-
initialized
boolean initialized
-
searchable
Searchable searchable
-
wrapCheck
javax.swing.JCheckBox wrapCheck
-
-
-
Class org.jdesktop.swingx.JXFormattedTextField extends javax.swing.JFormattedTextField implements Serializable
-
Class org.jdesktop.swingx.JXFrame extends javax.swing.JFrame implements Serializable
-
Serialized Fields
-
glassPane
java.awt.Component glassPane
-
hasBeenVisible
boolean hasBeenVisible
-
idle
boolean idle
-
idleListener
java.awt.event.AWTEventListener idleListener
-
idleThreshold
long idleThreshold
-
idleTimer
javax.swing.Timer idleTimer
-
keyEventListener
java.awt.event.AWTEventListener keyEventListener
-
keyPreview
boolean keyPreview
-
realCursor
java.awt.Cursor realCursor
-
startPosition
JXFrame.StartPosition startPosition
-
waitCursorVisible
boolean waitCursorVisible
-
waiting
boolean waiting
-
waitPane
java.awt.Component waitPane
-
waitPaneVisible
boolean waitPaneVisible
-
-
-
Class org.jdesktop.swingx.JXGradientChooser extends JXPanel implements Serializable
-
Serialized Fields
-
addThumbButton
javax.swing.JButton addThumbButton
-
alphaSlider
javax.swing.JSlider alphaSlider
-
alphaSpinner
javax.swing.JSpinner alphaSpinner
-
changeColorButton
JXColorSelectionButton changeColorButton
-
colorField
javax.swing.JTextField colorField
-
colorLocationSpinner
javax.swing.JSpinner colorLocationSpinner
-
deleteThumbButton
javax.swing.JButton deleteThumbButton
-
gradient
java.awt.MultipleGradientPaint gradient
-
gradientPreview
GradientPreviewPanel gradientPreview
-
log
java.util.logging.Logger log
-
noCycleRadio
javax.swing.JRadioButton noCycleRadio
-
previewPanel
javax.swing.JPanel previewPanel
This method is called from within the constructor to initialize the form. -
reflectedRadio
javax.swing.JRadioButton reflectedRadio
-
repeatedRadio
javax.swing.JRadioButton repeatedRadio
-
reversedCheck
javax.swing.JCheckBox reversedCheck
-
slider
JXMultiThumbSlider<java.awt.Color> slider
The multi-thumb slider to use for the gradient stops -
styleCombo
javax.swing.JComboBox styleCombo
-
thumbsMoving
boolean thumbsMoving
-
topPanel
javax.swing.JPanel topPanel
This method is called from within the constructor to initialize the form.
-
-
-
Class org.jdesktop.swingx.JXGraph extends JXPanel implements Serializable
-
Serialized Fields
-
axisColor
java.awt.Color axisColor
-
axisPainted
boolean axisPainted
-
backPainted
boolean backPainted
-
defaultMajorX
double defaultMajorX
-
defaultMajorY
double defaultMajorY
-
defaultView
java.awt.geom.Rectangle2D defaultView
-
dragStart
java.awt.Point dragStart
-
gridPainted
boolean gridPainted
-
inputEnabled
boolean inputEnabled
-
mainFormatter
java.text.NumberFormat mainFormatter
-
majorGridColor
java.awt.Color majorGridColor
-
majorX
double majorX
-
majorY
double majorY
-
maxX
double maxX
-
maxY
double maxY
-
minorCountX
int minorCountX
-
minorCountY
int minorCountY
-
minorGridColor
java.awt.Color minorGridColor
-
minX
double minX
-
minY
double minY
-
originX
double originX
-
originY
double originY
-
panHandler
JXGraph.PanHandler panHandler
-
panMotionHandler
JXGraph.PanMotionHandler panMotionHandler
-
plotChangeListener
java.beans.PropertyChangeListener plotChangeListener
-
plots
java.util.List<JXGraph.DrawablePlot> plots
-
resetHandler
JXGraph.ResetHandler resetHandler
-
secondFormatter
java.text.NumberFormat secondFormatter
-
textPainted
boolean textPainted
-
zoomHandler
JXGraph.ZoomHandler zoomHandler
-
-
-
Class org.jdesktop.swingx.JXHeader extends JXPanel implements Serializable
- serialVersionUID:
- 3593838231433068954L
-
Serialized Fields
-
description
java.lang.String description
-
descriptionFont
java.awt.Font descriptionFont
-
descriptionForeground
java.awt.Color descriptionForeground
-
icon
javax.swing.Icon icon
-
iconPosition
JXHeader.IconPosition iconPosition
-
title
java.lang.String title
-
titleFont
java.awt.Font titleFont
-
titleForeground
java.awt.Color titleForeground
-
-
Class org.jdesktop.swingx.JXHyperlink extends javax.swing.JButton implements Serializable
-
Serialized Fields
-
clickedColor
java.awt.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". -
hasBeenVisited
boolean hasBeenVisited
-
overrulesActionOnClick
boolean overrulesActionOnClick
-
unclickedColor
java.awt.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".
-
-
-
Class org.jdesktop.swingx.JXImageView extends JXPanel implements Serializable
-
Serialized Fields
-
dragEnabled
boolean dragEnabled
-
editable
boolean editable
-
errorSupport
ErrorSupport errorSupport
-
exportFormat
java.lang.String exportFormat
-
exportName
java.lang.String exportName
-
image
java.awt.Image image
-
imageLocation
java.awt.geom.Point2D imageLocation
-
imageURL
java.net.URL imageURL
-
log
java.util.logging.Logger log
-
moveHandler
JXImageView.MoveHandler moveHandler
-
scale
double scale
-
-
-
Class org.jdesktop.swingx.JXLabel extends javax.swing.JLabel implements Serializable
-
Serialized Fields
-
backgroundPainter
Painter backgroundPainter
-
dontIgnoreRepaint
boolean dontIgnoreRepaint
-
foregroundPainter
Painter foregroundPainter
-
maxLineSpan
int maxLineSpan
-
multiLine
boolean multiLine
-
occupiedWidth
int occupiedWidth
-
paintBorderInsets
boolean paintBorderInsets
-
painted
boolean painted
-
painting
boolean painting
-
pHeight
int pHeight
-
pWidth
int pWidth
-
textAlignment
JXLabel.TextAlignment textAlignment
-
textRotation
double textRotation
-
-
-
Class org.jdesktop.swingx.JXList extends javax.swing.JList implements Serializable
-
Serialized Fields
-
autoCreateRowSorter
boolean autoCreateRowSorter
-
comparator
java.util.Comparator<?> comparator
-
compoundHighlighter
CompoundHighlighter compoundHighlighter
The pipeline holding the highlighters. -
dataAdapter
ComponentAdapter dataAdapter
The ComponentAdapter for model data access. -
highlighterChangeListener
javax.swing.event.ChangeListener highlighterChangeListener
listening to changeEvents from compoundHighlighter. -
linkController
ListRolloverController<JXList> linkController
RolloverController: listens to cell over events and repaints entered/exited rows. -
rolloverProducer
RolloverProducer rolloverProducer
Mouse/Motion/Listener keeping track of mouse moved in cell coordinates. -
rowSorter
javax.swing.RowSorter<? extends javax.swing.ListModel> rowSorter
-
searchable
Searchable searchable
-
sortable
boolean sortable
-
sortOrderCycle
javax.swing.SortOrder[] sortOrderCycle
-
sortsOnUpdates
boolean sortsOnUpdates
-
stringValueRegistry
StringValueRegistry stringValueRegistry
-
-
-
Class org.jdesktop.swingx.JXLoginPane extends JXPanel implements Serializable
- serialVersionUID:
- 3544949969896288564L
-
Serialized Fields
-
banner
JXImagePanel banner
An optional banner at the top of the panel -
bannerText
java.lang.String bannerText
Text that should appear on the banner -
buttonPanel
JXLoginPane.JXBtnPanel buttonPanel
Login/cancel control pane; -
capsOn
javax.swing.JLabel capsOn
Label displayed whenever caps lock is on. -
contentCardPane
javax.swing.JPanel contentCardPane
Card pane holding user/pwd fields view and the progress view. -
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 -
defaultLoginListener
LoginListener defaultLoginListener
The default login listener used by this panel. -
errorMessageLabel
JXLabel 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 -
isErrorMessageSet
boolean isErrorMessageSet
-
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. -
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. -
messageLabel
javax.swing.JLabel messageLabel
Custom label allowing the developer to display some message to the user -
namePanel
JXLoginPane.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 -
namePanelEnabled
boolean namePanelEnabled
-
oldCursor
java.awt.Cursor oldCursor
Tracks the cursor at the time that authentication was started, and restores to that cursor after authentication ends, or is canceled; -
passwordField
javax.swing.JPasswordField passwordField
The password field presented allowing the user to enter their password -
passwordStore
PasswordStore passwordStore
Optional: a PasswordStore to use for storing and retrieving passwords for a specific user. -
progressMessageLabel
javax.swing.JLabel progressMessageLabel
A JLabel on the progressPanel that is used for informing the user of the status of the login procedure (logging in..., canceling login...) -
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. -
saveCB
javax.swing.JCheckBox saveCB
Check box presented if a PasswordStore is used, allowing the user to decide whether to save their password -
saveMode
JXLoginPane.SaveMode saveMode
Whether to save password or username or both. -
serverCombo
javax.swing.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 JXLoginPane has a length greater than 1. -
servers
java.util.List<java.lang.String> 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 -
status
JXLoginPane.Status status
The current login status for this panel -
userNameStore
UserNameStore userNameStore
Optional: a UserNameStore to use for storing user names and retrieving them
-
-
Class org.jdesktop.swingx.JXLoginPane.JXLoginDialog extends javax.swing.JDialog implements Serializable
- serialVersionUID:
- -3185639594267828103L
-
Serialized Fields
-
panel
JXLoginPane panel
-
-
Class org.jdesktop.swingx.JXLoginPane.JXLoginFrame extends JXFrame implements Serializable
- serialVersionUID:
- -9016407314342050807L
-
Serialized Fields
-
panel
JXLoginPane panel
-
-
Class org.jdesktop.swingx.JXMonthView extends javax.swing.JComponent implements Serializable
-
Serialized Fields
-
_daysOfTheWeek
java.lang.String[] _daysOfTheWeek
Localizable day column headers. Default typically installed by the uidelegate. -
_monthStringInsets
java.awt.Insets _monthStringInsets
-
anchor
java.util.Calendar anchor
calendar to store the real input of firstDisplayedDate. -
boxPaddingX
int boxPaddingX
-
boxPaddingY
int boxPaddingY
-
cal
java.util.Calendar cal
the calendar to base all selections, flagging upon. NOTE: the time of this calendar is undefined - before using, internal code must explicitly set it. PENDING JW: as of version 1.26 all calendar/properties are controlled by the model. We keep a clone of the model's calendar here for notification reasons: model fires DateSelectionEvent of type CALENDAR_CHANGED which neiter carry the oldvalue nor the property name needed to map into propertyChange notification. -
componentInputMapEnabled
boolean componentInputMapEnabled
-
daysOfTheWeekForeground
java.awt.Color daysOfTheWeekForeground
-
dayToColorTable
java.util.Hashtable<java.lang.Integer,java.awt.Color> dayToColorTable
-
firstDayOfWeek
int firstDayOfWeek
-
firstDisplayedDay
java.util.Date firstDisplayedDay
Keeps track of the first date we are displaying. We use this as a restore point for the calendar. This is normalized to the start of the first day of the month given in setFirstDisplayedDate. -
flaggedDates
DaySelectionModel flaggedDates
The manager of the flagged dates. Note that the type of this is an implementation detail. -
flaggedDayForeground
java.awt.Color flaggedDayForeground
-
leadingDays
boolean leadingDays
-
listenerMap
EventListenerMap listenerMap
Storage of actionListeners registered with the monthView. -
minCalCols
int minCalCols
-
minCalRows
int minCalRows
-
model
DateSelectionModel model
The DateSelectionModel driving this component. This model's calendar is the reference for all dates. -
modelListener
DateSelectionListener modelListener
Listener registered with the current model to keep Calendar dependent state synched. -
modifiedEndDate
java.util.Date modifiedEndDate
-
modifiedStartDate
java.util.Date modifiedStartDate
-
monthStringBackground
java.awt.Color monthStringBackground
-
monthStringForeground
java.awt.Color monthStringForeground
-
selectedBackground
java.awt.Color selectedBackground
-
selectedForeground
java.awt.Color selectedForeground
-
showWeekNumber
boolean showWeekNumber
-
today
java.util.Date today
Start of the day which contains System.millis() in the current calendar. Kept in synch via a timer started in addNotify. -
todayBackgroundColor
java.awt.Color todayBackgroundColor
-
todayTimer
javax.swing.Timer todayTimer
The timer used to keep today in synch with system time. -
trailingDays
boolean trailingDays
-
traversable
boolean traversable
-
zoomable
boolean zoomable
-
-
-
Class org.jdesktop.swingx.JXMultiSplitPane extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
accessibleContext
javax.accessibility.AccessibleContext accessibleContext
-
backgroundPainter
Painter backgroundPainter
-
continuousLayout
boolean continuousLayout
-
dividerPainter
JXMultiSplitPane.DividerPainter dividerPainter
-
dragDivider
MultiSplitLayout.Divider dragDivider
-
dragMax
int dragMax
-
dragMin
int dragMin
-
dragOffsetX
int dragOffsetX
-
dragOffsetY
int dragOffsetY
-
dragUnderway
boolean dragUnderway
-
initialDividerBounds
java.awt.Rectangle initialDividerBounds
-
oldFloatingDividers
boolean oldFloatingDividers
-
paintBorderInsets
boolean paintBorderInsets
-
-
-
Class org.jdesktop.swingx.JXMultiSplitPane.AccessibleMultiSplitPane extends javax.swing.JPanel.AccessibleJPanel implements Serializable
-
Class org.jdesktop.swingx.JXMultiThumbSlider extends javax.swing.JComponent implements Serializable
-
Serialized Fields
-
listeners
java.util.List<ThumbListener> listeners
-
model
MultiThumbModel<E> model
-
selected
JXMultiThumbSlider.ThumbComp selected
-
tdl
ThumbDataListener tdl
-
thumbRenderer
ThumbRenderer thumbRenderer
-
thumbs
java.util.List<JXMultiThumbSlider.ThumbComp> thumbs
-
trackRenderer
TrackRenderer trackRenderer
-
-
-
Class org.jdesktop.swingx.JXPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
alpha
float alpha
The alpha level for this component. -
backgroundPainter
Painter 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 -
fakeTransparent
boolean fakeTransparent
-
inheritAlpha
boolean inheritAlpha
Indicates whether this component should inherit its parent alpha value -
oldAlpha
float oldAlpha
-
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
-
paintBorderInsets
boolean paintBorderInsets
-
painterChangeListener
java.beans.PropertyChangeListener painterChangeListener
The listener installed on the current backgroundPainter, if any. -
scrollableHeightHint
ScrollableSizeHint scrollableHeightHint
-
scrollableWidthHint
ScrollableSizeHint scrollableWidthHint
-
-
-
Class org.jdesktop.swingx.JXRadioGroup extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 3257285842266567986L
-
Serialized Fields
-
actionHandler
JXRadioGroup.ActionSelectionListener actionHandler
-
buttonGroup
javax.swing.ButtonGroup buttonGroup
-
values
java.util.List<T> values
-
-
Class org.jdesktop.swingx.JXRootPane extends javax.swing.JRootPane implements Serializable
-
Serialized Fields
-
cancelButton
javax.swing.JButton cancelButton
The button that gets activated when the pane has the focus and a UI-specific action like pressing the ESC key occurs. -
statusBar
JXStatusBar statusBar
The current status bar for this root pane. -
toolBar
javax.swing.JToolBar toolBar
-
-
-
Class org.jdesktop.swingx.JXRootPane.XRootLayout extends javax.swing.JRootPane.RootLayout implements Serializable
-
Serialized Fields
-
delegate
java.awt.LayoutManager2 delegate
-
-
-
Class org.jdesktop.swingx.JXSearchField extends JXTextField implements Serializable
-
Serialized Fields
-
cancelButton
javax.swing.JButton cancelButton
-
findButton
javax.swing.JButton findButton
-
instantSearchDelay
int instantSearchDelay
-
instantSearchTimer
javax.swing.Timer instantSearchTimer
-
layoutStyle
JXSearchField.LayoutStyle layoutStyle
-
layoutStyleSet
boolean layoutStyleSet
-
popupButton
javax.swing.JButton popupButton
-
promptFontStyleSet
boolean promptFontStyleSet
-
recentSearches
RecentSearches recentSearches
-
recentSearchesSaveKey
java.lang.String recentSearchesSaveKey
-
searchMode
JXSearchField.SearchMode searchMode
-
useSeperatePopupButton
boolean useSeperatePopupButton
-
useSeperatePopupButtonSet
boolean useSeperatePopupButtonSet
-
-
-
Class org.jdesktop.swingx.JXSearchField.FindAction extends javax.swing.AbstractAction implements Serializable
-
Class org.jdesktop.swingx.JXSearchPanel extends AbstractPatternPanel implements Serializable
-
Serialized Fields
-
patternMatchers
java.util.List<PatternMatcher> patternMatchers
-
searchCriteria
JXComboBox searchCriteria
-
-
-
Class org.jdesktop.swingx.JXStatusBar extends javax.swing.JComponent implements Serializable
-
Serialized Fields
-
resizeHandleEnabled
boolean resizeHandleEnabled
-
-
-
Class org.jdesktop.swingx.JXTable extends javax.swing.JTable implements Serializable
-
Serialized Fields
-
autoCreateRowSorter
boolean autoCreateRowSorter
flag to indicate whether the rowSorter is auto-created. -
calculatedPrefScrollableViewportSize
java.awt.Dimension calculatedPrefScrollableViewportSize
-
columnControlButton
javax.swing.JComponent columnControlButton
The component used a column control in the upper trailing corner of an enclosingJScrollPane
. -
columnControlVisible
boolean columnControlVisible
Flag to indicate if the column control is visible. -
columnFactory
ColumnFactory columnFactory
the factory to use for column creation and configuration. -
compoundHighlighter
CompoundHighlighter compoundHighlighter
The CompoundHighlighter for the table. -
dataAdapter
ComponentAdapter dataAdapter
The ComponentAdapter for model data access. -
editable
boolean editable
property to control table's editability as a whole. -
filteredRowCountChanged
boolean filteredRowCountChanged
flag to indicate if a sortOrderChanged has happened between pre- and postProcessModelChange. -
forceRevalidate
boolean forceRevalidate
flag to indicate if forced revalidate is needed. -
highlighterChangeListener
javax.swing.event.ChangeListener highlighterChangeListener
Listens for changes from the highlighters. -
ignoreAddColumn
boolean ignoreAddColumn
flag to indicate that it's unsafe to update sortable-related sorter properties. -
inLayout
boolean inLayout
internal flag indicating that we are in super.doLayout(). (used in columnMarginChanged to not update the resizingCol's prefWidth). -
intelliMode
boolean intelliMode
flag to indicate enhanced auto-resize-off behaviour is on. This is set/reset in setHorizontalScrollEnabled. -
isXTableRowHeightSet
boolean isXTableRowHeightSet
Flag to distinguish internal settings of row height from client code settings. The rowHeight will be internally adjusted to font size on instantiation and in updateUI if the height has not been set explicitly by the application. -
oldAutoResizeMode
int oldAutoResizeMode
field to store the autoResizeMode while interactively setting horizontal scrollbar to visible. -
resetDefaultTableCellRendererHighlighter
Highlighter resetDefaultTableCellRendererHighlighter
The Highlighter used to hack around DefaultTableCellRenderer's color memory. -
searchable
Searchable searchable
property to control search behaviour. -
sortable
boolean sortable
flag to indicate if table is interactively sortable. -
sortOrderCycle
javax.swing.SortOrder[] sortOrderCycle
-
sortsOnUpdates
boolean sortsOnUpdates
flag to indicate whether model update events should trigger resorts. -
verticalScrollPolicy
int verticalScrollPolicy
ScrollPane's original vertical scroll policy. If the column control is visible the policy is set to ALWAYS. -
visibleColumnCount
int visibleColumnCount
The default number of visible columns (in a ScrollPane). -
visibleRowCount
int visibleRowCount
The default number of visible rows (in a ScrollPane).
-
-
-
Class org.jdesktop.swingx.JXTable.BooleanEditor extends javax.swing.DefaultCellEditor implements Serializable
-
Class org.jdesktop.swingx.JXTable.GenericEditor extends javax.swing.DefaultCellEditor implements Serializable
-
Serialized Fields
-
argTypes
java.lang.Class<?>[] argTypes
-
constructor
java.lang.reflect.Constructor<?> constructor
-
value
java.lang.Object value
-
-
-
Class org.jdesktop.swingx.JXTable.NumberEditor extends JXTable.GenericEditor implements Serializable
-
Class org.jdesktop.swingx.JXTableHeader extends javax.swing.table.JTableHeader implements Serializable
-
Serialized Fields
-
headerListener
javax.swing.event.MouseInputListener headerListener
-
resortsOnDoubleClick
boolean resortsOnDoubleClick
-
-
-
Class org.jdesktop.swingx.JXTaskPane extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
collapsePane
JXCollapsiblePane collapsePane
-
icon
javax.swing.Icon icon
-
mnemonic
int mnemonic
-
mnemonicIndex
int mnemonicIndex
-
scrollOnExpand
boolean scrollOnExpand
-
special
boolean special
-
title
java.lang.String title
-
-
-
Class org.jdesktop.swingx.JXTaskPaneContainer extends JXPanel implements Serializable
-
Class org.jdesktop.swingx.JXTextArea extends javax.swing.JTextArea implements Serializable
-
Class org.jdesktop.swingx.JXTextField extends javax.swing.JTextField implements Serializable
-
Class org.jdesktop.swingx.JXTipOfTheDay extends JXPanel implements Serializable
-
Serialized Fields
-
currentTip
int currentTip
-
model
TipOfTheDayModel model
-
-
-
Class org.jdesktop.swingx.JXTitledPanel extends JXPanel implements Serializable
-
Serialized Fields
-
contentPanel
java.awt.Container contentPanel
The ContentPanel. Whatever this container is will be displayed in the Content section -
title
java.lang.String title
The text to use for the title -
titleFont
java.awt.Font titleFont
The Font to use for the Title -
titleForeground
java.awt.Color titleForeground
The foreground color to use for the Title (particularly for the text) -
titlePainter
Painter 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
javax.swing.JLabel label
Implementation detail: the label used to display the title -
leftSeparator
javax.swing.JSeparator leftSeparator
Implementation detail: a separator to use on the left of the title if alignment is centered or right justified -
rightSeparator
javax.swing.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 javax.swing.JTree implements Serializable
-
Serialized Fields
-
compoundHighlighter
CompoundHighlighter compoundHighlighter
Collection of active Highlighters. -
dataAdapter
ComponentAdapter dataAdapter
-
delegatingRenderer
JXTree.DelegatingRenderer delegatingRenderer
Wrapper around the installed renderer, needed to support Highlighters. -
editorListener
javax.swing.event.CellEditorListener editorListener
The CellEditorListener responsible to force the focus back to the tree after terminating edits. -
editorRemover
JXTree.CellEditorRemover editorRemover
The propertyChangeListener responsible for terminating edits if focus lost. -
highlighterChangeListener
javax.swing.event.ChangeListener highlighterChangeListener
Listener to changes of Highlighters in collection. -
linkController
TreeRolloverController<JXTree> linkController
The RolloverController used if rollover is enabled. -
overwriteIcons
boolean overwriteIcons
-
rolloverProducer
RolloverProducer rolloverProducer
The RolloverProducer used if rollover is enabled. -
searchable
Searchable searchable
-
selectionBackground
java.awt.Color selectionBackground
Color of selected background. Added for consistent api across collection components. -
selectionForeground
java.awt.Color selectionForeground
Color of selected foreground. Added for consistent api across collection components.
-
-
-
Class org.jdesktop.swingx.JXTreeTable extends JXTable implements Serializable
-
Serialized Fields
-
consumedOnPress
boolean consumedOnPress
-
hierarchicalEditor
TreeTableCellEditor hierarchicalEditor
Editor used to edit cells within thehierarchical
column. -
processMouseMotion
boolean processMouseMotion
-
renderer
JXTreeTable.TreeTableCellRenderer renderer
Renderer used to render cells within thehierarchical
column. renderer extends JXTree and implements TableCellRenderer -
treeExpansionBroadcaster
TreeExpansionBroadcaster treeExpansionBroadcaster
-
treeTableHacker
JXTreeTable.TreeTableHacker treeTableHacker
-
-
-
Class org.jdesktop.swingx.JXTreeTable.TreeTableModelAdapter extends javax.swing.table.AbstractTableModel implements Serializable
-
Serialized Fields
-
tree
javax.swing.JTree tree
-
treeModelListener
javax.swing.event.TreeModelListener treeModelListener
-
treeTable
JXTreeTable treeTable
-
-
-
Class org.jdesktop.swingx.MultiSplitLayout extends java.lang.Object implements Serializable
-
Serialized Fields
-
childMap
java.util.Map<java.lang.String,java.awt.Component> childMap
-
dividerSize
int dividerSize
-
floatingDividers
boolean floatingDividers
-
layoutByWeight
boolean layoutByWeight
-
layoutMode
int layoutMode
-
model
MultiSplitLayout.Node model
-
pcs
java.beans.PropertyChangeSupport pcs
-
removeDividers
boolean removeDividers
-
userMinSize
int userMinSize
-
-
-
Class org.jdesktop.swingx.MultiSplitLayout.ColSplit extends MultiSplitLayout.Split implements Serializable
-
Class org.jdesktop.swingx.MultiSplitLayout.Divider extends MultiSplitLayout.Node implements Serializable
-
Class org.jdesktop.swingx.MultiSplitLayout.InvalidLayoutException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
node
MultiSplitLayout.Node node
-
-
-
Class org.jdesktop.swingx.MultiSplitLayout.Leaf extends MultiSplitLayout.Node implements Serializable
-
Serialized Fields
-
name
java.lang.String name
-
-
-
Class org.jdesktop.swingx.MultiSplitLayout.Node extends java.lang.Object implements Serializable
-
Serialized Fields
-
bounds
java.awt.Rectangle bounds
-
isVisible
boolean isVisible
-
parent
MultiSplitLayout.Split parent
-
weight
double weight
-
-
-
Class org.jdesktop.swingx.MultiSplitLayout.RowSplit extends MultiSplitLayout.Split implements Serializable
-
Class org.jdesktop.swingx.MultiSplitLayout.Split extends MultiSplitLayout.Node implements Serializable
-
Serialized Fields
-
children
java.util.List<MultiSplitLayout.Node> children
-
name
java.lang.String name
-
rowLayout
boolean rowLayout
-
-
-
Class org.jdesktop.swingx.VerticalLayout extends AbstractLayoutManager implements Serializable
- serialVersionUID:
- 5342270033773736441L
-
Serialized Fields
-
gap
int gap
-
-
Class org.jdesktop.swingx.WrapLayout extends java.awt.FlowLayout implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.jdesktop.swingx.action
-
Class org.jdesktop.swingx.action.AbstractActionExt extends javax.swing.AbstractAction implements Serializable
-
Class org.jdesktop.swingx.action.ActionManager extends javax.swing.ActionMap implements Serializable
-
Class org.jdesktop.swingx.action.BoundAction extends AbstractActionExt implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.lang.ClassNotFoundException, java.io.IOException
- Throws:
java.lang.ClassNotFoundException
java.io.IOException
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException
- Throws:
java.io.IOException
-
-
-
Class org.jdesktop.swingx.action.CompositeAction extends AbstractActionExt implements Serializable
-
Class org.jdesktop.swingx.action.OpenBrowserAction extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
uri
java.net.URI uri
-
-
-
Class org.jdesktop.swingx.action.ServerAction extends javax.swing.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 java.util.EventObject implements Serializable
-
Serialized Fields
-
cause
java.lang.Throwable cause
-
-
-
-
Package org.jdesktop.swingx.autocomplete
-
Class org.jdesktop.swingx.autocomplete.ComboBoxCellEditor extends javax.swing.DefaultCellEditor implements Serializable
-
-
Package org.jdesktop.swingx.border
-
Class org.jdesktop.swingx.border.DropShadowBorder extends java.lang.Object implements Serializable
- serialVersionUID:
- 715287754750604058L
-
Serialized Fields
-
cornerSize
int cornerSize
-
shadowColor
java.awt.Color shadowColor
-
shadowOpacity
float shadowOpacity
-
shadowSize
int shadowSize
-
showBottomShadow
boolean showBottomShadow
-
showLeftShadow
boolean showLeftShadow
-
showRightShadow
boolean showRightShadow
-
showTopShadow
boolean showTopShadow
-
-
Class org.jdesktop.swingx.border.IconBorder extends java.lang.Object implements Serializable
-
Serialized Fields
-
icon
javax.swing.Icon icon
-
iconBounds
java.awt.Rectangle iconBounds
-
iconPosition
int iconPosition
-
padding
int padding
-
-
-
Class org.jdesktop.swingx.border.MatteBorderExt extends javax.swing.border.MatteBorder implements Serializable
-
Serialized Fields
-
defaultIcon
javax.swing.Icon defaultIcon
-
tileIcons
javax.swing.Icon[] tileIcons
-
-
-
-
Package org.jdesktop.swingx.calendar
-
Class org.jdesktop.swingx.calendar.DatePickerFormatter extends javax.swing.JFormattedTextField.AbstractFormatter implements Serializable
-
Serialized Fields
-
_formats
java.text.DateFormat[] _formats
-
-
-
Class org.jdesktop.swingx.calendar.DatePickerFormatter.DatePickerFormatterUIResource extends DatePickerFormatter implements Serializable
-
-
Package org.jdesktop.swingx.color
-
Class org.jdesktop.swingx.color.EyeDropperColorChooserPanel extends javax.swing.colorchooser.AbstractColorChooserPanel implements Serializable
-
Serialized Fields
-
activeColor
javax.swing.JButton activeColor
-
eyeDropper
javax.swing.JButton eyeDropper
-
hexColor
javax.swing.JTextField hexColor
-
jLabel1
javax.swing.JLabel jLabel1
-
magPanel
javax.swing.JPanel magPanel
-
rgbColor
javax.swing.JTextField rgbColor
-
-
-
Class org.jdesktop.swingx.color.GradientPreviewPanel extends JXPanel implements Serializable
-
Serialized Fields
-
checker_texture
java.awt.Paint checker_texture
-
end
java.awt.geom.Point2D end
-
gradient
java.awt.MultipleGradientPaint gradient
-
log
java.util.logging.Logger log
-
model
MultiThumbModel model
-
moving_end
boolean moving_end
-
moving_start
boolean moving_start
-
picker
JXGradientChooser picker
-
radial
boolean radial
-
reflected
boolean reflected
-
repeated
boolean repeated
-
reversed
boolean reversed
-
start
java.awt.geom.Point2D start
-
-
-
Class org.jdesktop.swingx.color.GradientThumbRenderer extends javax.swing.JComponent implements Serializable
-
Serialized Fields
-
selected
boolean selected
-
thumb_black
java.awt.Image thumb_black
-
thumb_gray
java.awt.Image thumb_gray
-
-
-
Class org.jdesktop.swingx.color.GradientTrackRenderer extends javax.swing.JComponent implements Serializable
-
Serialized Fields
-
checker_paint
java.awt.Paint checker_paint
-
slider
JXMultiThumbSlider slider
-
-
-
-
Package org.jdesktop.swingx.combobox
-
Class org.jdesktop.swingx.combobox.EnumComboBoxModel extends ListComboBoxModel<E extends java.lang.Enum<E>> implements Serializable
- serialVersionUID:
- 2176566393195371004L
-
Class org.jdesktop.swingx.combobox.ListComboBoxModel extends javax.swing.AbstractListModel implements Serializable
-
Class org.jdesktop.swingx.combobox.ListModelComboBoxWrapper extends javax.swing.AbstractListModel implements Serializable
-
Serialized Fields
-
delegate
javax.swing.ListModel delegate
-
selectedItem
java.lang.Object selectedItem
-
-
-
Class org.jdesktop.swingx.combobox.MapComboBoxModel extends ListComboBoxModel<K> implements Serializable
-
-
Package org.jdesktop.swingx.error
-
Class org.jdesktop.swingx.error.ErrorEvent extends java.util.EventObject implements Serializable
-
Serialized Fields
-
throwable
java.lang.Throwable throwable
-
-
-
Class org.jdesktop.swingx.error.ErrorLevel extends java.util.logging.Level implements Serializable
-
-
Package org.jdesktop.swingx.event
-
Class org.jdesktop.swingx.event.DateSelectionEvent extends java.util.EventObject implements Serializable
-
Serialized Fields
-
adjusting
boolean adjusting
-
eventType
DateSelectionEvent.EventType eventType
-
-
-
Class org.jdesktop.swingx.event.WeakEventListenerList extends java.lang.Object implements Serializable
-
-
Package org.jdesktop.swingx.hyperlink
-
Class org.jdesktop.swingx.hyperlink.AbstractHyperlinkAction extends AbstractActionExt implements Serializable
-
Serialized Fields
-
target
T target
the object the actionPerformed can act on.
-
-
-
Class org.jdesktop.swingx.hyperlink.HyperlinkAction extends AbstractHyperlinkAction<java.net.URI> implements Serializable
-
Serialized Fields
-
desktopAction
java.awt.Desktop.Action desktopAction
-
visitor
HyperlinkAction.URIVisitor visitor
-
-
-
Class org.jdesktop.swingx.hyperlink.LinkModelAction extends AbstractHyperlinkAction<T extends LinkModel> implements Serializable
-
Serialized Fields
-
delegate
java.awt.event.ActionListener delegate
-
linkListener
java.beans.PropertyChangeListener linkListener
-
-
-
-
Package org.jdesktop.swingx.icon
-
Class org.jdesktop.swingx.icon.EmptyIcon extends java.lang.Object implements Serializable
-
Serialized Fields
-
height
int height
-
width
int width
-
-
-
-
Package org.jdesktop.swingx.multislider
-
Class org.jdesktop.swingx.multislider.ThumbDataEvent extends java.util.EventObject implements Serializable
-
Serialized Fields
-
index
int index
-
thumb
Thumb<?> thumb
-
type
int type
-
-
-
-
Package org.jdesktop.swingx.multisplitpane
-
Class org.jdesktop.swingx.multisplitpane.DefaultSplitPaneModel extends MultiSplitLayout.Split implements Serializable
-
-
Package org.jdesktop.swingx.plaf
-
Class org.jdesktop.swingx.plaf.SafeBorder extends javax.swing.border.AbstractBorder implements Serializable
-
Serialized Fields
-
delegate
javax.swing.border.AbstractBorder delegate
-
-
-
-
Package org.jdesktop.swingx.plaf.basic
-
Class org.jdesktop.swingx.plaf.basic.BasicCalendarHeaderHandler.ZoomOutAction extends AbstractHyperlinkAction<JXMonthView> implements Serializable
-
Serialized Fields
-
linkListener
java.beans.PropertyChangeListener linkListener
-
monthNames
java.lang.String[] monthNames
Localized month strings used in title. -
tsv
StringValue tsv
-
-
-
Class org.jdesktop.swingx.plaf.basic.BasicDatePickerUI.BasicDatePickerPopup extends javax.swing.JPopupMenu implements Serializable
-
Class org.jdesktop.swingx.plaf.basic.BasicDatePickerUI.EditorCancelAction extends javax.swing.AbstractAction implements Serializable
-
Serialized Fields
-
cancelAction
javax.swing.Action cancelAction
-
editor
javax.swing.JFormattedTextField editor
-
-
-
Class org.jdesktop.swingx.plaf.basic.BasicHeaderUI.DescriptionPane extends JXLabel implements Serializable
-
Class org.jdesktop.swingx.plaf.basic.BasicTaskPaneContainerUI.VerticalLayoutUIResource extends VerticalLayout implements Serializable
-
Class org.jdesktop.swingx.plaf.basic.SpinningCalendarHeaderHandler.SpinningCalendarHeader extends JXPanel implements Serializable
-
Serialized Fields
-
monthText
javax.swing.JLabel monthText
-
nextButton
javax.swing.AbstractButton nextButton
-
prevButton
javax.swing.AbstractButton prevButton
-
surroundMonth
boolean surroundMonth
-
yearSpinner
javax.swing.JSpinner yearSpinner
-
-
-
-
Package org.jdesktop.swingx.plaf.basic.core
-
Class org.jdesktop.swingx.plaf.basic.core.LazyActionMap extends javax.swing.plaf.ActionMapUIResource implements Serializable
-
-
Package org.jdesktop.swingx.prompt
-
Class org.jdesktop.swingx.prompt.BuddyButton extends javax.swing.JButton implements Serializable
-
-
Package org.jdesktop.swingx.renderer
-
Class org.jdesktop.swingx.renderer.AbstractRenderer extends java.lang.Object implements Serializable
-
Serialized Fields
-
componentController
ComponentProvider<?> componentController
-
-
-
Class org.jdesktop.swingx.renderer.CellContext extends java.lang.Object implements Serializable
-
Class org.jdesktop.swingx.renderer.CheckBoxProvider extends ComponentProvider<javax.swing.AbstractButton> implements Serializable
-
Serialized Fields
-
borderPainted
boolean borderPainted
-
-
-
Class org.jdesktop.swingx.renderer.ComponentProvider extends java.lang.Object implements Serializable
-
Serialized Fields
-
alignment
int alignment
horizontal (text) alignment of component. PENDING: useful only for labels, buttons? -
defaultVisuals
DefaultVisuals<T extends javax.swing.JComponent> defaultVisuals
configurator of default visuals. -
formatter
StringValue formatter
the converter to use for string representation. PENDING: IconValue? -
rendererComponent
T extends javax.swing.JComponent rendererComponent
component to render with.
-
-
-
Class org.jdesktop.swingx.renderer.DefaultListRenderer extends AbstractRenderer implements Serializable
-
Serialized Fields
-
cellContext
ListCellContext cellContext
-
-
-
Class org.jdesktop.swingx.renderer.DefaultTableRenderer extends AbstractRenderer implements Serializable
-
Serialized Fields
-
cellContext
TableCellContext cellContext
-
-
-
Class org.jdesktop.swingx.renderer.DefaultTreeRenderer extends AbstractRenderer implements Serializable
-
Serialized Fields
-
cellContext
TreeCellContext cellContext
-
-
-
Class org.jdesktop.swingx.renderer.DefaultVisuals extends java.lang.Object implements Serializable
-
Serialized Fields
-
unselectedBackground
java.awt.Color unselectedBackground
-
unselectedForeground
java.awt.Color unselectedForeground
-
-
-
Class org.jdesktop.swingx.renderer.FormatStringValue extends java.lang.Object implements Serializable
-
Serialized Fields
-
format
java.text.Format format
the format used in creating the String representation.
-
-
-
Class org.jdesktop.swingx.renderer.HyperlinkProvider extends ComponentProvider<JXHyperlink> implements Serializable
-
Serialized Fields
-
linkAction
AbstractHyperlinkAction<java.lang.Object> linkAction
-
targetClass
java.lang.Class<?> targetClass
-
-
-
Class org.jdesktop.swingx.renderer.JRendererCheckBox extends javax.swing.JCheckBox implements Serializable
-
Serialized Fields
-
fakeTransparency
boolean fakeTransparency
a flag to prevent ui painting from filling the background. -
painter
Painter painter
the swingx painter
-
-
-
Class org.jdesktop.swingx.renderer.JRendererLabel extends javax.swing.JLabel implements Serializable
-
Serialized Fields
-
painter
Painter painter
-
-
-
Class org.jdesktop.swingx.renderer.JRendererPanel extends javax.swing.JPanel implements Serializable
-
Class org.jdesktop.swingx.renderer.JXRendererHyperlink extends JXHyperlink implements Serializable
-
Serialized Fields
-
painter
Painter painter
-
-
-
Class org.jdesktop.swingx.renderer.LabelProvider extends ComponentProvider<javax.swing.JLabel> implements Serializable
-
Class org.jdesktop.swingx.renderer.ListCellContext extends CellContext implements Serializable
-
Class org.jdesktop.swingx.renderer.LocalizableStringValue extends java.lang.Object implements Serializable
-
Serialized Fields
-
locale
java.util.Locale locale
-
lookup
java.util.Map<java.lang.Object,java.lang.String> lookup
-
prefix
java.lang.String prefix
-
-
-
Class org.jdesktop.swingx.renderer.MappedValue extends java.lang.Object implements Serializable
-
Serialized Fields
-
booleanDelegate
BooleanValue booleanDelegate
-
iconDelegate
IconValue iconDelegate
-
stringDelegate
StringValue stringDelegate
-
-
-
Class org.jdesktop.swingx.renderer.MappedValues.MappedValueUIResource extends MappedValue implements Serializable
-
Class org.jdesktop.swingx.renderer.StringValues.StringValueUIResource extends java.lang.Object implements Serializable
-
Serialized Fields
-
delegate
StringValue delegate
-
-
-
Class org.jdesktop.swingx.renderer.TableCellContext extends CellContext implements Serializable
-
Class org.jdesktop.swingx.renderer.TreeCellContext extends CellContext implements Serializable
-
Serialized Fields
-
closedIcon
javax.swing.Icon closedIcon
the default icon to use for a closed folder. -
leafIcon
javax.swing.Icon leafIcon
the icon to use for a leaf node. -
openIcon
javax.swing.Icon openIcon
the default icon to use for a open folder. -
treeFocusBorder
javax.swing.border.Border treeFocusBorder
the border around a focused node.
-
-
-
Class org.jdesktop.swingx.renderer.TreeCellContext.TreeFocusBorder extends javax.swing.border.LineBorder implements Serializable
-
Serialized Fields
-
focusColor
java.awt.Color focusColor
-
treeBackground
java.awt.Color treeBackground
-
-
-
Class org.jdesktop.swingx.renderer.WrappingIconPanel extends JXPanel implements Serializable
-
Serialized Fields
-
delegate
javax.swing.JComponent delegate
-
dropHackEnabled
boolean dropHackEnabled
-
extendsComponentOpacity
boolean extendsComponentOpacity
-
iconLabel
javax.swing.JLabel iconLabel
-
iconLabelGap
int iconLabelGap
-
labelPosition
java.lang.String labelPosition
-
ltorBorder
javax.swing.border.Border ltorBorder
-
rtolBorder
javax.swing.border.Border rtolBorder
-
-
-
Class org.jdesktop.swingx.renderer.WrappingProvider extends ComponentProvider<WrappingIconPanel> implements Serializable
-
Serialized Fields
-
unwrapUserObject
boolean unwrapUserObject
-
wrappee
ComponentProvider<?> wrappee
-
-
-
-
Package org.jdesktop.swingx.search
-
Class org.jdesktop.swingx.search.RecentSearches.RecentSearchesPopup extends javax.swing.JPopupMenu implements Serializable
-
Serialized Fields
-
clear
javax.swing.JMenuItem clear
-
recentSearches
RecentSearches recentSearches
-
searchField
javax.swing.JTextField searchField
-
-
-
-
Package org.jdesktop.swingx.table
-
Class org.jdesktop.swingx.table.ColumnControlButton extends javax.swing.JButton implements Serializable
-
Serialized Fields
-
additionalActionsVisible
boolean additionalActionsVisible
-
columnModelListener
javax.swing.event.TableColumnModelListener columnModelListener
Listener for table's columnModel. -
columnVisibilityActions
java.util.List<ColumnControlButton.ColumnVisibilityAction> columnVisibilityActions
the list of actions for column menuitems. -
popup
ColumnControlPopup popup
exposed for testing. -
table
JXTable table
The table which is controlled by this. -
tablePropertyChangeListener
java.beans.PropertyChangeListener tablePropertyChangeListener
Listener for table property changes.
-
-
-
Class org.jdesktop.swingx.table.ColumnControlButton.ColumnVisibilityAction extends AbstractActionExt implements Serializable
-
Serialized Fields
-
column
javax.swing.table.TableColumn column
-
columnListener
java.beans.PropertyChangeListener columnListener
-
fromColumn
boolean fromColumn
flag to distinguish selection changes triggered by column's property change from those triggered by user interaction. Hack around #212-swingx.
-
-
-
Class org.jdesktop.swingx.table.DatePickerCellEditor extends javax.swing.AbstractCellEditor implements Serializable
- serialVersionUID:
- -1L
-
Serialized Fields
-
clickCountToStart
int clickCountToStart
-
dateFormat
java.text.DateFormat dateFormat
-
datePicker
JXDatePicker datePicker
-
ignoreAction
boolean ignoreAction
-
pickerActionListener
java.awt.event.ActionListener pickerActionListener
-
-
Class org.jdesktop.swingx.table.DefaultTableColumnModelExt extends javax.swing.table.DefaultTableColumnModel implements Serializable
-
Serialized Fields
-
currentColumns
java.util.List<javax.swing.table.TableColumn> currentColumns
contains a list of all column, in the order they would appear if all were visible. -
initialColumns
java.util.List<javax.swing.table.TableColumn> initialColumns
contains a list of all columns, in the order in which were added to the model. -
isVisibilityChange
boolean isVisibilityChange
flag to distinguish a shown/hidden column from really added/removed columns during notification. This is brittle! -
visibilityListener
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.NumberEditorExt extends javax.swing.DefaultCellEditor implements Serializable
-
Serialized Fields
-
constructor
java.lang.reflect.Constructor<?> constructor
-
useStrictFormatter
boolean useStrictFormatter
-
-
-
Class org.jdesktop.swingx.table.TableColumnExt extends javax.swing.table.TableColumn implements Serializable
-
Serialized Fields
-
clientProperties
java.util.Hashtable<java.lang.Object,java.lang.Object> clientProperties
storage for client properties. -
comparator
java.util.Comparator<?> comparator
per-column comparator -
compoundHighlighter
CompoundHighlighter compoundHighlighter
The compound highlighter for the column. -
editable
boolean editable
per-column editable property. Initialized totrue
. -
hideable
boolean hideable
hideable property. Initialized totrue
. -
highlighterChangeListener
javax.swing.event.ChangeListener highlighterChangeListener
-
ignoreHighlighterStateChange
boolean ignoreHighlighterStateChange
-
prototypeValue
java.lang.Object prototypeValue
prototype property. -
sortable
boolean sortable
per-column sortable property. Initialized totrue
. -
toolTipText
java.lang.String toolTipText
per-column tool tip text. -
visible
boolean visible
visible property. Initialized totrue
.
-
-
-
-
Package org.jdesktop.swingx.text
-
Class org.jdesktop.swingx.text.NumberFormatExt extends java.text.NumberFormat implements Serializable
-
Serialized Fields
-
childFormat
java.text.NumberFormat childFormat
-
-
-
Class org.jdesktop.swingx.text.StrictNumberFormatter extends javax.swing.text.NumberFormatter implements Serializable
-
Serialized Fields
-
maxAsBig
java.math.BigDecimal maxAsBig
-
minAsBig
java.math.BigDecimal minAsBig
-
-
-
-
Package org.jdesktop.swingx.tree
-
Class org.jdesktop.swingx.tree.DefaultXTreeCellEditor.XEditorContainer extends javax.swing.tree.DefaultTreeCellEditor.EditorContainer implements Serializable
-
Class org.jdesktop.swingx.tree.DefaultXTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable
-
-
Package org.jdesktop.swingx.treetable
-
Class org.jdesktop.swingx.treetable.TreeTableCellEditor extends JXTable.GenericEditor implements Serializable
-
Serialized Fields
-
tree
javax.swing.JTree tree
-
-
-