Java Doc for OptionConstants.java in  » IDE » DrJava » edu » rice » cs » drjava » config » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » IDE » DrJava » edu.rice.cs.drjava.config 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


edu.rice.cs.drjava.config.OptionConstants

All known Subclasses:   edu.rice.cs.drjava.model.debug.jpda.Step,  edu.rice.cs.drjava.ui.config.FileOptionComponent,  edu.rice.cs.drjava.model.junit.DrJavaTestSuiteLoader,  edu.rice.cs.drjava.model.GlobalModelOtherTest,  edu.rice.cs.drjava.model.repl.History,  edu.rice.cs.drjava.ui.AbstractDJPane,  edu.rice.cs.drjava.model.AbstractGlobalModel,  edu.rice.cs.drjava.config.OptionMapLoader,  edu.rice.cs.drjava.model.repl.HistoryTest,  edu.rice.cs.drjava.model.debug.jpda.DebugTest,  edu.rice.cs.drjava.model.GlobalModelIOTest,  edu.rice.cs.drjava.ui.config.DirectoryOptionComponent,  edu.rice.cs.drjava.model.definitions.ColoringGlyphPainter,  edu.rice.cs.drjava.ui.config.VectorFileOptionComponent,  edu.rice.cs.drjava.model.compiler.CompilerOptions,  edu.rice.cs.drjava.ui.config.VectorOptionComponent,  edu.rice.cs.drjava.ui.RecentFileManager,  edu.rice.cs.drjava.model.AbstractDJDocument,  edu.rice.cs.drjava.config.OptionMapLoaderTest,  edu.rice.cs.drjava.model.definitions.ColoringView,  edu.rice.cs.drjava.ui.ErrorPanel,  edu.rice.cs.drjava.ui.InteractionsPane,  edu.rice.cs.drjava.ui.DebugPanel,
OptionConstants
public interface OptionConstants (Code)
Defines the commonly used Option constants in DrJava config and project profiles.
version:
   $Id: OptionConstants.java 4264 2007-11-15 01:33:48Z mgricken $

Inner Class :static class DefaultFont
Inner Class :static class LookAndFeels
Inner Class :static class AccessLevelChoices

Field Summary
final public static  BooleanOptionALLOW_PRIVATE_ACCESS
     Whether to allow users to access to all members in the Interactions Pane.
final public static  BooleanOptionALWAYS_COMPILE_BEFORE_JUNIT
     Whether to prompt to save before testing.
final public static  BooleanOptionALWAYS_SAVE_BEFORE_COMPILE
     Whether to prompt to save before compiling.
final public static  BooleanOptionALWAYS_SAVE_BEFORE_DEBUG
     Whether to prompt to save before compiling.
final public static  BooleanOptionALWAYS_SAVE_BEFORE_JAVADOC
     Whether to prompt to save before compiling.
final public static  BooleanOptionALWAYS_SAVE_BEFORE_RUN
     Whether to prompt to save before running.
final public static  BooleanOptionAUTO_CLOSE_COMMENTS
     Whether to automatically close comments.
final public static  BooleanOptionBACKUP_FILES
     Whether to make emacs-style backup files.
final public static  ColorOptionBOOKMARK_COLOR
     Color for highlighting bookmarks.
final public static  FileOptionBROWSER_FILE
     A file path to a user's preferred browser.
final public static  NonNegativeIntegerOptionBROWSER_HISTORY_MAX_SIZE
     Number of entries in the browser history (0 for unlimited).
final public static  StringOptionBROWSER_STRING
     A String used to launch a user's preferred browser.
final public static  NonNegativeIntegerOptionCLIPBOARD_HISTORY_SIZE
     How many entries are kept in the clipboard history.
final public static  ColorOptionCOMPILER_ERROR_COLOR
     Color for highlighting errors and test failures.
final public static  ColorOptionDEBUG_BREAKPOINT_COLOR
     Color for highlighting breakpoints.
final public static  ColorOptionDEBUG_BREAKPOINT_DISABLED_COLOR
     Color for highlighting disabled breakpoints.
final public static  ColorOptionDEBUG_MESSAGE_COLOR
    
final public static  NonNegativeIntegerOptionDEBUG_PANEL_HEIGHT
     Height of debugger panel at startUp.
final public static  VectorOption<File>DEBUG_SOURCEPATH
     A classpath-structured vector of all paths to look for source files on while stepping in the debugger.
final public static  BooleanOptionDEBUG_STEP_DRJAVA
    
final public static  StringOptionDEBUG_STEP_EXCLUDE
     Which packages to exclude when stepping.
final public static  BooleanOptionDEBUG_STEP_INTERPRETER
    
final public static  BooleanOptionDEBUG_STEP_JAVA
    
final public static  ColorOptionDEBUG_THREAD_COLOR
     Color for highlighting thread locations.
final public static  ColorOptionDEFINITIONS_BACKGROUND_COLOR
     Color for background of definitions pane.
final public static  ColorOptionDEFINITIONS_COMMENT_COLOR
    
final public static  ColorOptionDEFINITIONS_DOUBLE_QUOTED_COLOR
    
final public static  ColorOptionDEFINITIONS_KEYWORD_COLOR
    
final public static  ColorOptionDEFINITIONS_MATCH_COLOR
     Color for highlighting brace-matching.
final public static  ColorOptionDEFINITIONS_NORMAL_COLOR
    
final public static  ColorOptionDEFINITIONS_NUMBER_COLOR
    
final public static  ColorOptionDEFINITIONS_SINGLE_QUOTED_COLOR
    
final public static  ColorOptionDEFINITIONS_TYPE_COLOR
    
final public static  BooleanOptionDIALOG_AUTOIMPORT_ENABLED
     Whether to display the "Auto Import" dialog when an undefined class is encountered in the Interactions Pane.
final public static  StringOptionDIALOG_AUTOIMPORT_STATE
     The last state of the "Auto Import" dialog.
final public static  BooleanOptionDIALOG_AUTOIMPORT_STORE_POSITION
     Whether to save and restore window size and position at startUp/shutdown.
final public static  StringOptionDIALOG_CLIPBOARD_HISTORY_STATE
     The last state of the "Clipboard History" dialog.
final public static  BooleanOptionDIALOG_CLIPBOARD_HISTORY_STORE_POSITION
     Whether to save and restore window size and position at startUp/shutdown.
final public static  BooleanOptionDIALOG_COMPLETE_SCAN_CLASS_FILES
     Whether to scan class files for auto-completion class names.
final public static  StringOptionDIALOG_COMPLETE_WORD_STATE
     The last state of the "Complete File" dialog.
final public static  BooleanOptionDIALOG_COMPLETE_WORD_STORE_POSITION
     Whether to save and restore window size and position at startUp/shutdown.
final public static  BooleanOptionDIALOG_DRJAVA_ERROR_POPUP_ENABLED
     Whether to show a notification popup when the first DrJava error occurs.
final public static  BooleanOptionDIALOG_GOTOFILE_FULLY_QUALIFIED
     Whether to also list files with fully qualified paths.
final public static  StringOptionDIALOG_GOTOFILE_STATE
     The last state of the "Go to File" dialog.
final public static  BooleanOptionDIALOG_GOTOFILE_STORE_POSITION
     Whether to save and restore window size and position at startUp/shutdown.
final public static  StringOptionDIALOG_JAROPTIONS_STATE
     The last state of the "Create Jar from Project " dialog.
final public static  BooleanOptionDIALOG_JAROPTIONS_STORE_POSITION
     Whether to save and restore window size and position at startUp/shutdown.
final public static  NonNegativeIntegerOptionDIALOG_LIGHTWEIGHT_PARSING_DELAY
     Delay for light-weight parsing.
final public static  StringOptionDIALOG_OPENJAVADOC_STATE
     The last state of the "Open Javadoc" dialog.
final public static  BooleanOptionDIALOG_OPENJAVADOC_STORE_POSITION
     Whether to save and restore window size and position at startUp/shutdown.
final public static  NonNegativeIntegerOptionDOC_LIST_WIDTH
     Width of DocList at startUp.
final public static  ColorOptionDRJAVA_ERRORS_BUTTON_COLOR
     Color for the background of the "DrJava Errors" button.
final public static  BooleanOptionDRJAVA_USE_FORCE_QUIT
     Whether to use Runtime.halt to quit DrJava (see bugs 1550220 and 1478796).
final public static  VectorOption<File>EXTRA_CLASSPATH
    
final public static  VectorOption<String>EXTRA_COMPILERS
    
final public static  BooleanOptionFIND_ALL_DOCUMENTS
    
final public static  BooleanOptionFIND_MATCH_CASE
    
final public static  BooleanOptionFIND_NO_COMMENTS_STRINGS
    
final public static  BooleanOptionFIND_REPLACE_FOCUS_IN_DEFPANE
     Whether to put the focus in the definitions pane after find/replace.
final public static  ColorOptionFIND_RESULTS_COLOR1
     Color for highlighting find results.
final public static  ColorOptionFIND_RESULTS_COLOR2
    
final public static  ColorOptionFIND_RESULTS_COLOR3
    
final public static  ColorOptionFIND_RESULTS_COLOR4
    
final public static  ColorOption[]FIND_RESULTS_COLORS
    
final public static  BooleanOptionFIND_SEARCH_BACKWARDS
    
final public static  BooleanOptionFIND_WHOLE_WORD
    
final public static  FontOptionFONT_DOCLIST
    
final public static  FontOptionFONT_LINE_NUMBERS
    
final public static  FontOptionFONT_MAIN
    
final public static  FontOptionFONT_TOOLBAR
    
final public static  BooleanOptionFORCE_TEST_SUFFIX
     Whether to force test classes in projects to end in "Test".
final public static  NonNegativeIntegerOptionHISTORY_MAX_SIZE
    
final public static  NonNegativeIntegerOptionINDENT_LEVEL
     How many spaces to use for indenting.
final public static  ColorOptionINTERACTIONS_ERROR_COLOR
    
final public static  BooleanOptionINTERACTIONS_EXIT_PROMPT
     Whether to prompt when the interactions pane is unexpectedly reset.
final public static  BooleanOptionINTERACTIONS_RESET_PROMPT
     Whether to prompt before resetting the interactions pane.
final public static  FileOptionJAVAC_LOCATION
    
final public static  StringOptionJAVADOC_1_3_LINK
     Constants for the URLs of Sun's system class documentation for different versions of Java.
final static  StringJAVADOC_1_3_TEXT
    
final public static  StringOptionJAVADOC_1_4_LINK
    
final static  StringJAVADOC_1_4_TEXT
    
final public static  StringOptionJAVADOC_1_5_LINK
    
final static  StringJAVADOC_1_5_TEXT
    
final public static  ForcedChoiceOptionJAVADOC_ACCESS_LEVEL
     The lowest access level of classes and members to include in the javadoc.
final public static  StringOptionJAVADOC_CUSTOM_PARAMS
     A string containing custom options to be passed to Javadoc.
final public static  FileOptionJAVADOC_DESTINATION
     The default destination directory for Javadoc output.
final public static  BooleanOptionJAVADOC_FROM_ROOTS
     Whether to include the entire package heirarchy from the source roots when generating JavaDoc output.
final public static  ForcedChoiceOptionJAVADOC_LINK_VERSION
     The version of Java to use for links to Javadoc for system classes.
final static  StringJAVADOC_NONE_TEXT
     Possible options for Javadoc system class documentation links.
final public static  BooleanOptionJAVADOC_PROMPT_FOR_DESTINATION
     Whether to always prompt for a destination directory, whether or not a default has been set.
final public static  KeyStrokeOptionKEY_ABOUT
    
final public static  KeyStrokeOptionKEY_BACKWARD
    
final public static  KeyStrokeOptionKEY_BEGIN_DOCUMENT
    
final public static  KeyStrokeOptionKEY_BEGIN_LINE
    
final public static  KeyStrokeOptionKEY_BOOKMARKS_PANEL
     The key binding for displaying the bookmarks panel.
final public static  KeyStrokeOptionKEY_BOOKMARKS_TOGGLE
     The key binding for toggling a bookmark.
final public static  KeyStrokeOptionKEY_BROWSE_BACK
    
final public static  KeyStrokeOptionKEY_BROWSE_FORWARD
    
final public static  KeyStrokeOptionKEY_CLEAR_CONSOLE
     The key binding for clearing the console.
final public static  KeyStrokeOptionKEY_CLEAR_HISTORY
     The key binding for clearing the interactions history.
final public static  KeyStrokeOptionKEY_CLEAR_LINE
     The key binding for clearing a line, emacs-style.
final public static  KeyStrokeOptionKEY_CLOSE_ALL_FILES
    
final public static  KeyStrokeOptionKEY_CLOSE_FILE
    
final public static  KeyStrokeOptionKEY_CLOSE_PROJECT
    
final public static  KeyStrokeOptionKEY_CLOSING_BRACE
     The key binding for going to the closing brace.
final public static  KeyStrokeOptionKEY_COMMENT_LINES
    
final public static  KeyStrokeOptionKEY_COMPILE
    
final public static  KeyStrokeOptionKEY_COMPILE_ALL
    
final public static  KeyStrokeOptionKEY_COMPLETE_FILE
     The key binding for complete file.
final public static  KeyStrokeOptionKEY_COPY
    
final public static  KeyStrokeOptionKEY_CUT
    
final public static  KeyStrokeOptionKEY_CUT_LINE
     The key binding for cutting a line.
final public static  KeyStrokeOptionKEY_DEBUG_BREAKPOINT_PANEL
     The key binding for displaying the breakpoints panel.
final public static  KeyStrokeOptionKEY_DEBUG_BREAKPOINT_TOGGLE
     The key binding for toggling a breakpoint.
final public static  KeyStrokeOptionKEY_DEBUG_CLEAR_ALL_BREAKPOINTS
     The key binding for clearing all breakpoints.
final public static  KeyStrokeOptionKEY_DEBUG_MODE_TOGGLE
     The key binding for toggling debug mode.
final public static  KeyStrokeOptionKEY_DEBUG_RESUME
     The key binding for resuming the debugger.
final public static  KeyStrokeOptionKEY_DEBUG_STEP_INTO
    
final public static  KeyStrokeOptionKEY_DEBUG_STEP_OUT
     The key binding for stepping out in the debugger.
final public static  KeyStrokeOptionKEY_DEBUG_STEP_OVER
     The key binding for stepping over in the debugger.
final public static  KeyStrokeOptionKEY_DELETE_NEXT
    
final public static  KeyStrokeOptionKEY_DELETE_PREVIOUS
    
final public static  KeyStrokeOptionKEY_DOWN
    
final public static  KeyStrokeOptionKEY_DRJAVA_ERRORS
    
final public static  KeyStrokeOptionKEY_END_DOCUMENT
    
final public static  KeyStrokeOptionKEY_END_LINE
    
final public static  KeyStrokeOptionKEY_EXECUTE_HISTORY
     The key binding for executing an interactions history.
final public static  KeyStrokeOptionKEY_FIND_NEXT
    
final public static  KeyStrokeOptionKEY_FIND_PREV
    
final public static  KeyStrokeOptionKEY_FIND_REPLACE
    
final public static  KeyStrokeOptionKEY_FORCE_QUIT
    
final public static  KeyStrokeOptionKEY_FORWARD
     The key binding for moving the cursor forwards.
final public static  KeyStrokeOptionKEY_GOTO_FILE
     The key binding for goto file.
final public static  KeyStrokeOptionKEY_GOTO_FILE_UNDER_CURSOR
     The key binding for goto this file.
final public static  KeyStrokeOptionKEY_GOTO_LINE
    
final public static  KeyStrokeOptionKEY_HELP
    
final public static  KeyStrokeOptionKEY_JAVADOC_ALL
    
final public static  KeyStrokeOptionKEY_JAVADOC_CURRENT
    
final public static  KeyStrokeOptionKEY_LIFT_CURRENT_INTERACTION
     The key binding for lifting the current interaction to definitions.
final public static  KeyStrokeOptionKEY_LOAD_HISTORY_SCRIPT
     The key binding for loading an interactions history as a script.
final public static  KeyStrokeOptionKEY_NEW_FILE
    
final public static  KeyStrokeOptionKEY_NEW_TEST
    
final public static  KeyStrokeOptionKEY_NEXT_DOCUMENT
    
final public static  KeyStrokeOptionKEY_NEXT_PANE
    
final public static  KeyStrokeOptionKEY_NEXT_WORD
     The key binding for moving the cursor to the beginning of the next word.
final public static  KeyStrokeOptionKEY_OPENING_BRACE
     The key binding for going to the opening brace.
final public static  KeyStrokeOptionKEY_OPEN_FILE
    
final public static  KeyStrokeOptionKEY_OPEN_FOLDER
    
final public static  KeyStrokeOptionKEY_OPEN_JAVADOC
     The key binding for open Javadoc.
final public static  KeyStrokeOptionKEY_OPEN_JAVADOC_UNDER_CURSOR
     The key binding for open Javadoc under cursor.
final public static  KeyStrokeOptionKEY_OPEN_PROJECT
     The key binding for opening an entire project.
final public static  KeyStrokeOptionKEY_PAGE_DOWN
     The key binding for page down.
final public static  KeyStrokeOptionKEY_PAGE_SETUP
    
final public static  KeyStrokeOptionKEY_PAGE_UP
     The key binding for page up.
final public static  KeyStrokeOptionKEY_PASTE
    
final public static  KeyStrokeOptionKEY_PASTE_FROM_HISTORY
    
final public static  KeyStrokeOptionKEY_PREFERENCES
    
final public static  KeyStrokeOptionKEY_PREVIOUS_DOCUMENT
    
final public static  KeyStrokeOptionKEY_PREVIOUS_PANE
    
final public static  KeyStrokeOptionKEY_PREVIOUS_WORD
    
final public static  KeyStrokeOptionKEY_PRINT
    
final public static  KeyStrokeOptionKEY_PRINT_CONSOLE
     The key binding for printing the console.
final public static  KeyStrokeOptionKEY_PRINT_INTERACTIONS
     The key binding for printing the interactions.
final public static  KeyStrokeOptionKEY_PRINT_PREVIEW
     The key binding for showing the print preview.
final public static  KeyStrokeOptionKEY_QUICKSTART
     The key binding for quickstart.
final public static  KeyStrokeOptionKEY_QUIT
    
final public static  KeyStrokeOptionKEY_REDO
    
final public static  KeyStrokeOptionKEY_RENAME_FILE
    
final public static  KeyStrokeOptionKEY_RESET_INTERACTIONS
     The key binding for resetting the interactions pane.
final public static  KeyStrokeOptionKEY_REVERT_FILE
    
final public static  KeyStrokeOptionKEY_RUN
    
final public static  KeyStrokeOptionKEY_RUN_MAIN
    
final public static  KeyStrokeOptionKEY_SAVE_ALL_FILES
    
final public static  KeyStrokeOptionKEY_SAVE_FILE
    
final public static  KeyStrokeOptionKEY_SAVE_FILE_AS
    
final public static  KeyStrokeOptionKEY_SAVE_HISTORY
     The key binding for saving an interactions history.
final public static  KeyStrokeOptionKEY_SELECT_ALL
    
final public static  KeyStrokeOptionKEY_SHIFT_DELETE_NEXT
    
final public static  KeyStrokeOptionKEY_SHIFT_DELETE_PREVIOUS
    
final public static  KeyStrokeOptionKEY_TEST
    
final public static  KeyStrokeOptionKEY_TEST_ALL
     The key binding for testing all open JUnit test cases.
final public static  KeyStrokeOptionKEY_UNCOMMENT_LINES
    
final public static  KeyStrokeOptionKEY_UNDO
    
final public static  KeyStrokeOptionKEY_UP
    
final public static  KeyStrokeOptionKEY_VIEW_INTERACTIONS_CLASSPATH
     The key binding for viewing the interactions classpath.
final public static  IntegerOptionLANGUAGE_LEVEL
     The language level to use when starting DrJava.
final public static  FileOptionLAST_DIRECTORY
     The directory in use by the file choosers upon the previous quit.
final public static  FileOptionLAST_INTERACTIONS_DIRECTORY
     The directory in use by the Interactions pane upon the previous quit.
final public static  BooleanOptionLIGHTWEIGHT_PARSING_ENABLED
     Whether to perform light-weight parsing.
final public static  BooleanOptionLINEENUM_ENABLED
     Whether the line-numbers should be displayed in a row header.
final public static  ForcedChoiceOptionLOOK_AND_FEEL
     The current look and feel.
final public static  StringOptionMASTER_JVM_ARGS
     The command-line arguments to be passed to the Master JVM.
final public static  BooleanOptionOPEN_FOLDER_RECURSIVE
    
final public static  StringPROJECT_FILE_EXTENSION
    
final public static  BooleanOptionPROMPT_BEFORE_CLEAN
    
final public static  BooleanOptionQUIT_PROMPT
     Whether to prompt before quitting DrJava.
final public static  VectorOption<File>RECENT_FILES
     A vector containing the most recently used files.
final public static  NonNegativeIntegerOptionRECENT_FILES_MAX_SIZE
    
final public static  VectorOption<File>RECENT_PROJECTS
     A vector containing the most recently used projects.
final public static  BooleanOptionREMOTE_CONTROL_ENABLED
     Whether remote control using sockets is enabled.
final public static  IntegerOptionREMOTE_CONTROL_PORT
     The port where DrJava will listen for remote control requests.
final public static  BooleanOptionRESET_CLEAR_CONSOLE
     Whether to clear the console when manually resetting the interactions pane.
final public static  BooleanOptionRUN_WITH_ASSERT
     Whether to run assert statements in the interactions pane.
final public static  BooleanOptionSHOW_CODE_PREVIEW_POPUPS
     Whether to show the "code preview" popups in the RegionTreePanels (bookmarks, breakpoints, find all).
final public static  BooleanOptionSHOW_DEBUG_CONSOLE
     Whether to enabled the Show Debug Console menu item in the Tools menu.
final public static  BooleanOptionSHOW_DEPRECATION_WARNINGS
    
final public static  BooleanOptionSHOW_FALLTHROUGH_WARNINGS
    
final public static  BooleanOptionSHOW_FINALLY_WARNINGS
    
final public static  BooleanOptionSHOW_PATH_WARNINGS
    
final public static  BooleanOptionSHOW_SERIAL_WARNINGS
    
final public static  BooleanOptionSHOW_SOURCE_WHEN_SWITCHING
     Whether a sample of the source code will be show when fast switching documents.
final public static  BooleanOptionSHOW_UNCHECKED_WARNINGS
    
final public static  StringOptionSLAVE_JVM_ARGS
     The command-line arguments to be passed to the Slave JVM.
final public static  BooleanOptionSTICKY_INTERACTIONS_DIRECTORY
     Whether to save and restore Interactions pane directory at startUp/shutdown (sticky=true), or to use "user.home" (sticky=false).
