- TabButton - Class in com.jpaulmorrison.graphics
-
- TabButton(JTabbedPane) - Constructor for class com.jpaulmorrison.graphics.TabButton
-
- tb(char) - Method in class com.jpaulmorrison.graphics.BabelParser2
-
Test for blank, CR or tab, but with modification (must be 'i', 'n' or 'o')
('n' is equivalent to old Babel 'IO' - I- and O-modification)
(the only blank tests in DiagramBuilder logic are all mod'd)
- tc(char) - Method in class com.jpaulmorrison.graphics.BabelParser2
-
This macro compares against a given character.
- tc(char, char) - Method in class com.jpaulmorrison.graphics.BabelParser2
-
Same as tc(char), but with modification (must be 'i', 'n' or 'o') ('n' is
equivalent to old Babel 'IO' - I- and O-modification)
- tf() - Method in class com.jpaulmorrison.graphics.BabelParser2
-
This macro compares against a number (figure).
- tf(char) - Method in class com.jpaulmorrison.graphics.BabelParser2
-
Same as tf(), but with modification (must be 'i', 'o' or 'n') ('n' is
equivalent to old Babel 'IO' - I- and O-modification)
- tl() - Method in class com.jpaulmorrison.graphics.BabelParser2
-
This macro compares against a letter.
- tl(char) - Method in class com.jpaulmorrison.graphics.BabelParser2
-
Same as tl(), but with modification (must be 'i', 'o' or 'n') ('n' is
equivalent to old Babel 'IO' - I- and O-modification)
- tu() - Method in class com.jpaulmorrison.graphics.BabelParser2
-
Babel 'universal comparator' - it is always true, unless we are at end of
file
- tu(char) - Method in class com.jpaulmorrison.graphics.BabelParser2
-
Same as tu(), but with modification (must be 'i', 'o' or 'n') ('n' is
equivalent to old Babel 'IO' - I- and O-modification)
- Types() - Constructor for class com.jpaulmorrison.graphics.Block.Types
-