Package | Description |
---|---|
org.netbeans.api.editor.guards | |
org.netbeans.spi.editor.guards.support |
Modifier and Type | Method and Description |
---|---|
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.
|
SimpleSection |
GuardedSectionManager.protectSimpleRegion(Position start,
Position end,
String name)
Creates a simple section from a region of code.
|
Modifier and Type | Method and Description |
---|---|
SimpleSection |
AbstractGuardedSectionsProvider.createSimpleSection(String name,
int begin,
int end)
Creates a simple section object to represent section read by
the
readSections . |