final public static  ColorOptionSYSTEM_ERR_COLOR
    
final public static  ColorOptionSYSTEM_IN_COLOR
    
final public static  ColorOptionSYSTEM_OUT_COLOR
    
final public static  NonNegativeIntegerOptionTABS_HEIGHT
     Height of tabbed panel at startUp.
final public static  BooleanOptionTEXT_ANTIALIAS
     Whether to draw anti-aliased text.
final public static  BooleanOptionTOOLBAR_ENABLED
     Whether or not the toolbar should be displayed.
final public static  BooleanOptionTOOLBAR_ICONS_ENABLED
     Whether icons should be displayed on the toolbar buttons.
final public static  BooleanOptionTOOLBAR_TEXT_ENABLED
     Whether text should be displayed on toolbar buttons.
final public static  BooleanOptionWARN_BREAKPOINT_OUT_OF_SYNC
     Whether to warn if a document has been modified before allowing the user to set a breakpoint in it.
final public static  BooleanOptionWARN_CHANGE_LAF
     Whether to warn that a restart is necessary before the look and feel will change.
final public static  BooleanOptionWARN_DEBUG_MODIFIED_FILE
     Whether to warn that the user is debugging a file that is out of sync with its class file.
final public static  BooleanOptionWARN_PATH_CONTAINS_POUND
     Whether to warn that a file's path contains a "#' symbol.
final public static  NonNegativeIntegerOptionWINDOW_HEIGHT
     Height of MainFrame at startUp.
final public static  IntegerOptionWINDOW_STATE
     The window state (maxamized or normal).
final public static  BooleanOptionWINDOW_STORE_POSITION
     Whether to save and restore window size and position at startUp/shutdown.
final public static  NonNegativeIntegerOptionWINDOW_WIDTH
     Width of MainFrame at startUp.
final public static  IntegerOptionWINDOW_X
     X position of MainFrame at startUp.
final public static  IntegerOptionWINDOW_Y
     Y position of MainFrame at startUp.
final static  ArrayList<String>accessLevelChoices
     Possible options for Javadoc access levels.
final static  String[]choices
    
final static  ArrayList<String>linkVersionChoices
    
static  intmask
    



Field Detail
ALLOW_PRIVATE_ACCESS
final public static BooleanOption ALLOW_PRIVATE_ACCESS(Code)
Whether to allow users to access to all members in the Interactions Pane.



ALWAYS_COMPILE_BEFORE_JUNIT
final public static BooleanOption ALWAYS_COMPILE_BEFORE_JUNIT(Code)
Whether to prompt to save before testing.



ALWAYS_SAVE_BEFORE_COMPILE
final public static BooleanOption ALWAYS_SAVE_BEFORE_COMPILE(Code)
Whether to prompt to save before compiling.



ALWAYS_SAVE_BEFORE_DEBUG
final public static BooleanOption ALWAYS_SAVE_BEFORE_DEBUG(Code)
Whether to prompt to save before compiling.



ALWAYS_SAVE_BEFORE_JAVADOC
final public static BooleanOption ALWAYS_SAVE_BEFORE_JAVADOC(Code)
Whether to prompt to save before compiling.



ALWAYS_SAVE_BEFORE_RUN
final public static BooleanOption ALWAYS_SAVE_BEFORE_RUN(Code)
Whether to prompt to save before running.



AUTO_CLOSE_COMMENTS
final public static BooleanOption AUTO_CLOSE_COMMENTS(Code)
Whether to automatically close comments.



BACKUP_FILES
final public static BooleanOption BACKUP_FILES(Code)
Whether to make emacs-style backup files.



BOOKMARK_COLOR
final public static ColorOption BOOKMARK_COLOR(Code)
Color for highlighting bookmarks.



BROWSER_FILE
final public static FileOption BROWSER_FILE(Code)
A file path to a user's preferred browser.



BROWSER_HISTORY_MAX_SIZE
final public static NonNegativeIntegerOption BROWSER_HISTORY_MAX_SIZE(Code)
Number of entries in the browser history (0 for unlimited).



BROWSER_STRING
final public static StringOption BROWSER_STRING(Code)
A String used to launch a user's preferred browser. It is tokenized and appended to the file path.



CLIPBOARD_HISTORY_SIZE
final public static NonNegativeIntegerOption CLIPBOARD_HISTORY_SIZE(Code)
How many entries are kept in the clipboard history.



COMPILER_ERROR_COLOR
final public static ColorOption COMPILER_ERROR_COLOR(Code)
Color for highlighting errors and test failures.



DEBUG_BREAKPOINT_COLOR
final public static ColorOption DEBUG_BREAKPOINT_COLOR(Code)
Color for highlighting breakpoints.



DEBUG_BREAKPOINT_DISABLED_COLOR
final public static ColorOption DEBUG_BREAKPOINT_DISABLED_COLOR(Code)
Color for highlighting disabled breakpoints.



DEBUG_MESSAGE_COLOR
final public static ColorOption DEBUG_MESSAGE_COLOR(Code)



DEBUG_PANEL_HEIGHT
final public static NonNegativeIntegerOption DEBUG_PANEL_HEIGHT(Code)
Height of debugger panel at startUp. Must be less than WINDOW_HEIGHT + TABS_HEIGHT. Can be overridden if out of bounds.



DEBUG_SOURCEPATH
final public static VectorOption<File> DEBUG_SOURCEPATH(Code)
A classpath-structured vector of all paths to look for source files on while stepping in the debugger.



DEBUG_STEP_DRJAVA
final public static BooleanOption DEBUG_STEP_DRJAVA(Code)
Whether stepping should step through DrJava's source files



DEBUG_STEP_EXCLUDE
final public static StringOption DEBUG_STEP_EXCLUDE(Code)
Which packages to exclude when stepping.



DEBUG_STEP_INTERPRETER
final public static BooleanOption DEBUG_STEP_INTERPRETER(Code)
Whether stepping should step through Dynamic Java's source files



DEBUG_STEP_JAVA
final public static BooleanOption DEBUG_STEP_JAVA(Code)
Whether stepping should step through Java's source files



DEBUG_THREAD_COLOR
final public static ColorOption DEBUG_THREAD_COLOR(Code)
Color for highlighting thread locations.



DEFINITIONS_BACKGROUND_COLOR
final public static ColorOption DEFINITIONS_BACKGROUND_COLOR(Code)
Color for background of definitions pane.



DEFINITIONS_COMMENT_COLOR
final public static ColorOption DEFINITIONS_COMMENT_COLOR(Code)



DEFINITIONS_DOUBLE_QUOTED_COLOR
final public static ColorOption DEFINITIONS_DOUBLE_QUOTED_COLOR(Code)



DEFINITIONS_KEYWORD_COLOR
final public static ColorOption DEFINITIONS_KEYWORD_COLOR(Code)



DEFINITIONS_MATCH_COLOR
final public static ColorOption DEFINITIONS_MATCH_COLOR(Code)
Color for highlighting brace-matching.



DEFINITIONS_NORMAL_COLOR
final public static ColorOption DEFINITIONS_NORMAL_COLOR(Code)



DEFINITIONS_NUMBER_COLOR
final public static ColorOption DEFINITIONS_NUMBER_COLOR(Code)



DEFINITIONS_SINGLE_QUOTED_COLOR
final public static ColorOption DEFINITIONS_SINGLE_QUOTED_COLOR(Code)



DEFINITIONS_TYPE_COLOR
final public static ColorOption DEFINITIONS_TYPE_COLOR(Code)



DIALOG_AUTOIMPORT_ENABLED
final public static BooleanOption DIALOG_AUTOIMPORT_ENABLED(Code)
Whether to display the "Auto Import" dialog when an undefined class is encountered in the Interactions Pane.



