|
| Components |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| Packages that use ComponentInterface | |
|---|---|
| com.sas | Provides core foundation interfaces and classes for the SAS component framework. |
| com.sas.awt | Provides extensions of java.awt components which implement com.sas.ComponentInterface |
| com.sas.collection | Provides several classes which implement data structures called collections. |
| com.sas.io | Extensions to java.io for file and directory manipulation. |
| com.sas.lang | The classes in this package provide objects which hold Java primitive types as bound properties. |
| com.sas.models | Interfaces and classes for models which may be displayed in various viewers. |
| com.sas.net | Classes for communicating with the SAS server via SAS/Connect protocols. |
| com.sas.sasserver | Access to base functionality in the SAS system, including selector dialogs and SAS code generation from templates. |
| com.sas.sasserver.tree | Generic Classes for implementing SAS File System hierarchy. |
| com.sas.servlet.util | Provides support and utility classes for com.sas.servlet. |
| com.sas.storage | Classes for accessing data, especially with Java Database Connectivity. |
| com.sas.table | A set of interfaces for accessing two-dimensional data, and a set of classes for viewing and manipulating that data in tabular form. |
| com.sas.util | Utility classes for com.sas.servlet. |
| com.sas.util.errorhandlers | An interface and class for general purpose error handlers, normally bound to text fields. |
| com.sas.visuals | Additional user interface components not provided in AWT. |
| Uses of ComponentInterface in com.sas |
|---|
| Classes in com.sas that implement ComponentInterface | |
|---|---|
class |
Component
Component is the base class for non-visual webAF objects. |
| Fields in com.sas declared as ComponentInterface | |
|---|---|
ComponentInterface |
PropertyLinkInfo.component
|
ComponentInterface |
PropertyChangeInfo.component
A component that has already handled an PropertyChangeEvent for the property below. |
ComponentInterface |
PropertyLinkInfo.sourceComponent
|
| Methods in com.sas that return ComponentInterface | |
|---|---|
ComponentInterface |
PropertyLinkInfo.getComponent()
|
ComponentInterface |
PropertyLinkInfo.getSourceComponent()
|
| Methods in com.sas with parameters of type ComponentInterface | |
|---|---|
static void |
LinkPropertiesInterfaceSupport.addLink(ComponentInterface componentInstance,
java.lang.String property,
ComponentInterface sourceComponent,
java.lang.String sourceProperty)
|
abstract void |
LinkPropertiesInterface.addLink(java.lang.String property,
ComponentInterface source_component,
java.lang.String source_property)
addLink() adds a link between property on this component and source_property on source_component. |
void |
Component.addLink(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
static void |
ComponentInterfaceSupport.addPropertyChangeListener(ComponentInterface componentInstance,
java.beans.PropertyChangeListener listener)
|
static void |
ComponentInterfaceSupport.addVetoableChangeListener(ComponentInterface componentInstance,
java.beans.VetoableChangeListener listener)
|
static boolean |
ComponentInterfaceSupport.anyPropertyChangeListeners(ComponentInterface componentInstance)
|
static boolean |
ComponentInterfaceSupport.anyVetoableChangeListeners(ComponentInterface componentInstance)
Returns whether or not there are any VetoableChangeListeners on the specified component. |
static void |
ViewInterfaceSupport.attachModel(ComponentInterface componentInstance,
ModelInterface model)
|
static boolean |
ModelInterfaceSupport.attachView(ComponentInterface componentInstance)
|
static void |
ComponentInterfaceSupport.clone(ComponentInterface sourceComponent,
ComponentInterface destComponent)
This is a helper method meant to be called by implementors of ComponentInterface. |
static void |
ViewInterfaceSupport.detachModel(ComponentInterface componentInstance,
ModelInterface model)
|
static void |
ModelInterfaceSupport.detachView(ComponentInterface componentInstance)
|
static void |
ComponentInterfaceSupport.dumpComponent(ComponentInterface componentInstance)
|
static void |
ComponentInterfaceSupport.firePropertyChange(ComponentInterface componentInstance,
java.beans.PropertyChangeEvent propertyChangeEvent)
|
static void |
ComponentInterfaceSupport.firePropertyChange(ComponentInterface source,
java.lang.String propertyName,
boolean newValue)
|
static void |
ComponentInterfaceSupport.firePropertyChange(ComponentInterface source,
java.lang.String propertyName,
byte oldValue,
byte newValue)
|
static void |
ComponentInterfaceSupport.firePropertyChange(ComponentInterface source,
java.lang.String propertyName,
char oldValue,
char newValue)
|
static void |
ComponentInterfaceSupport.firePropertyChange(ComponentInterface source,
java.lang.String propertyName,
double oldValue,
double newValue)
|
static void |
ComponentInterfaceSupport.firePropertyChange(ComponentInterface source,
java.lang.String propertyName,
float oldValue,
float newValue)
|
static void |
ComponentInterfaceSupport.firePropertyChange(ComponentInterface source,
java.lang.String propertyName,
int oldValue,
int newValue)
firePropertyChange is a helper method for component writers. |
static void |
ComponentInterfaceSupport.firePropertyChange(ComponentInterface source,
java.lang.String propertyName,
long oldValue,
long newValue)
|
static void |
ComponentInterfaceSupport.firePropertyChange(ComponentInterface componentInstance,
java.lang.String propertyName,
java.lang.Object oldValue,
java.lang.Object newValue)
|
static void |
ComponentInterfaceSupport.firePropertyChange(ComponentInterface source,
java.lang.String propertyName,
short oldValue,
short newValue)
|
static void |
ComponentInterfaceSupport.firePropertyChangeQuickly(ComponentInterface source,
java.lang.String propertyName,
java.lang.Object oldValue,
java.lang.Object newValue)
|
static void |
ComponentInterfaceSupport.fireVetoableChange(ComponentInterface componentInstance,
java.lang.String propertyName,
java.lang.Object oldValue,
java.lang.Object newValue)
|
static java.lang.String |
ComponentInterfaceSupport.getComponentDescription(ComponentInterface componentInstance)
|
protected static java.lang.String |
PropertyChangeListenerSupport.getExceptionMessage(ComponentInterface componentInstance,
java.lang.String method)
|
static ModelInterface |
ViewInterfaceSupport.getModelInterface(ComponentInterface componentInstance)
|
static java.util.Vector |
ViewInterfaceSupport.getRequiredInterfaces(ComponentInterface componentInstance)
|
static void |
ComponentInterfaceSupport.initialize(ComponentInterface componentInstance)
|
static void |
ComponentInterfaceSupport.initializeComponent(ComponentInterface componentInstance)
|
static boolean |
ComponentInterfaceSupport.isDesignTime(ComponentInterface componentInstance)
|
static boolean |
LinkPropertiesInterfaceSupport.isLinked(ComponentInterface componentInstance,
java.lang.String property,
ComponentInterface sourceComponent,
java.lang.String sourceProperty)
|
abstract boolean |
LinkPropertiesInterface.isLinked(java.lang.String property,
ComponentInterface source_component,
java.lang.String source_property)
isLinked() determines if property on this component is linked to source_property on source_component. |
boolean |
Component.isLinked(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
static void |
PropertyChangeListenerSupport.propertyChange(ComponentInterface componentInstance,
com.sas.beans.PropertyChangeEvent e)
|
static PropertyLinkInfo[] |
LinkPropertiesInterfaceSupport.queryLinks(ComponentInterface componentInstance)
|
static PropertyLinkInfo[] |
LinkPropertiesInterfaceSupport.queryLinks(ComponentInterface componentInstance,
java.lang.String property)
|
static void |
ComponentInterfaceSupport.readObject(ComponentInterface componentInstance,
java.io.ObjectInputStream stream)
readObject is called to deserialize a componet. |
static void |
ViewInterfaceSupport.refresh(ComponentInterface componentInstance,
ModelInterface model)
|
static void |
LinkPropertiesInterfaceSupport.removeAllLinks(ComponentInterface componentInstance)
|
static void |
LinkPropertiesInterfaceSupport.removeLink(ComponentInterface componentInstance,
java.lang.String property,
ComponentInterface sourceComponent,
java.lang.String sourceProperty)
|
abstract void |
LinkPropertiesInterface.removeLink(java.lang.String property,
ComponentInterface source_component,
java.lang.String source_property)
removeLink() removes a link between property on this component and source_property on source_component. |
void |
Component.removeLink(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
static void |
ComponentInterfaceSupport.removePropertyChangeListener(ComponentInterface componentInstance,
java.beans.PropertyChangeListener listener)
|
static void |
ComponentInterfaceSupport.removeVetoableChangeListener(ComponentInterface componentInstance,
java.beans.VetoableChangeListener listener)
|
static void |
ComponentInterfaceSupport.setComponentDescription(ComponentInterface componentInstance,
java.lang.String description)
|
static void |
ViewInterfaceSupport.setModelInterface(ComponentInterface componentInstance,
ModelInterface model)
|
static void |
ViewInterfaceSupport.setRequiredInterfaces(ComponentInterface componentInstance,
java.util.Vector interfaces)
Deprecated. |
static boolean |
ViewInterfaceSupport.supportsRequiredInterfaces(ComponentInterface componentInstance,
ModelInterface model)
|
static void |
ComponentInterfaceSupport.validateObject(ComponentInterface componentInstance)
|
| Constructors in com.sas with parameters of type ComponentInterface | |
|---|---|
LinkPropertiesException(ComponentInterface component,
java.lang.String property,
ComponentInterface linkedComponent,
java.lang.String linkedProperty,
java.lang.String description)
|
|
PropertyLinkInfo(ComponentInterface component,
java.lang.String property,
ComponentInterface sourceComponent,
java.lang.String sourceProperty)
|
|
| Uses of ComponentInterface in com.sas.awt |
|---|
| Classes in com.sas.awt that implement ComponentInterface | |
|---|---|
class |
Applet
Applet is an extension of java.applet.Applet that includes ComponentInterface functionality and the ability to send events when the "state" of the applet changes. |
class |
AppletVisualComponent
|
class |
Button
Button is a pushbutton component that can display a specified text label. |
class |
ButtonVisualComponent
|
class |
Canvas
Canvas is the base class for heavy-weight webAF visual objects. |
class |
CanvasVisualComponent
|
class |
CheckBox
CheckBox is a component that maintains a boolean state and displays a specified text label. |
class |
CheckBoxVisualComponent
|
class |
Choice
Choice is a component that maintains a dropdown list of items for selection. |
class |
ChoiceVisualComponent
|
class |
Color
A class representing Color. |
class |
ColorComponent
A ColorComponent class. |
class |
ComponentVisualComponent
|
class |
Container
Container is a subclass of java.awt.Container which implements the ComponentInterface, VisualInterface, and ContainerInterface. |
class |
ContainerContainerComponent
|
class |
ContainerVisualComponent
|
class |
Dialog
The Dialog class encapsulates a window that contains components that accept input from a user. |
class |
DialogContainerComponent
|
class |
DialogVisualComponent
|
class |
Font
A class representing Font. |
class |
FontComponent
A SASFontComponent class. |
class |
Frame
The Frame class provides a top-level window for applets and applications. |
class |
FrameContainerComponent
|
class |
FrameVisualComponent
|
class |
Label
Label is a component that displays a single line of read-only text. |
class |
LabelVisualComponent
|
class |
ListBox
ListBox is a component that maintains a scrollable list of items for selection. |
class |
ListBoxVisualComponent
|
class |
Panel
Panel extends the java.awt.Panel class and contains webAF functionality. |
class |
PanelContainerComponent
|
class |
PanelVisualComponent
|
class |
Scrollbar
Scrollbar is a component that can scroll through a range of integer values. |
class |
ScrollbarVisualComponent
|
class |
ScrollPane
ScrollPane extends the java.awt.ScrollPane class and contains webAF functionality. |
class |
ScrollPaneContainerComponent
|
class |
ScrollPaneVisualComponent
|
class |
TextArea
TextArea is a component for creating a multi-line area that can set and display text. |
class |
TextAreaVisualComponent
|
class |
TextField
TextField is a component that can set and display a single line of text. |
class |
TextFieldVisualComponent
|
| Methods in com.sas.awt with parameters of type ComponentInterface | |
|---|---|
void |
TextFieldVisualComponent.addLink(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
void |
TextAreaVisualComponent.addLink(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
void |
ScrollbarVisualComponent.addLink(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
void |
ScrollPaneVisualComponent.addLink(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
void |
PanelVisualComponent.addLink(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
void |
ListBoxVisualComponent.addLink(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
void |
LabelVisualComponent.addLink(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
void |
FrameVisualComponent.addLink(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
void |
FontComponent.addLink(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
void |
DialogVisualComponent.addLink(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
void |
ContainerVisualComponent.addLink(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
void |
ComponentVisualComponent.addLink(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
void |
ChoiceVisualComponent.addLink(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
void |
CheckBoxVisualComponent.addLink(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
void |
CanvasVisualComponent.addLink(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
void |
ButtonVisualComponent.addLink(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
void |
AppletVisualComponent.addLink(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
void |
ColorComponent.addLink(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
static void |
ContainerInterfaceSupport.addNotify(ComponentInterface componentInstance,
ContainerInterface containerInstance,
java.awt.Container awtContainerInstance)
|
static java.awt.Dimension |
VisualInterfaceSupport.computePreferredSize(ComponentInterface componentInstance,
VisualInterface visualInstance,
java.awt.Component awtComponentInstance)
|
static int |
ContainerInterfaceSupport.dragEnter(ComponentInterface componentInstance,
ContainerInterface containerInstance,
java.awt.Container awtComponawtContainerInstanceentInstance,
java.awt.Point point,
int representation,
int keyState,
java.util.Vector data)
|
static void |
ContainerInterfaceSupport.dragLeave(ComponentInterface componentInstance,
ContainerInterface containerInstance,
java.awt.Container awtContainerInstance)
|
static int |
ContainerInterfaceSupport.dragOver(ComponentInterface componentInstance,
ContainerInterface containerInstance,
java.awt.Container awtContainerInstance,
java.awt.Point point,
int representation,
int keyState,
java.util.Vector data)
|
static DesignTimeDropResult |
ContainerInterfaceSupport.drop(ComponentInterface componentInstance,
ContainerInterface containerInstance,
java.awt.Container awtContainerInstance,
java.awt.Point point,
int representation,
int keyState,
java.util.Vector data)
|
static java.awt.Color |
VisualInterfaceSupport.getBackgroundColor(ComponentInterface componentInstance,
VisualInterface visualInstance,
java.awt.Component awtComponentInstance)
|
static BorderInterface |
VisualInterfaceSupport.getBorder(ComponentInterface componentInstance,
VisualInterface visualInstance,
java.awt.Component awtComponentInstance)
|
static ErrorHandlerInterface |
ContainerInterfaceSupport.getErrorHandler(ComponentInterface componentInstance,
ContainerInterface containerInstance,
java.awt.Container awtContainerInstance)
Returns the error handler for the specified component. |
static java.awt.Font |
VisualInterfaceSupport.getFont(ComponentInterface componentInstance,
VisualInterface visualInstance,
java.awt.Component awtComponentInstance)
|
static java.awt.Color |
VisualInterfaceSupport.getForegroundColor(ComponentInterface componentInstance,
VisualInterface visualInstance,
java.awt.Component awtComponentInstance)
|
static int |
VisualInterfaceSupport.getHeight(ComponentInterface componentInstance,
VisualInterface visualInstance,
java.awt.Component awtComponentInstance)
|
static int |
VisualInterfaceSupport.getHorizontalPosition(ComponentInterface componentInstance,
VisualInterface visualInstance,
java.awt.Component awtComponentInstance)
|
static java.awt.Insets |
ContainerInterfaceSupport.getInsets(ComponentInterface componentInstance,
ContainerInterface containerInstance,
java.awt.Container awtContainerInstance)
Return the insets for this component. |
static java.awt.Dimension |
VisualInterfaceSupport.getMinimumSize(ComponentInterface componentInstance,
VisualInterface visualInstance,
java.awt.Component awtComponentInstance)
|
static java.awt.Dimension |
VisualInterfaceSupport.getPreferredSize(ComponentInterface componentInstance,
VisualInterface visualInstance,
java.awt.Component awtComponentInstance)
|
static com.sas.visuals.PainterInterface |
VisualInterfaceSupport.getPrePainter(ComponentInterface componentInstance,
VisualInterface visualInstance,
java.awt.Component awtComponentInstance)
|
static ValidationInterface |
ContainerInterfaceSupport.getValidator(ComponentInterface componentInstance,
ContainerInterface containerInstance,
java.awt.Container awtContainerInstance)
Returns the validator for the specified component. |
static int |
VisualInterfaceSupport.getVerticalPosition(ComponentInterface componentInstance,
VisualInterface visualInstance,
java.awt.Component awtComponentInstance)
|
static int |
VisualInterfaceSupport.getWidth(ComponentInterface componentInstance,
VisualInterface visualInstance,
java.awt.Component awtComponentInstance)
|
static boolean |
VisualInterfaceSupport.isEnabled(ComponentInterface componentInstance,
VisualInterface visualInstance,
java.awt.Component awtComponentInstance)
|
static boolean |
VisualInterfaceSupport.isFocus(ComponentInterface componentInstance,
VisualInterface visualInstance,
java.awt.Component awtComponentInstance)
|
static boolean |
ContainerInterfaceSupport.isIDEDnDDropBarrier(ComponentInterface componentInstance,
ContainerInterface containerInstance,
java.awt.Container awtContainerInstance)
Returns whether the component is a drop barrier for the IDE. |
static boolean |
ContainerInterfaceSupport.isIDEDnDDropTarget(ComponentInterface componentInstance,
ContainerInterface containerInstance,
java.awt.Container awtContainerInstance)
Return whether the component is an drop target for the IDE. |
boolean |
TextFieldVisualComponent.isLinked(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
boolean |
TextAreaVisualComponent.isLinked(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
boolean |
ScrollbarVisualComponent.isLinked(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
boolean |
ScrollPaneVisualComponent.isLinked(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
boolean |
PanelVisualComponent.isLinked(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
boolean |
ListBoxVisualComponent.isLinked(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
boolean |
LabelVisualComponent.isLinked(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
boolean |
FrameVisualComponent.isLinked(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
boolean |
FontComponent.isLinked(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
boolean |
DialogVisualComponent.isLinked(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
boolean |
ContainerVisualComponent.isLinked(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
boolean |
ComponentVisualComponent.isLinked(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
boolean |
ChoiceVisualComponent.isLinked(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
boolean |
CheckBoxVisualComponent.isLinked(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
boolean |
CanvasVisualComponent.isLinked(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
boolean |
ButtonVisualComponent.isLinked(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
boolean |
AppletVisualComponent.isLinked(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
boolean |
ColorComponent.isLinked(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
static boolean |
VisualInterfaceSupport.isTransparent(ComponentInterface componentInstance,
VisualInterface visualInstance,
java.awt.Component awtComponentInstance)
|
static boolean |
ContainerInterfaceSupport.isValid(ComponentInterface componentInstance,
ContainerInterface containerInstance,
java.awt.Container awtContainerInstance)
Returns whether the specified component is valid. |
static boolean |
VisualInterfaceSupport.isVisible(ComponentInterface componentInstance,
VisualInterface visualInstance,
java.awt.Component awtComponentInstance)
|
static void |
VisualInterfaceSupport.paint(ComponentInterface componentInstance,
VisualInterface visualInstance,
java.awt.Component awtComponentInstance,
java.awt.Graphics g)
|
static void |
VisualInterfaceSupport.paintHandles(ComponentInterface componentInstance,
VisualInterface visualInstance,
java.awt.Component awtComponentInstance,
java.awt.Graphics g)
|
static void |
VisualInterfaceSupport.readObject(ComponentInterface componentInstance,
VisualInterface visualInstance,
java.awt.Component awtComponentInstance,
java.io.ObjectInputStream stream)
readObject is a helper method. |
void |
TextFieldVisualComponent.removeLink(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
void |
TextAreaVisualComponent.removeLink(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
void |
ScrollbarVisualComponent.removeLink(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
void |
ScrollPaneVisualComponent.removeLink(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
void |
PanelVisualComponent.removeLink(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
void |
ListBoxVisualComponent.removeLink(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
void |
LabelVisualComponent.removeLink(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
void |
FrameVisualComponent.removeLink(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
void |
FontComponent.removeLink(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
void |
DialogVisualComponent.removeLink(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
void |
ContainerVisualComponent.removeLink(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
void |
ComponentVisualComponent.removeLink(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
void |
ChoiceVisualComponent.removeLink(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
void |
CheckBoxVisualComponent.removeLink(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
void |
CanvasVisualComponent.removeLink(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
void |
ButtonVisualComponent.removeLink(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
void |
AppletVisualComponent.removeLink(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
void |
ColorComponent.removeLink(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
static void |
ContainerInterfaceSupport.removeNotify(ComponentInterface componentInstance,
ContainerInterface containerInstance,
java.awt.Container awtContainerInstance)
|
static void |
VisualInterfaceSupport.setBackgroundColor(ComponentInterface componentInstance,
VisualInterface visualInstance,
java.awt.Component awtComponentInstance,
java.awt.Color color)
|
static void |
VisualInterfaceSupport.setBorder(ComponentInterface componentInstance,
VisualInterface visualInstance,
java.awt.Component awtComponentInstance,
BorderInterface border)
|
static void |
VisualInterfaceSupport.setBounds(ComponentInterface componentInstance,
VisualInterface visualInstance,
java.awt.Component awtComponentInstance,
int x,
int y,
int width,
int height)
|
static void |
ContainerInterfaceSupport.setDefaultValues(ComponentInterface componentInstance,
ContainerInterface containerInstance,
java.awt.Container awtContainerInstance)
|
static void |
VisualInterfaceSupport.setDefaultValues(ComponentInterface componentInstance,
VisualInterface visualInstance,
java.awt.Component awtComponentInstance)
|
static void |
VisualInterfaceSupport.setEnabled(ComponentInterface componentInstance,
VisualInterface visualInstance,
java.awt.Component awtComponentInstance,
boolean enabled)
|
static void |
ContainerInterfaceSupport.setErrorHandler(ComponentInterface componentInstance,
ContainerInterface containerInstance,
java.awt.Container awtContainerInstance,
ErrorHandlerInterface errorHandler)
Sets the error handler for the specified component. |
static void |
VisualInterfaceSupport.setFocus(ComponentInterface componentInstance,
VisualInterface visualInstance,
java.awt.Component awtComponentInstance,
boolean focus)
|
static void |
VisualInterfaceSupport.setFont(ComponentInterface componentInstance,
VisualInterface visualInstance,
java.awt.Component awtComponentInstance,
java.awt.Font font)
|
static void |
VisualInterfaceSupport.setForegroundColor(ComponentInterface componentInstance,
VisualInterface visualInstance,
java.awt.Component awtComponentInstance,
java.awt.Color color)
|
static void |
VisualInterfaceSupport.setHeight(ComponentInterface componentInstance,
VisualInterface visualInstance,
java.awt.Component awtComponentInstance,
int verticalSize)
|
static void |
VisualInterfaceSupport.setHorizontalPosition(ComponentInterface componentInstance,
VisualInterface visualInstance,
java.awt.Component awtComponentInstance,
int horizontalPosition)
|
static void |
ContainerInterfaceSupport.setIDEDnDDropBarrier(ComponentInterface componentInstance,
ContainerInterface containerInstance,
java.awt.Container awtContainerInstance,
boolean isDropBarrier)
Sets whether the component is a drop barrier for the IDE. |
static void |
ContainerInterfaceSupport.setIDEDnDDropTarget(ComponentInterface componentInstance,
ContainerInterface containerInstance,
java.awt.Container awtContainerInstance,
boolean isDropTarget)
Set whether the component is an drop target for the IDE. |
static void |
ContainerInterfaceSupport.setInsets(ComponentInterface componentInstance,
ContainerInterface containerInstance,
java.awt.Container awtContainerInstance,
java.awt.Insets newInsets)
|
static void |
ContainerInterfaceSupport.setInsets(ComponentInterface componentInstance,
ContainerInterface containerInstance,
java.awt.Container awtContainerInstance,
int top,
int left,
int bottom,
int right)
|
static void |
VisualInterfaceSupport.setPreferredSize(ComponentInterface componentInstance,
VisualInterface visualInstance,
java.awt.Component awtComponentInstance,
java.awt.Dimension preferredSize)
|
static void |
VisualInterfaceSupport.setPrePainter(ComponentInterface componentInstance,
VisualInterface visualInstance,
java.awt.Component awtComponentInstance,
com.sas.visuals.PainterInterface painter)
|
static void |
VisualInterfaceSupport.setTransparent(ComponentInterface componentInstance,
VisualInterface visualInstance,
java.awt.Component awtComponentInstance,
boolean transparent)
|
static void |
ContainerInterfaceSupport.setValidator(ComponentInterface componentInstance,
ContainerInterface containerInstance,
java.awt.Container awtContainerInstance,
ValidationInterface validator)
Sets the validator for the specified component. |
static void |
VisualInterfaceSupport.setVerticalPosition(ComponentInterface componentInstance,
VisualInterface visualInstance,
java.awt.Component awtComponentInstance,
int verticalPosition)
|
static void |
VisualInterfaceSupport.setVisible(ComponentInterface componentInstance,
VisualInterface visualInstance,
java.awt.Component awtComponentInstance,
boolean visible)
|
static void |
VisualInterfaceSupport.setWidth(ComponentInterface componentInstance,
VisualInterface visualInstance,
java.awt.Component awtComponentInstance,
int horizontalSize)
|
static void |
VisualInterfaceSupport.update(ComponentInterface componentInstance,
VisualInterface visualInstance,
java.awt.Component awtComponentInstance,
java.awt.Graphics g)
|
| Uses of ComponentInterface in com.sas.collection |
|---|
| Classes in com.sas.collection that implement ComponentInterface | |
|---|---|
class |
AssociationList
AssociationList is an implementation of AssociationListinterface, a collection which stores and retrieves values by either key or integer index. |
class |
BaseCollection
Abstract base class for collections. |
class |
Collection
A implementation of CollectionInterface, for objects which store and retrieve values. |
class |
CollectionMirror
A CollectionMirror is an abstract base class for other read-only collections which "reflect" other collections. |
class |
Dictionary
A Dictionary stores and retrieves values by a key. |
class |
OrderedCollection
An ordered collection is a collection which accesses items via consecutive integer indices. |
class |
OrderedListCollection
An OrderedListCollection is a linked list implementation of OrderedCollectionInterface. |
class |
Set
A Set is a Collection which does not allow duplicates elements. |
class |
SortedCollection
SortedCollection is a collection which inserts items
in a sort order defined by a Comparator. |
class |
StaticCollection
A StaticCollection is a class which hides the update
methods of a collection object. |
class |
StaticDictionary
A StaticDictionary is a class which hides the update
methods of a dictionary object. |
class |
StaticOrderedCollection
A StaticOrderedCollection is a class which hides the update methods of a OrderedCollection object. |
class |
StaticStringList
A StaticStringList is a class which hides the update
methods of a StringList object. |
class |
StringCollection
A StringCollection is an ordered collection of java.lang.String values. |
| Uses of ComponentInterface in com.sas.io |
|---|
| Classes in com.sas.io that implement ComponentInterface | |
|---|---|
class |
File
A class representing a File on the host file system. |
class |
FileComponent
A FileComponent class. |
class |
FileList
A class that holds a list of File and Directory names that are available in a Directory on a specified FileSystem. |
class |
FileListFiltersPanel
The FileListFiltersPanel is a panel to be displayed in an instance of FileListCustomizer or FiltersEditor. |
class |
FileSystem
A class representing File System on local machine. |
class |
FileSystemList
A class that holds a list of RootDirectories (drives) that are available on the system Creating a FileSystemList Component |
class |
Printer
A class representing Printer attached to a local machine. |
class |
PrinterList
A class that holds a list of Printers that are available on the system Creating a PrinterList Component |
| Methods in com.sas.io with parameters of type ComponentInterface | |
|---|---|
void |
FileComponent.addLink(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
boolean |
FileComponent.isLinked(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
void |
FileComponent.removeLink(java.lang.String property,
ComponentInterface linked_component,
java.lang.String linked_property)
|
| Uses of ComponentInterface in com.sas.lang |
|---|
| Classes in com.sas.lang that implement ComponentInterface | |
|---|---|
class |
BooleanData
BooleanData is an implementation of BooleanDataInterface, for holding a boolean integer. |
class |
BooleanOperator
A BooleanOperator is an object which computes a boolean function of one or two boolean values. |
class |
ByteData
ByteData is an implementation of ByteDataInterface, for holding a byte integer. |
class |
CharacterData
CharacterData is an implementation of CharacterDataInterface, for holding a char integer. |
class |
DoubleData
DoubleData is an implementation of DoubleDataInterface, for holding a double integer. |
class |
FloatData
FloatData is an implementation of FloatDataInterface, for holding a float integer. |
class |
IntegerData
IntegerData is an implementation of IntegerDataInterface, for holding a int integer. |
class |
LongData
LongData is an implementation of LongDataInterface, for holding a long integer. |
class |
ObjectData
ObjectData is an implementation of ObjectDataInterface, a container for holding an Object. |
class |
ShortData
ShortData is an implementation of ShortDataInterface, for holding a short integer. |
class |
StringData
StringData is an implementation of StringDataInterface, for holding a String. |
| Uses of ComponentInterface in com.sas.models |
|---|
| Classes in com.sas.models that implement ComponentInterface | |
|---|---|
class |
BoundedDouble
A BoundedDouble is an implementation of BoundedNumberInterface. |
class |
BoundedLong
A BoundedLong is an implementation of BoundedNumberInterface. |
class |
ClassPathClasses
ClassPathClasses is a model that represents the classes in the CLASSPATH. |
class |
ColorList
A base class that creates an empty ordered collection. |
class |
ColorNameList
An associationlist of java.awt.SystemColor and com.sas.awt.Color objects as keys and name as values. |
class |
DefaultColorList
An Ordered Collection of java.awt.SystemColors and com.sas.awt.Color objects. |
class |
DefaultFontFamilyList
This class provides a list of font family names that are available on the system. |
class |
DefaultFontList
This class provides a list of font objects that are available on the system. |
class |
FontList
This class provides a list of font objects that are available on the system. |
class |
ImageLinkModel
Provides an implementation of ImageDataInterface |
class |
ImageModel
Provides an implementation of ImageDataInterface |
class |
IMDBTable
|
class |
KeyCollection
A collection containing strings for all of the java.awt.event.KeyEvent key codes. |
class |
RangeCollection
A RangeCollection defines a set of values and colors (a collection of RangeSegments). |
class |
RGBList
A class that has a list of color names associated with its RGB values(integer). |
class |
SimpleJSTreeNode
Deprecated. As of Version 2.0 this class has been replaced by com.sas.models.TreeNode |
class |
SimpleTable
SimpleTable manages any two-dimensional data where all the columns are of uniform type. |
class |
StaticTextModel
Provides an implementation of StringDataInterface |
class |
StatusStringData
StatusStringData is a class that extends from StringData that changes the text back to the model text after some amount of time after the text is set. |
class |
TextLinkModel
Extends TextLabelModel and provides an implementation of LinkDataInterface |
class |
TextValueModel
Provides an implementation of StringValueInterface |
class |
Tree
Tree is the implementation of TreeInterface. |
| Uses of ComponentInterface in com.sas.net |
|---|
| Classes in com.sas.net that implement ComponentInterface | |
|---|---|
class |
URL
A class representing a Uniform Resource Locator on the web. |
|
| Components |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||