| com.jidesoft.swing.ButtonStyle
All known Subclasses: com.jidesoft.swing.JideSplitButton, com.jidesoft.swing.JideButton,
ButtonStyle | public interface ButtonStyle (Code) | | The definitions of various button style. This is used by JideButton
and JideSplitButton .
|
BUTTON_STYLE_PROPERTY | final public static String BUTTON_STYLE_PROPERTY(Code) | | |
FLAT_STYLE | final static int FLAT_STYLE(Code) | | |
HYPERLINK_STYLE | final static int HYPERLINK_STYLE(Code) | | |
TOOLBAR_STYLE | final static int TOOLBAR_STYLE(Code) | | |
TOOLBOX_STYLE | final static int TOOLBOX_STYLE(Code) | | |
getButtonStyle | int getButtonStyle()(Code) | | Gets the button style.
the button style. |
setButtonStyle | void setButtonStyle(int buttonStyle)(Code) | | Sets the button style.
Parameters: buttonStyle - the button style. |
|
|