public class UISpecDesktopPaneUI extends BasicDesktopPaneUI
BasicDesktopPaneUI.CloseAction, BasicDesktopPaneUI.MaximizeAction, BasicDesktopPaneUI.MinimizeAction, BasicDesktopPaneUI.NavigateAction, BasicDesktopPaneUI.OpenAction
closeKey, 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, unregisterKeyboardActions
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, update
public static ComponentUI createUI(JComponent component)
public void paint(Graphics g, JComponent c)
paint
in class BasicDesktopPaneUI
protected void maybeUpdateLayoutState()
public Dimension getPreferredSize(JComponent c)
getPreferredSize
in class BasicDesktopPaneUI
public Dimension getMaximumSize(JComponent c)
getMaximumSize
in class BasicDesktopPaneUI
public Dimension getMinimumSize(JComponent c)
getMinimumSize
in class BasicDesktopPaneUI
Copyright © 2004–2016. All rights reserved.