Class DarkTaskPaneContainerUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.PanelUI
-
- org.jdesktop.swingx.plaf.TaskPaneContainerUI
-
- org.jdesktop.swingx.plaf.basic.BasicTaskPaneContainerUI
-
- com.github.weisj.darklaf.ui.taskpane.DarkTaskPaneContainerUI
-
public class DarkTaskPaneContainerUI extends org.jdesktop.swingx.plaf.basic.BasicTaskPaneContainerUI
-
-
Constructor Summary
Constructors Constructor Description DarkTaskPaneContainerUI()
-
Method Summary
Modifier and Type Method Description static ComponentUI
createUI(JComponent c)
protected void
installDefaults()
-
Methods inherited from class org.jdesktop.swingx.plaf.basic.BasicTaskPaneContainerUI
createDefaultLayout, installUI, uninstallDefaults, uninstallUI
-
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, paint, update
-
-
-
-
Method Detail
-
createUI
public static ComponentUI createUI(JComponent c)
-
installDefaults
protected void installDefaults()
- Overrides:
installDefaults
in classorg.jdesktop.swingx.plaf.basic.BasicTaskPaneContainerUI
-
-