|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.awt.WindowInitThread
public class WindowInitThread
Provides a separate thread 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 | |
---|---|
WindowInitThread(WindowInitInterface window)
Construct a new WindowInitThread object. |
Method Summary | |
---|---|
protected void |
checkLocal()
Check to see if this class was loaded locally. |
protected void |
postInit()
Search the Container for any components that implement the com.sas.PostInitInterface interface; if found, invoke the postInit method |
void |
run()
Initialize the window in a new thread. |
Field Detail |
---|
public static final java.lang.String RB_KEY
Constructor Detail |
---|
public WindowInitThread(WindowInitInterface window)
window
- The applet or frame to initializeMethod Detail |
---|
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
protected void postInit()
protected void checkLocal()
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |