|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValidatorInterface | |
---|---|
com.sas.awt | Provides extensions of java.awt components which implement com.sas.ComponentInterface |
com.sas.sasserver | Access to base functionality in the SAS system, including selector dialogs and SAS code generation from templates. |
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.visuals | Additional user interface components not provided in AWT. |
Uses of ValidatorInterface in com.sas.awt |
---|
Subinterfaces of ValidatorInterface in com.sas.awt | |
---|---|
interface |
ContainerInterface
ContainerInterface defines the behavior of container components. |
Classes in com.sas.awt that implement ValidatorInterface | |
---|---|
class |
Container
Container is a subclass of java.awt.Container which implements the ComponentInterface, VisualInterface, and ContainerInterface. |
class |
ContainerContainerComponent
|
class |
Dialog
The Dialog class encapsulates a window that contains components that accept input from a user. |
class |
DialogContainerComponent
|
class |
Frame
The Frame class provides a top-level window for applets and applications. |
class |
FrameContainerComponent
|
class |
Panel
Panel extends the java.awt.Panel class and contains webAF functionality. |
class |
PanelContainerComponent
|
class |
ScrollPane
ScrollPane extends the java.awt.ScrollPane class and contains webAF functionality. |
class |
ScrollPaneContainerComponent
|
class |
TextArea
TextArea is a component for creating a multi-line area that can set and display text. |
class |
TextField
TextField is a component that can set and display a single line of text. |
Uses of ValidatorInterface in com.sas.sasserver |
---|
Classes in com.sas.sasserver that implement ValidatorInterface | |
---|---|
class |
CatalogSelectorDialog
|
class |
DataSetSelectorDialog
|
class |
EISSelectorDialog
EISSelectorDialog is a dialog that allows selection of eis entries. |
class |
LibrarySelectorDialog
LibrarySelectorDialog |
class |
MetabaseSelectorDialog
MetabaseSelectorDialog is a dialog that allows selection of metabse and database entries. |
class |
RemoteObjectCustomizerPanel
RemoteObjectCustomizerPanel is a class that can serve as the base class of of a customizer panel that needs to create a connection to create remote objects. |
class |
RemoteObjectSelectorDialog
RemoteObjectSelector is a class that can serve as the base class of of a dialog that needs to create a connection to create remote objects. |
Uses of ValidatorInterface in com.sas.table |
---|
Classes in com.sas.table that implement ValidatorInterface | |
---|---|
class |
CheckBoxCell
Provides a cell view with the appearance and behavior of a checkbox. |
class |
NavigationBar
A selector for navigating through a table. |
class |
TableView
TableView is a class that allows two-dimensional data to be viewed, edited, and manipulated in tabular form. |
Uses of ValidatorInterface in com.sas.visuals |
---|
Classes in com.sas.visuals that implement ValidatorInterface | |||
---|---|---|---|
class |
ArrowButton
ArrowButton is a subclass of PushButton that displays an ArrowIcon and uses an AlarmButtonModel. |
||
class |
BaseButton
BaseButton is an abstract class for creating a button. |
||
class |
BasicColorsPanel
The BasicColorsPanel is a panel to be displayed in an instance of ColorDialog or ColorCustomizer. |
||
class |
BorderedContainer
BorderedContainer is a subclass of Container which has a 1 pixel wide, simple border around the outside. |
||
class |
BorderedPanel
BorderedPanel is a subclass of Panel which has a 1 pixel wide, simple border around the outside. |
||
class |
BufferedPanel
A panel that allows for doubleBuffering of components within it. |
||
class |
ButtonDialog
|
||
class |
ButtonPanel
ButtonPanel creates a consistent looking set of buttons in a row. |
||
class |
ClassSelectorPanel
This class displays a TreeView with a ClassPathClasses model and allows the user to select a class. |
||
class |
CloseCancelCustomizerDialog
CloseCancelCustomizerDialog is a ButtonDialog subclass
which displays a
| ||
class |
ColorPanel
The ColorPanel is a panel to be displayed in an instance of ColorDialog or ColorCustomizer. |
||
class |
ComboBox
ComboBox displays a list of items for selection and contains an optionally editable text control that allows the user to enter text that is not in the list portion of the comboBox. |
||
class |
CompositeContainer
CompositeContainer is a subclass of
with some convenience methods for building composite objects. |
||
class |
CompositePanel
CompositePanel is a subclass of com.sas.awt.Panel. |
||
class |
CustomColorsPanel
The CustomColorsPanel is a panel to be displayed in an instance of ColorDialog or ColorCustomizer. |
||
class |
CustomizerDialog
CustomizerDialog is a ButtonDialog subclass
which displays a
| ||
class |
DirectoryDialog
The DirectoryDialog allows the user to select a directory,
rather than a single file (java.awt.FileDialog). |
||
class |
DualSelector
DualSelector is a class used for manipulating items between two lists. |
||
class |
FontDialog
FontDialog is a subclass of Dialog which displays components for font creation and a set of buttons to allow a user response. |
||
class |
FontPanel
The FontPanel is a panel to be displayed in an instance of FontDialog. |
||
class |
GraphicalCheckBox
A GraphicalCheckBox is a ToggleButton with a predefined set of images. |
||
class |
IndexedPropertyEditorHost
|
||
class |
MessageBox
MessageBox is a subclass of Dialog which displays a text message, an icon, and a set of buttons to allow a user response. |
||
class |
NumericTextField
NumericTextField is a subclass of TextField which has a default validator for integers. |
||
class |
OkCancelHelpDialog
|
||
class |
OrientationSelector
|
||
class |
ProgressDialog
|
||
class |
PropertyEditorHost
PropertyEditorHost provides a user interface for a PropertyEditor. |
||
class |
PropertySheet
This is an internal class used by the component framework. |
||
class |
PushButton
PushButton is a class that creates a button where images and text, or both can be displayed. |
||
class |
RadioBox
The RadioBox is a panel that contains a SelectionGroup and multiple
instances of SelectableInterface members(radio buttons) of that group. |
||
class |
RadioButton
RadioButton is a class that creates a button with text and a default icon. |
||
class |
Scrollbar
Scrollbar is a class that creates a lightweight scrollbar. |
||
class |
SpinBox
SpinBox is a class that combines a textField and a spinButton. |
||
class |
TabBar
The TabBar is a sub-class of CompositePanel that implements the TabBarInterface to contain TabButtonInterface components. |
||
class |
TabbedView
The TabbedView is a container that allows multiple views to be defined in the same area and viewed exclusively. |
||
class |
TabButton
TabButton is a subclass of ToggleButton that implements the TabButtonInterface. |
||
class |
TabFolder
TabFolder is a subclass of Panel that has a TabButtonInterface property. |
||
class |
TextEditComposite
|
||
class |
ToggleButton
ToggleButton is a subclass of BaseButton that creates a button where images and text, or both can be displayed. |
||
class |
Toolbar
|
||
class |
ToolbarButton
ToggleButton is a sub-class of PushButton that creates a button that displays images. |
||
class |
TreeView
TreeView is a class which displays a hierarchical list of items. |
||
class |
UnitsBox
A UnitsBox object is a visual component for entering a measurement value as a number, in one of a set of units. |
||
class |
UpDownListBox
UpDownListBox presents a
class with buttons for moving the items within the list box. |
||
class |
UpDownTextArea
|
||
class |
WordWrapTextArea
WordWrapTextArea is a subclass of com.sas.awt.TextArea that should be used when word-wrapping is desired. |
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |