| Package | Description |
|---|---|
| com.jidesoft.dialog |
The package contains classes related to JDialog for JIDE Common Layer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ScrollableButtonPanel
A
ButtonPanel that implements the Scrollable so that it can
be added to a JScrollPane. |
| Modifier and Type | Field and Description |
|---|---|
protected ButtonPanel |
StandardDialogPane._buttonPanel |
| Modifier and Type | Method and Description |
|---|---|
abstract ButtonPanel |
StandardDialogPane.createButtonPanel()
Subclasses should implement this method to create the button panel.
|
ButtonPanel |
MultiplePageDialog.createButtonPanel()
Creates the button panel.
|
ButtonPanel |
MultiplePageDialogPane.createButtonPanel()
Creates the button panel.
|
abstract ButtonPanel |
StandardDialog.createButtonPanel()
Subclasses should implement this method to create the button panel.
|
ButtonPanel |
StandardDialog.DefaultStandardDialogPane.createButtonPanel() |
protected ButtonPanel |
MultiplePageDialog.createIconButtonPanel()
Creates the ButtonPanel used by IconPanel.
|
protected ButtonPanel |
MultiplePageDialogPane.createIconButtonPanel()
Creates the ButtonPanel used by IconPanel.
|
ButtonPanel |
StandardDialog.createOKCancelButtonPanel()
Creates a standard OK/Cancel button panel.
|
ButtonPanel |
StandardDialogPane.getButtonPanel()
Gets the banner panel created by createButtonPanel.
|
ButtonPanel |
StandardDialog.getButtonPanel()
Gets the banner panel created by createButtonPanel.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
StandardDialogPane.layoutComponents(java.awt.Component bannerPanel,
java.awt.Component contentPanel,
ButtonPanel buttonPanel)
Setups the layout for the three panels - banner panel, content panel and button panel.
|