javax.swing.plaf.basic
Class BasicDesktopPaneUI

java.lang.Object
  |
  +--javax.swing.plaf.ComponentUI
        |
        +--javax.swing.plaf.DesktopPaneUI
              |
              +--javax.swing.plaf.basic.BasicDesktopPaneUI

public class BasicDesktopPaneUI
extends DesktopPaneUI

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
Deprecated. As of JDK version 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.
protected  JDesktopPane desktop
copy->  desktop
protected  DesktopManager desktopManager
copy->  desktopManager
protected  KeyStroke maximizeKey
copy->  maximizeKey
Deprecated. As of JDK version 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.
protected  KeyStroke minimizeKey
copy->  minimizeKey
Deprecated. As of JDK version 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.
protected  KeyStroke navigateKey
copy->  navigateKey
Deprecated. As of JDK version 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.
protected  KeyStroke navigateKey2
copy->  navigateKey2
Deprecated. As of JDK version 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 Summary
BasicDesktopPaneUI
copy->  new BasicDesktopPaneUI()
copy->  <BasicDesktopPaneUI var> = new BasicDesktopPaneUI();
 
Method Summary
static ComponentUI createUI(JComponent c)
copy->  BasicDesktopPaneUI.createUI( )
copy->  <ComponentUI var>=BasicDesktopPaneUI.createUI(<JComponent c>);
 Dimension getMaximumSize(JComponent c)
copy->  .getMaximumSize( )
copy->  <Dimension var>=<BasicDesktopPaneUI>.getMaximumSize(<JComponent c>);
Overrides:
getMaximumSize in class ComponentUI
 Dimension getMinimumSize(JComponent c)
copy->  .getMinimumSize( )
copy->  <Dimension var>=<BasicDesktopPaneUI>.getMinimumSize(<JComponent c>);
Overrides:
getMinimumSize in class ComponentUI
 Dimension getPreferredSize(JComponent c)
copy->  .getPreferredSize( )
copy->  <Dimension var>=<BasicDesktopPaneUI>.getPreferredSize(<JComponent c>);
Overrides:
getPreferredSize in class ComponentUI
protected  void installDefaults()
copy->  .installDefaults()
copy->  <BasicDesktopPaneUI>.installDefaults();
protected  void installDesktopManager()
copy->  .installDesktopManager()
copy->  <BasicDesktopPaneUI>.installDesktopManager();
protected  void installKeyboardActions()
copy->  .installKeyboardActions()
copy->  <BasicDesktopPaneUI>.installKeyboardActions();
 void installUI(JComponent c)
copy->  .installUI( )
copy->  <BasicDesktopPaneUI>.installUI(<JComponent c>);
Overrides:
installUI in class ComponentUI
 void paint(Graphics g, JComponent c)
copy->  .paint(, )
copy->  <BasicDesktopPaneUI>.paint(<Graphics g>, <JComponent c>);
Overrides:
paint in class ComponentUI
protected  void registerKeyboardActions()
copy->  .registerKeyboardActions()
copy->  <BasicDesktopPaneUI>.registerKeyboardActions();
protected  void uninstallDefaults()
copy->  .uninstallDefaults()
copy->  <BasicDesktopPaneUI>.uninstallDefaults();
protected  void uninstallDesktopManager()
copy->  .uninstallDesktopManager()
copy->  <BasicDesktopPaneUI>.uninstallDesktopManager();
protected  void uninstallKeyboardActions()
copy->  .uninstallKeyboardActions()
copy->  <BasicDesktopPaneUI>.uninstallKeyboardActions();
 void uninstallUI(JComponent c)
copy->  .uninstallUI( )
copy->  <BasicDesktopPaneUI>.uninstallUI(<JComponent c>);
Overrides:
uninstallUI in class ComponentUI
protected  void unregisterKeyboardActions()
copy->  .unregisterKeyboardActions()
copy->  <BasicDesktopPaneUI>.unregisterKeyboardActions();
 
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