Class RuneLiteRootPaneUI

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

    public class RuneLiteRootPaneUI
    extends com.formdev.flatlaf.ui.FlatRootPaneUI
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.formdev.flatlaf.ui.FlatRootPaneUI

        com.formdev.flatlaf.ui.FlatRootPaneUI.FlatRootLayout, com.formdev.flatlaf.ui.FlatRootPaneUI.FlatWindowBorder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PROP_RUNELITE_TITLEBAR  
      • Fields inherited from class com.formdev.flatlaf.ui.FlatRootPaneUI

        borderColor, rootPane, TITLE_PANE_LAYER, titlePane, windowResizer
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static javax.swing.plaf.ComponentUI createUI​(javax.swing.JComponent c)  
      void propertyChange​(java.beans.PropertyChangeEvent e)  
      • Methods inherited from class com.formdev.flatlaf.ui.FlatRootPaneUI

        createRootLayout, createTitlePane, createWindowResizer, getTitlePane, installBorder, installClientDecorations, installDefaults, installListeners, installNativeWindowBorder, installUI, isMenuBarEmbedded, setTitlePane, uninstallClientDecorations, uninstallDefaults, uninstallListeners, uninstallNativeWindowBorder, uninstallUI, updateNativeWindowBorder
      • Methods inherited from class javax.swing.plaf.basic.BasicRootPaneUI

        installComponents, installKeyboardActions, uninstallComponents, 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

      • PROP_RUNELITE_TITLEBAR

        public static final java.lang.String PROP_RUNELITE_TITLEBAR
        See Also:
        Constant Field Values
    • Constructor Detail

      • RuneLiteRootPaneUI

        public RuneLiteRootPaneUI()
    • Method Detail

      • createUI

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

        public void propertyChange​(java.beans.PropertyChangeEvent e)
        Specified by:
        propertyChange in interface java.beans.PropertyChangeListener
        Overrides:
        propertyChange in class com.formdev.flatlaf.ui.FlatRootPaneUI