当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
SlidingTabDisplayerButtonUI.Aqua (Tab Control) - NetBeans API Javadoc (Current Development Version)
org.netbeans.swing.tabcontrol.plaf
Class SlidingTabDisplayerButtonUI.Aqua
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.ButtonUI
javax.swing.plaf.basic.BasicButtonUI
javax.swing.plaf.basic.BasicToggleButtonUI
org.netbeans.swing.tabcontrol.plaf.SlidingTabDisplayerButtonUI
org.netbeans.swing.tabcontrol.plaf.SlidingTabDisplayerButtonUI.Aqua
- Enclosing class:
- SlidingTabDisplayerButtonUI
public static final class SlidingTabDisplayerButtonUI.Aqua
- extends SlidingTabDisplayerButtonUI
Aqua ui for sliding buttons. This class is public so it can be
instantiated by UIManager, but is of no interest as API.
Methods inherited from class javax.swing.plaf.basic.BasicButtonUI |
clearTextShiftOffset, createButtonListener, getDefaultTextIconGap, installKeyboardActions, installListeners, paintButtonPressed, paintFocus, paintIcon, paintText, paintText, setTextShiftOffset, uninstallDefaults, uninstallKeyboardActions, uninstallListeners |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SlidingTabDisplayerButtonUI.Aqua
public SlidingTabDisplayerButtonUI.Aqua()
createUI
public static ComponentUI createUI(JComponent c)
installBorder
protected void installBorder(AbstractButton b)
- Description copied from class:
SlidingTabDisplayerButtonUI
- Install a border on the button
- Overrides:
installBorder
in class SlidingTabDisplayerButtonUI
paintBackground
protected void paintBackground(Graphics2D g,
BasicSlidingTabDisplayerUI.IndexButton b)
- Description copied from class:
SlidingTabDisplayerButtonUI
- Paints the tab background
- Overrides:
paintBackground
in class SlidingTabDisplayerButtonUI