public class MarkdownJSyntaxKit
extends net.thevpc.jeep.editor.JSyntaxKit
| Modifier and Type | Class and Description |
|---|---|
static class |
MarkdownJSyntaxKit.LangState |
StyledEditorKit.AlignmentAction, StyledEditorKit.BoldAction, StyledEditorKit.FontFamilyAction, StyledEditorKit.FontSizeAction, StyledEditorKit.ForegroundAction, StyledEditorKit.ItalicAction, StyledEditorKit.StyledTextAction, StyledEditorKit.UnderlineActionDefaultEditorKit.BeepAction, DefaultEditorKit.CopyAction, DefaultEditorKit.CutAction, DefaultEditorKit.DefaultKeyTypedAction, DefaultEditorKit.InsertBreakAction, DefaultEditorKit.InsertContentAction, DefaultEditorKit.InsertTabAction, DefaultEditorKit.PasteAction| Modifier and Type | Field and Description |
|---|---|
static int |
OFFSET_COMMA |
static int |
OFFSET_LEFT_PARENTHESIS |
static int |
OFFSET_RIGHT_CURLY_BRACKET |
static int |
TT_BLOCKQUOTE |
static int |
TT_CODE1 |
static int |
TT_CODE3 |
static int |
TT_CODE3_BOLD |
static int |
TT_IMAGE |
static int |
TT_LINK |
static int |
TT_PRE |
static int |
TT_STAR1 |
static int |
TT_STAR2 |
static int |
TT_STAR3 |
static int |
TT_TILDE2 |
static int |
TT_TITLE1 |
static int |
TT_TITLE2 |
static int |
TT_TITLE3 |
static int |
TT_TITLE4 |
static int |
TT_TITLE5 |
static int |
TT_TITLE6 |
static int |
TT_TITLE7 |
static int |
TT_TITLE8 |
static int |
TT_TITLE9 |
static int |
TT_UNDERSCORE1 |
static int |
TT_UNDERSCORE2 |
static int |
TT_UNDERSCORE3 |
STYLE_BG1, STYLE_BG2, STYLE_BG3, STYLE_BG4, STYLE_BG5, STYLE_BG6, STYLE_BG7, STYLE_BG8, STYLE_BG9, STYLE_BOLD, STYLE_BOLD_ITALIC, STYLE_BOOLEAN_LITERALS, STYLE_CODE, STYLE_COMMENTS, STYLE_CROSS_OUT, STYLE_DIRECTIVES, STYLE_ERROR, STYLE_INFO, STYLE_ITALIC, STYLE_KEYWORDS, STYLE_KEYWORDS2, STYLE_NUMBERS, STYLE_OPERATORS, STYLE_PRE, STYLE_PRIMITIVE_TYPES, STYLE_REGEXPS, STYLE_SEPARATORS, STYLE_STRING, STYLE_STRINGS, STYLE_STRINGS2, STYLE_SUCCESS, STYLE_TEMPORALS, STYLE_TITLE1, STYLE_TITLE2, STYLE_TITLE3, STYLE_TITLE4, STYLE_TITLE5, STYLE_TITLE6, STYLE_TITLE7, STYLE_TITLE8, STYLE_TITLE9, STYLE_UNDERLINE, STYLE_WARN, UI_KEY_COMMENTS, UI_KEY_DEFAULT, UI_KEY_DIRECTIVE, UI_KEY_ERROR, UI_KEY_FORE1, UI_KEY_FORE10, UI_KEY_FORE2, UI_KEY_FORE3, UI_KEY_FORE4, UI_KEY_FORE5, UI_KEY_FORE6, UI_KEY_FORE7, UI_KEY_FORE8, UI_KEY_FORE9, UI_KEY_INFO, UI_KEY_LITERAL_BOOLEAN, UI_KEY_LITERAL_DATE, UI_KEY_LITERAL_NUMBER, UI_KEY_LITERAL_REGEXP, UI_KEY_LITERAL_STRING, UI_KEY_LITERAL_STRING2, UI_KEY_OPERATOR, UI_KEY_RESERVED_WORD, UI_KEY_RESERVED_WORD2, UI_KEY_RESERVED_WORD3, UI_KEY_SEPARATOR, UI_KEY_SUCCESS, UI_KEY_TYPE_PRIMITIVE, UI_KEY_WARNINGbackwardAction, beepAction, beginAction, beginLineAction, beginParagraphAction, beginWordAction, copyAction, cutAction, defaultKeyTypedAction, deleteNextCharAction, deleteNextWordAction, deletePrevCharAction, deletePrevWordAction, downAction, endAction, endLineAction, 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 |
|---|
MarkdownJSyntaxKit() |
addSyntaxActions, create, createDefaultDocument, deinstall, getBackgroundStyle, getContentTypes, getForegroundStyle, getStyles, getTitleStyle, getViewFactory, install, registerContentType, setJcontext, setMenuSelectedIndex, setStylesclone, createInputAttributes, getActions, getCharacterAttributeRun, getInputAttributescreateCaret, getContentType, read, read, write, writepublic static final int OFFSET_LEFT_PARENTHESIS
public static final int OFFSET_RIGHT_CURLY_BRACKET
public static final int OFFSET_COMMA
public static final int TT_STAR1
public static final int TT_STAR2
public static final int TT_STAR3
public static final int TT_TITLE1
public static final int TT_TITLE2
public static final int TT_TITLE3
public static final int TT_TITLE4
public static final int TT_TITLE5
public static final int TT_TITLE6
public static final int TT_TITLE7
public static final int TT_TITLE8
public static final int TT_TITLE9
public static final int TT_PRE
public static final int TT_CODE1
public static final int TT_CODE3
public static final int TT_UNDERSCORE1
public static final int TT_UNDERSCORE2
public static final int TT_UNDERSCORE3
public static final int TT_TILDE2
public static final int TT_BLOCKQUOTE
public static final int TT_LINK
public static final int TT_IMAGE
public static final int TT_CODE3_BOLD
Copyright © 2021 vpc open source initiative. All rights reserved.