Index
All Classes and Interfaces|All Packages
C
- contains(Position, boolean) - Method in class org.netbeans.api.editor.guards.GuardedSection
-
Assures that a position is not inside the guarded section.
- create(GuardedEditorSupport) - Method in class org.netbeans.spi.editor.guards.GuardedSectionsFactory
-
Creates a guarded sections provider.
- createGuardedReader(InputStream, Charset) - Method in interface org.netbeans.spi.editor.guards.GuardedSectionsProvider
-
Creates a reader able to read persisted sections.
- createGuardedReader(InputStream, Charset) - Method in class org.netbeans.spi.editor.guards.support.AbstractGuardedSectionsProvider
- createGuardedWriter(OutputStream, Charset) - Method in interface org.netbeans.spi.editor.guards.GuardedSectionsProvider
-
Creates a writer able to write persisted sections.
- createGuardedWriter(OutputStream, Charset) - Method in class org.netbeans.spi.editor.guards.support.AbstractGuardedSectionsProvider
- createInteriorSection(String, int, int, int, int) - Method in class org.netbeans.spi.editor.guards.support.AbstractGuardedSectionsProvider
-
Creates an interior section object to represent section read by the
readSections
. - createInteriorSection(Position, String) - Method in class org.netbeans.api.editor.guards.GuardedSectionManager
-
Creates an empty interior section at the given position.
- createSimpleSection(String, int, int) - Method in class org.netbeans.spi.editor.guards.support.AbstractGuardedSectionsProvider
-
Creates a simple section object to represent section read by the
readSections
. - createSimpleSection(Position, String) - Method in class org.netbeans.api.editor.guards.GuardedSectionManager
-
Creates an empty simple section at the given position.
All Classes and Interfaces|All Packages