Package | Description |
---|---|
org.catacomb.druid.xtext.base | |
org.catacomb.druid.xtext.canvas |
Modifier and Type | Class and Description |
---|---|
class |
ContainerBlock |
class |
DownBlock |
class |
MarkerBlock |
class |
NewlineBlock |
class |
PunctuationBlock |
class |
TextBlock |
class |
UpBlock |
class |
WordBlock |
Modifier and Type | Field and Description |
---|---|
(package private) Block |
Block.nextBlock |
(package private) Block |
Block.previousBlock |
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<Block> |
ContainerBlock.items |
Modifier and Type | Method and Description |
---|---|
Block |
Block.next() |
Block |
Block.previous() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Block> |
ContainerBlock.getBlocks() |
Modifier and Type | Method and Description |
---|---|
void |
ContainerBlock.addBlock(Block bw) |
void |
Block.setNext(Block b) |
private void |
Block.setPrevious(Block b) |
Modifier and Type | Field and Description |
---|---|
(package private) Block |
TextBoard.rootBlock |
Modifier and Type | Method and Description |
---|---|
void |
TextBoard.setBlock(Block rb) |
Copyright © 2013. All Rights Reserved.