public class ExtKit extends BaseKit
Modifier and Type | Class and Description |
---|---|
static class |
ExtKit.AllCompletionShowAction
Deprecated.
Please use Editor Code Completion API instead, for details see
Editor Code Completion.
|
static class |
ExtKit.BuildPopupMenuAction
Called before the popup menu is shown to possibly rebuild
the popup menu.
|
static class |
ExtKit.BuildToolTipAction |
static class |
ExtKit.CodeSelectAction
Deprecated.
this action is deprecated and will be removed in future releases.
|
static class |
ExtKit.CommentAction |
static class |
ExtKit.CompletionShowAction
Deprecated.
Please use Editor Code Completion API instead, for details see
Editor Code Completion.
|
static class |
ExtKit.CompletionTooltipShowAction
Deprecated.
Please use Editor Code Completion API instead, for details see
Editor Code Completion.
|
static class |
ExtKit.DocumentationShowAction
Deprecated.
Please use Editor Code Completion API instead, for details see
Editor Code Completion.
|
static class |
ExtKit.EscapeAction
Executed when the Escape key is pressed.
|
static class |
ExtKit.ExtDefaultKeyTypedAction
Deprecated.
Please do not subclass this class. Use Typing Hooks instead, for details see
Editor Library 2.
|
static class |
ExtKit.ExtDeleteCharAction
Deprecated.
Please do not subclass this class. Use Typing Hooks instead, for details see
Editor Library 2.
|
static class |
ExtKit.GotoAction |
static class |
ExtKit.GotoDeclarationAction
Deprecated.
this action is no longer used. It is reimplemented in editor.actions module.
|
static class |
ExtKit.MatchBraceAction
Deprecated.
Please use Braces Matching SPI instead, for details see
Editor Braces Matching.
|
static class |
ExtKit.PrefixMakerAction
Prefix maker adds the prefix before the identifier under cursor.
|
static class |
ExtKit.ShowPopupMenuAction
Show the popup menu.
|
static class |
ExtKit.ToggleCaseIdentifierBeginAction |
static class |
ExtKit.ToggleCommentAction |
static class |
ExtKit.UncommentAction |
BaseKit.BackwardAction, BaseKit.BeepAction, BaseKit.BeginAction, BaseKit.BeginLineAction, BaseKit.BeginWordAction, BaseKit.CompoundAction, BaseKit.CopyAction, BaseKit.CutAction, BaseKit.DefaultKeyTypedAction, BaseKit.DeleteCharAction, BaseKit.DownAction, BaseKit.EndAction, BaseKit.EndLineAction, BaseKit.EndWordAction, BaseKit.ForwardAction, BaseKit.InsertBreakAction, BaseKit.InsertContentAction, BaseKit.InsertStringAction, BaseKit.InsertTabAction, BaseKit.KitCompoundAction, BaseKit.NextWordAction, BaseKit.PageDownAction, BaseKit.PageUpAction, BaseKit.PasteAction, BaseKit.PreviousWordAction, BaseKit.ReadOnlyAction, BaseKit.RemoveTrailingSpacesAction, BaseKit.SelectAllAction, BaseKit.SelectLineAction, BaseKit.SelectWordAction, BaseKit.SplitLineAction, BaseKit.UpAction, BaseKit.WritableAction
Modifier and Type | Field and Description |
---|---|
static String |
allCompletionShowAction |
static String |
buildPopupMenuAction
This action is searched and executed when the popup menu should
be displayed to build the popup menu.
|
static String |
buildToolTipAction
This action is searched and executed when the tool-tip should
be displayed by tool-tip support to build the tool-tip.
|
static String |
codeSelectAction
Deprecated.
this action name is not actively used by ExtKit and will be removed in future releases.
|
static String |
commentAction
Comment out the selected block
|
static String |
completionShowAction
Find the completion help and show it in the completion pane.
|
static String |
completionTooltipShowAction
Show completion tooltip
|
static String |
documentationShowAction
Show documentation popup panel
|
static String |
escapeAction
Deprecated.
this action name is not actively used by ExtKit and will be removed in future releases.
|
static String |
findAction
Deprecated.
Without any replacement.
|
static String |
gotoAction
Open goto dialog action - this action is defined in view package, but
its name is defined here for clarity
|
static String |
gotoDeclarationAction
Goto declaration depending on the context under the caret
|
static String |
gotoHelpAction
Goto help depending on the context under the caret
|
static String |
gotoSourceAction
Goto source depending on the context under the caret
|
static String |
gotoSuperImplementationAction |
static String |
matchBraceAction
Match brace
|
static String |
replaceAction
Open replace dialog action - this action is defined in view package, but
its name is defined here for clarity
|
static String |
selectionMatchBraceAction
Select the text to the matching bracket
|
static String |
showPopupMenuAction
Show popup menu.
|
static String |
toggleCaseIdentifierBeginAction
Toggle the case for the first character of the word under caret
|
static String |
toggleCommentAction
Comment/Uncomment the selected block
|
static String |
toggleToolbarAction
Toggle the toolbar
|
static String |
TRIMMED_TEXT
Trimmed text for go to submenu
|
static String |
uncommentAction
Uncomment the selected block
|
abbrevExpandAction, abbrevResetAction, adjustCaretBottomAction, adjustCaretCenterAction, adjustCaretTopAction, adjustWindowBottomAction, adjustWindowCenterAction, adjustWindowTopAction, annotationsCyclingAction, collapseAllFoldsAction, collapseFoldAction, copySelectionElseLineDownAction, copySelectionElseLineUpAction, cutToLineBeginAction, cutToLineEndAction, DOC_REPLACE_SELECTION_PROPERTY, expandAllFoldsAction, expandFoldAction, findNextAction, findPreviousAction, findSelectionAction, firstNonWhiteAction, formatAction, generateGutterPopupAction, indentAction, insertDateTimeAction, jumpListNextAction, jumpListNextComponentAction, jumpListPrevAction, jumpListPrevComponentAction, lastNonWhiteAction, lineFirstColumnAction, macroActionPrefix, MAGIC_POSITION_MAX, moveSelectionElseLineDownAction, moveSelectionElseLineUpAction, pasteFormatedAction, redoAction, reformatLineAction, reindentLineAction, removeLineAction, removeLineBeginAction, removeNextWordAction, removePreviousWordAction, removeSelectionAction, removeTabAction, removeTrailingSpacesAction, scrollDownAction, scrollUpAction, selectIdentifierAction, selectionFirstNonWhiteAction, selectionLastNonWhiteAction, selectionLineFirstColumnAction, selectionPageDownAction, selectionPageUpAction, selectNextParameterAction, shiftLineLeftAction, shiftLineRightAction, splitLineAction, startMacroRecordingAction, startNewLineAction, stopMacroRecordingAction, switchCaseAction, toggleHighlightSearchAction, toggleLineNumbersAction, toggleTypingModeAction, toLowerCaseAction, toUpperCaseAction, undoAction, wordMatchNextAction, wordMatchPrevAction
backwardAction, beepAction, beginAction, beginLineAction, beginLineUpAction, beginParagraphAction, beginWordAction, copyAction, cutAction, defaultKeyTypedAction, deleteNextCharAction, deleteNextWordAction, deletePrevCharAction, deletePrevWordAction, downAction, endAction, endLineAction, endLineDownAction, EndOfLineStringProperty, endParagraphAction, endWordAction, forwardAction, insertBreakAction, insertContentAction, insertTabAction, nextWordAction, pageDownAction, pageUpAction, pasteAction, previousWordAction, readOnlyAction, selectAllAction, selectionBackwardAction, selectionBeginAction, selectionBeginLineAction, selectionBeginParagraphAction, selectionBeginWordAction, selectionDownAction, selectionEndAction, selectionEndLineAction, selectionEndParagraphAction, selectionEndWordAction, selectionForwardAction, selectionNextWordAction, selectionPreviousWordAction, selectionUpAction, selectLineAction, selectParagraphAction, selectWordAction, upAction, writableAction
Constructor and Description |
---|
ExtKit() |
Modifier and Type | Method and Description |
---|---|
protected Action[] |
createActions()
Create actions that this kit supports.
|
protected EditorUI |
createEditorUI()
Create extended UI
|
SyntaxSupport |
createSyntaxSupport(BaseDocument doc)
Create syntax support
|
addActionsToMap, clone, createCaret, createDefaultDocument, createFormatSyntax, createPrintEditorUI, createPrintEditorUI, createSyntax, createTextUI, deinstall, executeDeinstallActions, executeInstallActions, getActionByName, getActions, getCustomActions, getDeclaredActions, getKeymap, getKit, getMacroActions, getViewFactory, initDocument, install, mapToActions, read, translateActionNameList, updateActions, write
getContentType, read, write
public static final String buildPopupMenuAction
public static final String showPopupMenuAction
public static final String buildToolTipAction
@Deprecated public static final String findAction
public static final String replaceAction
public static final String gotoAction
public static final String gotoDeclarationAction
public static final String gotoSourceAction
public static final String gotoSuperImplementationAction
public static final String gotoHelpAction
public static final String matchBraceAction
public static final String selectionMatchBraceAction
public static final String toggleCaseIdentifierBeginAction
@Deprecated public static final String codeSelectAction
@Deprecated public static final String escapeAction
public static final String completionShowAction
public static final String allCompletionShowAction
public static final String documentationShowAction
public static final String completionTooltipShowAction
public static final String commentAction
public static final String uncommentAction
public static final String toggleCommentAction
public static final String toggleToolbarAction
public static final String TRIMMED_TEXT
public SyntaxSupport createSyntaxSupport(BaseDocument doc)
BaseKit
createSyntaxSupport
in class BaseKit
protected EditorUI createEditorUI()
BaseKit
createEditorUI
in class BaseKit
protected Action[] createActions()
BaseKit
createActions
in class BaseKit