Class BasicDesktopPaneUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.DesktopPaneUI
javax.swing.plaf.basic.BasicDesktopPaneUI
- Direct Known Subclasses:
- SynthDesktopPaneUI
Basic L&F for a desktop.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionprotected classHandles closing an internal frame.protected classHandles maximizing an internal frame.protected classHandles minimizing an internal frame.protected classHandles navigating to the next internal frame.protected classHandles restoring a minimized or maximized internal frame.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected KeyStrokeDeprecated.As of 1.3.protected JDesktopPaneThe instance ofJDesktopPane.protected DesktopManagerThe instance ofDesktopManager.protected KeyStrokeDeprecated.As of 1.3.protected KeyStrokeDeprecated.As of 1.3.protected KeyStrokeDeprecated.As of 1.3.protected KeyStrokeDeprecated.As of 1.3.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected PropertyChangeListenerReturns thePropertyChangeListenerto install on theJDesktopPane.static ComponentUIConstructs a new instance ofBasicDesktopPaneUI.protected voidInstalls default properties.protected voidInstalls desktop manager.protected voidInstalls keyboard actions.protected voidInstalls thePropertyChangeListenerreturned fromcreatePropertyChangeListeneron theJDesktopPane.protected voidRegisters keyboard actions.protected voidUninstalls default properties.protected voidUninstalls desktop manager.protected voidUnregisters keyboard actions.protected voidUninstalls thePropertyChangeListenerreturned fromcreatePropertyChangeListenerfrom theJDesktopPane.protected voidUnregisters keyboard actions.Methods declared in class javax.swing.plaf.ComponentUIcontains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
- 
Field Details- 
desktopThe instance ofJDesktopPane.
- 
desktopManagerThe instance ofDesktopManager.
- 
minimizeKeyDeprecated.As of 1.3.As of Java 2 platform v1.3 this previously undocumented field is no longer used. Key bindings are now defined by the LookAndFeel, please refer to the key bindings specification for further details.
- 
maximizeKeyDeprecated.As of 1.3.As of Java 2 platform v1.3 this previously undocumented field is no longer used. Key bindings are now defined by the LookAndFeel, please refer to the key bindings specification for further details.
- 
closeKeyDeprecated.As of 1.3.As of Java 2 platform v1.3 this previously undocumented field is no longer used. Key bindings are now defined by the LookAndFeel, please refer to the key bindings specification for further details.
 
- 
- 
Constructor Details- 
BasicDesktopPaneUIpublic BasicDesktopPaneUI()Constructs a new instance ofBasicDesktopPaneUI.
 
- 
- 
Method Details- 
createUIConstructs a new instance ofBasicDesktopPaneUI.- Parameters:
- c- a component
- Returns:
- a new instance of BasicDesktopPaneUI
 
- 
installDefaultsprotected void installDefaults()Installs default properties.
- 
uninstallDefaultsprotected void uninstallDefaults()Uninstalls default properties.
- 
installListenersprotected void installListeners()Installs thePropertyChangeListenerreturned fromcreatePropertyChangeListeneron theJDesktopPane.- Since:
- 1.5
- See Also:
 
- 
uninstallListenersprotected void uninstallListeners()Uninstalls thePropertyChangeListenerreturned fromcreatePropertyChangeListenerfrom theJDesktopPane.- Since:
- 1.5
- See Also:
 
- 
installDesktopManagerprotected void installDesktopManager()Installs desktop manager.
- 
uninstallDesktopManagerprotected void uninstallDesktopManager()Uninstalls desktop manager.
- 
installKeyboardActionsprotected void installKeyboardActions()Installs keyboard actions.
- 
registerKeyboardActionsprotected void registerKeyboardActions()Registers keyboard actions.
- 
unregisterKeyboardActionsprotected void unregisterKeyboardActions()Unregisters keyboard actions.
- 
uninstallKeyboardActionsprotected void uninstallKeyboardActions()Unregisters keyboard actions.
- 
createPropertyChangeListenerReturns thePropertyChangeListenerto install on theJDesktopPane.- Returns:
- The PropertyChangeListener that will be added to track changes in the desktop pane.
- Since:
- 1.5
 
 
-