org.netbeans.modules.editor.guards/1 1.12.1

Uses of Class
org.netbeans.api.editor.guards.SimpleSection

Packages that use SimpleSection
org.netbeans.api.editor.guards   
org.netbeans.spi.editor.guards.support   
 

Uses of SimpleSection in org.netbeans.api.editor.guards
 

Methods in org.netbeans.api.editor.guards that return SimpleSection
 SimpleSection GuardedSectionManager.createSimpleSection(Position pos, String name)
          Creates an empty simple section at the given position.
 SimpleSection GuardedSectionManager.findSimpleSection(String name)
          Tries to find the simple section of the given name.
 

Uses of SimpleSection in org.netbeans.spi.editor.guards.support
 

Methods in org.netbeans.spi.editor.guards.support that return SimpleSection
 SimpleSection AbstractGuardedSectionsProvider.createSimpleSection(String name, int begin, int end)
          Creates a simple section object to represent section read by the readSections.
 


org.netbeans.modules.editor.guards/1 1.12.1

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.