| com.jidesoft.plaf.vsnet.VsnetMenuUI com.jidesoft.plaf.basic.BasicJideSplitButtonUI
All known Subclasses: com.jidesoft.plaf.aqua.AquaJideSplitButtonUI,
BasicJideSplitButtonUI | public class BasicJideSplitButtonUI extends VsnetMenuUI (Code) | | SplitButtonUI implementation
|
Method Summary | |
protected MouseInputListener | createMouseInputListener(JComponent c) | public static ComponentUI | createUI(JComponent x) | protected static void | downButtonPressed(JMenu menu) | protected Icon | getIcon(AbstractButton b) | public InputMap | getInputMap(int condition, JComponent c) Returns the InputMap for condition condition . | public Dimension | getMaximumSize(JComponent c) | public Dimension | getMinimumSize(JComponent c) | protected int | getOffset() The gap between the button part and the drop down menu part. | public Dimension | getPreferredSize(JComponent c) | protected String | getPropertyPrefix() | protected int | getRightMargin() | static Object | getUIOfType(ComponentUI ui, Class klass) Returns the ui that is of type klass , or null if
one can not be found. | protected void | installDefaults() | protected void | installKeyboardActions() | protected void | installListeners() | protected boolean | isAlwaysDropdown(JMenuItem menuItem) | protected boolean | isFloatingIcon() | public static void | loadActionMap(LazyActionMap map) Populates Buttons actions. | protected void | paintBackground(Graphics g, JMenuItem menuItem, Color bgColor) | protected void | paintIcon(JMenuItem b, Graphics g) | protected void | paintRaised2Border(Graphics g, Rectangle b) | protected void | paintRaisedBorder(Graphics g, Rectangle b) | protected void | paintSunken2Border(Graphics g, Rectangle b) | protected void | paintSunkenBorder(Graphics g, Rectangle b) | protected void | paintText(Graphics g, JMenuItem menuItem, Rectangle textRect, String text) | protected void | uninstallDefaults() | protected void | uninstallKeyboardActions() | protected void | uninstallListeners() |
_isFloatingIcon | protected boolean _isFloatingIcon(Code) | | |
_lightHighlightColor | protected Color _lightHighlightColor(Code) | | |
_splitButtonMargin | protected int _splitButtonMargin(Code) | | |
_splitButtonMarginOnMenu | protected int _splitButtonMarginOnMenu(Code) | | |
downButtonPressed | protected static void downButtonPressed(JMenu menu)(Code) | | |
getInputMap | public InputMap getInputMap(int condition, JComponent c)(Code) | | Returns the InputMap for condition condition . Called as
part of installKeyboardActions .
|
getOffset | protected int getOffset()(Code) | | The gap between the button part and the drop down menu part.
the gap. |
getRightMargin | protected int getRightMargin()(Code) | | |
getUIOfType | static Object getUIOfType(ComponentUI ui, Class klass)(Code) | | Returns the ui that is of type klass , or null if
one can not be found.
|
installDefaults | protected void installDefaults()(Code) | | |
installKeyboardActions | protected void installKeyboardActions()(Code) | | |
installListeners | protected void installListeners()(Code) | | |
isAlwaysDropdown | protected boolean isAlwaysDropdown(JMenuItem menuItem)(Code) | | |
isFloatingIcon | protected boolean isFloatingIcon()(Code) | | |
loadActionMap | public static void loadActionMap(LazyActionMap map)(Code) | | Populates Buttons actions.
|
uninstallDefaults | protected void uninstallDefaults()(Code) | | |
uninstallKeyboardActions | protected void uninstallKeyboardActions()(Code) | | |
uninstallListeners | protected void uninstallListeners()(Code) | | |
|
|