Package com.jidesoft.dialog
The package contains classes related to JDialog for JIDE Common Layer.
-
Interface Summary Interface Description ButtonListener The listener interface for receiving button events.ButtonNames An interface to define commonly use button names.Laziness An interface to indicate something can be initialized lazily.PageListener Defines a listener interface which listens for PageEvent. -
Class Summary Class Description AbstractDialogPage AbstractDialogPage is an abstract base class extends AbstractPage.AbstractPage AbstractPage is an abstract base class that provides functionality to defer populating a JPanel object until it is actually viewed.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.ButtonEvent An EventObject used to change the state of any button.ButtonPanel ButtonPanel
can help to layout buttons easily in any dialogs.ButtonResources Resource class for defines commonly used buttonsDialogPageTreeCellRenderer A tree cell renderer for AbstractDialogPage.JideOptionPane JideOptionPane
is an enhanced version of JOptionPane.MultiplePageDialog MultiplePageDialog is a StandardDialog which can have multiple AbstractDialogPages.MultiplePageDialogPane MultiplePageDialogPane is a StandardDialogPane which can have multiple AbstractDialogPages.PageEvent AnEventObject
that adds support forAbstractPage
objects as the event source.PageList A list of AbstractDialogPage or its subclasses.ScrollableButtonPanel AButtonPanel
that implements theScrollable
so that it can be added to a JScrollPane.StandardDialog StandardDialog is a dialog template.StandardDialogPane StandardDialogPane is the content pane of StandardDialog.