All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.java.swing.basic.BasicDesktopPaneUI

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

public class BasicDesktopPaneUI
extends DesktopPaneUI
implements Serializable

Variable Index

 o desktop
 o desktopManager

Constructor Index

 o BasicDesktopPaneUI()

Method Index

 o createUI(JComponent)
 o getMaximumSize(JComponent)
 o getMinimumSize(JComponent)
 o getPreferredSize(JComponent)
 o installUI(JComponent)
 o paint(Graphics, JComponent)
 o uninstallUI(JComponent)

Variables

 o desktop
 protected JDesktopPane desktop
 o desktopManager
 protected DesktopManager desktopManager

Constructors

 o BasicDesktopPaneUI
 public BasicDesktopPaneUI()

Methods

 o createUI
 public static ComponentUI createUI(JComponent c)
 o installUI
 public void installUI(JComponent c)
Overrides:
installUI in class ComponentUI
 o uninstallUI
 public void uninstallUI(JComponent c)
Overrides:
uninstallUI in class ComponentUI
 o paint
 public void paint(Graphics g,
                   JComponent c)
Overrides:
paint in class ComponentUI
 o getPreferredSize
 public Dimension getPreferredSize(JComponent c)
Overrides:
getPreferredSize in class ComponentUI
 o getMinimumSize
 public Dimension getMinimumSize(JComponent c)
Overrides:
getMinimumSize in class ComponentUI
 o getMaximumSize
 public Dimension getMaximumSize(JComponent c)
Overrides:
getMaximumSize in class ComponentUI

All Packages  Class Hierarchy  This Package  Previous  Next  Index