Package | Description |
---|---|
org.netbeans.api.editor.guards | |
org.netbeans.spi.editor.guards.support |
Modifier and Type | Method and Description |
---|---|
InteriorSection |
GuardedSectionManager.createInteriorSection(Position pos,
String name)
Creates an empty interior section at the given position.
|
InteriorSection |
GuardedSectionManager.findInteriorSection(String name)
Tries to find the interior section of the given name.
|
Modifier and Type | Method and Description |
---|---|
InteriorSection |
AbstractGuardedSectionsProvider.createInteriorSection(String name,
int headerBegin,
int headerEnd,
int footerBegin,
int footerEnd)
Creates an interior section object to represent section read by
the
readSections . |