All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.hi.customizer.beans.scci.SCBall

public interface SCBall
extends SCButton
SCBall is the interface for ball components.


Method Index

 o getStyle()
Returns the display style for the component.
 o setStyle(int)
Sets the display style for the component.

Methods

 o setStyle
 public abstract void setStyle(int style)
Sets the display style for the component.

Parameters:
style - the display style. Use BALL for a round button, STANDARD for a normal button, and DYNAMIC for a dynamic, roll-over button.
See Also:
getStyle, BALL, STANDARD, DYNAMIC
 o getStyle
 public abstract int getStyle()
Returns the display style for the component.

Returns:
the display style
See Also:
setStyle

All Packages  Class Hierarchy  This Package  Previous  Next  Index