|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyStrokeOption | |
---|---|
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 KeyStrokeOption in edu.rice.cs.drjava.config |
---|
Fields in edu.rice.cs.drjava.config declared as KeyStrokeOption | |
---|---|
static KeyStrokeOption |
OptionConstants.KEY_ABOUT
The key binding for the about dialog |
static KeyStrokeOption |
OptionConstants.KEY_BACKWARD
The key binding for moving the cursor backwards |
static KeyStrokeOption |
OptionConstants.KEY_BEGIN_DOCUMENT
The key binding for moving the cursor to the beginning of the document |
static KeyStrokeOption |
OptionConstants.KEY_BEGIN_LINE
The key binding for moving the cursor to the beginning of the current line. |
static KeyStrokeOption |
OptionConstants.KEY_BOOKMARKS_PANEL
The key binding for displaying the bookmarks panel. |
static KeyStrokeOption |
OptionConstants.KEY_BOOKMARKS_TOGGLE
The key binding for toggling a bookmark. |
static KeyStrokeOption |
OptionConstants.KEY_BROWSE_BACK
The key binding for jumping to the previous location in the browser history |
static KeyStrokeOption |
OptionConstants.KEY_BROWSE_FORWARD
The key binding for jumping to the next location in the browser history |
static KeyStrokeOption |
OptionConstants.KEY_CHECK_NEW_VERSION
The key binding for the check new version dialog |
static KeyStrokeOption |
OptionConstants.KEY_CLEAR_CONSOLE
The key binding for clearing the console. |
static KeyStrokeOption |
OptionConstants.KEY_CLEAR_HISTORY
The key binding for clearing the interactions history. |
static KeyStrokeOption |
OptionConstants.KEY_CLEAR_LINE
The key binding for clearing a line, emacs-style. |
static KeyStrokeOption |
OptionConstants.KEY_CLOSE_ALL_FILES
The key binding for closing all files |
static KeyStrokeOption |
OptionConstants.KEY_CLOSE_FILE
The key binding for closing a file |
static KeyStrokeOption |
OptionConstants.KEY_CLOSE_PROJECT
|
static KeyStrokeOption |
OptionConstants.KEY_CLOSING_BRACE
The key binding for going to the closing brace. |
static KeyStrokeOption |
OptionConstants.KEY_COMMENT_LINES
The key binding for commenting out lines |
static KeyStrokeOption |
OptionConstants.KEY_COMPILE
The key binding for compiling current document |
static KeyStrokeOption |
OptionConstants.KEY_COMPILE_ALL
The key binding for compiling all |
static KeyStrokeOption |
OptionConstants.KEY_COMPLETE_FILE
The key binding for complete file. |
static KeyStrokeOption |
OptionConstants.KEY_COPY
The key binding for copying |
static KeyStrokeOption |
OptionConstants.KEY_CUT
The key binding for cutting |
static KeyStrokeOption |
OptionConstants.KEY_CUT_LINE
The key binding for cutting a line. |
static KeyStrokeOption |
OptionConstants.KEY_DEBUG_BREAKPOINT_PANEL
The key binding for displaying the breakpoints panel. |
static KeyStrokeOption |
OptionConstants.KEY_DEBUG_BREAKPOINT_TOGGLE
The key binding for toggling a breakpoint. |
static KeyStrokeOption |
OptionConstants.KEY_DEBUG_CLEAR_ALL_BREAKPOINTS
The key binding for clearing all breakpoints. |
static KeyStrokeOption |
OptionConstants.KEY_DEBUG_MODE_TOGGLE
The key binding for toggling debug mode. |
static KeyStrokeOption |
OptionConstants.KEY_DEBUG_RESUME
The key binding for resuming the debugger. |
static KeyStrokeOption |
OptionConstants.KEY_DEBUG_STEP_INTO
The key binding for stepping into in the debugger |
static KeyStrokeOption |
OptionConstants.KEY_DEBUG_STEP_OUT
The key binding for stepping out in the debugger. |
static KeyStrokeOption |
OptionConstants.KEY_DEBUG_STEP_OVER
The key binding for stepping over in the debugger. |
static KeyStrokeOption |
OptionConstants.KEY_DELETE_NEXT
The key binding for deleting the next character. |
static KeyStrokeOption |
OptionConstants.KEY_DELETE_PREVIOUS
The key binding for deleting the previous character (with shift set). |
static KeyStrokeOption |
OptionConstants.KEY_DETACH_DEBUGGER
The key binding to detach/re-attach the debugger panel. |
static KeyStrokeOption |
OptionConstants.KEY_DETACH_TABBEDPANES
The key binding to detach/re-attach the tabbed panes. |
static KeyStrokeOption |
OptionConstants.KEY_DOWN
The key binding for moving the cursor down. |
static KeyStrokeOption |
OptionConstants.KEY_DRJAVA_ERRORS
The key binding for the "DrJava Errors" dialog |
static KeyStrokeOption |
OptionConstants.KEY_DRJAVA_SURVEY
The key binding for the DrJava survey dialog |
static KeyStrokeOption |
OptionConstants.KEY_END_DOCUMENT
The key binding for moving the cursor to the end of the document. |
static KeyStrokeOption |
OptionConstants.KEY_END_LINE
The key binding for moving the cursor to the end of the current line. |
static KeyStrokeOption |
OptionConstants.KEY_EXEC_PROCESS
The key binding for executing an external process. |
static KeyStrokeOption |
OptionConstants.KEY_EXECUTE_HISTORY
The key binding for executing an interactions history. |
static KeyStrokeOption |
OptionConstants.KEY_EXPORT_OLD
The key binding for exporting in the old project file format |
static KeyStrokeOption |
OptionConstants.KEY_FIND_NEXT
The key binding for find and replace |
static KeyStrokeOption |
OptionConstants.KEY_FIND_PREV
The key binding for find previous (opposite direction) |
static KeyStrokeOption |
OptionConstants.KEY_FIND_REPLACE
The key binding for find and replace |
static KeyStrokeOption |
OptionConstants.KEY_FOLLOW_FILE
The key binding for following a file, like using "less" and F. |
static KeyStrokeOption |
OptionConstants.KEY_FORCE_QUIT
The key binding for forced quitting |
static KeyStrokeOption |
OptionConstants.KEY_FORWARD
The key binding for moving the cursor forwards. |
static KeyStrokeOption |
OptionConstants.KEY_GOTO_FILE
The key binding for goto file. |
static KeyStrokeOption |
OptionConstants.KEY_GOTO_FILE_UNDER_CURSOR
The key binding for goto this file. |
static KeyStrokeOption |
OptionConstants.KEY_GOTO_LINE
The key binding for goto line |
static KeyStrokeOption |
OptionConstants.KEY_HELP
The key binding for help. |
static KeyStrokeOption |
OptionConstants.KEY_JAVADOC_ALL
The key binding for generating javadoc for all documents |
static KeyStrokeOption |
OptionConstants.KEY_JAVADOC_CURRENT
The key binding for generating javadoc for the current document |
static KeyStrokeOption |
OptionConstants.KEY_LIFT_CURRENT_INTERACTION
The key binding for lifting the current interaction to definitions. |
static KeyStrokeOption |
OptionConstants.KEY_LOAD_HISTORY_SCRIPT
The key binding for loading an interactions history as a script. |
static KeyStrokeOption |
OptionConstants.KEY_NEW_FILE
The key binding for creating a new file |
static KeyStrokeOption |
OptionConstants.KEY_NEW_TEST
The key binding for creating a new JUnit test case |
static KeyStrokeOption |
OptionConstants.KEY_NEXT_DOCUMENT
The key binding for selecting next document |
static KeyStrokeOption |
OptionConstants.KEY_NEXT_PANE
The key binding for changing the focus to the next pane |
static KeyStrokeOption |
OptionConstants.KEY_NEXT_WORD
The key binding for moving the cursor to the beginning of the next word. |
static KeyStrokeOption |
OptionConstants.KEY_OPEN_FILE
The key binding for opening a file. |
static KeyStrokeOption |
OptionConstants.KEY_OPEN_FOLDER
The key binding for opening a folder |
static KeyStrokeOption |
OptionConstants.KEY_OPEN_JAVADOC
The key binding for open Javadoc. |
static KeyStrokeOption |
OptionConstants.KEY_OPEN_JAVADOC_UNDER_CURSOR
The key binding for open Javadoc under cursor. |
static KeyStrokeOption |
OptionConstants.KEY_OPEN_PROJECT
The key binding for opening an entire project. |
static KeyStrokeOption |
OptionConstants.KEY_OPENING_BRACE
The key binding for going to the opening brace. |
static KeyStrokeOption |
OptionConstants.KEY_PAGE_DOWN
The key binding for page down. |
static KeyStrokeOption |
OptionConstants.KEY_PAGE_SETUP
The key binding for showing the print preview |
static KeyStrokeOption |
OptionConstants.KEY_PAGE_UP
The key binding for page up. |
static KeyStrokeOption |
OptionConstants.KEY_PASTE
The key binding for pasting |
static KeyStrokeOption |
OptionConstants.KEY_PASTE_FROM_HISTORY
The key binding for pasting from history |
static KeyStrokeOption |
OptionConstants.KEY_PREFERENCES
The key binding for openning the preferences dialog |
static KeyStrokeOption |
OptionConstants.KEY_PREVIOUS_DOCUMENT
The key binding for selecting previous document |
static KeyStrokeOption |
OptionConstants.KEY_PREVIOUS_PANE
The key binding for changing the focus to the previous pane |
static KeyStrokeOption |
OptionConstants.KEY_PREVIOUS_WORD
The key binding for moving the cursor to the beginning of the previous word. |
static KeyStrokeOption |
OptionConstants.KEY_PRINT
The key binding for printing a file |
static KeyStrokeOption |
OptionConstants.KEY_PRINT_CONSOLE
The key binding for printing the console. |
static KeyStrokeOption |
OptionConstants.KEY_PRINT_INTERACTIONS
The key binding for printing the interactions. |
static KeyStrokeOption |
OptionConstants.KEY_PRINT_PREVIEW
The key binding for showing the print preview. |
static KeyStrokeOption |
OptionConstants.KEY_QUICKSTART
The key binding for quickstart. |
static KeyStrokeOption |
OptionConstants.KEY_QUIT
The key binding for quitting |
static KeyStrokeOption |
OptionConstants.KEY_REDO
The key binding for redo-ing |
static KeyStrokeOption |
OptionConstants.KEY_RENAME_FILE
The key binding for renaming a file. |
static KeyStrokeOption |
OptionConstants.KEY_RESET_INTERACTIONS
The key binding for resetting the interactions pane. |
static KeyStrokeOption |
OptionConstants.KEY_REVERT_FILE
The key binding for reverting a file. |
static KeyStrokeOption |
OptionConstants.KEY_RUN
The key binding for running the main method of the current document |
static KeyStrokeOption |
OptionConstants.KEY_RUN_MAIN
The key binding for running the project's main document |
static KeyStrokeOption |
OptionConstants.KEY_SAVE_ALL_FILES
The key binding for saving all files. |
static KeyStrokeOption |
OptionConstants.KEY_SAVE_FILE
The key binding for saving a file. |
static KeyStrokeOption |
OptionConstants.KEY_SAVE_FILE_AS
The key binding for saving a file as. |
static KeyStrokeOption |
OptionConstants.KEY_SAVE_HISTORY
The key binding for saving an interactions history. |
static KeyStrokeOption |
OptionConstants.KEY_SELECT_ALL
The key binding for selecting all text |
static KeyStrokeOption |
OptionConstants.KEY_SHIFT_DELETE_NEXT
The key binding for deleting the next character (with shift set). |
static KeyStrokeOption |
OptionConstants.KEY_SHIFT_DELETE_PREVIOUS
The key binding for deleting the previous character (with shift set). |
static KeyStrokeOption |
OptionConstants.KEY_TEST
The key binding for testing the current document |
static KeyStrokeOption |
OptionConstants.KEY_TEST_ALL
The key binding for testing all open JUnit test cases. |
static KeyStrokeOption |
OptionConstants.KEY_UNCOMMENT_LINES
The key binding for un-commenting lines |
static KeyStrokeOption |
OptionConstants.KEY_UNDO
The key binding for undo-ing |
static KeyStrokeOption |
OptionConstants.KEY_UP
The key binding for moving the cursor up. |
static KeyStrokeOption |
OptionConstants.KEY_VIEW_INTERACTIONS_CLASSPATH
The key binding for viewing the interactions classpath. |
Uses of KeyStrokeOption in edu.rice.cs.drjava.ui.config |
---|
Constructors in edu.rice.cs.drjava.ui.config with parameters of type KeyStrokeOption | |
---|---|
KeyStrokeOptionComponent(KeyStrokeOption opt,
String text,
SwingFrame parent)
|
|
KeyStrokeOptionComponent(KeyStrokeOption opt,
String text,
SwingFrame parent,
String description)
Constructor that allows for a tooltip description. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |