- findComponent(Document) - Static method in class org.netbeans.api.editor.EditorRegistry
-
Find a component that uses the given document.
- fireHighlightsChange(int, int) - Method in class org.netbeans.spi.editor.highlighting.support.AbstractHighlightsContainer
-
Notifies all registered listeners about a change in this container.
- FOCUS_GAINED_PROPERTY - Static variable in class org.netbeans.api.editor.EditorRegistry
-
Fired when focus was delivered to a registered text component.
- FOCUS_LOST_PROPERTY - Static variable in class org.netbeans.api.editor.EditorRegistry
-
Fired when a registered focused component has lost the focus.
- FOCUSED_DOCUMENT_PROPERTY - Static variable in class org.netbeans.api.editor.EditorRegistry
-
Fired when document property of the focused component changes
i.e.
- focusedComponent() - Static method in class org.netbeans.api.editor.EditorRegistry
-
Return the last focused component if it currently has a focus
or return null if none of the registered components currently have the focus.
- forPosition(int) - Method in class org.netbeans.spi.editor.highlighting.ZOrder
-
Creates a new ZOrder for given position.