Package net.mcreator.ui.laf
Class OpaqueFlatSplitPaneUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.SplitPaneUI
javax.swing.plaf.basic.BasicSplitPaneUI
com.formdev.flatlaf.ui.FlatSplitPaneUI
net.mcreator.ui.laf.OpaqueFlatSplitPaneUI
- All Implemented Interfaces:
com.formdev.flatlaf.ui.FlatStylingSupport.StyleableUI,com.formdev.flatlaf.ui.FlatTitlePane.TitleBarCaptionHitTest
public class OpaqueFlatSplitPaneUI
extends com.formdev.flatlaf.ui.FlatSplitPaneUI
-
Nested Class Summary
Nested classes/interfaces inherited from class com.formdev.flatlaf.ui.FlatSplitPaneUI
com.formdev.flatlaf.ui.FlatSplitPaneUI.FlatSplitPaneDividerNested classes/interfaces inherited from class javax.swing.plaf.basic.BasicSplitPaneUI
BasicSplitPaneUI.BasicHorizontalLayoutManager, BasicSplitPaneUI.BasicVerticalLayoutManager, BasicSplitPaneUI.FocusHandler, BasicSplitPaneUI.KeyboardDownRightHandler, BasicSplitPaneUI.KeyboardEndHandler, BasicSplitPaneUI.KeyboardHomeHandler, BasicSplitPaneUI.KeyboardResizeToggleHandler, BasicSplitPaneUI.KeyboardUpLeftHandler, BasicSplitPaneUI.PropertyHandler -
Field Summary
Fields inherited from class com.formdev.flatlaf.ui.FlatSplitPaneUI
arrowType, draggingColor, oneTouchArrowColor, oneTouchHoverArrowColor, oneTouchPressedArrowColorFields inherited from class javax.swing.plaf.basic.BasicSplitPaneUI
beginDragDividerLocation, divider, dividerResizeToggleKey, dividerSize, downKey, draggingHW, endKey, focusListener, homeKey, KEYBOARD_DIVIDER_MOVE_OFFSET, keyboardDownRightListener, keyboardEndListener, keyboardHomeListener, keyboardResizeToggleListener, keyboardUpLeftListener, layoutManager, leftKey, NON_CONTINUOUS_DIVIDER, nonContinuousLayoutDivider, propertyChangeListener, rightKey, splitPane, upKey -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.formdev.flatlaf.ui.FlatSplitPaneUI
applyStyle, applyStyleProperty, createDefaultNonContinuousLayoutDivider, createPropertyChangeListener, createUI, finishedPaintingChildren, getStyleableInfos, getStyleableValue, installDefaults, installStyle, installUI, isTitleBarCaptionAt, uninstallDefaultsMethods inherited from class javax.swing.plaf.basic.BasicSplitPaneUI
createFocusListener, createKeyboardDownRightListener, createKeyboardEndListener, createKeyboardHomeListener, createKeyboardResizeToggleListener, createKeyboardUpLeftListener, dragDividerTo, finishDraggingTo, getDivider, getDividerBorderSize, getDividerLocation, getInsets, getLastDragLocation, getMaximumDividerLocation, getMaximumSize, getMinimumDividerLocation, getMinimumSize, getNonContinuousLayoutDivider, getOrientation, getPreferredSize, getSplitPane, installKeyboardActions, installListeners, isContinuousLayout, paint, resetLayoutManager, resetToPreferredSizes, setContinuousLayout, setDividerLocation, setLastDragLocation, setNonContinuousLayoutDivider, setNonContinuousLayoutDivider, setOrientation, startDragging, uninstallKeyboardActions, uninstallListeners, uninstallUIMethods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, update
-
Constructor Details
-
OpaqueFlatSplitPaneUI
public OpaqueFlatSplitPaneUI()
-
-
Method Details
-
createDefaultDivider
- Overrides:
createDefaultDividerin classcom.formdev.flatlaf.ui.FlatSplitPaneUI
-
setDividerColor
-