Package org.luwrain.controls.reader
Class DefaultTransition
java.lang.Object
org.luwrain.controls.reader.DefaultTransition
- All Implemented Interfaces:
ReaderArea.Transition
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.luwrain.controls.reader.ReaderArea.Transition
ReaderArea.Transition.Type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanfindTableCellBackward(TableCell tableCell, Iterator it) protected booleanfindTableCellForward(TableCell tableCell, Iterator it) protected booleanisIntroRowFor(Row row, Paragraph paragraph, Node nodeToCheck) protected TableCellprotected booleanprotected booleanonNextSection(Iterator it, boolean sameLevel) protected booleanprotected booleanonPrevSection(Iterator it, boolean sameLevel) booleantransition(ReaderArea.Transition.Type type, Iterator it)
-
Constructor Details
-
DefaultTransition
public DefaultTransition()
-
-
Method Details
-
transition
- Specified by:
transitionin interfaceReaderArea.Transition
-
onNextSection
-
onPrevSection
-
onNextParagraph
-
onPrevParagraph
-
findTableCellForward
-
findTableCellBackward
-
isTableCellIntroRow
-
isIntroRowFor
-