Extension SDK

oracle.ide.config
Class SplashScreenOptions

java.lang.Object
  extended byoracle.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 boolean getShowSplashScreen()
          Returns the display status of the splash screen.
static void setShowSplashScreen(boolean showSplashScreen)
          Sets the display status of the splash screen.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.


Extension SDK

 

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