Package | Description |
---|---|
com.sun.electric.tool.user |
Package for handling the user-interface tool.
|
com.sun.electric.tool.user.ui |
Modifier and Type | Method and Description |
---|---|
static UserInterfaceMain.Mode |
UserInterfaceMain.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UserInterfaceMain.Mode[] |
UserInterfaceMain.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
UserInterfaceMain(java.util.List<java.lang.String> argsList,
UserInterfaceMain.Mode mode,
boolean showSplash) |
Modifier and Type | Method and Description |
---|---|
static void |
TopLevel.OSInitialize(UserInterfaceMain.Mode mode)
Method to initialize the window system.
|