All Classes Interface Summary Class Summary Enum Summary
Class |
Description |
AbstractContext |
AbstractContext is a generic context class.
|
AbstractDialogPage |
AbstractDialogPage is an abstract base class extends AbstractPage.
|
AbstractIntelliHints |
AbstractIntelliHints is an abstract implementation of IntelliHints .
|
AbstractListIntelliHints |
AbstractListIntelliHints extends AbstractIntelliHints and further implement most of the methods in
interface IntelliHints .
|
AbstractNumericRange<T> |
An abstract class as the superclass of numeric ranges
|
AbstractObjectGrouper |
The abstract implementation of ObjectGrouper .
|
AbstractPage |
AbstractPage is an abstract base class that provides functionality to defer populating a JPanel object until it is
actually viewed.
|
AbstractRange<T> |
An abstract implementation of Range
|
AbstractWildcardSupport |
|
ActionSupportForJDK5 |
In JDK6, Swing adds three new properties on Action class: SELECTED_KEY, DISPLAYED_MNEMONIC_INDEX_KEY and LARGE_ICON.
|
AggregatedRange |
A range class formed from a collection of Positionable instances.
|
Alignable |
Alignable is an interface that can be implemented by any components to provide information such as how
to set orientation and check whether a component supports vertical orientation or horizontal orientation.
|
AlignmentSupport |
A general interface for alignment support.
|
AlphanumComparator |
This is an updated version from the same named class from http://www.davekoelle.com/alphanum.html.
|
AlphanumFileComparator |
A File comparator to compare the file name based on alphanum value.
|
Animator |
An ActionListener with a timer.
|
AnimatorListener |
This is a listener that can be used to customize the behaviour of animation.
|
AquaGripperUI |
|
AquaJidePopupMenuUI |
|
AquaJideSplitButtonUI |
Menu UI implementation
|
AquaJideTabbedPaneUI |
JideTabbedPane UI implementation
|
AquaJideUtils |
AquaJideUtils to add Jide extension to AquaLookAndFeel
|
AquaPainter |
Painter for Aqua style L&F.
|
ArrayConverter |
An abstract class that is extended by any converters that convert to/from an array-like format, such as 1, 2, 3.
|
ArrowKeyNavigationSupport |
This is a util class to support the four arrow keys navigation in any container.
|
AutoCompletion |
AutoCompletion is a helper class to make JTextComponent or JComboBox auto-complete based on a list of
known items.
|
AutoCompletionComboBox |
An auto completion combobox.
|
AutoRepeatButtonUtils |
AutoRepeatButtonUtils is a utility class which can make a button automatically trigger action events
continuously.
|
AutoResizingTextArea |
An extended version of JTextArea that automatically resizes itself vertically.
|
AutoScroll |
Please note: we are still polishing this class and may change the public interface in the future.
|
BannerPanel |
BannerPanel is a panel that can show title, subtitle and icon with title on top, subtitle on the bottom
and icon on the left.
|
Base64 |
Encodes and decodes to and from Base64 notation.
|
Base64.InputStream |
A Base64.InputStream will read data from another java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly.
|
Base64.OutputStream |
A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly.
|
BasicCheckBoxListUI |
|
BasicFolderChooserIconsFactory |
A helper class to contain icons for demo of JIDE products.
|
BasicFolderChooserIconsFactory.ToolBar |
|
BasicFolderChooserUI |
|
BasicGripperUI |
A Basic L&F implementation of GripperUI.
|
BasicHeaderBoxUI |
JideButtonUI implementation
|
BasicJideButtonListener |
|
BasicJideButtonUI |
JideButtonUI implementation
|
BasicJideComboBoxButton |
|
BasicJideComboBoxUI |
|
BasicJideLabelUI |
|
BasicJideOptionPaneUI |
|
BasicJideOptionPaneUI.ButtonFactory |
This class is used to create the default buttons.
|
BasicJidePopupMenuUI |
|
BasicJidePopupUI |
A basic L&F implementation of Popup.
|
BasicJideSplitButtonUI |
SplitButtonUI implementation
|
BasicJideTabbedPaneUI |
A basic L&f implementation of JideTabbedPaneUI
|
BasicJideTabbedPaneUI.TabSpaceAllocator |
|
BasicLookAndFeelExtension |
Initialize the uiClassID to BasicComponentUI mapping for JIDE components.
|
BasicOffice2003Theme |
BasicOffice2003Theme is a special Office2003 theme that uses a base color to calculate
all other colors used by JIDE components.
|
BasicPainter |
Painter for JIDE styles.
|
BasicRangeSliderUI |
BasicRangeSliderUI implementation
|
BasicStyledLabelUI |
|
BasicTransferable |
A transferable implementation for the default data transfer of some Swing components.
|
BigDecimalConverter |
Converter for BigDecimal.
|
BigDecimalMathUtils |
A collection of several util methods related to BigDecimal.
|
BigDecimalRange |
Specifies upper and lower bounds for a range of values
|
BooleanComparator |
Comparator for boolean type.
|
BooleanConverter |
Converter which converts Boolean to String and converts it back.
|
BooleanRange |
|
BooleanUtils |
|
ButtonEvent |
An EventObject used to change the state of any button.
|
ButtonListener |
The listener interface for receiving button events.
|
ButtonNames |
An interface to define commonly use button names.
|
ButtonPanel |
ButtonPanel can help to layout buttons easily in any dialogs.
|
ButtonResources |
Resource class for defines commonly used buttons
|
ButtonStyle |
The definitions of various button style.
|
ByteConverter |
Converter which converts Byte to String and converts it back.
|
CachedArrayList<E> |
This is a fast access ArrayList that sacrifices memory for speed.
|
CachedArrayList.IntegerWrapper |
|
CachedVector<E> |
This is a fast access Vector that sacrifices memory for speed.
|
CachedVector.IntegerWrapper |
|
CacheMap<T,K> |
Deprecated.
|
CacheMap<T,K> |
CacheMap is a two-level HashMap .
|
Calculator |
Calculator is a component that can do simple arithmetic calculation.
|
CalendarComparator |
Comparator for Calendar type.
|
CalendarConverter |
Converter which converts Calendar to String and converts it back.
|
Category<T> |
This class is really an adapter because it takes any object and allows it to be used as a Category.
|
CategoryRange<T> |
Note that this class is iterable so you can use it in an advanced for..
|
CharSequenceComparator |
A Comparator that compares CharSequence objects (including String and StringBuffer as both extend CharSequence.
|
CheckBoxIcon |
The icon to paint CheckBox icon safely with any L&F.
|
CheckBoxList |
CheckBoxList is a special JList which uses JCheckBox as the list element.
|
CheckBoxList.Handler |
|
CheckBoxListCellRenderer |
Renders an item in a list using JCheckBox.
|
CheckBoxListCellRenderer.UIResource |
A subclass of CheckBoxListCellRenderer that implements UIResource.
|
CheckBoxListSelectionModel |
|
CheckBoxListWithSelectable |
CheckBoxListWithSelectable is a special JList which uses JCheckBox as the list element.
|
CheckBoxListWithSelectable.Handler |
|
CheckBoxTree |
CheckBoxTree is a special JTree which uses JCheckBox as the tree renderer.
|
CheckBoxTree.Handler |
CheckBoxTree's mouse event handler, key event handler and tree selection event handler.
|
CheckBoxTreeCellRenderer |
Renderers an item in a tree using JCheckBox.
|
CheckBoxTreeSelectionModel |
CheckBoxTreeSelectionModel is a selection _model based on DefaultTreeSelectionModel and use in
CheckBoxTree to keep track of the checked tree paths.
|
ClickThroughLabel |
ClickThroughLabel is a special JLabel that will retarget all mouse events to specified target component.
|
ClickThroughStyledLabel |
ClickThroughStyledLabel is a special ClickThroughStyledLabel that will retarget all mouse events to
specified target component.
|
ColorConverter |
Converter which converts Color to String and converts it back.
|
ColorFilter |
An image filter that brightens or darkens an existing image.
|
ColorUtils |
Several useful methods for Color.
|
CombinedNumericRange |
A little convenience class to compute the maximum and minimum values of multiple ranges.
|
ComboBoxSearchable |
ComboBoxSearchable is an concrete implementation of Searchable that enables the search function
in non-editable JComboBox.
|
ComparableComparator |
A Comparator that compares Comparable objects.
|
ComparatorContext |
The context object used by ObjectComparatorManager .
|
ComponentStateSupport |
A component should implement this interface if it supports various background and foreground for different states.
|
ContentContainer |
In JIDE Action Framework, ContentContainer is the area that contains all command bars.
|
Contour |
A Contour is a lightweight component which only paints the outline of component when dragged.
|
ConverterContext |
The context object used by ObjectConverter.
|
ConverterContextSupport |
The interface indicates the class who extends it can support ConverterContext.
|
ConvertListener |
Convert multiple objects into one object.
|
CornerScroller |
|
CurrencyConverter |
Converter which converts currency to String and converts it back.
|
DateComparator |
Comparator for Date type.
|
DateConverter |
Converter which converts Date to String and converts it back.
|
DateDayOfMonthGrouper |
|
DateDayOfWeekGrouper |
|
DateDayOfWeekInMonthGrouper |
|
DateDayOfYearGrouper |
|
DateGrouper |
|
DateMonthGrouper |
|
DateQuarterGrouper |
|
DateSpinner |
DateSpinner is a spinner that is specialized in displaying or editing a a date or time.
|
DateUtils |
DateUtils contains many useful methods related to Date and Calendar.
|
DateWeekOfMonthGrouper |
|
DateWeekOfYearGrouper |
|
DateYearGrouper |
|
DefaultArrayConverter |
Converts an array to a string and converts a string to an array.
|
DefaultComparator |
Badly named, this class compares objects by first converting them to Strings using the
toString method.
|
DefaultObjectConverter |
Default object converter.
|
DefaultObjectGrouper |
Default implementation of ObjectGrouper .
|
DefaultOffice2003Theme |
The default 2003 theme.
|
DefaultOverlayable |
DefaultOverlayable is the default implementation of Overlayable using JPanel as the base
component.
|
DefaultSelectable |
The element used by CheckBoxList's ListModel.
|
DefaultSplitButtonModel |
|
DefaultWildcardSupport |
|
DelayUndoManager |
An undo manager that aggregates UndoableEdits into one CompoundEdit if they are executed very close to each other.
|
DelegateAction |
|
DelegateAction.PassthroughDelegateAction |
|
DelegateMouseInputListener |
This mouse input listener can delegate the mouse events to another mouse input listener.
|
DelegateMouseListener |
This mouse listener can delegate the mouse events to another mouse listener.
|
DelegateMouseMotionListener |
This mouse motion listener can delegate the mouse events to another mouse motion listener.
|
DialogPageTreeCellRenderer |
A tree cell renderer for AbstractDialogPage.
|
DimensionConverter |
Converter which converts Dimension to String and converts it back.
|
DoubleConverter |
Converter which converts Double to String and converts it back.
|
DraggableHandle |
An interface to indicate a component can be used as a handle to be drag.
|
Eclipse3xJideTabbedPaneUI |
A eclipse L&f implementation of JideTabbedPaneUI
|
Eclipse3xMetalUtils |
Utility Class for WindowsLookAndFeel to add Eclipse3x related LookAndFeel style
|
Eclipse3xWindowsUtils |
Utility Class for WindowsLookAndFeel to add Eclipse3x related LookAndFeel style
|
EclipseCheckBoxMenuItemUI |
CheckboxMenuItem UI implementation.
|
EclipseGripperUI |
|
EclipseJideSplitButtonUI |
EclipseJideSplitButtonUI implementation.
|
EclipseJideTabbedPaneUI |
JideTabbedPane UI implementation
|
EclipseLookAndFeelExtension |
Utility Class for WindowsLookAndFeel to add Eclipse related LookAndFeel style
|
EclipseMenuItemUI |
MenuItem UI implementation
|
EclipseMenuUI |
Menu UI implementation
|
EclipseMetalUtils |
Utility Class for WindowsLookAndFeel to add Eclipse related LookAndFeel style
|
EclipsePainter |
Painter for Eclipse L&F.
|
EclipsePopupMenuSeparatorUI |
PopupMenuSeparator UI implementation
|
EclipseRadioButtonMenuItemUI |
RadioButtonMenuItem UI implementation
|
EclipseUtils |
|
EclipseWindowsUtils |
Utility Class for WindowsLookAndFeel to add Eclipse related LookAndFeel style
|
EnumConverter |
A typical way to define a constant is to use int as the value type.
|
ExtWindowsDesktopProperty |
Wrapper for multiple values from the desktop.
|
FastComparableComparator |
A Comparator that compares Comparable objects.
|
FileConverter |
Converter which converts File to String and converts it back.
|
FileIntelliHints |
FileIntelliHints is a concrete implementation of IntelliHints .
|
Flashable |
Flashable is a basic interface to enable flashing in any component.
|
FloatConverter |
Converter which converts Float to String and converts it back.
|
FolderChooser |
FolderChooser provides a simple mechanism for the user to choose a folder.
|
FolderChooserResource |
|
FolderChooserUI |
|
FolderToolBar |
Manages the optional folder toolbar that sits above the folder view's tree view panel
|
FontConverter |
Converter which converts Font to String and converts it back.
|
FontNameConverter |
Converter which converts Font Name String to String and converts it back.
|
FontUtils |
This is a global class to keep a record of Font so that we can improve the performance and memory usage in various
scenarios like StyledLabel.
|
FrameBorder |
FrameBorder - Simple single line border with small drop shadow
|
Gripper |
Gripper is a component that you can drag.
|
GripperUI |
UI class for Gripper.
|
GrouperContext |
The context object used by ObjectGrouper.
|
GroupResources |
|
HeaderBox |
HeaderBox is a special component that is used in JIDE Pivot Grid product to mimic a button with table header style.
|
HeaderBoxUI |
Pluggable look and feel interface for HeaderBox.
|
HeaderCellBorder |
|
HeavyweightWrapper |
HeavyweightWrapper is a special heavyweight Panel that can hold another component.
|
HexColorConverter |
If alpha value is not included, converts Color to/from #xxxxxx format.
|
HtmlUtils |
|
IconBorder |
IconBorder creates a border that places an Icon in the border on one or several sides.
|
IconSet |
|
IconSet.Direction |
|
IconSet.Edit |
|
IconSet.File |
|
IconSet.FindReplace |
|
IconSet.Hardware |
|
IconSet.Help |
|
IconSet.MediaControl |
|
IconSet.Movement |
|
IconSet.Overlay |
|
IconSet.Software |
|
IconSet.Text |
|
IconSet.View |
|
IconSetManager |
|
IconsFactory |
IconsFactory provides a consistent way to access icon resource in any application.
|
IContour |
A Contour is a lightweight component which only paints the outline of component when dragged.
|
InfiniteProgressPanel |
|
Insets2D |
Similar to java.awt.Insets, but with doubles for the top, left, bottom, right values.
|
Insets2D.Double |
An Insets2D instance specified with double precision
|
Insets2D.Float |
An Insets2D instance specified with float precision
|
InsetsConverter |
Converter which converts Insets to String and converts it back.
|
IntegerConverter |
Converter which converts Integer to String and converts it back.
|
IntegerRange |
Specifies upper and lower bounds for a range of values
|
IntelliHints |
IntelliHints is an interface that defines all necessary methods to implement showing a hint popup
depending on a context and allows user to pick from a list of hints.
|
JCellRendererPane |
Deprecated.
|
JdkSpecificClass |
|
JideBorderLayout |
This is a modified version of BorderLayout .
|
JideBoxLayout |
JideBoxLayout is very similar to BoxLayout in the way that all components are arranged either from left to right or
from top to bottom.
|
JideButton |
JideButton is a replacement for JButton when it is used on toolbar (or command bar in the case of JIDE Action
Framework).
|
JideButtonUI |
Pluggable look and feel interface for JButton.
|
JideComboBox |
JideComboBox is a JCombobox used on JToolBar or CommandBar.
|
JideCursors |
A utility class that create additional cursors used by JIDE products.
|
JideFocusTracker |
For internal usage only.
|
JideIconsFactory |
A helper class to contain icons for demo of JIDE products.
|
JideIconsFactory.Arrow |
|
JideIconsFactory.Cursor |
|
JideIconsFactory.DockableFrame |
|
JideIconsFactory.FileType |
|
JideIconsFactory.View |
|
JideIconsFactory.WindowMenu |
|
JideLabel |
Just like JideButton comparing to JButton , JideLabel is like
JLabel except it is used on JToolBar or CommandBar .
|
JideMenu |
A special implementation of JMenu.
|
JideMenu.MenuCreator |
Deprecated.
|
JideMenu.PopupMenuCustomizer |
Customizes the popup menu.
|
JideMenu.PopupMenuOriginCalculator |
Calculates the origin of the popup menu if specified.
|
JideOptionPane |
JideOptionPane is an enhanced version of JOptionPane.
|
JidePopup |
JidePopup is a popup window which can be resized, dragged and autohide if time out.
|
JidePopupFactory |
This class creates instances of JidePopup components.
|
JidePopupMenu |
This component extends JPopupMenu and adds a method to display the menu inside the screen even if the mouse pointer
is near the edge of the screen.
|
JideScrollPane |
JideScrollPane is an enhanced version of JScrollPane .
|
JideScrollPaneConstants |
Constants used with the JideScrollPane component.
|
JideScrollPaneLayout |
The layout manager used by JideScrollPane .
|
JideSplitButton |
JideSplitButton is a combination of button and menu.
|
JideSplitPane |
JideSplitPane is used to divide multiple Component s.
|
JideSplitPaneDivider |
Divider used by JideSplitPane.
|
JideSplitPaneLayout |
Layout manager used by JideSplitPane.
|
JideSwingUtilities |
A utilities class for Swing.
|
JideSwingUtilities.ConditionHandler |
A simple handler used by setRecursively.
|
JideSwingUtilities.GetHandler |
A simple handler used by getRecursively.
|
JideSwingUtilities.Handler |
A simple handler used by setRecursively.
|
JideSwingUtilities.TraceDebugBorder |
|
JideTabbedPane |
JideTabbedPane is an enhanced version of JTabbedPane .
|
JideTabbedPane.ColorProvider |
An interface to provide colors for tab background and foreground.
|
JideTabbedPane.GradientColorProvider |
A ColorProvider that can supports gradient tab background.
|
JideTabbedPane.TabListCellRenderer |
The default tab list cell renderer used to renderer the list in the popup when tab list button is pressed.
|
JideTabbedPaneUI |
ComponentUI for JideTabbedPane.
|
JideTitledBorder |
The source code is the same as TitledBorder in JDK 1.4.2 except field TEXT_INSET_H is 0 instead of 5.
|
JideToggleButton |
An implementation of a two-state JideButton.
|
JideToggleButton.ToggleButtonModel |
The ToggleButton model
|
JideToggleSplitButton |
An implementation of a two-state JideButton.
|
JideToggleSplitButton.ToggleSplitButtonModel |
The ToggleButton model
|
JToolTipFactory |
This class creates instances of JTooltip components.
|
LabeledTextField |
LabeledTextField is a combo component which includes text field and an optional JLabel in the front and
another optional AbstractButton at the end.
|
LabeledTextField.PopupMenuCustomizer |
The PopupMenuCustomizer for the context menu when clicking on the label/icon before the text field.
|
Laziness |
An interface to indicate something can be initialized lazily.
|
LazyActionMap |
An ActionMap that populates its contents as necessary.
|
LazyMutableTreeNode |
LazyMutableTreeNode.
|
LegacyCheckBoxTree |
Deprecated.
|
LegacyCheckBoxTree.Handler |
|
LegacyCheckBoxTreeCellRenderer |
Deprecated.
|
LegacyCheckBoxTreeSelectionModel |
Deprecated.
|
LegacyTristateCheckBox |
Deprecated.
|
LegacyTristateCheckBox.State |
This is a type-safe enumerated type
|
ListDataIntelliHints<T> |
ListDataIntelliHints is a concrete implementation of IntelliHints .
|
ListSearchable |
ListSearchable is an concrete implementation of Searchable that enables the search function in
JList.
|
LoggerUtils |
LoggerUtils contains two methods to allow logger to print certain level of message to console.
|
LongConverter |
Converter which converts Long to String and converts it back.
|
LongRange |
Specifies upper and lower bounds for a range of values
|
LookAndFeelExtension |
|
LookAndFeelFactory |
JIDE Software created many new components that need their own ComponentUI classes and additional UIDefaults in
UIDefaults table.
|
LookAndFeelFactory.UIDefaultsCustomizer |
An interface to make the customization of UIDefaults easier.
|
LookAndFeelFactory.UIDefaultsInitializer |
An interface to make the initialization of UIDefaults easier.
|
MarqueePane |
MarqueePane is a subclass of JScrollPane with automation of scrolling.
|
MaskFilter |
An image filter that replaces one color in an image with another color.
|
MathUtils |
A collection of several util methods related to Math.
|
MenuCheckIcon |
Icon wrapper class for check icons.
|
MetalCheckBoxMenuItemUI |
CheckboxMenuItem UI implementation.
|
MetalIconFactory |
|
MetalJideSplitButtonUI |
MetalJideSplitButtonUI implementation
|
MetalMenuItemUI |
MetalMenuItem implementation
|
MetalMenuUI |
A metal L&F implementation of MenuUI.
|
MetalPainter |
Painter for Metal L&F.
|
MetalRadioButtonMenuItemUI |
RadioButtonMenuItem UI implementation
|
MetalRangeSliderUI |
BasicRangeSliderUI implementation
|
MetalUtils |
This is a dumping ground for random stuff we want to use in several places.
|
MeterProgressBar |
|
MeterProgressBarUI |
|
MonthConverter |
Converter which converts Date to String and converts it back.
|
MonthNameConverter |
Converter which converts int to month string and converts it back.
|
MultilineLabel |
Normal JLabel cannot have multiple lines.
|
MultilineStringConverter |
Converter which converts a String with new lines to String and convert the new lines to "\n" so that it can be
displayed in the UI.
|
MultilineToggleButton |
A toggle button (JCheckBox or JRadioButton) that can wrap its label to extend to multiple lines.
|
MultipleEnumConverter |
MultipleEnumConverter is a special ArrayConverter that converts a string to/from array.
|
MultiplePageDialog |
MultiplePageDialog is a StandardDialog which can have multiple AbstractDialogPages.
|
MultiplePageDialogPane |
MultiplePageDialogPane is a StandardDialogPane which can have multiple AbstractDialogPages.
|
NaturalNumberConverter |
Converter which converts Integer to String and converts it back.
|
NavigationComponent |
A markup interface to indicate a component is for the navigation.
|
NavigationComponentHelper |
NavigationComponentHelper is a helper class to implement on JTree, JList and JTable (or JIDE table
subclasses) so they can be used for the navigation purpose.
|
NetworkIconSet |
|
NetworkIconSet.Ecommerce |
|
NetworkIconSet.Email |
|
NetworkIconSet.Interface |
|
NetworkIconSet.Internet |
|
NetworkIconSet.NetworkDevices |
|
NetworkIconSet.Security |
|
NullButton |
This is part of the null-components.
|
NullCheckBox |
This is part of the null-components.
|
NullJideButton |
This is part of the null-components.
|
NullLabel |
This is part of the null-components.
|
NullPanel |
This is part of the null-components.
|
NullRadioButton |
This is part of the null-components.
|
NullTristateCheckBox |
This is part of the null-components.
|
NumberComparator |
Comparator for Number type.
|
NumberConverter |
Converter which converts Number to String and converts it back.
|
NumberFormatConverter |
Converter which converts currency to String and converts it back.
|
NumericRange |
Specifies upper and lower bounds for a range of values
|
ObjectComparatorManager |
A global object that can register comparator with a type and a ComparatorContext.
|
ObjectConverter |
An interface that can convert a object to a String and convert from
String to object.
|
ObjectConverterManager |
ObjectConverterManager is a center place to register ObjectConverters with a data type and an optional
ConverterContext.
|
ObjectGrouper |
An interface that can convert a object to a group so that the objects that has the same group can be grouped
together.
|
ObjectGrouperManager |
A global object that can register Object Grouper with a type and a GrouperContext.
|
Office2003JideTabbedPaneUI |
JideTabbedPane UI implementation
|
Office2003Painter |
Painter for Office2003 L&F.
|
Office2003Theme |
|
Office2003Utils |
|
Office2003WindowsUtils |
WindowsLookAndFeel with Office2003 extension
|
Office2007JideTabbedPaneUI |
JideTabbedPane UI implementation
|
Office2007Painter |
Painter for Office2007 L&F.
|
Office2007WindowsUtils |
WindowsLookAndFeel with Office2007 extension
|
Overlayable |
Overlayable provides a way to add a number of components on top of another component as the overlay
components.
|
OverlayableIconsFactory |
A helper class to contain icons for the overlayable components
Those icons are copyrighted by JIDE Software, Inc.
|
OverlayableUtils |
This util class has several methods related to Overlayable .
|
OverlayCheckBox |
|
OverlayComboBox |
|
OverlayPasswordField |
|
OverlayRadioButton |
|
OverlayTextArea |
|
OverlayTextField |
|
PageEvent |
An EventObject that adds support for AbstractPage objects as the event source.
|
PageList |
A list of AbstractDialogPage or its subclasses.
|
PageListener |
Defines a listener interface which listens for PageEvent.
|
Painter |
An interface which can be used to paint any area.
|
PaintPanel |
A panel which support Paint as background.
|
PartialEtchedBorder |
|
PartialGradientLineBorder |
This is a border which allows you to have gradient line only at one side or several sides.
|
PartialLineBorder |
This is a better version of LineBorder which allows you to show line only at one side or several
sides and supports rounded corner.
|
PartialSide |
|
PasswordConverter |
Converter which converts String to String and converts it back.
|
PercentConverter |
Converter which converts percentage to String and converts it back.
|
PersistenceUtilsCallback |
This interface is used by several PersistenceUtils classes inside JIDE to register a callback when writing or reading
the xml element.
|
PersistenceUtilsCallback.Load |
|
PersistenceUtilsCallback.Save |
|
PointConverter |
Converter which converts Point to String and converts it back.
|
PointFormatter |
|
PointSpinner |
PointSpinner is a spinner that is specialized in displaying x and y value of a point.
|
PointSpinner.PointEditor |
|
PopupUI |
ComponentUI for PopupUI.
|
PopupWindow |
PopupWindow class
|
PortingUtils |
A class that keeps all 1.4/1.3 different stuff.
|
Positionable |
The idea of being positionable is to place a point somewhere along a one-dimensional axis
This is very natural for numerical data, but can be applied to categorical data too.
|
Prioritized |
An interface to indicate something that has priority.
|
PrioritizedObjectComparator |
Comparator for objects that implements Prioritized
interface.
|
ProductNames |
A list of product names from JIDE Software, Inc.
|
QuarterNameConverter |
Converter which converts quarter to String and converts it back.
|
RaisedBorder |
|
Range<T> |
|
RangeConverter |
An abstract class that is extended by any converters that convert to/from an array-like format, such as 1, 2, 3.
|
RangeMorpher |
|
RangeSlider |
RangeSlider is a slider that can be used to select a range.
|
RectangleConverter |
Converter which converts Rectangle to String and converts it back.
|
ReflectionUtils |
Utility class to use reflection to call methods.
|
RegistrationEvent |
Deprecated.
|
RegistrationEvent |
An AWTEvent that adds support for registration objects as the event source.
|
RegistrationListener |
Deprecated.
|
RegistrationListener |
The listener interface for receiving registration change events.
|
Resizable |
Resizable is a class that supports the resizable feature.
|
Resizable.ResizeCorner |
|
ResizableDialog |
A resizable undecorated dialog.
|
ResizableFrame |
A resizable undecorated frame.
|
ResizableMouseInputAdapter |
Mouse input listener to control the resizing of Resizable component.
|
ResizablePanel |
ResizablePanel is a panel that can be resized.
|
ResizableSupport |
An interface to indicate a component support Resizable.
|
ResizableWindow |
A resizable window.
|
ResizeFrameBorder |
This class is an implementation of the DockableFrame border.
|
Resource |
|
ResourceProvider |
|
RgbColorConverter |
If alpha value is not included, converts Color to/from "XXX, XXX, XXX" format.
|
RolloverIcon |
RolloverIcon provides the expanded and collapsed tree icons that has rollover and fade effect.
|
RolloverIcon.DefaultCollapsedIcon |
The default collapsed tree icon.
|
RolloverIcon.DefaultExpandedIcon |
The default expanded tree icon.
|
RolloverIcon.IconRolloverSupport |
An interface that should be implemented on a component if you want to use an icon that supports rollover and fade
(fade in or fade out) effect.
|
RowValidationObject |
RowValidationObject is an object containing the information that needed by RowValidator.
|
RowValidationResult |
ValidationResult for RowValidator.
|
RowValidator |
Validator is an interface for validating a row in table.
|
ScrollableButtonPanel |
A ButtonPanel that implements the Scrollable so that it can
be added to a JScrollPane.
|
ScrollPaneOverview |
Original code http://forums.java.net/jive/thread.jspa?forumID=73&threadID=14674 under "Do whatever you want with this
code" license
|
Searchable |
JList, JTable and JTree are three data-rich components.
|
SearchableBar |
SearchableBar is a convenient component to enable searching feature for components.
|
SearchableBar.Installer |
The installer for SearchableBar.
|
SearchableBarIconsFactory |
A helper class to contain icons for SearchableBar.
|
SearchableBarIconsFactory.Buttons |
|
SearchableEvent |
An AWTEvent that adds support for
SearchableEvent objects as the event source.
|
SearchableListener |
The listener interface for receiving searchable events.
|
SearchableProvider |
SearchableProvider is an interface that works with Searchable to provide
different way to supply the searching text.
|
SearchableUtils |
Utility class to make component searchable.
|
SecurityUtils |
A class that keeps all the security stuff so that an application can safely run in applet or webstart environment.
|
Selectable |
Selectable is an interface indicating something is selectable.
|
SelectAllUtils |
SelectAllUtils is a utility class to select all the text
in a text component when the component first time receives focus.
|
SelectionModelGroup<T,V> |
This class is used to create a multiple-exclusion scope for a set of any selection model so that one selection model
can have selected index at a time.
|
ShadowBorder |
A border looks like a shadow.
|
ShadowFactory |
A shadow factory generates a drop shadow for any given picture, respecting the transparency channel if present.
|
ShadowRenderer |
An interface for adding a shadow to an in-memory image
|
ShortConverter |
Converter which converts Short to String and converts it back.
|
SidePane |
SidePane is a component that can display several buttons
horzontally or vertically.
|
SidePaneEvent |
An AWTEvent that adds support for SidePaneItem objects as the event source.
|
SidePaneGroup |
|
SidePaneItem |
SidePaneItem is a data structure used by SidePane .
|
SidePaneListener |
The listener interface for receiving side pane events.
|
SidePaneUI |
ComponentUI for SidePane.
|
SimpleScrollPane |
SimpleScrollPane is a special scroll pane.
|
SlidingFrameBorder |
This class is an implementation of the DockableFrame border.
|
SortedList<E> |
|
SpinnerPointModel |
|
SpinnerWheelSupport |
A helper class to add mouse wheel support to JSpinner.
|
SplitButtonGroup |
SplitButtonGroup extends ButtonGroup to provide the same button grouping function
for JideToggleSplitButton.
|
SplitButtonModel |
SplitButtonModel is for JideSplitButton.
|
StandardDialog |
StandardDialog is a dialog template.
|
StandardDialogPane |
StandardDialogPane is the content pane of StandardDialog.
|
StatusBarBorder |
StatusBarBorder
|
Sticky |
Sticky is a helper class to make JList or JTree or JTable changing selection when mouse moves.
|
StringArrayConverter |
|
StringConverter |
Converter which converts String to String and converts it back.
|
StringConverter |
An interface to convert a string to anther one.
|
StringRange |
|
StringUtils |
|
StyledLabel |
StyledLabel is a special JLabel which can display text in different styles.
|
StyledLabelBuilder |
StyledLabelBuilder is a quick way to define StyledLabel.
|
StyledListCellRenderer |
A list cell renderer based on StyledLabel.
|
StyledListCellRenderer.UIResource |
A subclass of DefaultListCellRenderer that implements UIResource.
|
StyledToolTip |
A Tooltip that could receives StyledLabel annotations.
|
StyledTreeCellRenderer |
A tree cell renderer based on StyledLabel.
|
StyleRange |
A data structure represents a style for a range of text.
|
SunkenBorder |
|
SwingLazyValue |
SwingLazyValue is a copy of ProxyLazyValue that does not snapshot the AccessControlContext or use a doPrivileged to
resolve the class name.
|
SwingPropertyChangeSupport |
This subclass of java.beans.PropertyChangeSupport is almost identical in functionality.
|
SwingWorker<T,V> |
An abstract class to perform lengthy GUI-interacting tasks in a dedicated thread.
|
SwingWorker.StateValue |
Values for the state bound property.
|
SystemInfo |
A utility class can detect OS system information.
|
SystemInfo.JavaVersion |
|
TabColorProvider |
|
TabEditingEvent |
|
TabEditingListener |
Defines an object which listens for TabEditingEvent.
|
TabEditingValidator |
|
TableSearchable |
TableSearchable is an concrete implementation of Searchable that enables the search function in
JTable.
|
TableValidationObject |
TableValidationObject extends ValidationObject
to provide row and column information of the value to be validated.
|
TextComponentSearchable |
TextComponentSearchable is an concrete implementation of Searchable that enables the search
function in JTextComponent.
|
ThemePainter |
An interface which defines a list of methods that are used to paint the UI.
|
ThreadCheckingRepaintManager |
For usage of this class, please refer to http://weblogs.java.net/blog/alexfromsun/archive/2006/02/debugging_swing.html
|
TimeRange |
Specifies upper and lower bounds for a range of values along a time line.
|
TimeUtils |
|
TintFilter |
An image filter that tints the image with a color.
|
TitledSeparator |
TitledSeparator is a component used for separating components on a panel or in a GUI.
|
TMSchema |
Implements Windows Parts and their States and Properties for the Windows Look and Feel.
|
TMSchema.Control |
An enumeration of the various Windows controls (also known as components, or top-level parts)
|
TMSchema.Part |
An enumeration of the Windows compoent parts
|
TMSchema.Prop |
An enumeration of the possible component attributes and the corresponding value type
|
TMSchema.State |
An enumeration of the possible component states
|
TMSchema.TypeEnum |
An enumeration of attribute values for some Props
|
TopLevelMenuContainer |
A markup interface to indicate this is a top level menu or command bar.
|
TransparentComponentWrapper |
This is a wrapper component for containing another component that uses a transparent (or translucent background).
|
TreeSearchable |
TreeSearchable is an concrete implementation of Searchable that enables the search function in
JTree.
|
TristateButtonModel |
Model for TristateCheckBox.
|
TristateCheckBox |
TristateCheckBox is a check box with three states - selected, unselected and mixed (a.k.a partial selected state).
|
TristateCheckBoxIcon |
|
TypeUtils |
Utils methods for data type.
|
UIAction |
UIAction is the basis of all of basic's action classes that are used in an ActionMap.
|
UIDefaultsLookup |
This class simply uses UIManager's get method to lookup the UIDefaults.
|
UndoableSupport |
A general interface to provide undoable support within Swing component.
|
ValidationObject |
ValidationObject is an object containing the information that needed by Validator.
|
ValidationResult |
|
Validator |
Validator is an interface for validating a object.
|
VerticalLabelUI |
VerticalLabelUI - used to replace the UI on a JLabel to make it vertical
|
VisibilityFocusTraversalPolicy |
The focus traversal policy to screen out those components that are not actually painted in the target container.
|
VsnetCheckBoxMenuItemUI |
CheckboxMenuItem UI implementation.
|
VsnetGripperUI |
|
VsnetJideTabbedPaneUI |
JideTabbedPane UI implementation
|
VsnetLookAndFeelExtension |
Initialize the uiClassID to BasicComponentUI mapping for JIDE components using Vsnet style.
|
VsnetMenuItemUI |
MenuItem UI implementation
|
VsnetMenuUI |
Menu UI implementation
|
VsnetMenuUI.PostAction |
|
VsnetMetalProgressBarUI |
A better ProgressBarUI for indeterminate progress bar.
|
VsnetMetalUtils |
Initialize the uiClassID to BasicComponentUI mapping for JIDE components using Vsnet style for MetalLookAndFeel.
|
VsnetPopupMenuSeparatorUI |
PopupMenuSeparator UI implementation
|
VsnetProgressBarUI |
A better ProgressBarUI for indeterminate progress bar.
|
VsnetRadioButtonMenuItemUI |
RadioButtonMenuItem UI implementation
|
VsnetWindowsUtils |
Initialize the uiClassID to BasicComponentUI mapping for JIDE components using Vsnet style for WindowsLookAndFeel.
|
WeakPropertyChangeListener |
How to use this:
|
WholeWordsSupport |
An interface to support whole words.
|
WildcardSupport |
|
WindowsDesktopProperty |
Wrapper for a value from the desktop.
|
WindowsGraphicsUtilsPort |
|
WindowsIconFactory |
|
XertoMetalUtils |
Initialize the uiClassID to BasicComponentUI mapping for JIDE components using Xerto style for MetalLookAndFeel.
|
XertoPainter |
Painter for Xerto L&F.
|
XertoUtils |
XertoUtils
|
XertoWindowsUtils |
Initialize the uiClassID to BasicComponentUI mapping for JIDE components using Xerto style for WindowsLookAndFeel.
|
XmlUtils |
|
XPStyle |
Implements Windows XP Styles for the Windows Look and Feel.
|
XPStyle.Skin |
A class which encapsulates attributes for a given part (component type) and which provides methods for painting
backgrounds and glyphs
|
XPUtils |
Util class for XP style.
|
YearNameConverter |
Converter which converts year to int and converts it back.
|