Uses of Interface
com.sas.ViewDefaultModelInterface

Packages that use ViewDefaultModelInterface
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 ViewDefaultModelInterface in com.sas.awt
 

Classes in com.sas.awt that implement ViewDefaultModelInterface
 class Button
          Button is a pushbutton component that can display a specified text label.
 class CheckBox
          CheckBox is a component that maintains a boolean state and displays a specified text label.
 class Choice
          Choice is a component that maintains a dropdown list of items for selection.
 class Label
          Label is a component that displays a single line of read-only text.
 class ListBox
          ListBox is a component that maintains a scrollable list of items for selection.
 class Scrollbar
          Scrollbar is a component that can scroll through a range of integer values.
 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 ViewDefaultModelInterface in com.sas.sasserver
 

Classes in com.sas.sasserver that implement ViewDefaultModelInterface
 class SASProcedureTemplate
           The SASProcedureTemplate class extends Template and is used for creating SAS PROC statements.
 

Uses of ViewDefaultModelInterface in com.sas.table
 

Classes in com.sas.table that implement ViewDefaultModelInterface
 class TableView
          TableView is a class that allows two-dimensional data to be viewed, edited, and manipulated in tabular form.
 

Uses of ViewDefaultModelInterface in com.sas.visuals
 

Classes in com.sas.visuals that implement ViewDefaultModelInterface
 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 ImageAnimation
          ImageAnimation is a class that increments and decrements an ImageAnimationIcon object when an alarm is fired and paints the image in that state.
 class LabelView
          LabelView is a class that displays lines of text.
 class NumericTextField
          NumericTextField is a subclass of TextField which has a default validator for integers.
 class RadioBox
          The RadioBox is a panel that contains a SelectionGroup and multiple instances of SelectableInterface members(radio buttons) of that group.
 class SpinButton
          SpinButton is a class that creates a component with two opposing arrow buttons that can be pressed to increment or decrement a value field.
 class StyledLabelView
          StyledLabelView is a sub-class of LabelView that parses the text into TextElements and paints it based on tags placed in the text.
 class TabbedView
          The TabbedView is a container that allows multiple views to be defined in the same area and viewed exclusively.
 class TreeView
          
TreeView is a class which displays a hierarchical list of items.
 class UpDownListBox
          UpDownListBox presents a ListBox class with buttons for moving the items within the list box.
 class WordWrapTextArea
          WordWrapTextArea is a subclass of com.sas.awt.TextArea that should be used when word-wrapping is desired.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.