站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

Uses of Class org.netbeans.editor.MarkBlock (Editor Library) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.editor.lib/1 1.14.0 3

Uses of Class
org.netbeans.editor.MarkBlock

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

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.