Uses of Interface
com.sas.awt.ContainerInterface

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

Classes in com.sas.awt that implement ContainerInterface
 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
           
 

Methods in com.sas.awt with parameters of type ContainerInterface
static void ContainerInterfaceSupport.addNotify(com.sas.ComponentInterface componentInstance, ContainerInterface containerInstance, java.awt.Container awtContainerInstance)
           
static void ContainerInterfaceSupport.clone(ContainerInterface sourceObject, ContainerInterface destObject)
          Helper method used to clone an object which implements ContainerInterface.
static int ContainerInterfaceSupport.dragEnter(com.sas.ComponentInterface componentInstance, ContainerInterface containerInstance, java.awt.Container awtComponawtContainerInstanceentInstance, java.awt.Point point, int representation, int keyState, java.util.Vector data)
           
static void ContainerInterfaceSupport.dragLeave(com.sas.ComponentInterface componentInstance, ContainerInterface containerInstance, java.awt.Container awtContainerInstance)
           
static int ContainerInterfaceSupport.dragOver(com.sas.ComponentInterface componentInstance, ContainerInterface containerInstance, java.awt.Container awtContainerInstance, java.awt.Point point, int representation, int keyState, java.util.Vector data)
           
static com.sas.DesignTimeDropResult ContainerInterfaceSupport.drop(com.sas.ComponentInterface componentInstance, ContainerInterface containerInstance, java.awt.Container awtContainerInstance, java.awt.Point point, int representation, int keyState, java.util.Vector data)
           
static ErrorHandlerInterface ContainerInterfaceSupport.getErrorHandler(com.sas.ComponentInterface componentInstance, ContainerInterface containerInstance, java.awt.Container awtContainerInstance)
          Returns the error handler for the specified component.
static java.awt.Insets ContainerInterfaceSupport.getInsets(com.sas.ComponentInterface componentInstance, ContainerInterface containerInstance, java.awt.Container awtContainerInstance)
          Return the insets for this component.
static ValidationInterface ContainerInterfaceSupport.getValidator(com.sas.ComponentInterface componentInstance, ContainerInterface containerInstance, java.awt.Container awtContainerInstance)
          Returns the validator for the specified component.
static boolean ContainerInterfaceSupport.isIDEDnDDropBarrier(com.sas.ComponentInterface componentInstance, ContainerInterface containerInstance, java.awt.Container awtContainerInstance)
          Returns whether the component is a drop barrier for the IDE.
static boolean ContainerInterfaceSupport.isIDEDnDDropTarget(com.sas.ComponentInterface componentInstance, ContainerInterface containerInstance, java.awt.Container awtContainerInstance)
          Return whether the component is an drop target for the IDE.
static boolean ContainerInterfaceSupport.isValid(com.sas.ComponentInterface componentInstance, ContainerInterface containerInstance, java.awt.Container awtContainerInstance)
          Returns whether the specified component is valid.
static void ContainerInterfaceSupport.removeNotify(com.sas.ComponentInterface componentInstance, ContainerInterface containerInstance, java.awt.Container awtContainerInstance)
           
static void ContainerInterfaceSupport.setDefaultValues(com.sas.ComponentInterface componentInstance, ContainerInterface containerInstance, java.awt.Container awtContainerInstance)
           
static void ContainerInterfaceSupport.setErrorHandler(com.sas.ComponentInterface componentInstance, ContainerInterface containerInstance, java.awt.Container awtContainerInstance, ErrorHandlerInterface errorHandler)
          Sets the error handler for the specified component.
static void ContainerInterfaceSupport.setIDEDnDDropBarrier(com.sas.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(com.sas.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(com.sas.ComponentInterface componentInstance, ContainerInterface containerInstance, java.awt.Container awtContainerInstance, java.awt.Insets newInsets)
           
static void ContainerInterfaceSupport.setInsets(com.sas.ComponentInterface componentInstance, ContainerInterface containerInstance, java.awt.Container awtContainerInstance, int top, int left, int bottom, int right)
           
static void ContainerInterfaceSupport.setValidator(com.sas.ComponentInterface componentInstance, ContainerInterface containerInstance, java.awt.Container awtContainerInstance, ValidationInterface validator)
          Sets the validator for the specified component.
 

Uses of ContainerInterface in com.sas.sasserver
 

Classes in com.sas.sasserver that implement ContainerInterface
 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 ContainerInterface in com.sas.table
 

Classes in com.sas.table that implement ContainerInterface
 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 ContainerInterface in com.sas.visuals
 

Classes in com.sas.visuals that implement ContainerInterface
 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 ColorDialog
          ColorDialog is a subclass of Dialog which displays components for color creation and a set of buttons to allow a user response.
 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 Container 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 CustomizerPanel
          CustomizerPanel is an abstract class from which each component's customizer tabs should derive from.
 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 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 ListBox class with buttons for moving the items within the list box.
 class UpDownTextArea
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.