- getBody() - Method in class org.netbeans.api.editor.guards.InteriorSection
-
Returns the contents of the body part of the section.
- getBodyEndPosition() - Method in class org.netbeans.api.editor.guards.InteriorSection
-
Returns a position where the body ends
- getBodyStartPosition() - Method in class org.netbeans.api.editor.guards.InteriorSection
-
Returns a position where the body starts
- getCaretPosition() - Method in class org.netbeans.api.editor.guards.GuardedSection
-
Gets the begin of section.
- getContent() - Method in class org.netbeans.spi.editor.guards.support.AbstractGuardedSectionsProvider.Result
-
- getDocument() - Method in interface org.netbeans.spi.editor.guards.GuardedEditorSupport
-
Returns a document containing guarded sections
- getEndPosition() - Method in class org.netbeans.api.editor.guards.GuardedSection
-
Returns the end position of the whole guarded section.
- getFooter() - Method in class org.netbeans.api.editor.guards.InteriorSection
-
Returns the contents of the footer part of the guarded section.
- getGuardedSections() - Method in class org.netbeans.api.editor.guards.GuardedSectionManager
-
Gets all sections.
- getGuardedSections() - Method in class org.netbeans.spi.editor.guards.support.AbstractGuardedSectionsProvider.Result
-
- getHeader() - Method in class org.netbeans.api.editor.guards.InteriorSection
-
Returns the contents of the header part of the section.
- getInstance(StyledDocument) - Static method in class org.netbeans.api.editor.guards.GuardedSectionManager
-
Gets the manager instance.
- getName() - Method in class org.netbeans.api.editor.guards.GuardedSection
-
Get the name of the section.
- getStartPosition() - Method in class org.netbeans.api.editor.guards.GuardedSection
-
Returns the start position of the whole guarded section.
- getText() - Method in class org.netbeans.api.editor.guards.GuardedSection
-
Gets the text contained in the section.
- GuardedEditorSupport - Interface in org.netbeans.spi.editor.guards
-
This is an editor abstraction used by the guarded sections implementation.
- GuardedRegionMarker - Interface in org.netbeans.spi.editor.guards
-
This interface can be used by UI responsible for creating the document implementation
to receive callbacks on document protection.
- GuardedSection - Class in org.netbeans.api.editor.guards
-
Represents one guarded section.
- GuardedSectionManager - Class in org.netbeans.api.editor.guards
-
This is the entry point for clients to manipulate guarded sections
of the given document.
- GuardedSectionsFactory - Class in org.netbeans.spi.editor.guards
-
- GuardedSectionsFactory() - Constructor for class org.netbeans.spi.editor.guards.GuardedSectionsFactory
-
- GuardedSectionsProvider - Interface in org.netbeans.spi.editor.guards
-
Subclasses should be able to read content containing guarded section marks
and vice versa.