Package mdlaf.components.rootpane
Class MaterialRootPaneUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.RootPaneUI
-
- javax.swing.plaf.basic.BasicRootPaneUI
-
- mdlaf.components.rootpane.MaterialRootPaneUI
-
- All Implemented Interfaces:
java.beans.PropertyChangeListener,java.util.EventListener
@Deprecated public class MaterialRootPaneUI extends javax.swing.plaf.basic.BasicRootPaneUIDeprecated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected classMaterialRootPaneUI.MaterialHandlerDeprecated.protected static classMaterialRootPaneUI.MaterialLayoutDeprecated.
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.String[]borderKeysDeprecated.protected java.awt.DimensiondimensionDevicesDeprecated.With this dimension is set the absolute space dragging What is the space inside the display/displays to move the componentprotected java.awt.LayoutManagerlayoutManagerDeprecated.protected MaterialRootPaneUI.MaterialHandlermaterialHandlerDeprecated.protected java.awt.CursormyLastCursorDeprecated.protected java.awt.DimensionparentBoundsDeprecated.With this dimension is defined the dimension of dragging componentprotected javax.swing.JRootPanerootDeprecated.protected java.awt.LayoutManagersavedOldLayoutDeprecated.protected javax.swing.JComponenttitlePaneDeprecated.protected java.awt.WindowwindowDeprecated.
-
Constructor Summary
Constructors Constructor Description MaterialRootPaneUI()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidbeginDraggingFrame(java.awt.Window f)Deprecated.voidbeginResizingFrame(java.awt.Window f, int direction)Deprecated.protected java.awt.LayoutManagercreateLayoutManager()Deprecated.protected javax.swing.JComponentcreateTitlePane(javax.swing.JRootPane root)Deprecated.static javax.swing.plaf.ComponentUIcreateUI(javax.swing.JComponent c)Deprecated.protected MaterialRootPaneUI.MaterialHandlercreateWindowHandler(javax.swing.JRootPane root)Deprecated.voiddragFrame(java.awt.Window w, int newX, int newY)Deprecated.voidendDraggingFrame(java.awt.Window f)Deprecated.voidendResizingFrame(java.awt.Window f)Deprecated.protected javax.swing.JRootPanegetRootPane()Deprecated.protected javax.swing.JComponentgetTitlePane()Deprecated.protected voidinstallBorder(javax.swing.JRootPane root)Deprecated.protected voidinstallClientDecorations(javax.swing.JRootPane root)Deprecated.protected voidinstallLayout(javax.swing.JRootPane root)Deprecated.protected voidinstallListeners(javax.swing.JRootPane root)Deprecated.voidinstallUI(javax.swing.JComponent c)Deprecated.protected voidinstallWindowListeners(javax.swing.JRootPane root, java.awt.Component parent)Deprecated.voidpropertyChange(java.beans.PropertyChangeEvent e)Deprecated.voidresizeFrame(java.awt.Window f, int newX, int newY, int newWidth, int newHeight)Deprecated.voidsetBoundsForFrame(java.awt.Window f, int newX, int newY, int newWidth, int newHeight)Deprecated.voidsetMaximized()Deprecated.protected voidsetTitlePane(javax.swing.JRootPane root, javax.swing.JComponent titlePane)Deprecated.protected voidsetupDragMode(java.awt.Window f)Deprecated.protected voiduninstallBorder(javax.swing.JRootPane root)Deprecated.protected voiduninstallClientDecorations(javax.swing.JRootPane root)Deprecated.protected voiduninstallLayout(javax.swing.JRootPane root)Deprecated.protected voiduninstallListeners(javax.swing.JRootPane root)Deprecated.voiduninstallUI(javax.swing.JComponent c)Deprecated.protected voiduninstallWindowListeners(javax.swing.JRootPane root)Deprecated.-
Methods inherited from class javax.swing.plaf.basic.BasicRootPaneUI
installComponents, installDefaults, installKeyboardActions, uninstallComponents, uninstallDefaults, uninstallKeyboardActions
-
-
-
-
Field Detail
-
borderKeys
protected static final java.lang.String[] borderKeys
Deprecated.
-
myLastCursor
protected java.awt.Cursor myLastCursor
Deprecated.
-
window
protected java.awt.Window window
Deprecated.
-
titlePane
protected javax.swing.JComponent titlePane
Deprecated.
-
materialHandler
protected MaterialRootPaneUI.MaterialHandler materialHandler
Deprecated.
-
layoutManager
protected java.awt.LayoutManager layoutManager
Deprecated.
-
savedOldLayout
protected java.awt.LayoutManager savedOldLayout
Deprecated.
-
root
protected javax.swing.JRootPane root
Deprecated.
-
dimensionDevices
protected java.awt.Dimension dimensionDevices
Deprecated.With this dimension is set the absolute space dragging What is the space inside the display/displays to move the component
-
parentBounds
protected java.awt.Dimension parentBounds
Deprecated.With this dimension is defined the dimension of dragging component
-
-
Method Detail
-
createUI
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
Deprecated.
-
setupDragMode
protected void setupDragMode(java.awt.Window f)
Deprecated.
-
beginDraggingFrame
public void beginDraggingFrame(java.awt.Window f)
Deprecated.
-
dragFrame
public void dragFrame(java.awt.Window w, int newX, int newY)Deprecated.
-
endDraggingFrame
public void endDraggingFrame(java.awt.Window f)
Deprecated.
-
beginResizingFrame
public void beginResizingFrame(java.awt.Window f, int direction)Deprecated.
-
resizeFrame
public void resizeFrame(java.awt.Window f, int newX, int newY, int newWidth, int newHeight)Deprecated.
-
endResizingFrame
public void endResizingFrame(java.awt.Window f)
Deprecated.
-
setBoundsForFrame
public void setBoundsForFrame(java.awt.Window f, int newX, int newY, int newWidth, int newHeight)Deprecated.
-
installListeners
protected void installListeners(javax.swing.JRootPane root)
Deprecated.- Overrides:
installListenersin classjavax.swing.plaf.basic.BasicRootPaneUI
-
uninstallListeners
protected void uninstallListeners(javax.swing.JRootPane root)
Deprecated.- Overrides:
uninstallListenersin classjavax.swing.plaf.basic.BasicRootPaneUI
-
installUI
public void installUI(javax.swing.JComponent c)
Deprecated.- Overrides:
installUIin classjavax.swing.plaf.basic.BasicRootPaneUI
-
uninstallUI
public void uninstallUI(javax.swing.JComponent c)
Deprecated.- Overrides:
uninstallUIin classjavax.swing.plaf.basic.BasicRootPaneUI
-
uninstallBorder
protected void uninstallBorder(javax.swing.JRootPane root)
Deprecated.
-
installWindowListeners
protected void installWindowListeners(javax.swing.JRootPane root, java.awt.Component parent)Deprecated.
-
uninstallWindowListeners
protected void uninstallWindowListeners(javax.swing.JRootPane root)
Deprecated.
-
installLayout
protected void installLayout(javax.swing.JRootPane root)
Deprecated.
-
uninstallLayout
protected void uninstallLayout(javax.swing.JRootPane root)
Deprecated.
-
installClientDecorations
protected void installClientDecorations(javax.swing.JRootPane root)
Deprecated.
-
uninstallClientDecorations
protected void uninstallClientDecorations(javax.swing.JRootPane root)
Deprecated.
-
createTitlePane
protected javax.swing.JComponent createTitlePane(javax.swing.JRootPane root)
Deprecated.
-
createWindowHandler
protected MaterialRootPaneUI.MaterialHandler createWindowHandler(javax.swing.JRootPane root)
Deprecated.
-
createLayoutManager
protected java.awt.LayoutManager createLayoutManager()
Deprecated.
-
setTitlePane
protected void setTitlePane(javax.swing.JRootPane root, javax.swing.JComponent titlePane)Deprecated.
-
getTitlePane
protected javax.swing.JComponent getTitlePane()
Deprecated.
-
getRootPane
protected javax.swing.JRootPane getRootPane()
Deprecated.
-
propertyChange
public void propertyChange(java.beans.PropertyChangeEvent e)
Deprecated.- Specified by:
propertyChangein interfacejava.beans.PropertyChangeListener- Overrides:
propertyChangein classjavax.swing.plaf.basic.BasicRootPaneUI
-
setMaximized
public void setMaximized()
Deprecated.
-
installBorder
protected void installBorder(javax.swing.JRootPane root)
Deprecated.
-
-