com.jidesoft.plaf.eclipse
Class EclipseSidePaneUI
java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.PanelUI
com.jidesoft.plaf.SidePaneUI
com.jidesoft.plaf.basic.BasicSidePaneUI
com.jidesoft.plaf.eclipse.EclipseSidePaneUI
public class EclipseSidePaneUI
- extends BasicSidePaneUI
JideSidePane UI implementation
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 |
Method Summary |
static ComponentUI |
createUI(JComponent c)
|
protected void |
drawEastPane(Graphics g,
JComponent c,
FontMetrics metrics,
int indexOfButton)
|
protected void |
drawNorthPane(Graphics g,
JComponent c,
FontMetrics metrics,
int indexOfButton)
|
protected void |
drawSouthPane(Graphics g,
JComponent c,
FontMetrics metrics,
int indexOfButton)
|
protected void |
drawWestPane(Graphics g,
JComponent c,
FontMetrics metrics,
int indexOfButton)
|
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, isRoundedCorner, paint, paintBackground, paintItemBackground, uninstallComponents, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EclipseSidePaneUI
public EclipseSidePaneUI()
createUI
public static ComponentUI createUI(JComponent c)
drawEastPane
protected void drawEastPane(Graphics g,
JComponent c,
FontMetrics metrics,
int indexOfButton)
drawWestPane
protected void drawWestPane(Graphics g,
JComponent c,
FontMetrics metrics,
int indexOfButton)
drawNorthPane
protected void drawNorthPane(Graphics g,
JComponent c,
FontMetrics metrics,
int indexOfButton)
drawSouthPane
protected void drawSouthPane(Graphics g,
JComponent c,
FontMetrics metrics,
int indexOfButton)