public class LaunchAppropriateUI extends Object
Modifier and Type | Field and Description |
---|---|
static int |
GUI1
UI code for the old Swing GUI.
|
static int |
GUI2
UI code for the new Swing GUI.
|
static int |
SHOW_HELP
UI code for displaying command line help.
|
static int |
SHOW_VERSION
UI code for displaying command line version information.
|
static int |
TEXTUI
UI code for the text (command line) UI.
|
static Map<String,Integer> |
uiNameToCodeMap
Map of UI name strings to integer UI codes.
|
Constructor and Description |
---|
LaunchAppropriateUI(String[] args)
Constructor.
|
public static final int TEXTUI
public static final int GUI1
public static final int GUI2
public static final int SHOW_HELP
public static final int SHOW_VERSION
@StaticConstant public static final Map<String,Integer> uiNameToCodeMap
public LaunchAppropriateUI(String[] args)
args
- command line argumentsCopyright © 2003–2015. All rights reserved.