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
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
findTableCellBackward
(TableCell tableCell, Iterator it) protected boolean
findTableCellForward
(TableCell tableCell, Iterator it) protected boolean
isIntroRowFor
(Row row, Paragraph paragraph, Node nodeToCheck) protected TableCell
protected boolean
protected boolean
onNextSection
(Iterator it, boolean sameLevel) protected boolean
protected boolean
onPrevSection
(Iterator it, boolean sameLevel) boolean
transition
(ReaderArea.Transition.Type type, Iterator it)
-
Constructor Details
-
DefaultTransition
public DefaultTransition()
-
-
Method Details
-
transition
- Specified by:
transition
in interfaceReaderArea.Transition
-
onNextSection
-
onPrevSection
-
onNextParagraph
-
onPrevParagraph
-
findTableCellForward
-
findTableCellBackward
-
isTableCellIntroRow
-
isIntroRowFor
-