Package com.jidesoft.swing
Interface ButtonStyle
- All Known Implementing Classes:
CornerScroller
,HeaderBox
,JideButton
,JideSplitButton
,JideToggleButton
,JideToggleSplitButton
,NullJideButton
,SimpleScrollPane.ScrollButton
public interface ButtonStyle
The definitions of various button style. This is used by
JideButton
and JideSplitButton
.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionint
Gets the button style.void
setButtonStyle
(int buttonStyle) Sets the button style.
-
Field Details
-
BUTTON_STYLE_PROPERTY
- See Also:
-
TOOLBAR_STYLE
static final int TOOLBAR_STYLE- See Also:
-
TOOLBOX_STYLE
static final int TOOLBOX_STYLE- See Also:
-
FLAT_STYLE
static final int FLAT_STYLE- See Also:
-
HYPERLINK_STYLE
static final int HYPERLINK_STYLE- See Also:
-
CLIENT_PROPERTY_SEGMENT_POSITION
- See Also:
-
SEGMENT_POSITION_FIRST
- See Also:
-
SEGMENT_POSITION_MIDDLE
- See Also:
-
SEGMENT_POSITION_LAST
- See Also:
-
SEGMENT_POSITION_ONLY
- See Also:
-
-
Method Details
-
getButtonStyle
int getButtonStyle()Gets the button style.- Returns:
- the button style.
-
setButtonStyle
void setButtonStyle(int buttonStyle) Sets the button style.- Parameters:
buttonStyle
- the button style.
-