|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface TabButtonInterface
TabButtonInterface is an interface that provides an orientation and
ActionCommand information. It can be added to a TabbedView or TabBar.
Notes:
SelectableInterface,
ActionSource,
TabBarInterface| Field Summary |
|---|
| Fields inherited from interface com.sas.visuals.Alignment |
|---|
BEGIN, CENTER, END |
| Method Summary | |
|---|---|
abstract java.lang.String |
getActionCommand()
Get the command name of the action event fired by this button. |
abstract int |
getOrientation()
Get the orientation of the tab: TOP, BOTTOM, RIGHT, LEFT or NONE |
abstract void |
setActionCommand(java.lang.String cmd)
Set the command name of the action event fired by this tab. |
abstract void |
setOrientation(int orient)
Set the orientation of the tab: TOP, BOTTOM, RIGHT, LEFT, or NONE. |
| Methods inherited from interface com.sas.visuals.SelectableInterface |
|---|
getButtonModel, getDisplayTransform, getItem, getSelectionGroup, setDisplayTransform, setItem, setSelectionGroup |
| Methods inherited from interface com.sas.awt.ActionSource |
|---|
addActionListener, removeActionListener |
| Method Detail |
|---|
java.lang.String getActionCommand()
setActionCommand(java.lang.String)void setActionCommand(java.lang.String cmd)
cmd - the String from the actionCommand in the ActionEvent.getActionCommand()int getOrientation()
setOrientation(int),
Orientationsvoid setOrientation(int orient)
orient - new orientation of tab.getOrientation(),
Orientations
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||