Package net.runelite.client.ui.laf
Class RuneLiteRootPaneUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.RootPaneUI
-
- javax.swing.plaf.basic.BasicRootPaneUI
-
- com.formdev.flatlaf.ui.FlatRootPaneUI
-
- net.runelite.client.ui.laf.RuneLiteRootPaneUI
-
- All Implemented Interfaces:
PropertyChangeListener
,EventListener
public class RuneLiteRootPaneUI extends com.formdev.flatlaf.ui.FlatRootPaneUI
-
-
Field Summary
Fields Modifier and Type Field Description static String
PROP_RUNELITE_TITLEBAR
-
Constructor Summary
Constructors Constructor Description RuneLiteRootPaneUI()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ComponentUI
createUI(JComponent c)
void
propertyChange(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
-
-
-
-
Field Detail
-
PROP_RUNELITE_TITLEBAR
public static final String PROP_RUNELITE_TITLEBAR
- See Also:
- Constant Field Values
-
-
Method Detail
-
createUI
public static ComponentUI createUI(JComponent c)
-
propertyChange
public void propertyChange(PropertyChangeEvent e)
- Specified by:
propertyChange
in interfacePropertyChangeListener
- Overrides:
propertyChange
in classcom.formdev.flatlaf.ui.FlatRootPaneUI
-
-