Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.gtk.java.swing.plaf.gtk
Class GtkDesktopPaneUI  view GtkDesktopPaneUI download GtkDesktopPaneUI.java

java.lang.Object
  extended byjavax.swing.plaf.ComponentUI
      extended byjavax.swing.plaf.DesktopPaneUI
          extended byjavax.swing.plaf.basic.BasicDesktopPaneUI
              extended byorg.gtk.java.swing.plaf.gtk.GtkDesktopPaneUI

public class GtkDesktopPaneUI
extends javax.swing.plaf.basic.BasicDesktopPaneUI

Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. A future release of Swing will provide support for long term persistence.

Version:
1.16 08/28/98

Nested Class Summary
private  class GtkDesktopPaneUI.DragPane
           
private  class GtkDesktopPaneUI.GtkDesktopManager
           
 
Nested classes inherited from class javax.swing.plaf.basic.BasicDesktopPaneUI
javax.swing.plaf.basic.BasicDesktopPaneUI.CloseAction, javax.swing.plaf.basic.BasicDesktopPaneUI.MaximizeAction, javax.swing.plaf.basic.BasicDesktopPaneUI.MinimizeAction, javax.swing.plaf.basic.BasicDesktopPaneUI.NavigateAction, javax.swing.plaf.basic.BasicDesktopPaneUI.OpenAction
 
Field Summary
 
Fields inherited from class javax.swing.plaf.basic.BasicDesktopPaneUI
closeKey, desktop, desktopManager, maximizeKey, minimizeKey, navigateKey, navigateKey2
 
Constructor Summary
GtkDesktopPaneUI()
           
 
Method Summary
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent d)
          This method creates a BasicDesktopPaneUI for the given JComponent.
 java.awt.Insets getInsets(javax.swing.JComponent c)
           
protected  void installDesktopManager()
          This method installs the desktop manager for the JDesktopPane.
 
Methods inherited from class javax.swing.plaf.basic.BasicDesktopPaneUI
getMaximumSize, getMinimumSize, getPreferredSize, installDefaults, installKeyboardActions, installUI, registerKeyboardActions, uninstallDefaults, uninstallDesktopManager, uninstallKeyboardActions, uninstallUI, unregisterKeyboardActions
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, paint, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GtkDesktopPaneUI

public GtkDesktopPaneUI()
Method Detail

createUI

public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent d)
Description copied from class: javax.swing.plaf.basic.BasicDesktopPaneUI
This method creates a BasicDesktopPaneUI for the given JComponent.


installDesktopManager

protected void installDesktopManager()
Description copied from class: javax.swing.plaf.basic.BasicDesktopPaneUI
This method installs the desktop manager for the JDesktopPane.


getInsets

public java.awt.Insets getInsets(javax.swing.JComponent c)