Class MaterialRootPaneUI

  • All Implemented Interfaces:
    java.beans.PropertyChangeListener, java.util.EventListener

    @Deprecated
    public class MaterialRootPaneUI
    extends javax.swing.plaf.basic.BasicRootPaneUI
    Deprecated.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static java.lang.String[] borderKeys
      Deprecated.
       
      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
      protected java.awt.LayoutManager layoutManager
      Deprecated.
       
      protected MaterialRootPaneUI.MaterialHandler materialHandler
      Deprecated.
       
      protected java.awt.Cursor myLastCursor
      Deprecated.
       
      protected java.awt.Dimension parentBounds
      Deprecated.
      With this dimension is defined the dimension of dragging component
      protected javax.swing.JRootPane root
      Deprecated.
       
      protected java.awt.LayoutManager savedOldLayout
      Deprecated.
       
      protected javax.swing.JComponent titlePane
      Deprecated.
       
      protected java.awt.Window window
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      MaterialRootPaneUI()
      Deprecated.
       
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void beginDraggingFrame​(java.awt.Window f)
      Deprecated.
       
      void beginResizingFrame​(java.awt.Window f, int direction)
      Deprecated.
       
      protected java.awt.LayoutManager createLayoutManager()
      Deprecated.
       
      protected javax.swing.JComponent createTitlePane​(javax.swing.JRootPane root)
      Deprecated.
       
      static javax.swing.plaf.ComponentUI createUI​(javax.swing.JComponent c)
      Deprecated.
       
      protected MaterialRootPaneUI.MaterialHandler createWindowHandler​(javax.swing.JRootPane root)
      Deprecated.
       
      void dragFrame​(java.awt.Window w, int newX, int newY)
      Deprecated.
       
      void endDraggingFrame​(java.awt.Window f)
      Deprecated.
       
      void endResizingFrame​(java.awt.Window f)
      Deprecated.
       
      protected javax.swing.JRootPane getRootPane()
      Deprecated.
       
      protected javax.swing.JComponent getTitlePane()
      Deprecated.
       
      protected void installBorder​(javax.swing.JRootPane root)
      Deprecated.
       
      protected void installClientDecorations​(javax.swing.JRootPane root)
      Deprecated.
       
      protected void installLayout​(javax.swing.JRootPane root)
      Deprecated.
       
      protected void installListeners​(javax.swing.JRootPane root)
      Deprecated.
       
      void installUI​(javax.swing.JComponent c)
      Deprecated.
       
      protected void installWindowListeners​(javax.swing.JRootPane root, java.awt.Component parent)
      Deprecated.
       
      void propertyChange​(java.beans.PropertyChangeEvent e)
      Deprecated.
       
      void resizeFrame​(java.awt.Window f, int newX, int newY, int newWidth, int newHeight)
      Deprecated.
       
      void setBoundsForFrame​(java.awt.Window f, int newX, int newY, int newWidth, int newHeight)
      Deprecated.
       
      void setMaximized()
      Deprecated.
       
      protected void setTitlePane​(javax.swing.JRootPane root, javax.swing.JComponent titlePane)
      Deprecated.
       
      protected void setupDragMode​(java.awt.Window f)
      Deprecated.
       
      protected void uninstallBorder​(javax.swing.JRootPane root)
      Deprecated.
       
      protected void uninstallClientDecorations​(javax.swing.JRootPane root)
      Deprecated.
       
      protected void uninstallLayout​(javax.swing.JRootPane root)
      Deprecated.
       
      protected void uninstallListeners​(javax.swing.JRootPane root)
      Deprecated.
       
      void uninstallUI​(javax.swing.JComponent c)
      Deprecated.
       
      protected void uninstallWindowListeners​(javax.swing.JRootPane root)
      Deprecated.
       
      • 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
    • 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.
      • 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
    • Constructor Detail

      • MaterialRootPaneUI

        public MaterialRootPaneUI()
        Deprecated.
    • 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:
        installListeners in class javax.swing.plaf.basic.BasicRootPaneUI
      • uninstallListeners

        protected void uninstallListeners​(javax.swing.JRootPane root)
        Deprecated.
        Overrides:
        uninstallListeners in class javax.swing.plaf.basic.BasicRootPaneUI
      • installUI

        public void installUI​(javax.swing.JComponent c)
        Deprecated.
        Overrides:
        installUI in class javax.swing.plaf.basic.BasicRootPaneUI
      • uninstallUI

        public void uninstallUI​(javax.swing.JComponent c)
        Deprecated.
        Overrides:
        uninstallUI in class javax.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.
      • 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:
        propertyChange in interface java.beans.PropertyChangeListener
        Overrides:
        propertyChange in class javax.swing.plaf.basic.BasicRootPaneUI
      • setMaximized

        public void setMaximized()
        Deprecated.
      • installBorder

        protected void installBorder​(javax.swing.JRootPane root)
        Deprecated.