|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
SCBall is the interface for ball components.
Fields inherited from interface com.ibm.hi.customizer.beans.scci.SCButton |
BALL, DYNAMIC, LABEL, STANDARD |
Method Summary | |
int |
getStyle()
Returns the display style for the component. |
void |
setStyle(int style)
Sets the display style for the component. |
Methods inherited from interface com.ibm.hi.customizer.beans.scci.SCButton |
doClick, getMacro, isTransparent, isUnderlined, setMacro, setTransparent, setUnderlined |
Methods inherited from interface com.ibm.hi.customizer.beans.scci.SCCustomComponent |
getBackgroundColor, getCaption, getForegroundColor, getGlobalRead, getGlobalWrite, getHelpCaption, getHostLinkLength, getHostLinkPosition, getTabNumber, hasFocus, isTempHidden, isVisible, readGlobalVariable, requestFocus, setBackgroundColor, setCaption, setForegroundColor, setGlobalRead, setGlobalWrite, setHelpCaption, setTempHidden, setVisible, toString, writeGlobalVariable |
Method Detail |
public void setStyle(int style)
style
- the display style.
Use:
getStyle()
,
SCButton.BALL
,
SCButton.STANDARD
,
SCButton.DYNAMIC
public int getStyle()
setStyle(int)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |