|
org.netbeans.modules.editor.guards/0 0.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GuardedSection | |
---|---|
org.netbeans.api.editor.guards | |
org.netbeans.spi.editor.guards.support |
Uses of GuardedSection in org.netbeans.api.editor.guards |
---|
Subclasses of GuardedSection in org.netbeans.api.editor.guards | |
---|---|
class |
InteriorSection
Represents an advanced guarded section. |
class |
SimpleSection
Represents a simple guarded section. |
Methods in org.netbeans.api.editor.guards that return types with arguments of type GuardedSection | |
---|---|
Iterable<GuardedSection> |
GuardedSectionManager.getGuardedSections()
Gets all sections. |
Uses of GuardedSection in org.netbeans.spi.editor.guards.support |
---|
Methods in org.netbeans.spi.editor.guards.support that return types with arguments of type GuardedSection | |
---|---|
List<GuardedSection> |
AbstractGuardedSectionsProvider.Result.getGuardedSections()
|
Method parameters in org.netbeans.spi.editor.guards.support with type arguments of type GuardedSection | |
---|---|
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 parameters in org.netbeans.spi.editor.guards.support with type arguments of type GuardedSection | |
---|---|
AbstractGuardedSectionsProvider.Result(char[] content,
List<GuardedSection> sections)
|
|
org.netbeans.modules.editor.guards/0 0.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |