|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.borland.jbuilder.ide.SetupManager
Serves as a static registry for all available Setup objects.
Method Summary | |
static Setup |
getSetup(java.lang.String name)
Searches for a registered Setup instance by name. |
static Setup |
getSetup(java.lang.String name,
java.lang.String parentName)
Searches for a registered child Setup of parent Setup by name. |
static Setup[] |
getSetups()
|
static Setup[] |
getSetups(java.lang.String parentName)
|
static boolean |
isShowRestartWarning()
|
static void |
registerSetup(Setup setup)
Registers an instance of a class that extends the Setup abstract class. |
static void |
registerSetup(Setup setup,
java.lang.String parentName)
Registers an instance of a class that extends the Setup abstract class, and should appear as part of another Setup. |
static void |
setShowRestartWarning(boolean show)
Sets the showRestartWarning variable. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static void registerSetup(Setup setup)
public static void registerSetup(Setup setup, java.lang.String parentName)
setup
- The setup to register.parentName
- The name of the parent setup.public static Setup[] getSetups()
public static Setup[] getSetups(java.lang.String parentName)
parentName
- The name of the parent Setup.public static Setup getSetup(java.lang.String name)
name
- The name of the desired Setup.public static Setup getSetup(java.lang.String name, java.lang.String parentName)
name
- The name of the desired Setup.parentName
- The parent Setup name.public static void setShowRestartWarning(boolean show)
show
- Indicates whether a warning dialog should be shown after the
Setup dialog is closed to indicate that JBuilder needs to be restarted.public static boolean isShowRestartWarning()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |