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.
|
| AbstractHyperlinkAction<T> |
Convenience implementation to simplify JXHyperlink configuration and
provide minimal api.
|
| AbstractLayoutManager |
A simple abstract class to handle common layout implementations.
|
| 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 |
Convenience 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.
|
| AbstractUIChangeHandler |
|
| 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.Actions for an
application.
|
| AlignmentHighlighter |
A Highlighter which sets the horizontal alignment.
|
| AlphaPaintable |
An interface to describe an object that is capable of painting with an alpha value.
|
| 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.
|
| AutoComplete |
|
| AutoComplete.FocusAdapter |
|
| AutoComplete.InputMap |
|
| AutoComplete.KeyAdapter |
|
| AutoComplete.PropertyChangeListener |
|
| AutoComplete.SelectionAction |
|
| 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.
|
| AutoCompleteDecorator.NonStrictBackspaceAction |
|
| AutoCompleteDocument |
A document that can be plugged into any JTextComponent to enable automatic completion.
|
| AutoCompleteDocument.LookupResult |
|
| AutoCompleteStyledDocument |
|
| BackgroundPaintable |
An interface to define the common methods that are required for defining a background painter.
|
| BasicBusyLabelUI |
Base implementation of the JXBusyLabel UI.
|
| BasicCalendarHeaderHandler |
Custom implementation of a CalendarHeaderHandler in preparation of a vista-style
calendar.
|
| BasicCalendarHeaderHandler.BasicCalendarHeader |
Active header for a JXMonthView in zoomable mode.
|
| BasicCalendarHeaderHandler.ZoomOutAction |
Quick fix for Issue #1046-swingx: header text not updated if zoomable.
|
| BasicCalendarRenderingHandler |
The RenderingHandler responsible for text rendering.
|
| BasicDatePickerUI |
The basic implementation of a DatePickerUI.
|
| BasicErrorPaneUI |
Base implementation of the JXErrorPane UI.
|
| BasicErrorPaneUI.CloseAction |
Default action for closing the JXErrorPane's enclosing window
(JDialog, JFrame, or JInternalFrame)
|
| BasicErrorPaneUI.DetailsTransferHandler |
Returns the text as non-HTML in a COPY operation, and disabled CUT/PASTE
operations for the Details pane.
|
| BasicErrorPaneUI.EqualSizeJButton |
This is a button that maintains the size of the largest button in the button
group by returning the largest size from the getPreferredSize method.
|
| BasicHeaderUI |
Base implementation of Header UI.
|
| BasicHyperlinkUI |
Basic implementation of the JXHyperlink UI.
|
| BasicHyperlinkUI.BasicHyperlinkListener |
A BasicButtonListener specialized to the needs of a Hyperlink.
|
| BasicHyperlinkUI.ULHtml |
|
| BasicHyperlinkUI.ULHtml.BasicDocument |
The subclass of HTMLDocument that is used as the model.
|
| BasicHyperlinkUI.ULHtml.BasicEditorKit |
|
| BasicHyperlinkUI.ULHtml.BasicHTMLViewFactory |
BasicHTMLViewFactory extends HTMLFactory to force images to be loaded
synchronously.
|
| BasicHyperlinkUI.ULHtml.Renderer |
Root text view that acts as an HTML renderer.
|
| BasicLoginPaneUI |
Base implementation of the JXLoginPane UI.
|
| BasicLookAndFeelAddons |
Install simple pluggable UI.
|
| BasicMonthViewUI |
Base implementation of the JXMonthView UI.
|
| BasicMonthViewUI.RenderingHandler |
Empty subclass for backward compatibility.
|
| 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
|
| BasicTaskPaneUI.RepaintOnFocus |
Focus listener responsible for repainting of the taskpane on focus change.
|
| BasicTipOfTheDayUI |
Base implementation of the JXTipOfTheDay UI.
|
| BasicTitledPanelUI |
All TitledPanels contain a title section and a content section.
|
| BasicTransferable |
A transferable implementation for the default data transfer of some Swing
components.
|
| BasicXListUI |
An extensible implementation of ListUI for JXList.
|
| BasicXListUI.Actions |
|
| BasicXListUI.ListTransferHandler |
|
| 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.BlendingBgrContext |
|
| BlendComposite.BlendingContext |
|
| BlendComposite.BlendingMode |
|
| BlendComposite.BlendingRgbContext |
|
| 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.
|
| BuddyButton |
Non focusable, no border, no margin and insets button with no content area
filled.
|
| BuddyLayoutAndBorder |
|
| BuddySupport |
|
| BuddySupport.Position |
|
| BuddyTextFieldUI |
TODO: queries the text components layout manager for the preferred size.
|
| BusyLabelAddon |
Addon for JXBusyLabel.
|
| BusyLabelUI |
|
| BusyPainter |
A specific painter that paints an "infinite progress" like animation.
|
| BusyPainter.Direction |
Direction is used to set the initial direction in which the
animation starts.
|
| BusyPainterBeanInfo |
|
| BusyPainterBeanInfo.DirectionPropertyEditor |
|
| CalendarAdapter |
ComponentAdapter for a JXMonthView (experimental for internal use of BasicMonthViewUI).
|
| CalendarCellContext |
MonthView specific CellContext.
|
| CalendarHeaderHandler |
Provides and wires a component appropriate as a calendar navigation header.
|
| CalendarRenderingHandler |
The RenderingHandler responsible for text rendering.
|
| CalendarState |
States of a Day in a MonthView page.
|
| CalendarUtils |
Calendar manipulation.
|
| CapsLockSupport |
A class for determining the state of the CAPS LOCK
key.
|
| CapsLockSupport.SingletonHolder |
|
| CellContext |
Encapsulates a snapshop of cell content and default display context
for usage by a ComponentProvider.
|
| CheckBoxProvider |
A component provider which uses a JCheckBox.
|
| CheckerboardPainter |
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.
|
| 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.
|
| ColumnControlPopup.ActionGroupable |
Interface indicating support for grouping of menu actions.
|
| ColumnControlPopup.ActionGrouper |
Splits and returns a List of actions into sub-lists.
|
| ColumnFactory |
Creates and configures TableColumnExts.
|
| 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.
|
| ComponentOrientationHighlighter |
A Highlighter which applies the ComponentOrientation to the component.
|
| 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.
|
| CompoundFocusListener |
An convenience class which maps focusEvents received
from a container hierarchy to a bound read-only property.
|
| CompoundHighlighter |
A class which manages the lists of Highlighters.
|
| CompoundPainter<T> |
A Painter implementation composed of an array of Painters.
|
| CompoundPainter.Handler |
|
| 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 |
A default implementation of an AbstractMutableTreeTableNode that
returns getUserObject().toString() for all value queries.
|
| DefaultsList |
A specialty "list" for working with UI defaults.
|
| DefaultSortController<M> |
A default SortController implementation used as parent class for concrete
SortControllers in SwingX.
|
| DefaultSortController.ComparableComparator |
|
| 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 for
use with TreeTableNodes.
|
| 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).
|
| DefaultXTreeCellRenderer |
Quick fix for #1061-swingx (which actually is a core issue):
tree icons lost on toggle laf.
|
| DelegatingDocumentEvent |
|
| DimensionPropertyEditor |
|
| DragRecognitionSupport |
Drag gesture recognition support for classes that have a
TransferHandler.
|
| DragRecognitionSupport.BeforeDrag |
This interface allows us to pass in a handler to mouseDragged,
so that we can be notified immediately before a drag begins.
|
| DropShadowBorder |
Implements a DropShadow for components.
|
| DropShadowBorder.Position |
|
| DropShadowBorderBeanInfo |
BeanInfo class for DropShadowBorder.
|
| EditorPaneLinkVisitor |
A ActionListener using a JXEditorPane to "visit" a LinkModel.
|
| EmptyIcon |
An empty icon with arbitrary width and height.
|
| EnabledHighlighter |
A Highlighter which sets the enabled property.
|
| 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 |
The ComponentUI for a JXErrorPane.
|
| 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.
|
| FilterComposite |
A FilterComposite allows the inclusion of arbitrary image filters during the paint
processing of Graphics2D events.
|
| FilterComposite.FilterContext |
|
| FontHighlighter |
A Highlighter which sets the Font of the component.
|
| FormatStringValue |
Base type for Format-backed StringValue.
|
| ForwardingRepaintManager |
A RepaintManager that is designed to forward all calls to a contained
delegate.
|
| GaussianBlurFilter |
|
| GlossPainter |
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
|
| Graphics2DFacade |
A simple facade that forwards all graphics calls to a delegate.
|
| 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.ColumnTypeHighlightPredicate |
Predicate testing the componentAdapter column type against a given
Class.
|
| 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
Class.
|
| HorizontalLayout |
Organizes components in a horizontal layout.
|
| HorizontalLayoutBeanInfo |
BeanInfo class for HorizontalLayout.
|
| HyperlinkAction |
A implementation wrapping Desktop actions BROWSE and MAIL, that is
URI-related.
|
| HyperlinkAddon |
Addon for JXHyperlink.
|
| HyperlinkProvider |
Renderer for hyperlinks".
|
| IconAware |
Interface for tagging rendering components to allow Highlighters to treat
the Icon (Issue #1311-swingx) as a visual decoration.
|
| 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 JLabel.
|
| 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 |
A Painter instance that paints an image.
|
| ImagePainter.ScaleType |
|
| ImagePainterBeanInfo |
BeanInfo of ImagePainter.
|
| ImagePainterBeanInfo.ScaleTypePropertyEditor |
|
| ImagePicker |
|
| 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.
|
| JavaBean |
Determines if the specified class is a Java Bean.
|
| JavaBean.Property |
|
| JavaBeanProcessor |
An annotation processor that creates or updates a manifest with Java-Bean information.
|
| 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.
|
| JRendererPanel |
An implementation of JPanel used for rendering.
|
| JVM |
Deals with the different version of the Java Virtual Machine.
|
| JXApplet |
An applet that uses JXRootPane as its root container.
|
| JXBusyLabel |
A simple circular animation, useful for denoting an action is taking
place that may take an unknown length of time to complete.
|
| 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.AnimationParams |
Parameters controlling the animations
|
| 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.
|
| JXComboBox |
An enhanced JComboBox that provides the following additional functionality:
|
| JXComboBox.ComboBoxAdapter |
|
| 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 |
JXEditorPane offers enhanced functionality over the standard
JEditorPane.
|
| JXEditorPane.SloppyHTMLEditorKit |
Handles sloppy HTML.
|
| 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 |
JXFindPanel is a basic find panel suitable for use in dialogs.
|
| JXFindPanelBeanInfo |
BeanInfo class for JXFindPanel.
|
| JXFormattedTextField |
JFormattedTextField, with integrated support for prompts and buddies.
|
| JXFormattedTextFieldBeanInfo |
|
| JXFrame |
JXFrame is an enhanced JFrame.
|
| JXFrame.StartPosition |
An enumeration of JXFrame starting locations.
|
| JXFrameBeanInfo |
BeanInfo class for JXFrame.
|
| JXFrameBeanInfo.StartPositionPropertyEditor |
|
| JXGradientChooser |
A specialized JXPanel that allows the user to construct and choose a Gradient.
|
| JXGradientChooser.GradientStyle |
|
| JXGraph |
JXGraph provides a component which can display one or more
plots on top of a graduated background (or grid.)
|
| JXGraph.DrawablePlot |
|
| 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 accessibility i18n etc...
|
| JXHyperlinkBeanInfo |
BeanInfo class for JXHyperlink.
|
| JXImagePanel |
Deprecated.
|
| JXImagePanel.Style |
|
| JXImageView |
A panel which shows an image centered.
|
| JXImageView.ImageTransferable |
|
| JXImageViewBeanInfo |
|
| JXLabel |
A JLabel subclass which supports Painters, multi-line text,
and text rotation.
|
| JXLabel.BasicDocument |
|
| JXLabel.BasicViewFactory |
|
| JXLabel.IValue |
|
| JXLabel.MultiLineSupport |
|
| JXLabel.MultiLineSupport.BasicEditorKit |
|
| JXLabel.Renderer |
Root text view that acts as an renderer.
|
| JXLabel.TextAlignment |
Text alignment enums.
|
| JXLabelBeanInfo |
BeanInfo class for JXLabel.
|
| JXList |
Enhanced List component with support for general SwingX sorting/filtering,
rendering, highlighting, rollover and search functionality.
|
| JXList.ListAdapter |
A component adapter targeted at a JXList.
|
| JXListBeanInfo |
|
| 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.CancelAction |
Action that cancels the login procedure.
|
| JXLoginPane.JXBtnPanel |
|
| JXLoginPane.JXLoginDialog |
|
| JXLoginPane.JXLoginFrame |
|
| JXLoginPane.LoginAction |
Action that initiates a login procedure.
|
| JXLoginPane.NameComponent |
|
| JXLoginPane.NullLoginService |
Simple login service that allows everybody to login.
|
| JXLoginPane.NullPasswordStore |
Simple PasswordStore that does not remember passwords
|
| JXLoginPane.SaveMode |
The JXLoginPane can attempt to save certain user information such as
the username, password, or both to their respective stores.
|
| 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.
|
| JXMonthViewBeanInfo |
Fix for #951-swingx: JXMonthView looks weird in Netbeans form.
|
| 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
|
| JXMultiThumbSlider.ThumbComp |
|
| JXPanel |
An extended JPanel that provides additional features.
|
| JXPanelBeanInfo |
BeanInfo class for JXPanel.
|
| JXPromptBeanInfo |
|
| JXRadioGroup<T> |
JXRadioGroup is 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.
|
| JXSearchField |
A text field with a find icon in which the user enters text that identifies
items to search for.
|
| JXSearchField.LayoutStyle |
Defines, how the find and cancel button are layouted.
|
| JXSearchField.SearchMode |
Defines when action events are posted.
|
| JXSearchFieldBeanInfo |
|
| JXSearchPanel |
JXSearchPanel provides complex searching features.
|
| 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 |
Enhanced Table component with support for general SwingX sorting/filtering,
rendering, highlighting, rollover and search functionality.
|
| JXTable.BooleanEditor |
The default editor for Boolean types.
|
| JXTable.GenericEditor |
Default editor registered for Object.
|
| JXTable.NumberEditor |
Editor for Numbers.
|
| JXTable.TableAdapter |
|
| JXTableBeanInfo |
|
| JXTableHeader |
TableHeader with extended functionality if associated Table is of
type JXTable.
|
| 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 ( JXTaskPanes).
|
| JXTaskPaneContainerBeanInfo |
BeanInfo class for JXTaskPaneContainer.
|
| JXTextArea |
JTextArea, with integrated support for prompts.
|
| JXTextAreaBeanInfo |
|
| JXTextField |
JTextField, with integrated support for prompts and buddies.
|
| JXTextFieldBeanInfo |
|
| 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 |
Enhanced Tree component with support for SwingX rendering, highlighting,
rollover and search functionality.
|
| 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.TreeTableCellRenderer |
|
| JXTreeTable.TreeTableDataAdapter |
|
| JXTreeTable.TreeTableModelAdapter |
|
| JXTreeTableBeanInfo |
|
| KeyChain |
KeyChain is a class that implements the "KeyChain" concept.
|
| LabelProvider |
A component provider which uses a JLabel as rendering
component.
|
| LazyActionMap |
An ActionMap that populates its contents as necessary.
|
| 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 Lists.
|
| ListModelComboBoxWrapper |
|
| ListRolloverController<T extends javax.swing.JList> |
listens to rollover properties.
|
| ListRolloverProducer |
List-specific implementation of RolloverProducer.
|
| ListSearchable |
|
| ListSortController<M extends javax.swing.ListModel> |
A SortController to use with JXList.
|
| ListSortUI |
ListSortUI provides support for managing the synchronization between
RowSorter, SelectionModel and ListModel if a JXList is sortable.
|
| ListSortUI.ModelChange |
ModelChange is used when sorting to restore state, it corresponds
to data from a TableModelEvent.
|
| LocalizableStringValue |
A StringValue which looks up localized String representations for objects.
|
| LoginAdapter |
|
| LoginEvent |
This is an event object that is passed to login listener methods
|
| LoginListener |
LoginListener provides a listener for the actual login
process.
|
| 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.
|
| LookAndFeelAddons.UpdateAddon |
|
| LookAndFeelUtils |
Collection of helpers.
|
| 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.
|
| MacOSXPopupLocationFix.ScreenGeometry |
Figure out the dimensions of our screen.
|
| MacOSXStatusBarUI |
|
| MapComboBoxModel<K,V> |
A ComboBoxModel for Maps.
|
| MappedValue |
Compound implementation of XXValue.
|
| MappedValues |
A collection of common MappedValue implementations.
|
| MappedValues.MappedValueUIResource |
MappedValue wrapper of type UIResource to tag LAF installed converters.
|
| MatteBorderExt |
Matte border that allows specialized icons for corners and sides.
|
| MattePainter |
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.
|
| Mnemonicable |
An interface that describes an object that is capable of being accessed/used via a mnemonic
keystroke.
|
| MonthViewAddon |
|
| MonthViewUI |
|
| Morphing2D |
A morphing shape is a shape which geometry is constructed from two
other shapes: a start shape and an end shape.
|
| Morphing2D.Geometry |
|
| Morphing2D.Iterator |
|
| 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.
|
| NativeSearchFieldSupport |
TODO: comment
|
| NativeSearchFieldSupport.SearchFieldUIChangeHandler |
|
| 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 |
|
| NimbusTaskPaneUI |
Nimbus implementation of the JXTaskPane UI.
|
| NumberEditorExt |
Issue #393-swingx: localized NumberEditor.
|
| NumberEditorNumberFormat |
Deprecated.
|
| NumberFormatExt |
Deprecated.
|
| NumberFormatExt |
A specialised NumberFormat which handles null values and empty Strings.
|
| ObjectToStringConverter |
This class is used to provide string representations for objects when
doing automatic completion.
|
| ObjectToStringConverter.DefaultObjectToStringConverter |
|
| OpenBrowserAction |
An action for opening a URI in a browser.
|
| OS |
Provides methods related to the runtime environment.
|
| Paint2PropertyEditor |
|
| Painter<T> |
A painting delegate.
|
| PainterAware |
Temporary hook to allow painters in rendering.
|
| PainterHighlighter |
Highlighter implementation which uses a Painter to decorate the component.
|
| PainterIcon |
|
| PainterPaint<T> |
|
| PainterPaint.PainterPaintContext<T> |
|
| 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 |
|
| Painters |
A collection of static painters.
|
| PainterUIResource<T extends javax.swing.JComponent> |
An implementation of Painter as a UIResource.
|
| PainterUtil |
|
| PainterUtil.AbstractPainterDelegate |
|
| PainterUtil.ImagePainterDelegate |
|
| PainterUtil.PersistenceOwner |
|
| PainterUtil.RenderingHintsDelegate |
|
| PainterUtil.TypeSafeEnumPersistenceDelegate |
|
| PainterUtils |
|
| PaintPicker |
|
| PaintPropertyEditor |
Two parts to this property editor.
|
| PaintUtils |
A collection of utilities for working with Paints and Colors.
|
| PasswordStore |
PasswordStore specifies a mechanism to store passwords used to authenticate
using the LoginService.
|
| 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 |
A fun Painter that paints pinstripes.
|
| PinstripePainterBeanInfo |
BeanInfo of PinstripePainter.
|
| Point2DPropertyEditor |
|
| PointPropertyEditor |
|
| PromptSupport |
Sets prompt text, foreground, background and PromptSupport.FocusBehavior properties
on a JTextComponent by calling
JComponent.putClientProperty(Object, Object).
|
| PromptSupport.FocusBehavior |
Determines how the JTextComponent is rendered when focused and no
text is present.
|
| PromptTextAreaUI |
PromptTextUI implementation for rendering prompts on
JTextAreas and uses a JTextArea as a prompt component.
|
| PromptTextFieldUI |
PromptTextUI implementation for rendering prompts on
JTextFields and uses a JTextField as a prompt component.
|
| PromptTextFieldUI.LabelField |
|
| PromptTextUI |
Abstract TextUI class that delegates most work to another
TextUI and additionally renders a prompt text as specified in the
JTextComponents client properties by PromptSupport.
|
| PromptTextUI.FocusHandler |
Repaint the TextComponent when it loses or gains the focus.
|
| PropertyEditorUtil |
|
| RecentSearches |
Maintains a list of recent searches and persists this list automatically
using Preferences.
|
| RecentSearches.RecentSearchesPopup |
The popup menu returned by
RecentSearches#createPopupMenu(JXSearchField).
|
| Rectangle2DPropertyEditor |
|
| RectanglePainter |
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 JXPanels.
|
| ResetDTCRColorHighlighter |
This is a hack around DefaultTableCellRenderer color "memory",
see Issue #258-swingx.
|
| ResetDTCRColorHighlighter.ColorMemory |
|
| 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".
|
| RowFilters |
Factory of additional RowFilters.
|
| RowFilters.GeneralFilter |
C&P from core Swing to allow subclassing.
|
| RowFilters.RegexFilter |
C&P from core to allow richer factory methods.
|
| SafeBorder |
Wrapper around a delegate with the same behaviour as the delegate except that
it catches null insets (hack around Issue 1297-swingx which is core bug
6739738)
|
| ScrollableSizeHint |
Sizing hints for layout, useful f.i.
|
| 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.
|
| SearchFactory.LaFListener |
|
| SearchFieldAddon |
|
| SearchFieldUI |
|
| SearchPredicate |
Pattern based HighlightPredicate for searching.
|
| Separator<T> |
A simple separator for adding in between each element in a list.
|
| 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 |
A Painter that paints java.awt.Shapes.
|
| ShapePainterBeanInfo |
BeanInfo of ShapePainter.
|
| ShapePropertyEditor |
|
| ShapeUIResource |
An implementation of Shape that implements UIResource.
|
| ShapeUtils |
|
| 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.
|
| SortController<M> |
Defines the interactive sort control for sortable collection components (like
JXList, JXTable).
|
| SortUtils |
Collection of convenience methods.
|
| SpinningCalendarHeaderHandler |
Custom CalendarHeaderHandler which supports year-wise navigation.
|
| SpinningCalendarHeaderHandler.SpinningCalendarHeader |
The custom header component controlled and configured by this handler.
|
| 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 |
Pluggable look and feel interface for StatusBar.
|
| StrictNumberFormatter |
Deprecated.
|
| StrictNumberFormatter |
Experiment to work around Issue #1183-swingx: NumberEditorExt throws exception
on getCellValue.
|
| StringValue |
A simple converter to return a String representation of an object.
|
| StringValueProvider |
Read-only repository for StringValues.
|
| StringValueRegistry |
A writable implemenation of StringValueProvider.
|
| StringValues |
A collection of common StringValue implementations.
|
| StringValues.StringValueUIResource |
StringValue wrapper of type UIResource to tag LAF installed converters.
|
| SwingXUtilities |
A collection of utility methods for Swing(X) classes.
|
| SynthBorder |
SynthBorder is a border that delegates to a Painter.
|
| SynthUI |
Replacement of sun.swing.plaf.SynthUI.
|
| SynthUtils |
Utility class as stand-in for package private synth utility methods.
|
| SynthXListUI |
TODO add type doc
|
| TableAddon |
TODO add type doc
|
| 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 TableColumns.
|
| TableHeaderAddon |
Addon for JXTableHeader.
|
| TableRolloverController<T extends javax.swing.JTable> |
listens to rollover properties.
|
| TableRolloverProducer |
Table-specific implementation of RolloverProducer.
|
| TableRowHeightController |
A controller to adjust JTable rowHeight based on sizing requirements of its renderers.
|
| TableSearchable |
An Searchable implementation for use in JXTable.
|
| TableSortController<M extends javax.swing.table.TableModel> |
A SortController to use for a JXTable.
|
| TableUtilities |
Collection of utility methods for J/X/Table.
|
| 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.
|
| TextCrossingPainter<T extends javax.swing.JComponent> |
Painter used to cross-out unselectable dates.
|
| TextPainter |
A painter which draws text.
|
| TextPainterBeanInfo |
BeanInfo of TextPainter.
|
| TextUIWrapper<UI extends javax.swing.plaf.TextUI> |
TODO:
|
| TextUIWrapper.DefaultWrapper |
|
| 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 |
|
| ToggleActionPropertyChangeListener |
Added to the Toggle type buttons and menu items so that various components
which have been created from a single StateChangeAction can be in synch.
|
| ToolTipHighlighter |
A highlighter for setting a tool tip on the component.
|
| TrackRenderer |
|
| TranslucentRepaintManager |
An annotation that can be applied to a RepaintManager to suggest that
the RepaintManager supports translucency.
|
| TreeCellContext |
Tree specific CellContext.
|
| TreeExpansionBroadcaster |
Helper to listen to TreeExpansion events and notify with a remapped source.
|
| TreeModelSupport |
Support for change notification, usable by TreeModels.
|
| TreeRolloverController<T extends javax.swing.JTree> |
listens to rollover properties.
|
| TreeRolloverProducer |
Tree-specific implementation of RolloverProducer.
|
| TreeSearchable |
A searchable targetting the visible rows of a JXTree.
|
| TreeTableCellEditor |
An editor that can be used to edit the tree column.
|
| TreeTableCellEditor.TreeTableTextField |
Component used by TreeTableCellEditor.
|
| TreeTableModel |
The model used by JXTreeTable.
|
| TreeTableModelProvider |
Interface which guarantees access to a TreeTableModel.
|
| TreeTableNode |
Defines the requirements for an object that can be used as a tree node in a
JXTreeTable.
|
| TreeUtilities |
Contains convenience classes/methods for handling hierarchical Swing structures.
|
| TreeUtilities.BreadthFirstModelEnumeration |
Implementation of a breadthFirst traversal of a subtree in a TreeModel.
|
| TreeUtilities.BreadthFirstNodeEnumeration<M extends javax.swing.tree.TreeNode> |
Implementation of a breadthFirst traversal of a subtree with nodes of type TreeNode.
|
| TreeUtilities.PostorderModelEnumeration |
Implementation of a postorder traversal of a subtree in a TreeModel.
|
| TreeUtilities.PostorderNodeEnumeration<M extends javax.swing.tree.TreeNode> |
Implementation of a postorder traversal of a subtree with nodes of type TreeNode.
|
| TreeUtilities.PreorderModelEnumeration |
Implementation of a preorder traversal of a TreeModel.
|
| TreeUtilities.PreorderNodeEnumeration<M extends javax.swing.tree.TreeNode> |
Implementation of a preorder traversal of a subtree with nodes of type TreeNode.
|
| 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.
|
| UIManagerExt.UIDefaultsExt |
Used to replicate the resource bundle behavior from the
UIDefaults.
|
| 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.
|
| WindowsLookAndFeelAddons |
Adds new pluggable UI following the Windows XP look and feel.
|
| WindowsStatusBarUI |
|
| 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).
|
| WrapLayout |
FlowLayout subclass that fully supports wrapping of components.
|
| WrappingIconPanel |
Compound component for usage in tree renderer.
|
| WrappingProvider |
Wrapping ComponentProvider for usage in tree rendering.
|
| XListAddon |
Addon for JXList.
|
| XRegion |
Extended Region to register custom component delegates.
|