Package com.jidesoft.dialog
package com.jidesoft.dialog
The package contains classes related to JDialog for JIDE Common Layer.
-
ClassDescriptionAbstractDialogPage is an abstract base class extends AbstractPage.AbstractPage is an abstract base class that provides functionality to defer populating a JPanel object until it is actually viewed.
BannerPanel
is a panel that can show title, subtitle and icon with title on top, subtitle on the bottom and icon on the left.An EventObject used to change the state of any button.The listener interface for receiving button events.An interface to define commonly use button names.ButtonPanel
can help to layout buttons easily in any dialogs.Resource class for defines commonly used buttonsA tree cell renderer for AbstractDialogPage.JideOptionPane
is an enhanced version of JOptionPane.An interface to indicate something can be initialized lazily.MultiplePageDialog is a StandardDialog which can have multiple AbstractDialogPages.MultiplePageDialogPane is a StandardDialogPane which can have multiple AbstractDialogPages.AnEventObject
that adds support forAbstractPage
objects as the event source.A list of AbstractDialogPage or its subclasses.Defines a listener interface which listens for PageEvent.AButtonPanel
that implements theScrollable
so that it can be added to a JScrollPane.StandardDialog is a dialog template.StandardDialogPane is the content pane of StandardDialog.