Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

oracle.javatools.controls
Class SplashScreen

java.lang.Object
  extended by oracle.javatools.controls.SplashScreen
Direct Known Subclasses:
SplashScreen

public class SplashScreen
extends java.lang.Object

WARNING: This API is still in flux.

The SplashScreen class controls the display of the startup screen.


Field Summary
protected static java.awt.Image splashImage
           
 
Constructor Summary
protected SplashScreen()
           
 
Method Summary
protected static void _create()
           
static void create(java.lang.String filename)
          Create and show the splash screen.
static void create(java.lang.String filename, int nsteps)
           
static void dismiss()
          Hide and destroy the splash screen.
static int getCurrentMsgCounter()
           
static boolean isDismissed()
           
static boolean isKeepHidden()
           
static void log(java.lang.String msg)
           
static void setKeepHidden(boolean keepHidden)
           
static void setVisible(boolean visible)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

splashImage

protected static java.awt.Image splashImage
Constructor Detail

SplashScreen

protected SplashScreen()
Method Detail

create

public static void create(java.lang.String filename)
Create and show the splash screen.

Parameters:
filename - the name of the splash image file

create

public static void create(java.lang.String filename,
                          int nsteps)

getCurrentMsgCounter

public static int getCurrentMsgCounter()

setVisible

public static void setVisible(boolean visible)

isDismissed

public static boolean isDismissed()

dismiss

public static void dismiss()
Hide and destroy the splash screen.


isKeepHidden

public static boolean isKeepHidden()

setKeepHidden

public static void setKeepHidden(boolean keepHidden)

log

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

_create

protected static void _create()

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

Copyright © 1997, 2009, Oracle. All rights reserved.