com.jidesoft.dialog |
|
Java Source File Name | Type | Comment |
AbstractDialogPage.java | Class | AbstractDialogPage is an abstract base class extends AbstractPage. |
AbstractPage.java | Class | AbstractPage is an abstract base class that provides functionality
to defer populating a JPanel object until it is actually viewed.
This is very useful when using CardLayout and tab panel
views which have several pages. |
BannerPanel.java | Class | BannerPanel is a panel that can show title, subtitle and icon
with title on top, subtitle on the bottom and icon on the left. |
ButtonEvent.java | Class | An EventObject used to change the state of any button. |
ButtonListener.java | Interface | The listener interface for receiving button events. |
ButtonNames.java | Interface | An interface to define commonly use button names. |
ButtonPanel.java | Class | ButtonPanel can help to layout buttons easily
in any dialogs. |
ButtonPanelLayout.java | Class | |
ButtonResources.java | Class | |
DialogPageListCellRenderer.java | Class | A list cell renderer for AbstractDialogPage. |
DialogPageTreeCellRenderer.java | Class | A tree cell renderer for AbstractDialogPage. |
JideOptionPane.java | Class | JideOptionPane is an enhanced version of JOptionPane. |
Laziness.java | Interface | An interface to indicate something can be initialized lazily. |
MultiplePageDialog.java | Class | MultiplePageDialog is a StandardDialog which can have multiple AbstractDialogPages.
You can choose one from four predefined styles of how to change the page visibility.
Those four styles are TAB_STYLE, ICON_STYLE, LIST_STYLE and TREE_STYLE.
To use this class, just create a PageList of AbstractDialogPage and call setPageList() to
set to this dialog. |
MultiplePageDialogPane.java | Class | MultiplePageDialogPane is a StandardDialogPane which can have multiple AbstractDialogPages.
You can choose one from four predefined styles of how to change the page visibility.
Those four styles are TAB_STYLE, ICON_STYLE, LIST_STYLE and TREE_STYLE.
To use this class, just create a PageList of AbstractDialogPage and call setPageList() to
set to this dialog. |
PageEvent.java | Class | An EventObject that adds support for
AbstractPage objects as the event source. |
PageList.java | Class | A list of AbstractDialogPage or its subclasses. |
PageListener.java | Interface | Defines a listener interface which listens for PageEvent. |
ScrollableButtonPanel.java | Class | A ButtonPanel that implements the Scrollable so that it can
be added to a JScrollPane. |
StandardDialog.java | Class | StandardDialog is a dialog template. |
StandardDialogPane.java | Class | StandardDialogPane is the content pane of StandardDialog. |
TreeIconsFactory.java | Class | A helper class to contain icons for MultiplePage Dialog component. |