|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ButtonPanel | |
|---|---|
| com.jidesoft.dialog | The package contains classes related to JDialog for JIDE Common Layer. |
| Uses of ButtonPanel in com.jidesoft.dialog |
|---|
| Subclasses of ButtonPanel in com.jidesoft.dialog | |
|---|---|
class |
ScrollableButtonPanel
A ButtonPanel that implements the Scrollable so that it can
be added to a JScrollPane. |
| Fields in com.jidesoft.dialog declared as ButtonPanel | |
|---|---|
protected ButtonPanel |
StandardDialogPane._buttonPanel
|
| Methods in com.jidesoft.dialog that return ButtonPanel | |
|---|---|
abstract ButtonPanel |
StandardDialogPane.createButtonPanel()
Subclasses should implement this method to create the button panel. |
abstract ButtonPanel |
StandardDialog.createButtonPanel()
Subclasses should implement this method to create the button panel. |
ButtonPanel |
StandardDialog.DefaultStandardDialogPane.createButtonPanel()
|
ButtonPanel |
MultiplePageDialogPane.createButtonPanel()
Creates the button panel. |
ButtonPanel |
MultiplePageDialog.createButtonPanel()
Creates the button panel. |
protected ButtonPanel |
MultiplePageDialogPane.createIconButtonPanel()
Creates the ButtonPanel used by IconPanel. |
protected ButtonPanel |
MultiplePageDialog.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. |
| Methods in com.jidesoft.dialog with parameters of type ButtonPanel | |
|---|---|
protected void |
StandardDialogPane.layoutComponents(Component bannerPanel,
Component contentPanel,
ButtonPanel buttonPanel)
Setups the layout for the three panels - banner panel, content panel and button panel. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||