DIALOG_AUTOIMPORT_STATE
final public static StringOption DIALOG_AUTOIMPORT_STATE(Code)
The last state of the "Auto Import" dialog.



DIALOG_AUTOIMPORT_STORE_POSITION
final public static BooleanOption DIALOG_AUTOIMPORT_STORE_POSITION(Code)
Whether to save and restore window size and position at startUp/shutdown.



DIALOG_CLIPBOARD_HISTORY_STATE
final public static StringOption DIALOG_CLIPBOARD_HISTORY_STATE(Code)
The last state of the "Clipboard History" dialog.



DIALOG_CLIPBOARD_HISTORY_STORE_POSITION
final public static BooleanOption DIALOG_CLIPBOARD_HISTORY_STORE_POSITION(Code)
Whether to save and restore window size and position at startUp/shutdown.



DIALOG_COMPLETE_SCAN_CLASS_FILES
final public static BooleanOption DIALOG_COMPLETE_SCAN_CLASS_FILES(Code)
Whether to scan class files for auto-completion class names.



DIALOG_COMPLETE_WORD_STATE
final public static StringOption DIALOG_COMPLETE_WORD_STATE(Code)
The last state of the "Complete File" dialog.



DIALOG_COMPLETE_WORD_STORE_POSITION
final public static BooleanOption DIALOG_COMPLETE_WORD_STORE_POSITION(Code)
Whether to save and restore window size and position at startUp/shutdown.



DIALOG_DRJAVA_ERROR_POPUP_ENABLED
final public static BooleanOption DIALOG_DRJAVA_ERROR_POPUP_ENABLED(Code)
Whether to show a notification popup when the first DrJava error occurs.



DIALOG_GOTOFILE_FULLY_QUALIFIED
final public static BooleanOption DIALOG_GOTOFILE_FULLY_QUALIFIED(Code)
Whether to also list files with fully qualified paths.



DIALOG_GOTOFILE_STATE
final public static StringOption DIALOG_GOTOFILE_STATE(Code)
The last state of the "Go to File" dialog.



DIALOG_GOTOFILE_STORE_POSITION
final public static BooleanOption DIALOG_GOTOFILE_STORE_POSITION(Code)
Whether to save and restore window size and position at startUp/shutdown.



DIALOG_JAROPTIONS_STATE
final public static StringOption DIALOG_JAROPTIONS_STATE(Code)
The last state of the "Create Jar from Project " dialog.



DIALOG_JAROPTIONS_STORE_POSITION
final public static BooleanOption DIALOG_JAROPTIONS_STORE_POSITION(Code)
Whether to save and restore window size and position at startUp/shutdown.



DIALOG_LIGHTWEIGHT_PARSING_DELAY
final public static NonNegativeIntegerOption DIALOG_LIGHTWEIGHT_PARSING_DELAY(Code)
Delay for light-weight parsing.



DIALOG_OPENJAVADOC_STATE
final public static StringOption DIALOG_OPENJAVADOC_STATE(Code)
The last state of the "Open Javadoc" dialog.



DIALOG_OPENJAVADOC_STORE_POSITION
final public static BooleanOption DIALOG_OPENJAVADOC_STORE_POSITION(Code)
Whether to save and restore window size and position at startUp/shutdown.



DOC_LIST_WIDTH
final public static NonNegativeIntegerOption DOC_LIST_WIDTH(Code)
Width of DocList at startUp. Must be less than WINDOW_WIDTH. Can be overridden if out of bounds.



DRJAVA_ERRORS_BUTTON_COLOR
final public static ColorOption DRJAVA_ERRORS_BUTTON_COLOR(Code)
Color for the background of the "DrJava Errors" button.



DRJAVA_USE_FORCE_QUIT
final public static BooleanOption DRJAVA_USE_FORCE_QUIT(Code)
Whether to use Runtime.halt to quit DrJava (see bugs 1550220 and 1478796).



EXTRA_CLASSPATH
final public static VectorOption<File> EXTRA_CLASSPATH(Code)



EXTRA_COMPILERS
final public static VectorOption<String> EXTRA_COMPILERS(Code)



FIND_ALL_DOCUMENTS
final public static BooleanOption FIND_ALL_DOCUMENTS(Code)



FIND_MATCH_CASE
final public static BooleanOption FIND_MATCH_CASE(Code)



FIND_NO_COMMENTS_STRINGS
final public static BooleanOption FIND_NO_COMMENTS_STRINGS(Code)



FIND_REPLACE_FOCUS_IN_DEFPANE
final public static BooleanOption FIND_REPLACE_FOCUS_IN_DEFPANE(Code)
Whether to put the focus in the definitions pane after find/replace.



FIND_RESULTS_COLOR1
final public static ColorOption FIND_RESULTS_COLOR1(Code)
Color for highlighting find results.



FIND_RESULTS_COLOR2
final public static ColorOption FIND_RESULTS_COLOR2(Code)



FIND_RESULTS_COLOR3
final public static ColorOption FIND_RESULTS_COLOR3(Code)



FIND_RESULTS_COLOR4
final public static ColorOption FIND_RESULTS_COLOR4(Code)



FIND_RESULTS_COLORS
final public static ColorOption[] FIND_RESULTS_COLORS(Code)



FIND_SEARCH_BACKWARDS
final public static BooleanOption FIND_SEARCH_BACKWARDS(Code)



FIND_WHOLE_WORD
final public static BooleanOption FIND_WHOLE_WORD(Code)



FONT_DOCLIST
final public static FontOption FONT_DOCLIST(Code)
List of open documents



FONT_LINE_NUMBERS
final public static FontOption FONT_LINE_NUMBERS(Code)
Line numbers



FONT_MAIN
final public static FontOption FONT_MAIN(Code)
Main (definitions document, tab contents)



FONT_TOOLBAR
final public static FontOption FONT_TOOLBAR(Code)
Toolbar buttons



FORCE_TEST_SUFFIX
final public static BooleanOption FORCE_TEST_SUFFIX(Code)
Whether to force test classes in projects to end in "Test".



HISTORY_MAX_SIZE
final public static NonNegativeIntegerOption HISTORY_MAX_SIZE(Code)
Number of lines to remember in the Interactions History



INDENT_LEVEL
final public static NonNegativeIntegerOption INDENT_LEVEL(Code)
How many spaces to use for indenting.



INTERACTIONS_ERROR_COLOR
final public static ColorOption INTERACTIONS_ERROR_COLOR(Code)



INTERACTIONS_EXIT_PROMPT
final public static BooleanOption INTERACTIONS_EXIT_PROMPT(Code)
Whether to prompt when the interactions pane is unexpectedly reset.



INTERACTIONS_RESET_PROMPT
final public static BooleanOption INTERACTIONS_RESET_PROMPT(Code)
Whether to prompt before resetting the interactions pane.



JAVAC_LOCATION
final public static FileOption JAVAC_LOCATION(Code)



JAVADOC_1_3_LINK
final public static StringOption JAVADOC_1_3_LINK(Code)
Constants for the URLs of Sun's system class documentation for different versions of Java.



JAVADOC_1_3_TEXT
final static String JAVADOC_1_3_TEXT(Code)



JAVADOC_1_4_LINK
final public static StringOption JAVADOC_1_4_LINK(Code)



JAVADOC_1_4_TEXT
final static String JAVADOC_1_4_TEXT(Code)



JAVADOC_1_5_LINK
final public static StringOption JAVADOC_1_5_LINK(Code)



JAVADOC_1_5_TEXT
final static String JAVADOC_1_5_TEXT(Code)



JAVADOC_ACCESS_LEVEL
final public static ForcedChoiceOption JAVADOC_ACCESS_LEVEL(Code)
The lowest access level of classes and members to include in the javadoc.



JAVADOC_CUSTOM_PARAMS
final public static StringOption JAVADOC_CUSTOM_PARAMS(Code)
A string containing custom options to be passed to Javadoc. This needs to be tokenized before passing it to Javadoc.



JAVADOC_DESTINATION
final public static FileOption JAVADOC_DESTINATION(Code)
The default destination directory for Javadoc output.



JAVADOC_FROM_ROOTS
final public static BooleanOption JAVADOC_FROM_ROOTS(Code)
Whether to include the entire package heirarchy from the source roots when generating JavaDoc output.



JAVADOC_LINK_VERSION
final public static ForcedChoiceOption JAVADOC_LINK_VERSION(Code)
The version of Java to use for links to Javadoc for system classes.



JAVADOC_NONE_TEXT
final static String JAVADOC_NONE_TEXT(Code)
Possible options for Javadoc system class documentation links.



JAVADOC_PROMPT_FOR_DESTINATION
final public static BooleanOption JAVADOC_PROMPT_FOR_DESTINATION(Code)
Whether to always prompt for a destination directory, whether or not a default has been set.



KEY_ABOUT
final public static KeyStrokeOption KEY_ABOUT(Code)
The key binding for the about dialog



KEY_BACKWARD
final public static KeyStrokeOption KEY_BACKWARD(Code)
The key binding for moving the cursor backwards



KEY_BEGIN_DOCUMENT
final public static KeyStrokeOption KEY_BEGIN_DOCUMENT(Code)
The key binding for moving the cursor to the beginning of the document



KEY_BEGIN_LINE
final public static KeyStrokeOption KEY_BEGIN_LINE(Code)
The key binding for moving the cursor to the beginning of the current line



KEY_BOOKMARKS_PANEL
final public static KeyStrokeOption KEY_BOOKMARKS_PANEL(Code)
The key binding for displaying the bookmarks panel.



KEY_BOOKMARKS_TOGGLE
final public static KeyStrokeOption KEY_BOOKMARKS_TOGGLE(Code)
The key binding for toggling a bookmark.



KEY_BROWSE_BACK
final public static KeyStrokeOption KEY_BROWSE_BACK(Code)
The key binding for jumping to the previous location in the browser history



KEY_BROWSE_FORWARD
final public static KeyStrokeOption KEY_BROWSE_FORWARD(Code)
The key binding for jumping to the next location in the browser history



KEY_CLEAR_CONSOLE
final public static KeyStrokeOption KEY_CLEAR_CONSOLE(Code)
The key binding for clearing the console.



KEY_CLEAR_HISTORY
final public static KeyStrokeOption KEY_CLEAR_HISTORY(Code)
The key binding for clearing the interactions history.



KEY_CLEAR_LINE
final public static KeyStrokeOption KEY_CLEAR_LINE(Code)
The key binding for clearing a line, emacs-style.



KEY_CLOSE_ALL_FILES
final public static KeyStrokeOption KEY_CLOSE_ALL_FILES(Code)
The key binding for closing all files



KEY_CLOSE_FILE
final public static KeyStrokeOption KEY_CLOSE_FILE(Code)
The key binding for closing a file



KEY_CLOSE_PROJECT
final public static KeyStrokeOption KEY_CLOSE_PROJECT(Code)



KEY_CLOSING_BRACE
final public static KeyStrokeOption KEY_CLOSING_BRACE(Code)
The key binding for going to the closing brace.



KEY_COMMENT_LINES
final public static KeyStrokeOption KEY_COMMENT_LINES(Code)
The key binding for commenting out lines



KEY_COMPILE
final public static KeyStrokeOption KEY_COMPILE(Code)
The key binding for compiling current document



KEY_COMPILE_ALL
final public static KeyStrokeOption KEY_COMPILE_ALL(Code)
The key binding for compiling all



KEY_COMPLETE_FILE
final public static KeyStrokeOption KEY_COMPLETE_FILE(Code)
The key binding for complete file.



KEY_COPY
final public static KeyStrokeOption KEY_COPY(Code)
The key binding for copying



KEY_CUT
final public static KeyStrokeOption KEY_CUT(Code)
The key binding for cutting



KEY_CUT_LINE
final public static KeyStrokeOption KEY_CUT_LINE(Code)
The key binding for cutting a line.



KEY_DEBUG_BREAKPOINT_PANEL
final public static KeyStrokeOption KEY_DEBUG_BREAKPOINT_PANEL(Code)
The key binding for displaying the breakpoints panel.



KEY_DEBUG_BREAKPOINT_TOGGLE
final public static KeyStrokeOption KEY_DEBUG_BREAKPOINT_TOGGLE(Code)
The key binding for toggling a breakpoint.



KEY_DEBUG_CLEAR_ALL_BREAKPOINTS
final public static KeyStrokeOption KEY_DEBUG_CLEAR_ALL_BREAKPOINTS(Code)
The key binding for clearing all breakpoints.



KEY_DEBUG_MODE_TOGGLE
final public static KeyStrokeOption KEY_DEBUG_MODE_TOGGLE(Code)
The key binding for toggling debug mode.



KEY_DEBUG_RESUME
final public static KeyStrokeOption KEY_DEBUG_RESUME(Code)
The key binding for resuming the debugger.



KEY_DEBUG_STEP_INTO
final public static KeyStrokeOption KEY_DEBUG_STEP_INTO(Code)
The key binding for stepping into in the debugger



KEY_DEBUG_STEP_OUT
final public static KeyStrokeOption KEY_DEBUG_STEP_OUT(Code)
The key binding for stepping out in the debugger.



KEY_DEBUG_STEP_OVER
final public static KeyStrokeOption KEY_DEBUG_STEP_OVER(Code)
The key binding for stepping over in the debugger.



KEY_DELETE_NEXT
final public static KeyStrokeOption KEY_DELETE_NEXT(Code)
The key binding for deleting the next character



KEY_DELETE_PREVIOUS
final public static KeyStrokeOption KEY_DELETE_PREVIOUS(Code)
The key binding for deleting the previous character (with shift set)



KEY_DOWN
final public static KeyStrokeOption KEY_DOWN(Code)
The key binding for moving the cursor down



KEY_DRJAVA_ERRORS
final public static KeyStrokeOption KEY_DRJAVA_ERRORS(Code)
The key binding for the "DrJava Errors" dialog



KEY_END_DOCUMENT
final public static KeyStrokeOption KEY_END_DOCUMENT(Code)
The key binding for moving the cursor to the end of the document



KEY_END_LINE
final public static KeyStrokeOption KEY_END_LINE(Code)
The key binding for moving the cursor to the end of the current line



KEY_EXECUTE_HISTORY
final public static KeyStrokeOption KEY_EXECUTE_HISTORY(Code)
The key binding for executing an interactions history.



KEY_FIND_NEXT
final public static KeyStrokeOption KEY_FIND_NEXT(Code)
The key binding for find and replace



KEY_FIND_PREV
final public static KeyStrokeOption KEY_FIND_PREV(Code)
The key binding for find previous (opposite direction)



KEY_FIND_REPLACE
final public static KeyStrokeOption KEY_FIND_REPLACE(Code)
The key binding for find and replace



KEY_FORCE_QUIT
final public static KeyStrokeOption KEY_FORCE_QUIT(Code)
The key binding for forced quitting



KEY_FORWARD
final public static KeyStrokeOption KEY_FORWARD(Code)
The key binding for moving the cursor forwards.



KEY_GOTO_FILE
final public static KeyStrokeOption KEY_GOTO_FILE(Code)
The key binding for goto file.



KEY_GOTO_FILE_UNDER_CURSOR
final public static KeyStrokeOption KEY_GOTO_FILE_UNDER_CURSOR(Code)
The key binding for goto this file.



KEY_GOTO_LINE
final public static KeyStrokeOption KEY_GOTO_LINE(Code)
The key binding for goto line



