|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.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 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 |
public static boolean getShowSplashScreen()
public static void setShowSplashScreen(boolean showSplashScreen)
|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright ©1997, 2003, Oracle. All rights reserved.