com.sas.awt
Interface WindowInit2Interface

All Superinterfaces:
WindowInitInterface

public interface WindowInit2Interface
extends WindowInitInterface

This interface must be implemented by applets and frames that wish to be initialized by a separate thread (see WindowInitThread).


Method Summary
 void addComponents()
          Add the objects to the applet
 void createComponents()
          Create any objects from
 
Methods inherited from interface com.sas.awt.WindowInitInterface
createROCFComponents, initConnections, postInit
 

Method Detail

createComponents

void createComponents()
Create any objects from


addComponents

void addComponents()
Add the objects to the applet




Copyright © 2009 SAS Institute Inc. All Rights Reserved.