KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > plaf > basic > BasicDesktopPaneUI

javax.swing.plaf.basic
Class BasicDesktopPaneUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.DesktopPaneUI
          extended by javax.swing.plaf.basic.BasicDesktopPaneUI
See Also:
Source Code

public BasicDesktopPaneUI()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


@Deprecated
protected KeyStroke closeKey
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected PropertyChangeListener createPropertyChangeListener()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static ComponentUI createUI(JComponent c)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected JDesktopPane desktop
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected DesktopManager desktopManager
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Dimension getMaximumSize(JComponent c)
See Also:
LayoutManager2.maximumLayoutSize(java.awt.Container), JComponent.getMaximumSize(), ComponentUI
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Dimension getMinimumSize(JComponent c)
See Also:
ComponentUI.getPreferredSize(javax.swing.JComponent), LayoutManager.minimumLayoutSize(java.awt.Container), JComponent.getMinimumSize()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Dimension getPreferredSize(JComponent c)
See Also:
LayoutManager.preferredLayoutSize(java.awt.Container), JComponent.getPreferredSize(), ComponentUI
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void installDefaults()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void installDesktopManager()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void installKeyboardActions()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void installListeners()
See Also:
createPropertyChangeListener()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void installUI(JComponent c)
See Also:
JComponent.updateUI(), JComponent.setUI(javax.swing.plaf.ComponentUI), ComponentUI
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


@Deprecated
protected KeyStroke maximizeKey
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


@Deprecated
protected KeyStroke minimizeKey
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


@Deprecated
protected KeyStroke navigateKey
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


@Deprecated
protected KeyStroke navigateKey2
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void paint(Graphics g,
                  JComponent c)
See Also:
ComponentUI.update(java.awt.Graphics, javax.swing.JComponent)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void registerKeyboardActions()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void uninstallDefaults()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void uninstallDesktopManager()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void uninstallKeyboardActions()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void uninstallListeners()
See Also:
createPropertyChangeListener()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void uninstallUI(JComponent c)
See Also:
JComponent.updateUI(), ComponentUI.installUI(javax.swing.JComponent)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void unregisterKeyboardActions()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags