Uses of Class
com.sas.awt.DialogVisualComponent

Packages that use DialogVisualComponent
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.visuals Additional user interface components not provided in AWT. 
 

Uses of DialogVisualComponent in com.sas.awt
 

Subclasses of DialogVisualComponent in com.sas.awt
 class Dialog
          The Dialog class encapsulates a window that contains components that accept input from a user.
 class DialogContainerComponent
           
 

Uses of DialogVisualComponent in com.sas.sasserver
 

Subclasses of DialogVisualComponent in com.sas.sasserver
 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 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 DialogVisualComponent in com.sas.visuals
 

Subclasses of DialogVisualComponent in com.sas.visuals
 class ButtonDialog
           
 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 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 FontDialog
          FontDialog is a subclass of Dialog which displays components for font creation and a set of buttons to allow a user response.
 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 ProgressDialog
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.