Class MaterialRootPaneUIv2

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

    public class MaterialRootPaneUIv2
    extends javax.swing.plaf.basic.BasicRootPaneUI
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.awt.LayoutManager createLayoutManager()  
      protected javax.swing.JComponent createTitlePane​(javax.swing.JRootPane root)  
      static javax.swing.plaf.ComponentUI createUI​(javax.swing.JComponent c)  
      protected FlatWindowResizer createWindowResizer()  
      protected javax.swing.JComponent getTitlePane()  
      protected void installBorder​(javax.swing.JRootPane root)  
      protected void installClientDecorations​(javax.swing.JRootPane root)  
      protected void installLayout​(javax.swing.JRootPane root)  
      protected void installListeners​(javax.swing.JRootPane root)  
      void installUI​(javax.swing.JComponent c)  
      void propertyChange​(java.beans.PropertyChangeEvent e)  
      protected void setTitlePane​(javax.swing.JRootPane root, javax.swing.JComponent titlePane)  
      protected void uninstallBorder​(javax.swing.JRootPane root)  
      protected void uninstallClientDecorations​(javax.swing.JRootPane root)  
      protected void uninstallLayout​(javax.swing.JRootPane root)  
      protected void uninstallListeners​(javax.swing.JRootPane root)  
      void uninstallUI​(javax.swing.JComponent c)  
      • 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
      • window

        protected java.awt.Window window
      • titlePane

        protected javax.swing.JComponent titlePane
      • layoutManager

        protected java.awt.LayoutManager layoutManager
      • savedOldLayout

        protected java.awt.LayoutManager savedOldLayout
      • root

        protected javax.swing.JRootPane root
    • Constructor Detail

      • MaterialRootPaneUIv2

        public MaterialRootPaneUIv2()
    • Method Detail

      • createUI

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

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

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

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

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

        protected void uninstallBorder​(javax.swing.JRootPane root)
      • installLayout

        protected void installLayout​(javax.swing.JRootPane root)
      • uninstallLayout

        protected void uninstallLayout​(javax.swing.JRootPane root)
      • installClientDecorations

        protected void installClientDecorations​(javax.swing.JRootPane root)
      • uninstallClientDecorations

        protected void uninstallClientDecorations​(javax.swing.JRootPane root)
      • createTitlePane

        protected javax.swing.JComponent createTitlePane​(javax.swing.JRootPane root)
      • createLayoutManager

        protected java.awt.LayoutManager createLayoutManager()
      • setTitlePane

        protected void setTitlePane​(javax.swing.JRootPane root,
                                    javax.swing.JComponent titlePane)
      • getTitlePane

        protected javax.swing.JComponent getTitlePane()
      • propertyChange

        public void propertyChange​(java.beans.PropertyChangeEvent e)
        Specified by:
        propertyChange in interface java.beans.PropertyChangeListener
        Overrides:
        propertyChange in class javax.swing.plaf.basic.BasicRootPaneUI
      • installBorder

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