com.sas.awt
Class WindowInitUtil

com.sas.awt.WindowInitUtil

public class WindowInitUtil

Based on com.sas.awt.WindowInitThread Provides utilities for initializing applets and frames. This allows other dialogs to be presented to the user during initialization such as the deferred ROCF connection properties.


Field Summary
static java.lang.String RB_KEY
           
 
Constructor Summary
WindowInitUtil()
           
 
Method Summary
static void postInit(java.awt.Component window)
          Search the Container for any components that implement the com.sas.PostInitInterface interface; if found, invoke the postInit method
 

Field Detail

RB_KEY

public static final java.lang.String RB_KEY
See Also:
Constant Field Values
Constructor Detail

WindowInitUtil

public WindowInitUtil()
Method Detail

postInit

public static void postInit(java.awt.Component window)
Search the Container for any components that implement the com.sas.PostInitInterface interface; if found, invoke the postInit method




Copyright © 2009 SAS Institute Inc. All Rights Reserved.