JIDE 3.5.15

com.jidesoft.plaf.aqua
Class AquaSidePaneUI

java.lang.Object
  extended by javax.swing.plaf.ComponentUI
      extended by javax.swing.plaf.PanelUI
          extended by com.jidesoft.plaf.SidePaneUI
              extended by com.jidesoft.plaf.basic.BasicSidePaneUI
                  extended by com.jidesoft.plaf.aqua.AquaSidePaneUI

public class AquaSidePaneUI
extends BasicSidePaneUI

Author:
olifink

Field Summary
 
Fields inherited from class com.jidesoft.plaf.basic.BasicSidePaneUI
_alwaysShowText, _background, _buttonBackground, _displayOrientation, _dt, _font, _groupGap, _highlightSelectedTab, _iconTextGap, _itemGap, _lineColor, _margin, _rects, _selectedButtonBackground, _selectedButtonForeground, _showText, _sidePane, _size, _textBorderGap
 
Constructor Summary
AquaSidePaneUI()
           
 
Method Summary
static ComponentUI createUI(JComponent c)
           
protected  boolean isRoundedCorner()
           
protected  boolean isShaded()
           
protected  void paintItemBackground(SidePaneItem item, Graphics g, Rectangle rect, int side)
           
 
Methods inherited from class com.jidesoft.plaf.basic.BasicSidePaneUI
createDropListener, createLayoutManager, createMouseInputListener, drawEastPane, drawNorthPane, drawSouthPane, drawWestPane, getFontMetrics, getGradientColors, getGroupForIndex, getGroupRect, getItemForIndex, getPainter, getPreferredHeightVertical, getPreferredSize, getPreferredWidthHorizontal, getSelectedItemIndex, initButtonRects, installComponents, installDefaults, installKeyboardActions, installListeners, installUI, isItemHighlighted, paint, paintBackground, uninstallComponents, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI
 
Methods inherited from class javax.swing.plaf.ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AquaSidePaneUI

public AquaSidePaneUI()
Method Detail

createUI

public static ComponentUI createUI(JComponent c)

paintItemBackground

protected void paintItemBackground(SidePaneItem item,
                                   Graphics g,
                                   Rectangle rect,
                                   int side)
Overrides:
paintItemBackground in class BasicSidePaneUI

isRoundedCorner

protected boolean isRoundedCorner()
Overrides:
isRoundedCorner in class BasicSidePaneUI

isShaded

protected boolean isShaded()

JIDE 3.5.15