com.jtattoo.plaf.aero
Class AeroRootPaneUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.RootPaneUI
          extended by javax.swing.plaf.basic.BasicRootPaneUI
              extended by com.jtattoo.plaf.BaseRootPaneUI
                  extended by com.jtattoo.plaf.aero.AeroRootPaneUI
All Implemented Interfaces:
PropertyChangeListener, EventListener

public class AeroRootPaneUI
extends BaseRootPaneUI

Author:
Michael Hagen

Field Summary
 
Fields inherited from class com.jtattoo.plaf.BaseRootPaneUI
COLOR_CHOOSER_DIALOG, ERROR_DIALOG, FILE_CHOOSER_DIALOG, FRAME, INFORMATION_DIALOG, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, NONE, PLAIN_DIALOG, QUESTION_DIALOG, WARNING_DIALOG
 
Constructor Summary
AeroRootPaneUI()
           
 
Method Summary
 BaseTitlePane createTitlePane(JRootPane root)
          Returns the JComponent to render the window decoration style.
static ComponentUI createUI(JComponent c)
           
 
Methods inherited from class com.jtattoo.plaf.BaseRootPaneUI
createLayoutManager, createWindowMouseInputListener, getRootPane, getTitlePane, installBorder, installClientDecorations, installLayout, installUI, installWindowListeners, propertyChange, setTitlePane, uninstallBorder, uninstallClientDecorations, uninstallLayout, uninstallUI, uninstallWindowListeners
 
Methods inherited from class javax.swing.plaf.basic.BasicRootPaneUI
installComponents, installDefaults, installKeyboardActions, installListeners, uninstallComponents, uninstallDefaults, uninstallKeyboardActions, uninstallListeners
 
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

AeroRootPaneUI

public AeroRootPaneUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent c)

createTitlePane

public BaseTitlePane createTitlePane(JRootPane root)
Description copied from class: BaseRootPaneUI
Returns the JComponent to render the window decoration style.

Overrides:
createTitlePane in class BaseRootPaneUI


Copyright © 2011. All Rights Reserved.