Interface Summary |
SCBall |
SCBall is the interface for ball components. |
SCButton |
SCButton is the interface for button components. |
SCButtonVV |
SCButtonVV is the interface for Valid-Value buttons. |
SCCheckbox |
A SCCheckbox may have one of two states, ("checked" or "unchecked"), and a sendText
String associated with each state. |
SCChoice |
SCChoice inherits all function interfaces from SCSelectionList |
SCCustomComponent |
SCCustomComponent is the ultimate base of all Screen Customizer (SC) components. |
SCFrame |
SCFrame inherits all function interfaces from SCCustomComponent. |
SCHostList |
SCHostList inherits all function interfaces from SCCustomComponent. |
SCImage |
This interface provides access to images on the CustomTerminal Bean. |
SCImageButton |
SCImageButton is the interface for image buttons. |
SCLabel |
SCLabel inherits all function interfaces from SCTextComponent. |
SCList |
SCList inherits all function interfaces from SCSelectionList. |
SCMacro |
SCMacros are associated with SCButtons, SCImageButtons, and SCWebLinks. |
SCMacroCommand |
SCMacroCommand.java
Description: contains command infomation for one line of
an SCMacro. |
SCRadioButton |
SCRadioButton inherits all function interfaces from SCSelection. |
SCSelection |
SCSelection is the parent interface of the "selection" components:
SCRadioButton, SCChoice, and SCList. |
SCSelectionList |
SCSelectionList is the parent interface to SCList and SCChoice, both
of which may add and delete items from their respective lists. |
SCTextComponent |
SCTextComponent is the parent class for classes containing
a cursor. |
SCTextfield |
SCTextfield is the interface for textfield components. |
SCWebLink |
An SCWebLink is a specialized button with the look and feel of a web browser weblink
which will launch URLs. |