| Name | Package | Description |
| Alignable | com.jidesoft.swing | 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. |
| AnimatorListener | com.jidesoft.swing | This is a listener that can be used to customize the behaviour of animation. |
| ButtonListener | com.jidesoft.dialog | The listener interface for receiving button events. |
| ButtonNames | com.jidesoft.dialog | An interface to define commonly use button names. |
| ButtonStyle | com.jidesoft.swing | The definitions of various button style. |
| ComponentStateSupport | com.jidesoft.swing | A component should implement this interface if it supports various background and foreground
for different states. |
| ConverterContextSupport | com.jidesoft.converter | The interface indicates the class who extends it can support ConverterContext. |
| ConvertListener | com.jidesoft.plaf.vsnet | Convert multiple objects into one object. |
| DragableHandle | com.jidesoft.swing | An interface to indicate a component can be used as a handle to be drag. |
| FolderChooserUI | com.jidesoft.plaf | No description provided. |
| IContour | com.jidesoft.swing | A Contour is a lightweight component which only paints the outline
of component when dragged. |
| IntelliHints | com.jidesoft.hints | 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. |
| JideMenu.MenuCreator | com.jidesoft.swing | No description provided. |
| JideMenu.PopupMenuCustomizer | com.jidesoft.swing | Customizes the popup menu. |
| JideScrollPaneConstants | com.jidesoft.swing | Constants used with the JideScrollPane component. |
| JideSwingUtilities.GetHandler | com.jidesoft.swing | A simple handler used by getRecursively. |
| JideSwingUtilities.Handler | com.jidesoft.swing | A simple handler used by setRecursively. |
| JideTabbedPane.ColorProvider | com.jidesoft.swing | An interface to provide colors for tab background and foreground. |
| JideTabbedPane.GradientColorProvider | com.jidesoft.swing | A ColorProvider that can supports gradient tab background. |
| Laziness | com.jidesoft.dialog | An interface to indicate something can be initialized lazily. |
| LookAndFeelExtension | com.jidesoft.plaf | No description provided. |
| LookAndFeelFactory.UIDefaultsCustomizer | com.jidesoft.plaf | An interface to make the customization of UIDefaults easier. |
| LookAndFeelFactory.UIDefaultsInitializer | com.jidesoft.plaf | An interface to make the initialization of UIDefaults easier. |
| ObjectConverter | com.jidesoft.converter | An interface that can convert a object to a String and convert from
String to object. |
| ObjectGrouper | com.jidesoft.grouper | An interface that can convert a object to a group so that the objects that has the same group can be grouped together. |
| PageListener | com.jidesoft.dialog | Defines a listener interface which listens for PageEvent. |
| Painter | com.jidesoft.plaf.basic | An interface which can be used to paint any area. |
| PartialSide | com.jidesoft.swing | No description provided. |
| ProductNames | com.jidesoft.utils | A list of product names from JIDE Software, Inc. |
| RegistrationListener | com.jidesoft.converter | The listener interface for receiving registration change events. |
| ResizableSupport | com.jidesoft.swing | An interface to indicate a component support Resizable. |
| SearchableBar.Installer | com.jidesoft.swing | The installer for SearchableBar. |
| SearchableListener | com.jidesoft.swing.event | The listener interface for receiving searchable events. |
| SearchableProvider | com.jidesoft.swing | SearchableProvider is an interface that works with Searchable to
provide different way to supply the searching text. |
| Selectable | com.jidesoft.swing | Selectable is an interface indicating something is selectable. |
| SplitButtonModel | com.jidesoft.swing | SplitButtonModel is for JideSplitButton. |
| StringConverter | com.jidesoft.swing | An interface to convert a string to anther one. |
| ThemePainter | com.jidesoft.plaf.basic | An interface which defines a list of methods that are used to paint the UI. |
| TopLevelMenuContainer | com.jidesoft.swing | A markup interface to indicate this is a top level menu or command bar. |
| Validator | com.jidesoft.validation | Validator is an interface for validating a object. |