|
| Components |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| Packages that use SelectableInterface | |
|---|---|
| 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 SelectableInterface in com.sas.table |
|---|
| Classes in com.sas.table that implement SelectableInterface | |
|---|---|
class |
CheckBoxCell
Provides a cell view with the appearance and behavior of a checkbox. |
| Uses of SelectableInterface in com.sas.visuals |
|---|
| Subinterfaces of SelectableInterface in com.sas.visuals | |
|---|---|
interface |
TabButtonInterface
TabButtonInterface is an interface that provides an orientation and ActionCommand information. |
| Classes in com.sas.visuals that implement SelectableInterface | |
|---|---|
class |
GraphicalCheckBox
A GraphicalCheckBox is a ToggleButton with a predefined set of images. |
class |
RadioButton
RadioButton is a class that creates a button with text and a default icon. |
class |
TabButton
TabButton is a subclass of ToggleButton that implements the TabButtonInterface. |
class |
ToggleButton
ToggleButton is a subclass of BaseButton that creates a button where images and text, or both can be displayed. |
| Fields in com.sas.visuals declared as SelectableInterface | |
|---|---|
protected SelectableInterface |
TabButtonModel.button
|
| Methods in com.sas.visuals that return SelectableInterface | |
|---|---|
SelectableInterface |
TabButtonModel.getButton()
Get the button to be selected by the selectionGroup if one is set on the model. |
| Methods in com.sas.visuals with parameters of type SelectableInterface | |
|---|---|
int |
SelectionGroupInterface.getIndex(SelectableInterface selectableObject)
Get the index of the specified SelectableInterface object. |
int |
SelectionGroup.getIndex(SelectableInterface selectableObject)
Gets the index of the specified SelectableInterface object. |
void |
SelectionGroupInterface.select(SelectableInterface selectableObject)
Select the specified SelectableInterface object. |
void |
SelectionGroup.select(SelectableInterface selectableObject)
Select the specified SelectableInterface object. |
void |
TabButtonModel.setButton(SelectableInterface btn)
Set the button to be selected by the selectionGroup if one is set on the model. |
| Constructors in com.sas.visuals with parameters of type SelectableInterface | |
|---|---|
TabButtonModel(SelectableInterface btn)
Constructor requires a SelectableInterface object to select if the selectionGroup is not null. |
|
|
| Components |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||