com.jidesoft.swing
Interface ButtonStyle
- All Known Implementing Classes:
- AutoFilterBox, AutoFilterTableHeaderRenderer, BasicDockableFrameTitlePane.NoFocusButton, ColorChooserPanel.ColorButton, CornerScroller, FieldBox, FloorTabbedPane.FloorButton, GadgetPaletteButton, HeaderBox, JideButton, JideColorSplitButton, JideSplitButton, JideToggleButton, JideToggleSplitButton, NullJideButton, OutlookTabbedPane.OutlookButton, SimpleScrollPane.ScrollButton, XertoDockableFrameUI.XertoDockableFrameTitlePane.XertoNoFocusButton
public interface ButtonStyle
The definitions of various button style. This is used by JideButton
and JideSplitButton
.
BUTTON_STYLE_PROPERTY
static final 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 String CLIENT_PROPERTY_SEGMENT_POSITION
- See Also:
- Constant Field Values
SEGMENT_POSITION_FIRST
static final String SEGMENT_POSITION_FIRST
- See Also:
- Constant Field Values
SEGMENT_POSITION_MIDDLE
static final String SEGMENT_POSITION_MIDDLE
- See Also:
- Constant Field Values
SEGMENT_POSITION_LAST
static final String SEGMENT_POSITION_LAST
- See Also:
- Constant Field Values
SEGMENT_POSITION_ONLY
static final String SEGMENT_POSITION_ONLY
- See Also:
- Constant Field Values
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.