|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ButtonModelInterface | |
---|---|
com.sas.table | A set of interfaces for accessing two-dimensional data, and a set of classes for viewing and manipulating that data in tabular form. |
com.sas.visuals | Additional user interface components not provided in AWT. |
Uses of ButtonModelInterface in com.sas.table |
---|
Methods in com.sas.table with parameters of type ButtonModelInterface | |
---|---|
protected void |
CheckBoxCell.buttonModelSelected(ButtonModelInterface btnModel)
|
Uses of ButtonModelInterface in com.sas.visuals |
---|
Classes in com.sas.visuals that implement ButtonModelInterface | |
---|---|
class |
AlarmButtonModel
AlarmButtonModel is a button model that sends ActionEvents while the button is in the pressed and armed state. |
class |
DefaultButtonModel
DefaultButtonModel is an implementation of the ButtonModelInterface interface that holds the state information for a specific button and sends out the Action and Item events that the button forwards to its listeners. |
class |
TabButtonModel
TabButtonModel is a subclass of DefaultButtonModel. |
class |
ToggleButtonModel
ToggleButtonModel is a subclass of DefaultButtonModel. |
Fields in com.sas.visuals declared as ButtonModelInterface | |
---|---|
protected ButtonModelInterface |
BaseButton.buttonModel
|
protected ButtonModelInterface |
SliderListener.decrementModel
|
protected ButtonModelInterface |
ScrollSlider.decrModel
|
protected ButtonModelInterface |
SliderListener.incrementModel
|
protected ButtonModelInterface |
ScrollSlider.incrModel
|
protected ButtonModelInterface |
SliderListener.model
|
protected ButtonModelInterface |
DefaultButtonListener.model
|
protected ButtonModelInterface |
ScrollSlider.trackModel
|
Methods in com.sas.visuals that return ButtonModelInterface | |
---|---|
ButtonModelInterface |
SliderListener.getButtonModel()
Get the ButtonModelInterface for the thumb area of the SliderInterface. |
ButtonModelInterface |
SelectableInterface.getButtonModel()
Get the buttonModel for the selectionGroup to set the selected state on. |
ButtonModelInterface |
DefaultButtonListener.getButtonModel()
Get the ButtonModelInterface object associated with this ButtonListenerInterface. |
ButtonModelInterface |
ButtonListenerInterface.getButtonModel()
Get the ButtonModelInterface object associated with this ButtonListenerInterface |
ButtonModelInterface |
BaseButton.getButtonModel()
Get the ButtonModelInterface object that contains the state of the BaseButton. |
ButtonModelInterface |
SliderListener.getDecrementButtonModel()
Get the ButtonModelInterface for the decrement area of the SliderInterface. |
ButtonModelInterface |
ScrollSlider.getDecrementModel()
Get the ButtonModelInterface object used by the decrement portion of the ScrollSlider. |
ButtonModelInterface |
SliderListener.getIncrementButtonModel()
Get the ButtonModelInterface for the increment area of the SliderInterface. |
ButtonModelInterface |
ScrollSlider.getIncrementModel()
Get the ButtonModelInterface object used by the increment portion of the ScrollSlider. |
ButtonModelInterface |
ScrollSlider.getTrackModel()
Get the ButtonModelInterface object used by the thumb portion of the ScrollSlider. |
Methods in com.sas.visuals with parameters of type ButtonModelInterface | |
---|---|
protected void |
ToggleButton.buttonModelArmed(ButtonModelInterface btnModel)
Handles change in buttonModel armed property. |
protected void |
PushButton.buttonModelArmed(ButtonModelInterface btnModel)
Handles change in buttonModel armed property. |
protected void |
BaseButton.buttonModelArmed(ButtonModelInterface btnModel)
Handle change in buttonModel armed property. |
protected void |
ArrowButton.buttonModelArmed(ButtonModelInterface btnModel)
Overridden to change the border style when the button is pressed and armed. |
protected void |
BaseButton.buttonModelDisabled(ButtonModelInterface btnModel)
Handle change in buttonModel disabled property. |
protected void |
ArrowButton.buttonModelDisabled(ButtonModelInterface btnModel)
Overridden to change the foreground color when the button is disabled. |
protected void |
ToggleButton.buttonModelPressed(ButtonModelInterface btnModel)
Handles change in buttonModel pressed property. |
protected void |
TabButton.buttonModelPressed(ButtonModelInterface btnModel)
Handles change in buttonModel pressed property. |
protected void |
PushButton.buttonModelPressed(ButtonModelInterface btnModel)
Handles change in buttonModel pressed property. |
protected void |
BaseButton.buttonModelPressed(ButtonModelInterface btnModel)
Handle change in buttonModel pressed property. |
protected void |
ArrowButton.buttonModelPressed(ButtonModelInterface btnModel)
Overridden to change the border style when the button is pressed and armed. |
protected void |
BaseButton.buttonModelRollover(ButtonModelInterface btnModel)
Handle change in buttonModel rollover property. |
protected void |
ToggleButton.buttonModelSelected(ButtonModelInterface btnModel)
Handles change in buttonModel selected property. |
protected void |
BaseButton.buttonModelSelected(ButtonModelInterface btnModel)
Handle change in buttonModel selected property. |
void |
SliderListener.setButtonModel(ButtonModelInterface btnModel)
Set the ButtonModelInterface for the thumb area of the SliderInterface. |
void |
DefaultButtonListener.setButtonModel(ButtonModelInterface btnModel)
Set the ButtonModelInterface object associated with this ButtonListenerInterface The buttonModel state will be changed based on the user events received by this buttonListener. |
void |
ButtonListenerInterface.setButtonModel(ButtonModelInterface btnModel)
Set the ButtonModelInterface object associated with this ButtonListenerInterface |
void |
BaseButton.setButtonModel(ButtonModelInterface model)
Set the buttonModel for the BaseButton. |
Constructors in com.sas.visuals with parameters of type ButtonModelInterface | |
---|---|
DefaultButtonListener(ButtonModelInterface btnModel)
Constructor that sets the buttonModel to change the state of based on the user events listened for. |
|
SliderListener(ButtonModelInterface btnModel,
ButtonModelInterface incModel,
ButtonModelInterface decModel,
SliderInterface area)
Constructor that sets the buttonModels to change the state of based on the user events listened for. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |