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

E13403-05

oracle.ide.config
Class SplashScreenOptions

java.lang.Object
  extended by oracle.ide.config.SplashScreenOptions

public final class SplashScreenOptions
extends java.lang.Object

Utility class to get and set the display status of the SplashScreen. This user setting for the splash screen is stored outside of settings.xml, so we can avoid parsing that file in order to determine whether or not the splash screen should be displayed. This is done to speed up the display of the splash screen.


Method Summary
static void freshInstall()
           
static boolean getShowSplashScreen()
          Returns the display status of the splash screen.
static int getSplashScreenCounter()
          Read the current number of log steps in the splash file returns -1 if splashfile doesn't exist or the number of steps is 0
static void setShowSplashScreen(boolean showSplashScreen)
          Sets the display status of the splash screen.
static void setSplashScreenCounter(int cnt)
          Save the current number of log steps in the splash file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

freshInstall

public static void freshInstall()

getShowSplashScreen

public static boolean getShowSplashScreen()
Returns the display status of the splash screen.


setShowSplashScreen

public static void setShowSplashScreen(boolean showSplashScreen)
Sets the display status of the splash screen.


setSplashScreenCounter

public static void setSplashScreenCounter(int cnt)
Save the current number of log steps in the splash file


getSplashScreenCounter

public static int getSplashScreenCounter()
Read the current number of log steps in the splash file returns -1 if splashfile doesn't exist or the number of steps is 0


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

E13403-05

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