java.lang.Object | +--javax.swing.plaf.ComponentUI | +--javax.swing.plaf.DesktopPaneUI | +--javax.swing.plaf.basic.BasicDesktopPaneUI
Basic L&F for a desktop.
| Inner Class Summary | |
protected class |
BasicDesktopPaneUI.CloseAction
|
protected class |
BasicDesktopPaneUI.MaximizeAction
|
protected class |
BasicDesktopPaneUI.MinimizeAction
|
protected class |
BasicDesktopPaneUI.NavigateAction
|
protected class |
BasicDesktopPaneUI.OpenAction
|
| Field Summary | |
protected KeyStroke |
closeKey
copy-> closeKey
|
protected JDesktopPane |
desktop
copy-> desktop |
protected DesktopManager |
desktopManager
copy-> desktopManager |
protected KeyStroke |
maximizeKey
copy-> maximizeKey
|
protected KeyStroke |
minimizeKey
copy-> minimizeKey
|
protected KeyStroke |
navigateKey
copy-> navigateKey
|
protected KeyStroke |
navigateKey2
copy-> navigateKey2
|
| Constructor Summary | |
BasicDesktopPaneUI
copy-> new BasicDesktopPaneUI()copy-> <BasicDesktopPaneUI var> = new BasicDesktopPaneUI(); |
|
| Methods inherited from class javax.swing.plaf.ComponentUI |
contains, getAccessibleChild, getAccessibleChildrenCount, update |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |