public class UISpecDesktopPaneUI extends BasicDesktopPaneUI
BasicDesktopPaneUI.CloseAction, BasicDesktopPaneUI.MaximizeAction, BasicDesktopPaneUI.MinimizeAction, BasicDesktopPaneUI.NavigateAction, BasicDesktopPaneUI.OpenActioncloseKey, desktop, desktopManager, maximizeKey, minimizeKey, navigateKey, navigateKey2| Constructor and Description |
|---|
UISpecDesktopPaneUI() |
| Modifier and Type | Method and Description |
|---|---|
static ComponentUI |
createUI(JComponent component) |
Dimension |
getMaximumSize(JComponent c) |
Dimension |
getMinimumSize(JComponent c) |
Dimension |
getPreferredSize(JComponent c) |
protected void |
maybeUpdateLayoutState() |
void |
paint(Graphics g,
JComponent c) |
createPropertyChangeListener, installDefaults, installDesktopManager, installKeyboardActions, installListeners, installUI, registerKeyboardActions, uninstallDefaults, uninstallDesktopManager, uninstallKeyboardActions, uninstallListeners, uninstallUI, unregisterKeyboardActionscontains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, updatepublic static ComponentUI createUI(JComponent component)
public void paint(Graphics g, JComponent c)
paint in class BasicDesktopPaneUIprotected void maybeUpdateLayoutState()
public Dimension getPreferredSize(JComponent c)
getPreferredSize in class BasicDesktopPaneUIpublic Dimension getMaximumSize(JComponent c)
getMaximumSize in class BasicDesktopPaneUIpublic Dimension getMinimumSize(JComponent c)
getMinimumSize in class BasicDesktopPaneUICopyright © 2004–2016. All rights reserved.