Package com.ganteater.ae.desktop.ui
Class JParsedown.BlockParagraph
java.lang.Object
com.ganteater.ae.desktop.ui.JParsedown.Component
com.ganteater.ae.desktop.ui.JParsedown.Block
com.ganteater.ae.desktop.ui.JParsedown.BlockParagraph
-
Field Summary
Fields inherited from class com.ganteater.ae.desktop.ui.JParsedown.Block
identified, interruptedFields inherited from class com.ganteater.ae.desktop.ui.JParsedown.Component
element, hidden, markup -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontinueBlock(JParsedown.Line line) booleanstartBlock(JParsedown.Line line, JParsedown.Block block) Methods inherited from class com.ganteater.ae.desktop.ui.JParsedown.Block
completeBlock, isCompletable, setElementMethods inherited from class com.ganteater.ae.desktop.ui.JParsedown.Component
extractElement
-
Constructor Details
-
BlockParagraph
protected BlockParagraph()
-
-
Method Details
-
startBlock
- Specified by:
startBlockin classJParsedown.Block
-
isContinuable
- Overrides:
isContinuablein classJParsedown.Block
-
continueBlock
- Overrides:
continueBlockin classJParsedown.Block
-