| |
|
| java.lang.Object javax.swing.DefaultButtonModel com.jidesoft.swing.DefaultSplitButtonModel
Field Summary | |
final public static int | BUTTON_ENABLED Indicates that the button part of the split button is enabled or disabled. | final public static int | BUTTON_ROLLOVER Indicates that the button part of the split button is rollover. | final public static int | BUTTON_SELECTED Indicates that the button part of the split button has been selected. |
Method Summary | |
public boolean | isButtonEnabled() Indicates if the button part of the JideSplitButton has been enabled. | public boolean | isButtonRollover() Indicates if the button part of the JideSplitButton is rollover. | public boolean | isButtonSelected() Indicates if the button part of the JideSplitButton has been selected. | public void | setButtonEnabled(boolean b) Selects or deselects the button part of the JideSplitButton. | public void | setButtonRollover(boolean b) Sets the button part of the JideSplitButton as rollover. | public void | setButtonSelected(boolean b) Selects or deselects the button part of the JideSplitButton. | public void | setRollover(boolean b) |
BUTTON_ENABLED | final public static int BUTTON_ENABLED(Code) | | Indicates that the button part of the split button is enabled or disabled.
|
BUTTON_ROLLOVER | final public static int BUTTON_ROLLOVER(Code) | | Indicates that the button part of the split button is rollover.
|
BUTTON_SELECTED | final public static int BUTTON_SELECTED(Code) | | Indicates that the button part of the split button has been selected.
|
DefaultSplitButtonModel | public DefaultSplitButtonModel()(Code) | | |
isButtonEnabled | public boolean isButtonEnabled()(Code) | | Indicates if the button part of the JideSplitButton has been enabled.
true if the button is enabled |
isButtonRollover | public boolean isButtonRollover()(Code) | | Indicates if the button part of the JideSplitButton is rollover.
true if the button is rollover |
isButtonSelected | public boolean isButtonSelected()(Code) | | Indicates if the button part of the JideSplitButton has been selected.
true if the button is selected |
setButtonEnabled | public void setButtonEnabled(boolean b)(Code) | | Selects or deselects the button part of the JideSplitButton.
Parameters: b - true selects the button,false deselects the button |
setButtonRollover | public void setButtonRollover(boolean b)(Code) | | Sets the button part of the JideSplitButton as rollover.
Parameters: b - true set the button as rollover,false set the button as not rollover |
setButtonSelected | public void setButtonSelected(boolean b)(Code) | | Selects or deselects the button part of the JideSplitButton.
Parameters: b - true selects the button,false deselects the button |
setRollover | public void setRollover(boolean b)(Code) | | |
|
|
|