Modifier and Type | Method and Description |
---|---|
Desktop |
Panel.getDesktop()
Gets the desktop on which the panel is shown.
|
Modifier and Type | Method and Description |
---|---|
void |
Panel.show(Desktop desktop)
Deprecated.
Use
Panel.showAdjustingToChild(Desktop) instead. |
void |
Panel.show(Desktop desktop,
boolean fill)
Deprecated.
Use
Panel.showAdjustingToChild(Desktop) or Panel.showFullScreen(Desktop) instead. |
void |
Panel.showAdjustingToChild(Desktop desktop)
Requests the panel to be shown on the specified desktop.
|
void |
Panel.showFullScreen(Desktop desktop)
Requests the panel to be shown on the specified desktop.
|
protected void |
Panel.showInternal(Desktop desktop)
Adds the panel to the desktop and validate it asynchronously.
|
protected void |
Dialog.showInternal(Desktop desktop) |
void |
Panel.showUsingBounds(Desktop desktop)
Requests the panel to be shown on the specified desktop.
|
Constructor and Description |
---|
DesktopEventManagementPolicy(Desktop desktop)
Creates a desktop event manager.
|