Package com.ganteater.ae.desktop.ui
Class JParsedown.BlockList
java.lang.Object
com.ganteater.ae.desktop.ui.JParsedown.Component
com.ganteater.ae.desktop.ui.JParsedown.Block
com.ganteater.ae.desktop.ui.JParsedown.BlockList
- Enclosing class:
- JParsedown
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
boolean
boolean
Fields inherited from class com.ganteater.ae.desktop.ui.JParsedown.Block
identified, interrupted
Fields inherited from class com.ganteater.ae.desktop.ui.JParsedown.Component
element, hidden, markup
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontinueBlock
(JParsedown.Line line) boolean
boolean
startBlock
(JParsedown.Line line, JParsedown.Block block) Methods inherited from class com.ganteater.ae.desktop.ui.JParsedown.Block
setElement
Methods inherited from class com.ganteater.ae.desktop.ui.JParsedown.Component
extractElement
-
Field Details
-
indent
-
pattern
-
loose
-
ordered
-
marker
-
markerType
-
markerTypeRegex
-
li
-
-
Constructor Details
-
BlockList
protected BlockList()
-
-
Method Details
-
startBlock
- Specified by:
startBlock
in classJParsedown.Block
-
isContinuable
- Overrides:
isContinuable
in classJParsedown.Block
-
continueBlock
- Overrides:
continueBlock
in classJParsedown.Block
-
isCompletable
- Overrides:
isCompletable
in classJParsedown.Block
-
completeBlock
- Overrides:
completeBlock
in classJParsedown.Block
-