test.contrib
Class RootPaneUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.RootPaneUI
          extended by javax.swing.plaf.basic.BasicRootPaneUI
              extended by org.jvnet.substance.SubstanceRootPaneUI
                  extended by test.contrib.RootPaneUI
All Implemented Interfaces:
java.beans.PropertyChangeListener, java.util.EventListener

public class RootPaneUI
extends SubstanceRootPaneUI


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jvnet.substance.SubstanceRootPaneUI
SubstanceRootPaneUI.SubstanceRootLayout
 
Field Summary
 
Fields inherited from class org.jvnet.substance.SubstanceRootPaneUI
currentRootPaneGC, root, substanceCurrentWindow, substanceHierarchyListener, substanceWindowComponentListener, substanceWindowListener
 
Constructor Summary
RootPaneUI()
           
 
Method Summary
 javax.swing.JComponent createTitlePane(javax.swing.JRootPane root)
          custom titlepane
static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
           
 
Methods inherited from class org.jvnet.substance.SubstanceRootPaneUI
createLayoutManager, getRootPane, getTitlePane, installBorder, installListeners, installUI, propertyChange, setMaximized, uninstallListeners, uninstallUI
 
Methods inherited from class javax.swing.plaf.basic.BasicRootPaneUI
installComponents, installDefaults, installKeyboardActions, uninstallComponents, uninstallDefaults, uninstallKeyboardActions
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, paint, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RootPaneUI

public RootPaneUI()
Method Detail

createUI

public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)

createTitlePane

public javax.swing.JComponent createTitlePane(javax.swing.JRootPane root)
custom titlepane

Overrides:
createTitlePane in class SubstanceRootPaneUI
Parameters:
root - Root pane.
Returns:
The title pane component.