Uses of Interface
javax.swing.DesktopManager
Package
Description
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
Provides user interface objects built according to the Basic look and feel.
-
Uses of DesktopManager in javax.swing
Modifier and TypeClassDescriptionclass
This is an implementation of theDesktopManager
.Modifier and TypeMethodDescriptionJDesktopPane.getDesktopManager()
Returns theDesktopManger
that handles desktop-specific UI actions.Modifier and TypeMethodDescriptionvoid
JDesktopPane.setDesktopManager
(DesktopManager d) Sets theDesktopManger
that will handle desktop-specific UI actions. -
Uses of DesktopManager in javax.swing.plaf.basic
Modifier and TypeFieldDescriptionprotected DesktopManager
BasicDesktopPaneUI.desktopManager
The instance ofDesktopManager
.Modifier and TypeMethodDescriptionprotected DesktopManager
BasicInternalFrameUI.createDesktopManager()
Creates the desktop manager.protected DesktopManager
BasicInternalFrameUI.getDesktopManager()
Returns the proper DesktopManager.