站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

SlidingTabDisplayerButtonUI.Aqua (Tab Control) - NetBeans API Javadoc (Current Development Version)

org.netbeans.swing.tabcontrol 1.8

org.netbeans.swing.tabcontrol.plaf
Class SlidingTabDisplayerButtonUI.Aqua

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.ButtonUI
          extended by javax.swing.plaf.basic.BasicButtonUI
              extended by javax.swing.plaf.basic.BasicToggleButtonUI
                  extended by org.netbeans.swing.tabcontrol.plaf.SlidingTabDisplayerButtonUI
                      extended by 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.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.netbeans.swing.tabcontrol.plaf.SlidingTabDisplayerButtonUI
SlidingTabDisplayerButtonUI.Aqua
 
Field Summary
 
Fields inherited from class javax.swing.plaf.basic.BasicButtonUI
defaultTextIconGap, defaultTextShiftOffset
 
Constructor Summary
SlidingTabDisplayerButtonUI.Aqua()
           
 
Method Summary
static ComponentUI createUI(JComponent c)
           
protected  void installBorder(AbstractButton b)
          Install a border on the button
protected  void paintBackground(Graphics2D g, BasicSlidingTabDisplayerUI.IndexButton b)
          Paints the tab background
 
Methods inherited from class org.netbeans.swing.tabcontrol.plaf.SlidingTabDisplayerButtonUI
getMaximumSize, getMinimumSize, getPreferredSize, installDefaults, installUI, paint, paintIconAndText, uninstallUI
 
Methods inherited from class javax.swing.plaf.basic.BasicToggleButtonUI
getPropertyPrefix, getTextShiftOffset, paintIcon
 
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 javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SlidingTabDisplayerButtonUI.Aqua

public SlidingTabDisplayerButtonUI.Aqua()
Method Detail

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

org.netbeans.swing.tabcontrol 1.8

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.