Package com.jidesoft.swing
Interface ButtonStyle
-
- All Known Implementing Classes:
CornerScroller,HeaderBox,JideButton,JideSplitButton,JideToggleButton,JideToggleSplitButton,NullJideButton,SimpleScrollPane.ScrollButton
public interface ButtonStyleThe definitions of various button style. This is used byJideButtonandJideSplitButton.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringBUTTON_STYLE_PROPERTYstatic java.lang.StringCLIENT_PROPERTY_SEGMENT_POSITIONstatic intFLAT_STYLEstatic intHYPERLINK_STYLEstatic java.lang.StringSEGMENT_POSITION_FIRSTstatic java.lang.StringSEGMENT_POSITION_LASTstatic java.lang.StringSEGMENT_POSITION_MIDDLEstatic java.lang.StringSEGMENT_POSITION_ONLYstatic intTOOLBAR_STYLEstatic intTOOLBOX_STYLE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetButtonStyle()Gets the button style.voidsetButtonStyle(int buttonStyle)Sets the button style.
-
-
-
Field Detail
-
BUTTON_STYLE_PROPERTY
static final java.lang.String BUTTON_STYLE_PROPERTY
- See Also:
- Constant Field Values
-
TOOLBAR_STYLE
static final int TOOLBAR_STYLE
- See Also:
- Constant Field Values
-
TOOLBOX_STYLE
static final int TOOLBOX_STYLE
- See Also:
- Constant Field Values
-
FLAT_STYLE
static final int FLAT_STYLE
- See Also:
- Constant Field Values
-
HYPERLINK_STYLE
static final int HYPERLINK_STYLE
- See Also:
- Constant Field Values
-
CLIENT_PROPERTY_SEGMENT_POSITION
static final java.lang.String CLIENT_PROPERTY_SEGMENT_POSITION
- See Also:
- Constant Field Values
-
SEGMENT_POSITION_FIRST
static final java.lang.String SEGMENT_POSITION_FIRST
- See Also:
- Constant Field Values
-
SEGMENT_POSITION_MIDDLE
static final java.lang.String SEGMENT_POSITION_MIDDLE
- See Also:
- Constant Field Values
-
SEGMENT_POSITION_LAST
static final java.lang.String SEGMENT_POSITION_LAST
- See Also:
- Constant Field Values
-
SEGMENT_POSITION_ONLY
static final java.lang.String SEGMENT_POSITION_ONLY
- See Also:
- Constant Field Values
-
-