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

Uses of Class org.netbeans.lib.editor.util.swing.PositionRegion (Editor Utilities) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.editor.util/1 1.17

Uses of Class
org.netbeans.lib.editor.util.swing.PositionRegion

Packages that use PositionRegion
org.netbeans.lib.editor.util.swing   
 

Uses of PositionRegion in org.netbeans.lib.editor.util.swing
 

Subclasses of PositionRegion in org.netbeans.lib.editor.util.swing
 class MutablePositionRegion
          A pair of positions delimiting a text region in a swing document.
 

Methods in org.netbeans.lib.editor.util.swing that return types with arguments of type PositionRegion
static Comparator<PositionRegion> PositionRegion.getComparator()
          Get comparator for position regions comparing start offsets of the two given regions.
 

Method parameters in org.netbeans.lib.editor.util.swing with type arguments of type PositionRegion
static boolean PositionRegion.isRegionsSorted(List<PositionRegion> positionRegionList)
          Check whether a list of position regions is sorted according the start offsets of the regions.
 


org.netbeans.modules.editor.util/1 1.17

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