Extension SDK

oracle.ide.controls
Class SplashScreen

java.lang.Object
  |
  +--oracle.ide.controls.SplashScreen

public final class SplashScreen
extends java.lang.Object

The SplashScreen class controls the display of the startup screen.


Method Summary
static void create()
          Create and show the splash screen.
static void dismiss()
          Hide and destroy the splash screen after the specified amount of time.
static void log(java.lang.String msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static void create()
Create and show the splash screen.
Parameters:
owner - The parent frame for the splash screen window.

dismiss

public static void dismiss()
Hide and destroy the splash screen after the specified amount of time.

log

public static void log(java.lang.String msg)

Extension SDK