Package org.jdesktop.swingx.plaf.nimbus
Class NimbusTaskPaneUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.PanelUI
-
- org.jdesktop.swingx.plaf.TaskPaneUI
-
- org.jdesktop.swingx.plaf.basic.BasicTaskPaneUI
-
- org.jdesktop.swingx.plaf.nimbus.NimbusTaskPaneUI
-
public class NimbusTaskPaneUI extends BasicTaskPaneUI
Nimbus implementation of theJXTaskPaneUI.- Author:
- Radu Dumitrescu
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jdesktop.swingx.plaf.basic.BasicTaskPaneUI
BasicTaskPaneUI.ChevronIcon, BasicTaskPaneUI.ContentPaneBorder, BasicTaskPaneUI.PaneBorder
-
-
Field Summary
-
Fields inherited from class org.jdesktop.swingx.plaf.basic.BasicTaskPaneUI
group, mouseListener, mouseOver, propertyListener, roundHeight, titleHeight
-
-
Constructor Summary
Constructors Constructor Description NimbusTaskPaneUI()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BordercreatePaneBorder()Creates new border for task pane.static ComponentUIcreateUI(JComponent c)voidupdate(Graphics g, JComponent c)Overriden to paint the background of the component but keeping the rounded corners.-
Methods inherited from class org.jdesktop.swingx.plaf.basic.BasicTaskPaneUI
configure, createAction, createContentPaneBorder, createMouseInputListener, createPropertyListener, ensureVisible, getPreferredSize, getRoundHeight, getTitleHeight, installDefaults, installKeyboardActions, installListeners, installUI, isInBorder, uninstallListeners, uninstallUI
-
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, paint
-
-
-
-
Method Detail
-
createUI
public static ComponentUI createUI(JComponent c)
-
createPaneBorder
protected Border createPaneBorder()
Description copied from class:BasicTaskPaneUICreates new border for task pane.- Overrides:
createPaneBorderin classBasicTaskPaneUI- Returns:
- Fresh border on every call.
-
update
public void update(Graphics g, JComponent c)
Overriden to paint the background of the component but keeping the rounded corners.- Overrides:
updatein classComponentUI
-
-