Package com.jtattoo.plaf.mint
Class MintRootPaneUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.RootPaneUI
javax.swing.plaf.basic.BasicRootPaneUI
com.jtattoo.plaf.BaseRootPaneUI
com.jtattoo.plaf.mint.MintRootPaneUI
- All Implemented Interfaces:
PropertyChangeListener
,EventListener
MintRootPaneUI class.
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
-
Method Summary
Modifier and TypeMethodDescriptioncreateTitlePane
(JRootPane root) Returns the JComponent to render the window decoration style.static ComponentUI
Methods inherited from class com.jtattoo.plaf.BaseRootPaneUI
createLayoutManager, createWindowMouseInputListener, getRootPane, getTitlePane, installBorder, installClientDecorations, installLayout, installListeners, installUI, installWindowListeners, propertyChange, setTitlePane, uninstallBorder, uninstallClientDecorations, uninstallLayout, uninstallListeners, uninstallUI, uninstallWindowListeners
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
-
Constructor Details
-
MintRootPaneUI
public MintRootPaneUI()
-
-
Method Details
-
createUI
-
createTitlePane
Returns the JComponent to render the window decoration style.- Overrides:
createTitlePane
in classBaseRootPaneUI
- Parameters:
root
- The root pane- Returns:
- The title pane
-