|
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 | |
---|---|
java.lang.String |
getActionCommand()
Get the command name of the action event fired by this button. |
int |
getOrientation()
Get the orientation of the tab: TOP, BOTTOM, RIGHT, LEFT or NONE |
void |
setActionCommand(java.lang.String cmd)
Set the command name of the action event fired by this tab. |
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)
,
Orientations
void 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 |