All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
Class |
Description |
AbstractActionExt |
Extends the concept of the Action to include toggle or group states.
|
AbstractAreaEffect |
The abstract base class for path effects.
|
AbstractAreaPainter<T> |
The abstract base class for all painters that fill a vector path area.
|
AbstractAreaPainter.Style |
Different available fill styles.
|
AbstractAreaPainterBeanInfo |
BeanInfo of AbstractAreaPainter.
|
AbstractAreaPainterBeanInfo.StylePropertyEditor |
|
AbstractAutoCompleteAdaptor |
This is the interface that binds the mechanism for automatic completion to
a data model, a selection model (e.g.
|
AbstractBean |
A convenience class from which to extend all non-visual AbstractBeans.
|
AbstractComponentAddon |
Ease the work of creating an addon for a component.
|
AbstractDateSelectionModel |
Abstract base implementation of DateSelectionModel.
|
AbstractFilter |
Provides an abstract implementation of the BufferedImageOp
interface.
|
AbstractHighlighter |
Abstract Highlighter implementation which manages change
notification and supports conditional highlighting.
|
AbstractLayoutPainter<T> |
An abstract base class for any painter which can be positioned.
|
AbstractLayoutPainter.HorizontalAlignment |
An enum which controls horizontalAlignment alignment
|
AbstractLayoutPainter.VerticalAlignment |
An enum which controls verticalAlignment alignment
|
AbstractLayoutPainterBeanInfo |
BeanInfo of AbstractLayoutPainter.
|
AbstractLayoutPainterBeanInfo.HorizontalAlignmentPropertyEditor |
|
AbstractLayoutPainterBeanInfo.VerticalAlignmentPropertyEditor |
|
AbstractMultiThumbModel<E> |
|
AbstractMutableTreeTableNode |
AbstractMutableTreeTableNode provides an implementation of most of
the MutableTreeTableNode features.
|
AbstractPainter<T> |
A convenient base class from which concrete Painter implementations may
extend.
|
AbstractPainter.Interpolation |
An enum representing the possible interpolation values of Bicubic, Bilinear, and
Nearest Neighbor.
|
AbstractPainterBeanInfo |
BeanInfo of AbstractPainter.
|
AbstractPainterBeanInfo.InterpolationPropertyEditor |
|
AbstractPathEffectBeanInfo |
|
AbstractPatternPanel |
Common base class of ui clients.
|
AbstractRenderer |
Convience common ancestor for SwingX renderers.
|
AbstractSearchable |
An abstract implementation of Searchable supporting
incremental search.
|
AbstractSearchable.SearchResult |
A convenience class to hold search state.
|
AbstractSerializableBean |
This subclass enhances AbstractBean by implementing the
Serializable interface.
|
AbstractTreeTableModel |
AbstractTreeTableModel provides an implementation of
TreeTableModel as a convenient starting
point in defining custom data models for
JXTreeTable .
|
ActionContainerFactory |
Creates user interface elements based on action ids and lists of action ids.
|
ActionFactory |
A collection of static methods to make it easier to construct
Actions.
|
ActionManager |
The ActionManager manages sets of javax.swing.Action s for an
application.
|
AlphaPainter<T> |
Applies an alpha value to an entire stack of painters.
|
AlphaPainterBeanInfo |
BeanInfo of AlphaPainter.
|
AreaEffect |
An effect which works on AbstractPathPainters or any thing else which can provide a shape to be drawn.
|
AutoCompleteComboBoxEditor |
Wrapper around the combobox editor that translates combobox items into
strings.
|
AutoCompleteDecorator |
This class contains only static utility methods that can be used to set up
automatic completion for some Swing components.
|
AutoCompleteDocument |
A document that can be plugged into any JTextComponent to enable automatic completion.
|
AutoCompletePropertyChangeListener |
|
BasicBusyLabelUI |
Base implementation of the JXBusyLabel UI.
|
BasicDatePickerUI |
The basic implementation of a DatePickerUI .
|
BasicErrorPaneUI |
Base implementation of the JXErrorPane UI.
|
BasicHeaderUI |
|
BasicHyperlinkUI |
Basic implementation of the JXHyperlink UI.
|
BasicHyperlinkUI.BasicHyperlinkListener |
A BasicButtonListener specialized to the needs of a Hyperlink.
|
BasicLoginPaneUI |
Base implementation of the JXLoginPane UI.
|
BasicLookAndFeelAddons |
Install simple pluggable UI.
|
BasicMonthViewUI |
Base implementation of the JXMonthView UI.
|
BasicMultiThumbSliderUI |
|
BasicStatusBarUI |
|
BasicTaskPaneContainerUI |
Base implementation of the JXTaskPaneContainer UI.
|
BasicTaskPaneUI |
Base implementation of the JXTaskPane UI.
|
BasicTaskPaneUI.ChevronIcon |
Toggle icon.
|
BasicTaskPaneUI.ContentPaneBorder |
The border around the content pane
|
BasicTipOfTheDayUI |
Base implementation of the JXTipOfTheDay UI.
|
BasicTitledPanelUI |
All TitledPanels contain a title section and a content section.
|
BeanInfoSupport |
Useful baseclass for BeanInfos.
|
BlendComposite |
A blend composite defines the rule according to which a drawing primitive
(known as the source) is mixed with existing graphics (know as the
destination.)
|
BlendComposite.BlendingMode |
|
BooleanValue |
A simple converter to return a Boolean value from an Object.
|
BorderHighlighter |
A Highlighter that applies a border the the renderer component.
|
BoundAction |
A class that represents the many type of actions that this framework supports.
|
BusyLabelAddon |
Addon for JXBusyLabel .
|
BusyLabelUI |
|
BusyPainter<T> |
A specific painter that paints an "infinite progress" like animation.
|
CalendarUtils |
Calendar manipulation.
|
CapsulePainter |
Draws a capsule.
|
CapsulePainter.Portion |
|
CellContext<T extends javax.swing.JComponent> |
Encapsulates the display context passed into the getXXRendererComponent.
|
CheckBoxProvider |
A component provider which uses a JCheckBox.
|
CheckerboardPainter<T> |
A Painter implementation that paints a checkerboard pattern.
|
CheckerboardPainterBeanInfo |
BeanInfo of CheckerboardPainter.
|
ColorHighlighter |
A Highlighter to modify component colors.
|
ColorTintFilter |
A color tint filter can be used to mix a solid color to an image.
|
ColorUtil |
|
ColorUtilities |
ColorUtilities contains a set of tools to perform
common color operations easily.
|
ColumnControlButton |
A component to allow interactive customization of JXTable 's
columns.
|
ColumnControlButtonAddon |
Addon to load LF specific properties for the ColumnControlButton.
|
ColumnControlIcon |
Icon class for rendering icon which indicates user control of
column visibility.
|
ColumnControlPopup |
Encapsulates the popup component which is the delegate for
all popup visuals, used by a ColumnControlButton.
|
ColumnFactory |
Creates and configures TableColumnExt s.
|
ColumnHeaderRenderer |
Header renderer class which renders column sort feedback (arrows).
|
ColumnHeaderRendererAddon |
Addon for ColumnHeaderRenderer.
|
ComboBoxAdaptor |
An implementation of the AbstractAutoCompleteAdaptor that is suitable for JComboBox.
|
ComboBoxCellEditor |
This is a cell editor that can be used when a combo box (that has been set
up for automatic completion) is to be used in a JTable.
|
ComponentAdapter |
Abstract base class for all component data adapter classes.
|
ComponentAddon |
Each new component type of the library will contribute an addon to
the LookAndFeelAddons.
|
ComponentProvider<T extends javax.swing.JComponent> |
Abstract base class of a provider for a cell rendering component.
|
CompositeAction |
A class that represents an action which will fire a sequence of actions.
|
CompoundHighlighter |
A class which manages the lists of Highlighter s.
|
CompoundPainter<T> |
A Painter implemention composed of an array of Painter s.
|
CompoundPainterBeanInfo |
BeanInfo of CompoundPainter.
|
Contract |
Utility class for checking contracts.
|
DatePickerAddon |
|
DatePickerCellEditor |
A CellEditor using a JXDatePicker as editor component.
|
DatePickerFormatter |
Default formatter for the JXDatePicker component.
|
DatePickerFormatter.DatePickerFormatterUIResource |
Same as DatePickerFormatter, but tagged as UIResource.
|
DatePickerUI |
The ComponentUI for a JXDatePicker.
|
DateSelectionEvent |
|
DateSelectionEvent.EventType |
|
DateSelectionListener |
|
DateSelectionModel |
The Model used by calendar components.
|
DateSelectionModel.SelectionMode |
|
DateSpan |
An immutable representation of a time range.
|
DateUtils |
Utility methods for Date manipulation.
|
DaySelectionModel |
DaySelectionModel is a (temporary?) implementation of DateSelectionModel
which normalizes all dates to the start of the day, that is zeroes all
time fields.
|
DefaultDateSelectionModel |
|
DefaultListRenderer |
Adapter to glue SwingX renderer support to core api.
|
DefaultMultiThumbModel<E> |
|
DefaultMutableTreeTableNode |
|
DefaultSelectionMapper |
Responsible for keeping track of selection in model coordinates.
|
DefaultsList |
A specialty "list" for working with UI defaults.
|
DefaultSplitPaneModel |
A simplified SplitPaneLayout for common split pane needs.
|
DefaultTableColumnModelExt |
A default implementation of TableColumnModelExt .
|
DefaultTableRenderer |
Adapter to glue SwingX renderer support to core api.
|
DefaultTip |
|
DefaultTipOfTheDayModel |
|
DefaultTreeRenderer |
Adapter to glue SwingX renderer support to core api.
|
DefaultTreeTableModel |
DefaultTreeTableModel is a concrete implementation of
AbstractTreeTableModel and is provided purely as a convenience.
|
DefaultUserNameStore |
Saves the user names in Preferences.
|
DefaultVisuals<T extends javax.swing.JComponent> |
Encapsulates the default visual configuration of renderering components,
respecting the state of the passed-in CellContext .
|
DefaultXTreeCellEditor |
Subclassed to hack around core bug with RtoL editing (#4980473).
|
DimensionPropertyEditor |
|
DropShadowBorder |
Implements a DropShadow for components.
|
DropShadowBorderBeanInfo |
BeanInfo class for DropShadowBorder.
|
EditorPaneLinkVisitor |
A ActionListener using a JXEditorPane to "visit" a LinkModel.
|
EmptyIcon |
An empty icon with arbitrary width and height.
|
EnumComboBoxModel<E extends java.lang.Enum<E>> |
A ComboBoxModel implementation that safely wraps an Enum.
|
EnumerationValue |
Used with the setEnumerationValues method to specify enumerated values for
properties
|
EnumerationValuePropertyEditor |
|
EnumPropertyEditor<E extends java.lang.Enum<E>> |
|
ErrorEvent |
Defines an event which encapsulates an error which occurred in a JX Swing component
which supports ErrorListeners.
|
ErrorInfo |
A simple class that encapsulates all the information needed
to report a problem using the automated report/processing system.
|
ErrorLevel |
Extends Level adding the FATAL error level.
|
ErrorListener |
ErrorListener defines the interface for an object which listens to errors generated
by a JX Swing component.
|
ErrorPaneAddon |
|
ErrorPaneUI |
|
ErrorReporter |
ErrorReporter is used by JXErrorPane to
implement a pluggable error reporting API.
|
ErrorSupport |
ErrorSupport provides support for managing error listeners.
|
EventListenerMap |
Intended to be a replacement for EventListenerList .
|
EyeDropperColorChooserPanel |
EyeDropperColorChooserPanel is a pluggable panel for the
JColorChooser which allows the user to grab any
color from the screen using a magnifying glass.
|
FastBlurFilter |
A fast blur filter can be used to blur pictures quickly.
|
FileSystemModel |
A tree table model to simulate a file system.
|
Filter |
A Filter is used to filter the data presented in a
data-aware component such as a JXList or a
JXTable .
|
FilterPipeline |
A FilterPipeline is used to define the set of
filters
for a data-aware component such as a JXList or a
JXTable .
|
FormatStringValue |
Base type for Format -backed StringValue .
|
GaussianBlurFilter |
|
GlossPainter<T> |
A Painter implementation that simulates a gloss effect.
|
GlossPainter.GlossPosition |
Used to define the position of the gloss on the painted area.
|
GlossPainterBeanInfo |
BeanInfo of GlossPainter.
|
GlossPainterBeanInfo.GlossPositionPropertyEditor |
|
GlossyTaskPaneUI |
Paints the JXTaskPane with a gradient in the title bar.
|
GlowPathEffect |
An effect which draws a glow around the painter
|
GradientPreviewPanel |
Dependency: Because this class relies on LinearGradientPaint and
RadialGradientPaint, it requires the optional MultipleGradientPaint.jar
|
GradientThumbRenderer |
|
GradientTrackRenderer |
Dependency: Because this class relies on LinearGradientPaint and
RadialGradientPaint, it requires the optional MultipleGradientPaint.jar
|
GraphicsUtilities |
GraphicsUtilities contains a set of tools to perform
common graphics operations easily.
|
HeaderAddon |
Addon for JXHeader .
|
HeaderUI |
|
Highlighter |
Highlighter provide a mechanism to modify visual attributes of
cell rendering components.
|
HighlighterFactory |
A Factory which creates common Highlighters.
|
HighlighterFactory.UIColorHighlighter |
A ColorHighlighter with UI-dependent background.
|
HighlightPredicate |
A controller which decides whether or not a visual decoration should
be applied to the given Component in the given ComponentAdapter state.
|
HighlightPredicate.AndHighlightPredicate |
Ands a list of predicates.
|
HighlightPredicate.ColumnHighlightPredicate |
A HighlightPredicate based on column index.
|
HighlightPredicate.DepthHighlightPredicate |
A HighlightPredicate based on adapter depth.
|
HighlightPredicate.EqualsHighlightPredicate |
Predicate testing the componentAdapter value against a fixed
Object.
|
HighlightPredicate.IdentifierHighlightPredicate |
A HighlightPredicate based on column identifier.
|
HighlightPredicate.NotHighlightPredicate |
Negation of a HighlightPredicate.
|
HighlightPredicate.OrHighlightPredicate |
Or's a list of predicates.
|
HighlightPredicate.RowGroupHighlightPredicate |
|
HighlightPredicate.TypeHighlightPredicate |
Predicate testing the componentAdapter value type against a given
Clazz.
|
HorizontalLayout |
Organizes components in a horizontal layout.
|
HorizontalLayoutBeanInfo |
BeanInfo class for HorizontalLayout.
|
HyperlinkAddon |
Addon for JXHyperlink .
|
HyperlinkProvider |
Renderer for hyperlinks".
|
IconBorder |
IconBorder creates a border that places an Icon in the border
on the horizontal axis.
|
IconBorderBeanInfo |
BeanInfo class for IconBorder.
|
IconHighlighter |
Highlighter which decorates by setting the icon property of a label.
|
IconValue |
A simple converter to return a Icon representation of an Object.
|
IconValue.IconType |
The cell type the icon is used for.
|
IconValues |
A collection of common IconValue implementations.
|
ImageEditor |
|
ImagePainter<T> |
A Painter instance that paints an image.
|
ImagePainter.ScaleType |
|
ImagePainterBeanInfo |
BeanInfo of ImagePainter.
|
ImagePainterBeanInfo.ScaleTypePropertyEditor |
|
ImagePicker |
|
ImageURLEditor |
|
InnerGlowPathEffect |
An effect which draws a glow inside the painter's shape
|
InnerShadowPathEffect |
An effect which draws a shadow inside the path painter.
|
InsetsPropertyEditor |
|
JAASLoginService |
JAASLoginService implements a LoginService
that uses JAAS for authentication.
|
JDBCLoginService |
A login service for connecting to SQL based databases via JDBC
|
JRendererCheckBox |
A JCheckBox optimized for usage in renderers and
with a minimal background painter support.
|
JRendererLabel |
A JLabel optimized for usage in renderers and
with a minimal background painter support.
|
JVM |
Deals with the different version of the Java Virtual Machine.
|
JXBusyLabel |
A simple circular animation, useful for denoting an action is taking
place that may take an unknown length of time to complete.
|
JXBusyLabel.Direction |
Direction is used to set the initial direction in which the
animation starts.
|
JXBusyLabelBeanInfo |
BeanInfo class for JXBusyLabel.
|
JXButton |
A Painter enabled subclass of JButton .
|
JXButtonBeanInfo |
BeanInfo class for JXButton.
|
JXCollapsiblePane |
JXCollapsiblePane provides a component which can collapse or
expand its content area with animation and fade in/fade out effects.
|
JXCollapsiblePane.CollapsiblePaneContainer |
Tagging interface for containers in a JXCollapsiblePane hierarchy who needs
to be revalidated (invalidate/validate/repaint) when the pane is expanding
or collapsing.
|
JXCollapsiblePane.Direction |
The direction defines how the collapsible pane will collapse.
|
JXCollapsiblePaneBeanInfo |
BeanInfo class for JXCollapsiblePane.
|
JXCollapsiblePaneBeanInfo.DirectionPropertyEditor |
|
JXColorSelectionButton |
A button which allows the user to select a single color.
|
JXDatePicker |
A component for entering dates with a user interaction similar to a
JComboBox.
|
JXDatePickerBeanInfo |
BeanInfo class for JXDatePicker.
|
JXDialog |
First cut for enhanced Dialog.
|
JXDialogBeanInfo |
|
JXEditorPane |
An extended editor pane which has the following features built in:
Text search
undo/redo
simple html/plain text editing
|
JXEditorPaneBeanInfo |
|
JXErrorPane |
JXErrorPane is a common error component suitable for displaying errors,
warnings, and exceptional application behavior to users.
|
JXErrorPaneBeanInfo |
BeanInfo class for JXErrorPane.
|
JXFindBar |
A simple low-intrusion default widget for incremental search.
|
JXFindBarBeanInfo |
BeanInfo class for JXFindBar.
|
JXFindPanel |
Find panel to incorporate search capability into the users application.
|
JXFindPanelBeanInfo |
BeanInfo class for JXFindPanel.
|
JXFrame |
A smarter JFrame specifically used for top level frames for Applications.
|
JXFrame.StartPosition |
|
JXFrameBeanInfo |
BeanInfo class for JXFrame.
|
JXFrameBeanInfo.StartPositionPropertyEditor |
|
JXGlassBox |
Component used to display transluscent user-interface content.
|
JXGradientChooser |
A specialized JXPanel that allows the user to construct and choose a Gradient.
|
JXGraph |
JXGraph provides a component which can display one or more
plots on top of a graduated background (or grid.)
|
JXGraph.Plot |
A plot represents a mathematical transformation used by
JXGraph .
|
JXGraphBeanInfo |
|
JXHeader |
JXHeader is a simple component consisting of a title, a description,
and an icon.
|
JXHeader.IconPosition |
Specifies desired location of the icon relative to the title/description text.
|
JXHeaderBeanInfo |
BeanInfo class for JXHeader.
|
JXHeaderBeanInfo.IconPositionPropertyEditor |
|
JXHyperlink |
A hyperlink component that derives from JButton to provide compatibility
mostly for binding actions enabled/disabled behavior accesilibity i18n etc...
|
JXHyperlinkBeanInfo |
BeanInfo class for JXHyperlink.
|
JXImagePanel |
A panel that draws an image.
|
JXImagePanel.Style |
|
JXImagePanelBeanInfo |
|
JXImageView |
A panel which shows an image centered.
|
JXImageViewBeanInfo |
|
JXLabel |
A JLabel subclass which supports Painter s, multi-line text,
and text rotation.
|
JXLabel.MultiLineSupport |
|
JXLabelBeanInfo |
BeanInfo class for JXLabel.
|
JXList |
JXList.
|
JXList.ListAdapter |
A component adapter targeted at a JXList.
|
JXListBeanInfo |
|
JXLoginDialog |
A standard login dialog that provides a reasonable amount of flexibility
while also providing ease of use and a professional look.
|
JXLoginPane |
JXLoginPane is a specialized JPanel that implements a Login dialog with
support for saving passwords supplied for future use in a secure
manner.
|
JXLoginPane.CapsOnWinListener |
Window event listener to invoke capslock test when login panel get
activated.
|
JXLoginPane.ComboNamePanel |
If a UserNameStore is used, then this combo box is presented allowing the user
to select a previous login name, or type in a new login name
|
JXLoginPane.JXLoginDialog |
|
JXLoginPane.JXLoginFrame |
|
JXLoginPane.NameComponent |
|
JXLoginPane.SaveMode |
The JXLoginPane can attempt to save certain user information such as
the username, password, or both to their respective stores.
|
JXLoginPane.SimpleNamePanel |
If a UserNameStore is not used, then this text field is presented allowing the user
to simply enter their user name
|
JXLoginPane.Status |
Returns the status of the login process
|
JXMonthView |
Component that displays a month calendar which can be used to select a day
or range of days.
|
JXMultiSplitPane |
All properties in this class are bound: when a properties value
is changed, all PropertyChangeListeners are fired.
|
JXMultiSplitPane.DividerPainter |
Draws a single Divider.
|
JXMultiSplitPaneBeanInfo |
|
JXMultiThumbSlider<E> |
A slider which can have multiple control points or Thumbs
|
JXPanel |
A simple JPanel extension that adds translucency support.
|
JXPanelBeanInfo |
BeanInfo class for JXPanel.
|
JXRadioGroup<T> |
A group of radio buttons that functions as a unit.
|
JXRadioGroupBeanInfo |
|
JXRendererHyperlink |
A JXHyperlink optimized for usage in renderers and
with a minimal background painter support.
|
JXRootPane |
Extends the JRootPane by supporting specific placements for a toolbar and a
status bar.
|
JXSearchPanel |
Rudimentary search panel.
|
JXSearchPanelBeanInfo |
BeanInfo class for JXSearchPanel.
|
JXStatusBar |
A container for JComponents that is typically placed at
the bottom of a form and runs the entire width of the form.
|
JXStatusBar.Constraint |
The constraint object to be used with the JXStatusBar .
|
JXStatusBar.Constraint.ResizeBehavior |
|
JXTable |
A JXTable is a JTable with built-in support for row sorting, filtering, and
highlighting, column visibility and a special popup control on the column
header for quick access to table configuration.
|
JXTable.BooleanEditor |
The default editor for Boolean types.
|
JXTable.GenericEditor |
Default editor registered for Object .
|
JXTable.NumberEditor |
Editor for Number s.
|
JXTable.TableAdapter |
|
JXTableBeanInfo |
|
JXTableHeader |
TableHeader with extended functionality if associated Table is of
type JXTable.
|
JXTableHeader.SortGestureRecognizer |
Encapsulates decision about which MouseEvents should
trigger sort/unsort events.
|
JXTaskPane |
JXTaskPane is a container for tasks and other
arbitrary components.
|
JXTaskPaneBeanInfo |
BeanInfo class for JXTaskPane.
|
JXTaskPaneContainer |
JXTaskPaneContainer provides an elegant view
to display a list of tasks ordered by groups ( JXTaskPane s).
|
JXTaskPaneContainerBeanInfo |
BeanInfo class for JXTaskPaneContainer.
|
JXTipOfTheDay |
Provides the "Tip of The Day" pane and dialog.
|
JXTipOfTheDay.ShowOnStartupChoice |
|
JXTitledPanel |
A special type of Panel that has a Title section and a Content section.
The following properties can be set with the UIManager to change the look
and feel of the JXTitledPanel:
JXTitledPanel.titleForeground
JXTitledPanel.titleBackground
JXTitledPanel.titleFont
JXTitledPanel.titlePainter
JXTitledPanel.captionInsets
JXTitledPanel.rightDecorationInsets
JXTitledPanel.leftDecorationInsets
|
JXTitledPanelBeanInfo |
BeanInfo class for JXTitledPanel.
|
JXTitledSeparator |
A simple horizontal separator that contains a title.
|
JXTitledSeparatorBeanInfo |
BeanInfo class for JXTitledSeparator.
|
JXTree |
JXTree.
|
JXTree.TreeAdapter |
|
JXTreeBeanInfo |
|
JXTreeTable |
JXTreeTable is a specialized table
consisting of a single column in which to display hierarchical data, and any
number of other columns in which to display regular data.
|
JXTreeTable.TreeTableDataAdapter |
|
JXTreeTable.TreeTableModelAdapter |
|
JXTreeTableBeanInfo |
|
KeyChain |
KeyChain is a class that implements the "KeyChain" concept.
|
LabelProperties |
Class used to store label properties in a single object so that they
may be applied as a set on renderers.
|
LabelProvider |
A component provider which uses a JLabel as rendering
component.
|
LinkAction<T> |
Convenience implementation to simplify JXHyperlink configuration and
provide minimal api as needed by a org.jdesktop.swingx.hyperlink.LinkRenderer .
|
LinkModel |
An bean which represents an URL link.
|
LinkModelAction<T extends LinkModel> |
Specialized LinkAction for a target of type LinkModel .
|
LinuxLookAndFeelAddons |
|
ListAdaptor |
An implementation of the AbstractAutoCompleteAdaptor that is suitable for a
JList in conjunction with a JTextComponent.
|
ListCellContext |
List specific cellContext.
|
ListComboBoxModel<E> |
A ComboBoxModel for List s.
|
ListRolloverController<T extends javax.swing.JList> |
listens to rollover properties.
|
ListSearchable |
|
LoginAdapter |
|
LoginEvent |
This is an event object that is passed to login listener methods
|
LoginListener |
|
LoginPaneAddon |
|
LoginPaneUI |
|
LoginService |
LoginService is the abstract base class for all classes implementing
a login mechanism.
|
LookAndFeelAddons |
Provides additional pluggable UI for new components added by the
library.
|
MacOSXErrorPaneUI |
Ok, the Title becomes the first line in the error dialog
The text immediately follows.
|
MacOSXLookAndFeelAddons |
|
MacOSXPopupLocationFix |
Fix a problem where the JComboBox's popup obscures its editor in the Mac OS X
Aqua look and feel.
|
MacOSXStatusBarUI |
|
MapComboBoxModel<K,V> |
A ComboBoxModel for Map s.
|
MappedValue |
Compound implementation of XXValue.
|
MatteBorderExt |
Matte border that allows specialized icons for corners and sides.
|
MattePainter<T> |
A Painter implementation that uses a Paint to fill the entire background
area.
|
MattePainterBeanInfo |
BeanInfo of MattePainter.
|
MetalLookAndFeelAddons |
MetalLookAndFeelAddons.
|
MetalStatusBarUI |
|
MetalTaskPaneUI |
Metal implementation of the JXTaskPane UI.
|
MonthViewAddon |
|
MonthViewUI |
|
Morphing2D |
A morphing shape is a shape which geometry is constructed from two
other shapes: a start shape and an end shape.
|
MotifLookAndFeelAddons |
|
MultiSplitLayout |
The MultiSplitLayout layout manager recursively arranges its
components in row and column groups called "Splits".
|
MultiSplitLayout.ColSplit |
|
MultiSplitLayout.Divider |
Models a single vertical/horiztonal divider.
|
MultiSplitLayout.InvalidLayoutException |
The specified Node is either the wrong type or was configured
incorrectly.
|
MultiSplitLayout.Leaf |
Models a java.awt Component child.
|
MultiSplitLayout.Node |
Base class for the nodes that model a MultiSplitLayout.
|
MultiSplitLayout.RowSplit |
|
MultiSplitLayout.Split |
Defines a vertical or horizontal subdivision into two or more
tiles.
|
MultiThumbModel<E> |
|
MultiThumbSliderAddon |
|
MultiThumbSliderUI |
|
MutableTreeTableNode |
Defines the requirements for a tree table node object that can change -- by
adding or removing child nodes, or by changing the contents of a user object
stored in the node.
|
NeonBorderEffect |
An effect which draws a multicolored border around a painter's shape.
|
NeonBorderEffect.BorderPosition |
An enum representing the position of the border: inside, outside, or centered on the border.
|
NeonBorderEffectBeanInfo |
|
NeonBorderEffectBeanInfo.BorderPositionPropertyEditor |
|
NimbusLookAndFeelAddons |
|
NumberEditorExt |
Issue #393-swingx: localized NumberEditor.
|
ObjectToStringConverter |
This class is used to provide string representations for objects when
doing automatic completion.
|
OpenBrowserAction |
|
OS |
Provides methods related to the runtime environment.
|
Paint2PropertyEditor |
|
Painter<T> |
A painting delegate.
|
Painter2PropertyEditor |
|
PainterAware |
Temporary hook to allow painters in rendering.
|
PainterGlasspane |
This is a glasspane which will draw the specified painter on
top of the specified target components.
|
PainterHighlighter |
Highlighter implementation which uses a Painter to decorate the component.
|
PainterIcon |
|
PainterPropertyEditor |
Two parts to this property editor.
|
PainterPropertyEditor.AffineTransformDelegate |
|
PainterPropertyEditor.Arc2DDelegate |
|
PainterPropertyEditor.AreaDelegate |
|
PainterPropertyEditor.CubicCurve2DDelegate |
|
PainterPropertyEditor.Ellipse2DDelegate |
|
PainterPropertyEditor.GeneralPathDelegate |
|
PainterPropertyEditor.GradientPaintDelegate |
|
PainterPropertyEditor.InsetsDelegate |
|
PainterPropertyEditor.Line2DDelegate |
|
PainterPropertyEditor.LinearGradientPaintDelegate |
|
PainterPropertyEditor.Point2DDelegate |
|
PainterPropertyEditor.QuadCurve2DDelegate |
|
PainterPropertyEditor.RadialGradientPaintDelegate |
|
PainterPropertyEditor.Rectangle2DDelegate |
|
PainterPropertyEditor.RoundRectangle2DDelegate |
|
PainterPropertyEditor.TestStuff |
|
PainterUIResource |
An impl of Painter that implements UIResource.
|
PainterUtil |
|
PainterUtil.AbstractPainterDelegate |
|
PainterUtil.ImagePainterDelegate |
|
PainterUtil.PersistenceOwner |
|
PainterUtil.RenderingHintsDelegate |
|
PaintPicker |
|
PaintPropertyEditor |
Two parts to this property editor.
|
PaintUtils |
A collection of utilties for painting visual effects.
|
PasswordStore |
PasswordStore specifies a mechanism to store passwords used to authenticate
using the LoginService.
|
PatternFilter |
Pluggable pattern filter.
|
PatternMatcher |
Implemented by classes that work with Pattern objects.
|
PatternModel |
Presentation Model for Find/Filter Widgets.
|
PatternModel.AnchoredSearchMode |
Support for anchored input.
|
PatternModel.RegexCreator |
Responsible for converting a "raw text" into a valid
regular expression in the context of a set of rules.
|
PatternPredicate |
Pattern based HighlightPredicate.
|
PinstripePainter<T> |
A fun Painter that paints pinstripes.
|
PinstripePainterBeanInfo |
BeanInfo of PinstripePainter.
|
PipelineEvent |
Defines an event that encapsulates changes to a pipeline.
|
PipelineListener |
PipelineListener
|
Point2DPropertyEditor |
|
PointPropertyEditor |
|
PropertyEditorUtil |
|
Rectangle2DPropertyEditor |
|
RectanglePainter<T> |
A painter which paints square and rounded rectangles
|
RectanglePainterBeanInfo |
BeanInfo of RectanglePainter.
|
RectanglePropertyEditor |
|
ReflectionRenderer |
A reflection renderer generates the reflection of a given picture.
|
RepaintManagerX |
An implementation of RepaintManager which adds support for transparency
in JXPanel s.
|
ResetDTCRColorHighlighter |
This is a hack around DefaultTableCellRenderer color "memory",
see Issue #258-swingx.
|
RolloverController<T extends javax.swing.JComponent> |
Controller for "live" behaviour of XXRenderers.
|
RolloverProducer |
Mouse/Motion/Listener which maps mouse coordinates to client coordinates
and stores these as client properties in the target JComponent.
|
RolloverRenderer |
Interface to mark renderers as "live".
|
Searchable |
Interface that used to implement search logic in all the search capable
components.
|
SearchFactory |
Factory to create, configure and show application consistent
search and find widgets.
|
SearchPredicate |
Pattern based HighlightPredicate for searching.
|
SelectionMapper |
Responsible for keeping track of selection in model coordinates.
|
ServerAction |
An action which will invoke an http POST operation.
|
ShadingColorHighlighter |
Experimental replacement of HierarchicalColumnHighligher.
|
ShadowPathEffect |
An effect which draws a shadow around the the painter's shape.
|
ShadowRenderer |
A shadow renderer generates a drop shadow for any given picture, respecting
the transparency channel if present.
|
ShapeChooser |
|
ShapePainter<T> |
A Painter that paints java.awt.Shapes.
|
ShapePainterBeanInfo |
BeanInfo of ShapePainter.
|
ShapePropertyEditor |
|
ShapeUIResource |
An implementation of Shape that implements UIResource.
|
ShapeUtils |
|
ShuttleSorter |
Pluggable sorting filter.
|
SimpleFileSystemModel |
A tree table model to simulate a file system.
|
SimpleLoginService |
An implementation of LoginService that simply matches
the username/password against a list of known users and their passwords.
|
SingleDaySelectionModel |
DateSelectionModel which allows a single selection only.
|
SizeSequenceMapper |
|
SortArrowIcon |
|
SortController |
Defines the interactive sort control for a table.
|
Sorter |
Pluggable sorting filter.
|
SortKey |
A column and how its sorted.
|
SortOrder |
Encasulates sort state.
|
StackBlurFilter |
A stack blur filter can be used to create an approximation of a
gaussian blur.
|
StackLayout |
StackLayout is a Swing layout aimed to act as the layers
stack of most popuplar graphics editing tools like The GIMP or
Photoshop.
|
Star2D |
This class provides a star shape.
|
StatusBarAddon |
Addon for JXStatusBar .
|
StatusBarUI |
|
StringValue |
A simple converter to return a String representation of an object.
|
StringValues |
A collection of common StringValue implementations.
|
SwingXUtilities |
A collection of utility methods for Swing(X) classes.
|
TableCellContext |
Table specific CellContext .
|
TableColumnExt |
TableColumn extension for enhanced view column configuration.
|
TableColumnModelExt |
An extension of TableColumnModel suitable for use with
JXTable .
|
TableColumnModelExtListener |
Extended TableColumnModelListener which is interested
in property changes of contained TableColumn s.
|
TableRolloverController<T extends javax.swing.JTable> |
listens to rollover properties.
|
TableSearchable |
|
Targetable |
An interface which exposes the allowable actions to a TargetManager.
|
TargetableAction |
A class that represents a dynamically targetable action.
|
TargetableSupport |
|
TargetManager |
The target manager dispatches commands to Targetable objects
that it manages.
|
TaskPaneAddon |
Addon for JXTaskPane .
|
TaskPaneContainerAddon |
Addon for JXTaskPaneContainer .
|
TaskPaneContainerUI |
Pluggable UI for JXTaskPaneContainer .
|
TaskPaneUI |
Pluggable UI for JXTaskPane .
|
TextComponentAdaptor |
An implementation of the AbstractAutoCompleteAdaptor that is suitable for a
JTextComponent.
|
TextPainter<T> |
A painter which draws text.
|
TextPainterBeanInfo |
BeanInfo of TextPainter.
|
Thumb<E> |
|
ThumbDataEvent |
|
ThumbDataListener |
|
ThumbListener |
|
ThumbRenderer |
|
TipLoader |
Loads tips from Properties.
|
TipOfTheDayAddon |
Addon for JXTipOfTheDay .
|
TipOfTheDayModel |
|
TipOfTheDayModel.Tip |
A tip.
|
TipOfTheDayUI |
Pluggable UI for JXTipOfTheDay .
|
TitledPanelAddon |
Addon for JXTitledPanel .
|
TitledPanelUI |
|
TrackRenderer |
|
TranslucentRepaintManager |
An annotation that can be applied to a RepaintManager to suggest that
the RepaintManager supports translucency.
|
TreeCellContext |
Tree specific cellContext.
|
TreeModelSupport |
Support for change notification, usable by TreeModel s.
|
TreeModelSupport |
Deprecated. |
TreeRolloverController<T extends javax.swing.JTree> |
listens to rollover properties.
|
TreeSearchable |
A searchable targetting the visible rows of a JXTree.
|
TreeTableCellEditor |
An editor that can be used to edit the tree column.
|
TreeTableModel |
The model used by JXTreeTable .
|
TreeTableNode |
Defines the requirements for an object that can be used as a tree node in a
JXTreeTable .
|
UIAction |
UIAction is the basis of all of basic's action classes that are used in
an ActionMap.
|
UIColorHighlighterAddon |
Loads LF specific background striping colors.
|
UIDependent |
Encapsulates state that depends on the UI and needs
to be updated on LookAndFeel change.
|
UIManagerExt |
A utility class for obtaining configuration properties from the
UIDefaults .
|
UIManagerUtils |
Utility for working with the UIManager
|
URLPainter |
|
UserNameStore |
UsernameStore is a class that implements persistence of usernames
|
UserPermissions |
This is a singleton that marks the set of permissions for a given logged in user.
|
Utilities |
Contribution from NetBeans: Issue #319-swingx.
|
VerticalLayout |
Organizes components in a vertical layout.
|
VerticalLayoutBeanInfo |
BeanInfo class for VerticalLayout.
|
WeakEventListenerList |
A class that holds a list of EventListeners.
|
WindowsClassicLookAndFeelAddons |
Adds new pluggable UI following the Windows Classic look and feel.
|
WindowsClassicStatusBarUI |
|
WindowsClassicTaskPaneUI |
Windows Classic (NT/2000) implementation of the
JXTaskPane UI.
|
WindowsHyperlinkUI |
Deprecated.
|
WindowsLookAndFeelAddons |
Adds new pluggable UI following the Windows XP look and feel.
|
WindowsStatusBarUI |
TODO: Need to add listener to resize handle
|
WindowsTaskPaneUI |
Windows implementation of the TaskPaneUI.
|
WindowsTipOfTheDayUI |
Windows implementation of the TipOfTheDayUI.
|
WindowsTipOfTheDayUI.TipAreaBorder |
|
WindowUtils |
Encapsulates various utilities for windows (ie: Frame and
Dialog objects and descendants, in particular).
|
WindowUtils.MinSizeComponentListener |
Resets window size to minSize if needed.
|
WrappingIconPanel |
Compound component for usage in tree renderer.
|
WrappingProvider |
Wrapping ComponentProvider for usage in tree rendering.
|