|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.text.EditorKit
javax.swing.text.DefaultEditorKit
org.netbeans.editor.BaseKit
org.netbeans.editor.ext.ExtKit
public class ExtKit
Extended kit offering advanced functionality
Nested Class Summary | |
---|---|
static class |
ExtKit.AllCompletionShowAction
|
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
|
static class |
ExtKit.CompletionTooltipShowAction
|
static class |
ExtKit.DocumentationShowAction
|
static class |
ExtKit.EscapeAction
Executed when the Escape key is pressed. |
static class |
ExtKit.ExtDefaultKeyTypedAction
|
static class |
ExtKit.ExtDeleteCharAction
|
static class |
ExtKit.FindAction
|
static class |
ExtKit.GotoAction
|
static class |
ExtKit.GotoDeclarationAction
Action to go to the declaration of the variable under the caret. |
static class |
ExtKit.MatchBraceAction
|
static class |
ExtKit.PrefixMakerAction
Prefix maker adds the prefix before the identifier under cursor. |
static class |
ExtKit.ReplaceAction
|
static class |
ExtKit.ShowPopupMenuAction
Show the popup menu. |
static class |
ExtKit.ToggleCaseIdentifierBeginAction
|
static class |
ExtKit.UncommentAction
|
Field Summary | |
---|---|
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
Open find dialog action - this action is defined in view package, but its name is defined here for clarity |
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 |
toggleToolbarAction
Toggle the toolbar |
static String |
TRIMMED_TEXT
Trimmed text for go to submenu |
static String |
uncommentAction
Uncomment the selected block |
Constructor Summary | |
---|---|
ExtKit()
|
Method Summary | |
---|---|
protected Action[] |
createActions()
Create actions that this kit supports. |
Caret |
createCaret()
Create caret to navigate through document |
Completion |
createCompletion(ExtEditorUI extEditorUI)
|
CompletionJavaDoc |
createCompletionJavaDoc(ExtEditorUI extEditorUI)
|
protected EditorUI |
createEditorUI()
Create extended UI |
SyntaxSupport |
createSyntaxSupport(BaseDocument doc)
Create syntax support |
Methods inherited from class org.netbeans.editor.BaseKit |
---|
actionsToMap, clone, createDefaultDocument, createFormatSyntax, createFormatter, createPrintEditorUI, createPrintEditorUI, createSyntax, createTextUI, deinstall, executeDeinstallActions, executeInstallActions, getActionByName, getActions, getCustomActions, getKeymap, getKit, getMacroActions, getViewFactory, initDocument, install, mapToActions, read, translateActionNameList, updateActions, write |
Methods inherited from class javax.swing.text.DefaultEditorKit |
---|
getContentType, read, write |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String buildPopupMenuAction
public static final String showPopupMenuAction
public static final String buildToolTipAction
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
public static final String codeSelectAction
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 toggleToolbarAction
public static final String TRIMMED_TEXT
Constructor Detail |
---|
public ExtKit()
Method Detail |
---|
public Caret createCaret()
createCaret
in class BaseKit
public SyntaxSupport createSyntaxSupport(BaseDocument doc)
BaseKit
createSyntaxSupport
in class BaseKit
public Completion createCompletion(ExtEditorUI extEditorUI)
public CompletionJavaDoc createCompletionJavaDoc(ExtEditorUI extEditorUI)
protected EditorUI createEditorUI()
BaseKit
createEditorUI
in class BaseKit
protected Action[] createActions()
BaseKit
createActions
in class BaseKit
|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |