Package | Description |
---|---|
org.netbeans.api.editor.guards | |
org.netbeans.spi.editor.guards.support |
Modifier and Type | Class and Description |
---|---|
class |
InteriorSection
Represents an advanced guarded section.
|
class |
SimpleSection
Represents a simple guarded section.
|
Modifier and Type | Method and Description |
---|---|
Iterable<GuardedSection> |
GuardedSectionManager.getGuardedSections()
Gets all sections.
|
Modifier and Type | Method and Description |
---|---|
List<GuardedSection> |
AbstractGuardedSectionsProvider.Result.getGuardedSections() |
Modifier and Type | Method and Description |
---|---|
abstract char[] |
AbstractGuardedSectionsProvider.writeSections(List<GuardedSection> sections,
char[] content)
This should be implemented to persist a list of guarded sections inside
the passed content.
|
Constructor and Description |
---|
Result(char[] content,
List<GuardedSection> sections) |
Built on June 4 2024. | Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.