|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BooleanOption | |
---|---|
edu.rice.cs.drjava.config | This package contains the code that allows for dynamically modifying the configuration options in DrJava. |
edu.rice.cs.drjava.ui.config | Contains the GUI code for displaying and modifying configuration options. |
Uses of BooleanOption in edu.rice.cs.drjava.config |
---|
Fields in edu.rice.cs.drjava.config declared as BooleanOption | |
---|---|
static BooleanOption |
OptionConstants.ALLOW_PRIVATE_ACCESS
Whether to allow users to access to all members in the Interactions Pane. |
static BooleanOption |
OptionConstants.ALWAYS_COMPILE_BEFORE_JUNIT
Whether to prompt to save before testing. |
static BooleanOption |
OptionConstants.ALWAYS_SAVE_BEFORE_COMPILE
Whether to prompt to save before compiling. |
static BooleanOption |
OptionConstants.ALWAYS_SAVE_BEFORE_DEBUG
Whether to prompt to save before compiling. |
static BooleanOption |
OptionConstants.ALWAYS_SAVE_BEFORE_JAVADOC
Whether to prompt to save before compiling. |
static BooleanOption |
OptionConstants.ALWAYS_SAVE_BEFORE_RUN
Whether to prompt to save before running. |
static BooleanOption |
OptionConstants.AUTO_CLOSE_COMMENTS
Whether to automatically close comments. |
static BooleanOption |
OptionConstants.BACKUP_FILES
Whether to make emacs-style backup files. |
static BooleanOption |
OptionConstants.DEBUG_STEP_DRJAVA
Whether stepping should step through DrJava's source files. |
static BooleanOption |
OptionConstants.DEBUG_STEP_INTERPRETER
Whether stepping should step through Dynamic Java's source files. |
static BooleanOption |
OptionConstants.DEBUG_STEP_JAVA
Whether stepping should step through Java's source files. |
static BooleanOption |
OptionConstants.DETACH_DEBUGGER
Whether the debugger is detached from the MainFrame. |
static BooleanOption |
OptionConstants.DETACH_TABBEDPANES
Whether the tabbed pane is detached from the MainFrame. |
static BooleanOption |
OptionConstants.DIALOG_AUTOIMPORT_ENABLED
Whether to display the "Auto Import" dialog when an undefined class is encountered in the Interactions Pane. |
static BooleanOption |
OptionConstants.DIALOG_AUTOIMPORT_STORE_POSITION
Whether to save and restore window size and position at startUp/shutdown. |
static BooleanOption |
OptionConstants.DIALOG_CLIPBOARD_HISTORY_STORE_POSITION
Whether to save and restore window size and position at startUp/shutdown. |
static BooleanOption |
OptionConstants.DIALOG_COMPLETE_JAVAAPI
Whether to include Java API classes in auto-completion. |
static BooleanOption |
OptionConstants.DIALOG_COMPLETE_SCAN_CLASS_FILES
Whether to scan class files for auto-completion class names. |
static BooleanOption |
OptionConstants.DIALOG_COMPLETE_WORD_STORE_POSITION
Whether to save and restore window size and position at startUp/shutdown. |
static BooleanOption |
OptionConstants.DIALOG_DEBUGFRAME_STORE_POSITION
Whether to save and restore window size and position at startUp/shutdown. |
static BooleanOption |
OptionConstants.DIALOG_DRJAVA_ERROR_POPUP_ENABLED
Whether to show a notification popup when the first DrJava error occurs. |
static BooleanOption |
OptionConstants.DIALOG_DRJAVA_SURVEY_ENABLED
Whether to ask the user if DrJava may send system information to the DrJava developers. |
static BooleanOption |
OptionConstants.DIALOG_EDITEXTERNALPROCESS_STORE_POSITION
Whether to save and restore window size and position at startUp/shutdown. |
static BooleanOption |
OptionConstants.DIALOG_EXTERNALPROCESS_STORE_POSITION
Whether to save and restore window size and position at startUp/shutdown. |
static BooleanOption |
OptionConstants.DIALOG_GOTOFILE_FULLY_QUALIFIED
Whether to also list files with fully qualified paths. |
static BooleanOption |
OptionConstants.DIALOG_GOTOFILE_STORE_POSITION
Whether to save and restore window size and position at startUp/shutdown. |
static BooleanOption |
OptionConstants.DIALOG_JAROPTIONS_STORE_POSITION
Whether to save and restore window size and position at startUp/shutdown. |
static BooleanOption |
OptionConstants.DIALOG_OPENJAVADOC_STORE_POSITION
Whether to save and restore window size and position at startUp/shutdown. |
static BooleanOption |
OptionConstants.DIALOG_TABBEDPANES_STORE_POSITION
Whether to save and restore window size and position at startUp/shutdown. |
static BooleanOption |
OptionConstants.DRJAVA_USE_FORCE_QUIT
Whether to use Runtime.halt to quit DrJava (see bugs 1550220 and 1478796). |
static BooleanOption |
OptionConstants.FIND_ALL_DOCUMENTS
|
static BooleanOption |
OptionConstants.FIND_MATCH_CASE
|
static BooleanOption |
OptionConstants.FIND_NO_COMMENTS_STRINGS
|
static BooleanOption |
OptionConstants.FIND_NO_TEST_CASES
|
static BooleanOption |
OptionConstants.FIND_REPLACE_FOCUS_IN_DEFPANE
Whether to put the focus in the definitions pane after find/replace. |
static BooleanOption |
OptionConstants.FIND_SEARCH_BACKWARDS
|
static BooleanOption |
OptionConstants.FIND_WHOLE_WORD
|
static BooleanOption |
OptionConstants.FORCE_TEST_SUFFIX
Whether to force test classes in projects to end in "Test". |
static BooleanOption |
OptionConstants.INTERACTIONS_EXIT_PROMPT
Whether to prompt when the interactions pane is unexpectedly reset. |
static BooleanOption |
OptionConstants.INTERACTIONS_RESET_PROMPT
Whether to prompt before resetting the interactions pane. |
static BooleanOption |
OptionConstants.JAVADOC_FROM_ROOTS
Whether to include the entire package heirarchy from the source roots when generating JavaDoc output. |
static BooleanOption |
OptionConstants.JAVADOC_PROMPT_FOR_DESTINATION
Whether to always prompt for a destination directory, whether or not a default has been set. |
static BooleanOption |
OptionConstants.LIGHTWEIGHT_PARSING_ENABLED
Whether to perform light-weight parsing. |
static BooleanOption |
OptionConstants.LINEENUM_ENABLED
Whether the line-numbers should be displayed in a row header. |
static BooleanOption |
OptionConstants.OPEN_FOLDER_RECURSIVE
Open directory should default to recursive |
static BooleanOption |
OptionConstants.PROMPT_BEFORE_CLEAN
Whether to warn when cleaning the build directory |
static BooleanOption |
OptionConstants.QUIT_PROMPT
Whether to prompt before quitting DrJava. |
static BooleanOption |
OptionConstants.REMOTE_CONTROL_ENABLED
Whether remote control using sockets is enabled. |
static BooleanOption |
OptionConstants.RESET_CLEAR_CONSOLE
Whether to clear the console when manually resetting the interactions pane. |
static BooleanOption |
OptionConstants.RUN_WITH_ASSERT
Whether to run assert statements in the interactions pane. |
static BooleanOption |
OptionConstants.SHOW_CODE_PREVIEW_POPUPS
Whether to show the "code preview" popups in the RegionTreePanels (bookmarks, breakpoints, find all). |
static BooleanOption |
OptionConstants.SHOW_DEBUG_CONSOLE
Whether to enabled the Show Debug Console menu item in the Tools menu. |
static BooleanOption |
OptionConstants.SHOW_DEPRECATION_WARNINGS
Whether to show deprecation warnings |
static BooleanOption |
OptionConstants.SHOW_FALLTHROUGH_WARNINGS
Whether to show serial warnings |
static BooleanOption |
OptionConstants.SHOW_FINALLY_WARNINGS
Whether to show finally warnings |
static BooleanOption |
OptionConstants.SHOW_PATH_WARNINGS
Whether to show serial warnings |
static BooleanOption |
OptionConstants.SHOW_SERIAL_WARNINGS
Whether to show serial warnings |
static BooleanOption |
OptionConstants.SHOW_SOURCE_WHEN_SWITCHING
Whether a sample of the source code will be show when fast switching documents. |
static BooleanOption |
OptionConstants.SHOW_UNCHECKED_WARNINGS
Whether to show unchecked warnings |
static BooleanOption |
OptionConstants.STICKY_INTERACTIONS_DIRECTORY
Whether to save and restore Interactions pane directory at startUp/shutdown (sticky=true), or to use "user.home" (sticky=false). |
static BooleanOption |
OptionConstants.TEXT_ANTIALIAS
Whether to draw anti-aliased text. |
static BooleanOption |
OptionConstants.TOOLBAR_ENABLED
Whether or not the toolbar should be displayed. |
static BooleanOption |
OptionConstants.TOOLBAR_ICONS_ENABLED
Whether icons should be displayed on the toolbar buttons. |
static BooleanOption |
OptionConstants.TOOLBAR_TEXT_ENABLED
Whether text should be displayed on toolbar buttons. |
static BooleanOption |
OptionConstants.WARN_BREAKPOINT_OUT_OF_SYNC
Whether to warn if a document has been modified before allowing the user to set a breakpoint in it. |
static BooleanOption |
OptionConstants.WARN_CHANGE_LAF
Whether to warn that a restart is necessary before the look and feel will change. |
static BooleanOption |
OptionConstants.WARN_CHANGE_THEME
Whether to warn that a restart is necessary before the theme will change. |
static BooleanOption |
OptionConstants.WARN_DEBUG_MODIFIED_FILE
Whether to warn that the user is debugging a file that is out of sync with its class file. |
static BooleanOption |
OptionConstants.WARN_PATH_CONTAINS_POUND
Whether to warn that a file's path contains a "#' symbol. |
static BooleanOption |
OptionConstants.WINDOW_STORE_POSITION
Whether to save and restore window size and position at startUp/shutdown. |
Uses of BooleanOption in edu.rice.cs.drjava.ui.config |
---|
Constructors in edu.rice.cs.drjava.ui.config with parameters of type BooleanOption | |
---|---|
BooleanOptionComponent(BooleanOption opt,
String text,
SwingFrame parent)
Constructs a new BooleanOptionComponent. |
|
BooleanOptionComponent(BooleanOption opt,
String text,
SwingFrame parent,
boolean left)
Constructs a new BooleanOptionComponent. |
|
BooleanOptionComponent(BooleanOption opt,
String text,
SwingFrame parent,
String description)
Constructs a new BooleanOptionComponent with a tooltip description. |
|
BooleanOptionComponent(BooleanOption opt,
String text,
SwingFrame parent,
String description,
boolean left)
Constructs a new BooleanOptionComponent with a tooltip description. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |