|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MarkBlock | |
---|---|
org.netbeans.editor |
Uses of MarkBlock in org.netbeans.editor |
---|
Fields in org.netbeans.editor declared as MarkBlock | |
---|---|
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 |
Methods in org.netbeans.editor that return MarkBlock | |
---|---|
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 |
Methods in org.netbeans.editor with parameters of type MarkBlock | |
---|---|
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 |
|
org.netbeans.modules.editor.lib/1 1.14.0 3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |