Screen Customizer Component Interface for Java
This class library presents a complete object-oriented abstraction of the set of
components used on a Screen Customizer screen.
The Screen Customizer Component Interface (SCCI) consists of the classes and interfaces
which are described briefly below. The Screen Customizer Component
Interface Javadoc provides detailed information for each of the classes and
interfaces.
The following is a brief overview of the Screen Customizer Component Interface classes
and interfaces:
- SCBall is the interface
implemented by Ball objects.
- SCButton is the interface
implemented by Ball, Button, Valid Value Button, ImageButton, and WebLink objects.
- SCButtonVV is the
interface implemented by Valid Value Button objects.
- SCCheckbox is the
interface implemented by Checkbox objects.
- SCChoice is the interface
implemented by Choice objects.
- SCCustomComponent
is the base interface implemented by all objects in the hierarchy.
- SCFactory is a class
containing static methods used to create SCMacros and SCMacroCommands
- SCFrame is the interface
implemented by Frame objects.
- SCHostList is the
interface implemented by HostList objects.
- SCImage is the interface
implemented by Image, ImageButton, and WebLink objects.
- SCImageButton is the
interface implemented by ImageButton objects.
- SCLabel is the interface
implemented by Label objects.
- SCList is the interface
implemented by List objects.
- SCMacro is the interface
implemented by Macro objects executed by SCButtons.
- SCMacroCommand is the
interface implemented by MacroCommands executed inside SCMacros.
- SCRadioButton is the
interface implemented by RadioButton objects.
- SCSelection is the
interface implemented by Choice, List, and RadioButton objects.
- SCSelectionList is
the interface implemented by Choice and List objects.
- SCTextComponent is
the interface implemented by Textfield and Label objects indirectly, by implementing
interfaces extending SCTextComponent.
- SCTextfield is the
interface implemented by Textfield objects.
- SCWebLink is the interface
implemented by WebLink objects.
[ Top of Page | Previous
Page | Next Page | Table of Contents]