refreshTablesAction Name of the action to paste the contents of the
system clipboard into the selected region, or before the
caret if nothing is selected.
Name of the action to delete the character of content that
precedes the current caret position.
See Also: DeletePrevCharAction
reexecuteLastQueryAction
final public static String reexecuteLastQueryAction(Code)
Name of the Action for moving the caret
logically backward one position.
See Also: BackwardAction
refreshTablesAction
final public static String refreshTablesAction(Code)
Name of the action to paste the contents of the
system clipboard into the selected region, or before the
caret if nothing is selected.
See Also:JTextComponent.paste
replaceColumnNameAction
final public static String replaceColumnNameAction(Code)
Name of the action to set the editor into read-only
mode.
See Also: ReadOnlyAction
replaceMatchAction
final public static String replaceMatchAction(Code)
Name of the action to delete the character of content that
follows the current caret position.
See Also: DeleteNextCharAction
replaceTableNameAction
final public static String replaceTableNameAction(Code)
Name of the action to set the editor into writeable
mode.
See Also: WritableAction
final public static String runBatchFileAction(Code)
Name of the action to place a line/paragraph break into
the document. If there is a selection, it is removed before
the break is added.
See Also: InsertBreakAction
Name of the action to place a tab character into
the document. If there is a selection, it is removed before
the tab is added.
See Also: InsertTabAction
Name of the Action for extending the selection
by moving the caret logically forward one position.
See Also: SelectionForwardAction
showAbbreviationsAction
final public static String showAbbreviationsAction(Code)
Name of the Action for extending the selection
by moving the caret logically backward one position.
See Also: SelectionBackwardAction See Also:Actions.getActions
submitSelectedAction
final public static String submitSelectedAction(Code)
Name of the action to cut the selected region
and place the contents into the system clipboard.
See Also:JTextComponent.cut
submitSingleAction
final public static String submitSingleAction(Code)
Fetches a factory that is suitable for producing
views of any models that are produced by this
kit. The default is to have the UI produce the
factory, so this method has no implementation.
the view factory