KEY_HELP
final public static KeyStrokeOption KEY_HELP(Code)
The key binding for help



KEY_JAVADOC_ALL
final public static KeyStrokeOption KEY_JAVADOC_ALL(Code)
The key binding for generating javadoc for all documents



KEY_JAVADOC_CURRENT
final public static KeyStrokeOption KEY_JAVADOC_CURRENT(Code)
The key binding for generating javadoc for the current document



KEY_LIFT_CURRENT_INTERACTION
final public static KeyStrokeOption KEY_LIFT_CURRENT_INTERACTION(Code)
The key binding for lifting the current interaction to definitions.



KEY_LOAD_HISTORY_SCRIPT
final public static KeyStrokeOption KEY_LOAD_HISTORY_SCRIPT(Code)
The key binding for loading an interactions history as a script.



KEY_NEW_FILE
final public static KeyStrokeOption KEY_NEW_FILE(Code)
The key binding for creating a new file



KEY_NEW_TEST
final public static KeyStrokeOption KEY_NEW_TEST(Code)
The key binding for creating a new JUnit test case



KEY_NEXT_DOCUMENT
final public static KeyStrokeOption KEY_NEXT_DOCUMENT(Code)
The key binding for selecting next document



KEY_NEXT_PANE
final public static KeyStrokeOption KEY_NEXT_PANE(Code)
The key binding for changing the focus to the next pane



KEY_NEXT_WORD
final public static KeyStrokeOption KEY_NEXT_WORD(Code)
The key binding for moving the cursor to the beginning of the next word.



KEY_OPENING_BRACE
final public static KeyStrokeOption KEY_OPENING_BRACE(Code)
The key binding for going to the opening brace.



KEY_OPEN_FILE
final public static KeyStrokeOption KEY_OPEN_FILE(Code)
The key binding for opening a file



KEY_OPEN_FOLDER
final public static KeyStrokeOption KEY_OPEN_FOLDER(Code)
The key binding for opening a folder



KEY_OPEN_JAVADOC
final public static KeyStrokeOption KEY_OPEN_JAVADOC(Code)
The key binding for open Javadoc.



KEY_OPEN_JAVADOC_UNDER_CURSOR
final public static KeyStrokeOption KEY_OPEN_JAVADOC_UNDER_CURSOR(Code)
The key binding for open Javadoc under cursor.



KEY_OPEN_PROJECT
final public static KeyStrokeOption KEY_OPEN_PROJECT(Code)
The key binding for opening an entire project. I is right next to O, so it seemed logical that ctrl-I would open a project and ctrl-O open a file



KEY_PAGE_DOWN
final public static KeyStrokeOption KEY_PAGE_DOWN(Code)
The key binding for page down.



KEY_PAGE_SETUP
final public static KeyStrokeOption KEY_PAGE_SETUP(Code)
The key binding for showing the print preview



KEY_PAGE_UP
final public static KeyStrokeOption KEY_PAGE_UP(Code)
The key binding for page up.



KEY_PASTE
final public static KeyStrokeOption KEY_PASTE(Code)
The key binding for pasting



KEY_PASTE_FROM_HISTORY
final public static KeyStrokeOption KEY_PASTE_FROM_HISTORY(Code)
The key binding for pasting from history



KEY_PREFERENCES
final public static KeyStrokeOption KEY_PREFERENCES(Code)
The key binding for openning the preferences dialog



KEY_PREVIOUS_DOCUMENT
final public static KeyStrokeOption KEY_PREVIOUS_DOCUMENT(Code)
The key binding for selecting previous document



KEY_PREVIOUS_PANE
final public static KeyStrokeOption KEY_PREVIOUS_PANE(Code)
The key binding for changing the focus to the previous pane



KEY_PREVIOUS_WORD
final public static KeyStrokeOption KEY_PREVIOUS_WORD(Code)
The key binding for moving the cursor to the beginning of the previous word



KEY_PRINT
final public static KeyStrokeOption KEY_PRINT(Code)
The key binding for printing a file



KEY_PRINT_CONSOLE
final public static KeyStrokeOption KEY_PRINT_CONSOLE(Code)
The key binding for printing the console.



KEY_PRINT_INTERACTIONS
final public static KeyStrokeOption KEY_PRINT_INTERACTIONS(Code)
The key binding for printing the interactions.



KEY_PRINT_PREVIEW
final public static KeyStrokeOption KEY_PRINT_PREVIEW(Code)
The key binding for showing the print preview.



KEY_QUICKSTART
final public static KeyStrokeOption KEY_QUICKSTART(Code)
The key binding for quickstart. Currently set to the null keystroke.



KEY_QUIT
final public static KeyStrokeOption KEY_QUIT(Code)
The key binding for quitting



KEY_REDO
final public static KeyStrokeOption KEY_REDO(Code)
The key binding for redo-ing



KEY_RENAME_FILE
final public static KeyStrokeOption KEY_RENAME_FILE(Code)
The key binding for renaming a file



KEY_RESET_INTERACTIONS
final public static KeyStrokeOption KEY_RESET_INTERACTIONS(Code)
The key binding for resetting the interactions pane.



KEY_REVERT_FILE
final public static KeyStrokeOption KEY_REVERT_FILE(Code)
The key binding for reverting a file



KEY_RUN
final public static KeyStrokeOption KEY_RUN(Code)
The key binding for running the main method of the current document



KEY_RUN_MAIN
final public static KeyStrokeOption KEY_RUN_MAIN(Code)
The key binding for running the project's main document



KEY_SAVE_ALL_FILES
final public static KeyStrokeOption KEY_SAVE_ALL_FILES(Code)
The key binding for saving all files



KEY_SAVE_FILE
final public static KeyStrokeOption KEY_SAVE_FILE(Code)
The key binding for saving a file



KEY_SAVE_FILE_AS
final public static KeyStrokeOption KEY_SAVE_FILE_AS(Code)
The key binding for saving a file as



KEY_SAVE_HISTORY
final public static KeyStrokeOption KEY_SAVE_HISTORY(Code)
The key binding for saving an interactions history.



KEY_SELECT_ALL
final public static KeyStrokeOption KEY_SELECT_ALL(Code)
The key binding for selecting all text



KEY_SHIFT_DELETE_NEXT
final public static KeyStrokeOption KEY_SHIFT_DELETE_NEXT(Code)
The key binding for deleting the next character (with shift set)



KEY_SHIFT_DELETE_PREVIOUS
final public static KeyStrokeOption KEY_SHIFT_DELETE_PREVIOUS(Code)
The key binding for deleting the previous character (with shift set)



KEY_TEST
final public static KeyStrokeOption KEY_TEST(Code)
The key binding for testing the current document



KEY_TEST_ALL
final public static KeyStrokeOption KEY_TEST_ALL(Code)
The key binding for testing all open JUnit test cases.



KEY_UNCOMMENT_LINES
final public static KeyStrokeOption KEY_UNCOMMENT_LINES(Code)
The key binding for un-commenting lines



KEY_UNDO
final public static KeyStrokeOption KEY_UNDO(Code)
The key binding for undo-ing



KEY_UP
final public static KeyStrokeOption KEY_UP(Code)
The key binding for moving the cursor up



KEY_VIEW_INTERACTIONS_CLASSPATH
final public static KeyStrokeOption KEY_VIEW_INTERACTIONS_CLASSPATH(Code)
The key binding for viewing the interactions classpath.



LANGUAGE_LEVEL
final public static IntegerOption LANGUAGE_LEVEL(Code)
The language level to use when starting DrJava. Stores the most recently used one. Defaults to full java.



LAST_DIRECTORY
final public static FileOption LAST_DIRECTORY(Code)
The directory in use by the file choosers upon the previous quit.



LAST_INTERACTIONS_DIRECTORY
final public static FileOption LAST_INTERACTIONS_DIRECTORY(Code)
The directory in use by the Interactions pane upon the previous quit.



LIGHTWEIGHT_PARSING_ENABLED
final public static BooleanOption LIGHTWEIGHT_PARSING_ENABLED(Code)
Whether to perform light-weight parsing.



LINEENUM_ENABLED
final public static BooleanOption LINEENUM_ENABLED(Code)
Whether the line-numbers should be displayed in a row header.



LOOK_AND_FEEL
final public static ForcedChoiceOption LOOK_AND_FEEL(Code)
The current look and feel.



MASTER_JVM_ARGS
final public static StringOption MASTER_JVM_ARGS(Code)
The command-line arguments to be passed to the Master JVM.



OPEN_FOLDER_RECURSIVE
final public static BooleanOption OPEN_FOLDER_RECURSIVE(Code)
Open directory should default to recursive



PROJECT_FILE_EXTENSION
final public static String PROJECT_FILE_EXTENSION(Code)
The extension for a DrJava project file



PROMPT_BEFORE_CLEAN
final public static BooleanOption PROMPT_BEFORE_CLEAN(Code)
Whether to warn when cleaning the build directory



QUIT_PROMPT
final public static BooleanOption QUIT_PROMPT(Code)
Whether to prompt before quitting DrJava.



RECENT_FILES
final public static VectorOption<File> RECENT_FILES(Code)
A vector containing the most recently used files.



RECENT_FILES_MAX_SIZE
final public static NonNegativeIntegerOption RECENT_FILES_MAX_SIZE(Code)
Number of files to list in the recent file list



RECENT_PROJECTS
final public static VectorOption<File> RECENT_PROJECTS(Code)
A vector containing the most recently used projects.



REMOTE_CONTROL_ENABLED
final public static BooleanOption REMOTE_CONTROL_ENABLED(Code)
Whether remote control using sockets is enabled.



REMOTE_CONTROL_PORT
final public static IntegerOption REMOTE_CONTROL_PORT(Code)
The port where DrJava will listen for remote control requests.



RESET_CLEAR_CONSOLE
final public static BooleanOption RESET_CLEAR_CONSOLE(Code)
Whether to clear the console when manually resetting the interactions pane.



RUN_WITH_ASSERT
final public static BooleanOption RUN_WITH_ASSERT(Code)
Whether to run assert statements in the interactions pane.



SHOW_CODE_PREVIEW_POPUPS
final public static BooleanOption SHOW_CODE_PREVIEW_POPUPS(Code)
Whether to show the "code preview" popups in the RegionTreePanels (bookmarks, breakpoints, find all).



SHOW_DEBUG_CONSOLE
final public static BooleanOption SHOW_DEBUG_CONSOLE(Code)
Whether to enabled the Show Debug Console menu item in the Tools menu.



SHOW_DEPRECATION_WARNINGS
final public static BooleanOption SHOW_DEPRECATION_WARNINGS(Code)
Whether to show deprecation warnings



SHOW_FALLTHROUGH_WARNINGS
final public static BooleanOption SHOW_FALLTHROUGH_WARNINGS(Code)
Whether to show serial warnings



SHOW_FINALLY_WARNINGS
final public static BooleanOption SHOW_FINALLY_WARNINGS(Code)
Whether to show finally warnings



SHOW_PATH_WARNINGS
final public static BooleanOption SHOW_PATH_WARNINGS(Code)
Whether to show serial warnings



SHOW_SERIAL_WARNINGS
final public static BooleanOption SHOW_SERIAL_WARNINGS(Code)
Whether to show serial warnings



SHOW_SOURCE_WHEN_SWITCHING
final public static BooleanOption SHOW_SOURCE_WHEN_SWITCHING(Code)
Whether a sample of the source code will be show when fast switching documents.



SHOW_UNCHECKED_WARNINGS
final public static BooleanOption SHOW_UNCHECKED_WARNINGS(Code)
Whether to show unchecked warnings



SLAVE_JVM_ARGS
final public static StringOption SLAVE_JVM_ARGS(Code)
The command-line arguments to be passed to the Slave JVM.



STICKY_INTERACTIONS_DIRECTORY
final public static BooleanOption STICKY_INTERACTIONS_DIRECTORY(Code)
Whether to save and restore Interactions pane directory at startUp/shutdown (sticky=true), or to use "user.home" (sticky=false).



SYSTEM_ERR_COLOR
final public static ColorOption SYSTEM_ERR_COLOR(Code)



SYSTEM_IN_COLOR
final public static ColorOption SYSTEM_IN_COLOR(Code)



SYSTEM_OUT_COLOR
final public static ColorOption SYSTEM_OUT_COLOR(Code)



TABS_HEIGHT
final public static NonNegativeIntegerOption TABS_HEIGHT(Code)
Height of tabbed panel at startUp. Must be less than WINDOW_HEIGHT + DEBUG_PANEL_HEIGHT. Can be overridden if out of bounds.



TEXT_ANTIALIAS
final public static BooleanOption TEXT_ANTIALIAS(Code)
Whether to draw anti-aliased text. (Slightly slower.)



TOOLBAR_ENABLED
final public static BooleanOption TOOLBAR_ENABLED(Code)
Whether or not the toolbar should be displayed.



TOOLBAR_ICONS_ENABLED
final public static BooleanOption TOOLBAR_ICONS_ENABLED(Code)
Whether icons should be displayed on the toolbar buttons.



TOOLBAR_TEXT_ENABLED
final public static BooleanOption TOOLBAR_TEXT_ENABLED(Code)
Whether text should be displayed on toolbar buttons. Note: only relevant if toolbar icons are enabled.



WARN_BREAKPOINT_OUT_OF_SYNC
final public static BooleanOption WARN_BREAKPOINT_OUT_OF_SYNC(Code)
Whether to warn if a document has been modified before allowing the user to set a breakpoint in it.



WARN_CHANGE_LAF
final public static BooleanOption WARN_CHANGE_LAF(Code)
Whether to warn that a restart is necessary before the look and feel will change.



WARN_DEBUG_MODIFIED_FILE
final public static BooleanOption WARN_DEBUG_MODIFIED_FILE(Code)
Whether to warn that the user is debugging a file that is out of sync with its class file.



WARN_PATH_CONTAINS_POUND
final public static BooleanOption WARN_PATH_CONTAINS_POUND(Code)
Whether to warn that a file's path contains a "#' symbol.



WINDOW_HEIGHT
final public static NonNegativeIntegerOption WINDOW_HEIGHT(Code)
Height of MainFrame at startUp. Can be overridden if out of bounds.



WINDOW_STATE
final public static IntegerOption WINDOW_STATE(Code)
The window state (maxamized or normal). The current window state is saved on shutdown.



WINDOW_STORE_POSITION
final public static BooleanOption WINDOW_STORE_POSITION(Code)
Whether to save and restore window size and position at startUp/shutdown.



WINDOW_WIDTH
final public static NonNegativeIntegerOption WINDOW_WIDTH(Code)
Width of MainFrame at startUp. Can be overridden if out of bounds.



WINDOW_X
final public static IntegerOption WINDOW_X(Code)
X position of MainFrame at startUp. Can be overridden if out of bounds. This value can legally be negative in a multi-screen setup.



WINDOW_Y
final public static IntegerOption WINDOW_Y(Code)
Y position of MainFrame at startUp. Can be overridden if out of bounds. This value can legally be negative in a multi-screen setup.



accessLevelChoices
final static ArrayList<String> accessLevelChoices(Code)
Possible options for Javadoc access levels.



choices
final static String[] choices(Code)



linkVersionChoices
final static ArrayList<String> linkVersionChoices(Code)



mask
static int mask(Code)





www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.