Expand description
§Decision table editor engine
Modules§
- cursor
- Cursor
Structs§
- Char
- A character with associated attributes.
- Controller
- Handler for edit operations.
- Cursor
- Cursor position and shape.
- Plane
- Edited text with cursor.
- Region
- Rectangular region.
- Row
- A single row of text.
- Updates
- Updates done on the underlying data model containing the edited decision table.
Enums§
- Cursor
Shape - Cursor shapes.
Constants§
- ATTRIBUTE_
CLEAR - Flag for clearing all attributes of the character.
- ATTRIBUTE_
FULL_ JOIN - Flag indicating that the information item name cell is already filled to the extent of the decision table’s body. All characters constituting such a line have this attribute set.
- ATTRIBUTE_
JOIN - Flag indicating that a character is on the joining line between the information item name and the decision table’s body. All characters constituting this line have this attribute set.
- DOUBLE_
HORIZONTAL ═U+2550Box drawings double horizontal.- DOUBLE_
VERTICAL ║U+2551Box drawings double vertical.- DOUBLE_
VERTICAL_ AND_ HORIZONTAL ╬U+256CBox drawings double vertical and horizontal.- DOWN_
DOUBLE_ AND_ HORIZONTAL_ SINGLE ╥U+2565Box drawings down double and horizontal single.- DOWN_
SINGLE_ AND_ HORIZONTAL_ DOUBLE ╤U+2564Box drawings down single and horizontal double.- LIGHT_
DOWN_ AND_ HORIZONTAL ┬U+252CBox drawings light down and horizontal.- LIGHT_
DOWN_ AND_ LEFT ┐U+2510Box drawings light down and left.- LIGHT_
DOWN_ AND_ RIGHT ┌U+250CBox drawings light down and right.- LIGHT_
HORIZONTAL ─U+2500Box drawings light horizontal.+- LIGHT_
UP_ AND_ HORIZONTAL ┴U+2534Box drawings light up and horizontal.- LIGHT_
UP_ AND_ LEFT ┘U+2518Box drawings light up and left.- LIGHT_
UP_ AND_ RIGHT └U+2514Box drawings light up and right.- LIGHT_
VERTICAL │U+2502Box drawings light vertical.- LIGHT_
VERTICAL_ AND_ HORIZONTAL ┼U+253CBox drawings light vertical and horizontal.- LIGHT_
VERTICAL_ AND_ LEFT ┤U+2524Box drawings light vertical and left.- LIGHT_
VERTICAL_ AND_ RIGHT ├U+251CBox drawings light vertical and right.- SPACE
U+0020Space.- UP_
DOUBLE_ AND_ HORIZONTAL_ SINGLE ╨U+2568Box drawings up double and horizontal single.- UP_
SINGLE_ AND_ HORIZONTAL_ DOUBLE ╧U+2567Box drawings up single and horizontal double.- VERTICAL_
DOUBLE_ AND_ HORIZONTAL_ SINGLE ╫U+256BBox drawings vertical double and horizontal single.- VERTICAL_
DOUBLE_ AND_ LEFT_ SINGLE ╢U+2562Box drawings vertical double and left single.- VERTICAL_
DOUBLE_ AND_ RIGHT_ SINGLE ╟U+255FBox drawings vertical double and right single.- VERTICAL_
SINGLE_ AND_ HORIZONTAL_ DOUBLE ╪U+256ABox drawings vertical single and horizontal double.- VERTICAL_
SINGLE_ AND_ LEFT_ DOUBLE ╡U+2561Box drawings vertical single and left double.- VERTICAL_
SINGLE_ AND_ RIGHT_ DOUBLE ╞U+255EBox drawings vertical single and right double.