| com.jidesoft.plaf.JideButtonUI com.jidesoft.plaf.basic.BasicJideButtonUI
All known Subclasses: com.jidesoft.plaf.xerto.XertoJideButtonUI,
BasicJideButtonUI | public class BasicJideButtonUI extends JideButtonUI (Code) | | JideButtonUI implementation
|
Method Summary | |
protected void | clearTextShiftOffset() | protected BasicButtonListener | createButtonListener(AbstractButton b) | public static ComponentUI | createUI(JComponent c) | public int | getDefaultTextIconGap(AbstractButton b) | protected Color | getFocusColor() | protected Icon | getIcon(AbstractButton b) | public Dimension | getMaximumSize(JComponent c) | public Dimension | getMinimumSize(JComponent c) | public ThemePainter | getPainter() | public Dimension | getPreferredSize(JComponent c) | protected String | getPropertyPrefix() | protected int | getTextShiftOffset() | protected void | installDefaults(AbstractButton b) | protected void | installKeyboardActions(AbstractButton b) | protected void | installListeners(AbstractButton b) | public void | installUI(JComponent c) | protected boolean | isFloatingIcon() | public void | paint(Graphics g, JComponent c) | protected void | paintBackground(Graphics g, AbstractButton b, Rectangle viewRect, Rectangle textRect, Rectangle iconRect) | protected void | paintIcon(AbstractButton b, Graphics g) | protected void | paintText(Graphics g, JComponent c, Rectangle textRect, String text) As of Java 2 platform v 1.4 this method should not be used or overriden. | protected void | paintText(Graphics g, AbstractButton b, Rectangle textRect, String text) Method which renders the text of the current button. | protected void | setTextShiftOffset() | protected void | uninstallDefaults(AbstractButton b) | protected void | uninstallKeyboardActions(AbstractButton b) | protected void | uninstallListeners(AbstractButton b) | public void | uninstallUI(JComponent c) |
_isFloatingIcon | protected boolean _isFloatingIcon(Code) | | |
_lightHighlightColor | protected Color _lightHighlightColor(Code) | | |
defaultTextIconGap | protected int defaultTextIconGap(Code) | | |
defaultTextShiftOffset | protected int defaultTextShiftOffset(Code) | | |
clearTextShiftOffset | protected void clearTextShiftOffset()(Code) | | |
getTextShiftOffset | protected int getTextShiftOffset()(Code) | | |
isFloatingIcon | protected boolean isFloatingIcon()(Code) | | |
paintText | protected void paintText(Graphics g, JComponent c, Rectangle textRect, String text)(Code) | | As of Java 2 platform v 1.4 this method should not be used or overriden.
Use the paintText method which takes the AbstractButton argument.
|
paintText | protected void paintText(Graphics g, AbstractButton b, Rectangle textRect, String text)(Code) | | Method which renders the text of the current button.
Parameters: g - Graphics context Parameters: b - Current button to render Parameters: textRect - Bounding rectangle to render the text. Parameters: text - String to render since: 1.4 |
setTextShiftOffset | protected void setTextShiftOffset()(Code) | | |
|
|