|
UTJML | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Constants
An interface defining various global constants to Canica.
| Field Summary | |
|---|---|
static String |
BLANK_ICON
Blank space to align menu items. |
static String |
CLASS_EXTENSION
The extension of Java class files. |
static Color |
COLOR_EXPLORER
A color object value to the color explorer (file browser subsystem) |
static Color |
COLOR_OUTPUT
A color object value to the color output (output subsystem) |
static String |
COPYRIGHT
The copyright notice. |
static boolean |
DEBUG
Used to debug Canica |
static String |
EDIT_MENU_NAME
The name of edit menu. |
static char |
EXPLORER_DIR
The indentification character of the directory browser. |
static String |
EXPLORER_ROOT
The default root directory of the directory browser. |
static String |
FILE_MENU_NAME
The name of file menu. |
static String |
FILE_SEPARATOR
The system-dependent file separator character |
static String |
HELP_MENU_NAME
The name of help menu. |
static ImageIcon |
ICON_ABOUT
The image icon for the tool information. |
static ImageIcon |
ICON_BROWSER
The image icon for Browser |
static ImageIcon |
ICON_CASE_ACCEPTED
The image icon to the Test Case accepted |
static ImageIcon |
ICON_CASE_REJECTED
The image icon to the Test case rejected |
static ImageIcon |
ICON_CHECK_JML
The image icon for Check JML |
static ImageIcon |
ICON_CLASS
The image icon to the Class file |
static ImageIcon |
ICON_COMMENT
The image icons for Comment |
static ImageIcon |
ICON_COMPILE_FORTEST
The image icon for Compile for Test |
static ImageIcon |
ICON_COMPILE_JAVA
The image icon for compilation. |
static ImageIcon |
ICON_COMPILE_JML
The image icon for compile JML |
static ImageIcon |
ICON_COMPILE_JML_TEST
The image icon for Compile a file with JML for test |
static ImageIcon |
ICON_CONSOLE_VIEW
The image icon for a Console view |
static ImageIcon |
ICON_COPY
The image icons for Copy |
static ImageIcon |
ICON_CUT
The image icons for Cut |
static ImageIcon |
ICON_DELETE
The image icon for deleting a file or a selected text. |
static ImageIcon |
ICON_ERROR
The image icon for an error situation. |
static ImageIcon |
ICON_FILE
The image icon for a simple file |
static ImageIcon |
ICON_FOLDER
The image icon for a folder |
static ImageIcon |
ICON_GOTO
The image icon for Go to |
static ImageIcon |
ICON_HOME
The image icon for Home directory |
static ImageIcon |
ICON_INFORM
The image icon for information messages. |
static ImageIcon |
ICON_JAVA_FILE
The image icon for a java file |
static ImageIcon |
ICON_JML_LOGO
The image icon for Canica, .png. |
static ImageIcon |
ICON_JML_LOGO_ICONBEST
The image icon for Canica logo, .gif |
static ImageIcon |
ICON_LOAD_ANDTEST
Load and Test icon |
static ImageIcon |
ICON_METHOD
The image icon to the Method |
static ImageIcon |
ICON_NEW
The image icon for creating a new file. |
static ImageIcon |
ICON_NEWTESTSUITE
The image icon for a new test suite |
static ImageIcon |
ICON_NOTE
The image icon for notes. |
static ImageIcon |
ICON_OPEN
The image icon for opening a file. |
static ImageIcon |
ICON_PASTE
The image icons for Paste |
static ImageIcon |
ICON_PREFERENCES
The image icon for preferences. |
static ImageIcon |
ICON_PRINT
The image icon for creating a new file. |
static ImageIcon |
ICON_QUESTION
The image icon for questions. |
static ImageIcon |
ICON_REDO
The image icon for redoing an edit action. |
static ImageIcon |
ICON_RUN
The image icon for Run |
static ImageIcon |
ICON_RUN_TEST
The image icon for Run Test |
static ImageIcon |
ICON_SAVE
The image icon for creating a new file. |
static ImageIcon |
ICON_SAVEALL
The image icon for saving all files opened |
static ImageIcon |
ICON_SAVEAS
The image icon for creating a new file. |
static ImageIcon |
ICON_SELECT_ALL
The image icons for Select All |
static ImageIcon |
ICON_TEST_FILE
The image icon for JML. |
static ImageIcon |
ICON_TEST_WIZARD
The image icon for Test Wizard |
static ImageIcon |
ICON_TESTCASE
Test case |
static ImageIcon |
ICON_TESTCASE_ERROR
Test case Error |
static ImageIcon |
ICON_TESTCASE_FAIL
Test case fail |
static ImageIcon |
ICON_TESTCASE_HIERARCHY
Test case Hierarchy |
static ImageIcon |
ICON_TESTCASE_OK
Test case OK |
static ImageIcon |
ICON_TESTCASE_RUNS
Test case Runs |
static ImageIcon |
ICON_UNCOMMENT
The image icons for Uncomment |
static ImageIcon |
ICON_UNDO
The image icon for undoing an edit action. |
static ImageIcon |
ICON_UNKNOWN
The image icon for unknown. |
static ImageIcon |
ICON_WARN
The image icon for warning messages. |
static String |
INSERT_MENU_NAME
The name of insert menu. |
static String |
JAVA
The value to call the java virtual machine external tool |
static String |
JAVA_EXTENSION
The extension of Java source files. |
static String |
JAVAC
The value to call the java compiler external tool |
static String |
JUNIT_SWINGGUI_TESTRUNNER
The value to call the swing-gui test runner from the Junit framework |
static UIManager.LookAndFeelInfo[] |
looks
The look and Feels information |
static String |
NEWLINE
The system-dependent newline character. |
static String |
OPTION_MENU_NAME
The name of option menu. |
static String |
PATH_SEPARATOR
The system-dependent path separator character |
static String |
SEARCH_MENU_NAME
The name of search menu. |
static String |
TEST_MENU_NAME
The name of test menu. |
static String |
TOOL_MENU_NAME
The name of tools menu. |
static String |
VERSION
The version number. |
static String |
WEB_PAGE_LOCATION
The URL address of the web page. |
static String |
WEB_PAGE_NAME
The name of web page. |
static int |
WINDOW_HEIGHT
The initial height of the window. |
static int |
WINDOW_MIN_HEIGHT
The minimum height of the window. |
static int |
WINDOW_MIN_WIDTH
The minimum width of the window. |
static int |
WINDOW_WIDTH
The initial width of the window. |
| Field Detail |
|---|
static final String VERSION
static final String COPYRIGHT
static final String JAVA_EXTENSION
static final String CLASS_EXTENSION
static final char EXPLORER_DIR
static final String EXPLORER_ROOT
static final String NEWLINE
static final String FILE_SEPARATOR
static final String PATH_SEPARATOR
static final boolean DEBUG
static final int WINDOW_WIDTH
static final int WINDOW_HEIGHT
static final int WINDOW_MIN_WIDTH
static final int WINDOW_MIN_HEIGHT
static final String HELP_MENU_NAME
static final String FILE_MENU_NAME
static final String EDIT_MENU_NAME
static final String SEARCH_MENU_NAME
static final String INSERT_MENU_NAME
static final String TOOL_MENU_NAME
static final String TEST_MENU_NAME
static final String OPTION_MENU_NAME
static final String WEB_PAGE_NAME
static final String WEB_PAGE_LOCATION
static final ImageIcon ICON_JML_LOGO
static final ImageIcon ICON_JML_LOGO_ICONBEST
static final String BLANK_ICON
static final ImageIcon ICON_UNKNOWN
static final ImageIcon ICON_NOTE
static final ImageIcon ICON_ABOUT
static final ImageIcon ICON_ERROR
static final ImageIcon ICON_INFORM
static final ImageIcon ICON_PREFERENCES
static final ImageIcon ICON_QUESTION
static final ImageIcon ICON_WARN
static final ImageIcon ICON_NEW
static final ImageIcon ICON_SAVE
static final ImageIcon ICON_SAVEAS
static final ImageIcon ICON_SAVEALL
static final ImageIcon ICON_PRINT
static final ImageIcon ICON_OPEN
static final ImageIcon ICON_BROWSER
static final ImageIcon ICON_HOME
static final ImageIcon ICON_FOLDER
static final ImageIcon ICON_FILE
static final ImageIcon ICON_JAVA_FILE
static final ImageIcon ICON_CONSOLE_VIEW
static final ImageIcon ICON_CHECK_JML
static final ImageIcon ICON_COMPILE_JAVA
static final ImageIcon ICON_COMPILE_JML
static final ImageIcon ICON_RUN
static final ImageIcon ICON_COMPILE_JML_TEST
static final ImageIcon ICON_COMPILE_FORTEST
static final ImageIcon ICON_RUN_TEST
static final ImageIcon ICON_TEST_WIZARD
static final ImageIcon ICON_DELETE
static final ImageIcon ICON_REDO
static final ImageIcon ICON_UNDO
static final ImageIcon ICON_COPY
static final ImageIcon ICON_CUT
static final ImageIcon ICON_PASTE
static final ImageIcon ICON_SELECT_ALL
static final ImageIcon ICON_COMMENT
static final ImageIcon ICON_UNCOMMENT
static final ImageIcon ICON_GOTO
static final String JAVA
static final String JAVAC
static final String JUNIT_SWINGGUI_TESTRUNNER
static final Color COLOR_EXPLORER
static final Color COLOR_OUTPUT
static final UIManager.LookAndFeelInfo[] looks
static final ImageIcon ICON_CASE_ACCEPTED
static final ImageIcon ICON_CASE_REJECTED
static final ImageIcon ICON_METHOD
static final ImageIcon ICON_CLASS
static final ImageIcon ICON_NEWTESTSUITE
static final ImageIcon ICON_TEST_FILE
static final ImageIcon ICON_TESTCASE
static final ImageIcon ICON_TESTCASE_FAIL
static final ImageIcon ICON_TESTCASE_HIERARCHY
static final ImageIcon ICON_TESTCASE_OK
static final ImageIcon ICON_TESTCASE_ERROR
static final ImageIcon ICON_TESTCASE_RUNS
static final ImageIcon ICON_LOAD_ANDTEST
|
UTJML | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||