|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.ide.config.SplashScreenOptions
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 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 |
public static boolean getShowSplashScreen()
public static void setShowSplashScreen(boolean showSplashScreen)
public static void setSplashScreenCounter(int cnt)
public static int getSplashScreenCounter()
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.