Package | Description |
---|---|
org.netbeans.editor |
Modifier and Type | Field and Description |
---|---|
protected MarkBlock |
MarkBlockChain.chain
Chain of all blocks
|
protected MarkBlock |
MarkBlockChain.currentBlock
Current block to make checks faster
|
protected MarkBlock |
MarkBlock.next
Next block in the chain
|
protected MarkBlock |
MarkBlock.prev
Previous block in the chain
|
Modifier and Type | Method and Description |
---|---|
MarkBlock |
MarkBlock.addChain(MarkBlock blk)
Add block after this one
|
protected MarkBlock |
MarkBlockChain.checkedRemove(MarkBlock blk)
Removes mark block and possibly updates the chain.
|
protected MarkBlock |
MarkBlockChain.createBlock(int startPos,
int endPos) |
MarkBlock |
MarkBlockChain.getChain() |
MarkBlock |
MarkBlock.getNext() |
MarkBlock |
MarkBlock.getPrev() |
MarkBlock |
MarkBlock.insertChain(MarkBlock blk)
Insert block before this one
|
MarkBlock |
MarkBlock.removeChain()
Remove this block from the chain
|
Modifier and Type | Method and Description |
---|---|
MarkBlock |
MarkBlock.addChain(MarkBlock blk)
Add block after this one
|
protected MarkBlock |
MarkBlockChain.checkedRemove(MarkBlock blk)
Removes mark block and possibly updates the chain.
|
boolean |
MarkBlock.extend(MarkBlock blk,
boolean concat)
Extend this mark block by some other block.
|
MarkBlock |
MarkBlock.insertChain(MarkBlock blk)
Insert block before this one
|
void |
MarkBlock.setNext(MarkBlock b) |
void |
MarkBlock.setNextChain(MarkBlock b)
Set the next block of this one in the chain.
|
void |
MarkBlock.setPrev(MarkBlock b) |
void |
MarkBlock.setPrevChain(MarkBlock b)
Set the previous block of this one in the chain
|