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

Uses of Package org.netbeans.api.editor.fold (NetBeans Code Folding API) - NetBeans API Javadoc 5.0.0

 

Uses of Package
org.netbeans.api.editor.fold

Packages that use org.netbeans.api.editor.fold
org.netbeans.api.editor.fold   
org.netbeans.spi.editor.fold   
 

Classes in org.netbeans.api.editor.fold used by org.netbeans.api.editor.fold
Fold
          Fold is a building block of the code folding tree-based hierarchy.
FoldHierarchy
          Hierarchy of the folds for a single text component represents a model of the code-folding.
FoldHierarchyEvent
          Event describing the changes done in the hierarchy.
FoldHierarchyListener
          Listener for changes in the fold hierarchy.
FoldStateChange
          Information about state changes made in a particular fold.
FoldType
          Each Fold is identified by its fold type.
 

Classes in org.netbeans.api.editor.fold used by org.netbeans.spi.editor.fold
Fold
          Fold is a building block of the code folding tree-based hierarchy.
FoldHierarchy
          Hierarchy of the folds for a single text component represents a model of the code-folding.
FoldType
          Each Fold is identified by its fold type.
 


 

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