- get(int) - Method in class org.netbeans.spi.editor.hints.ChangeInfo
-
Getter for the i-th change
- getCancel() - Method in class org.netbeans.spi.editor.hints.Context
-
- getCustomType() - Method in class org.netbeans.spi.editor.hints.ErrorDescription
-
The custom type is an annotation type provided for particular error
- getDescription() - Method in class org.netbeans.spi.editor.hints.ErrorDescription
-
- getDetails() - Method in class org.netbeans.spi.editor.hints.ErrorDescription
-
- getEnd() - Method in interface org.netbeans.spi.editor.hints.ChangeInfo.Change
-
- getErrorDescriptionsAt(Context, Document) - Method in interface org.netbeans.spi.editor.hints.PositionRefresher
-
- getFile() - Method in class org.netbeans.spi.editor.hints.ErrorDescription
-
- getFileObject() - Method in interface org.netbeans.spi.editor.hints.ChangeInfo.Change
-
- getFilePreferences(FileObject, String) - Static method in class org.netbeans.spi.editor.hints.settings.FileHintPreferences
-
- getFixes() - Method in class org.netbeans.spi.editor.hints.ErrorDescription
-
The list of fixes that will be associated with the error.
- getFixes() - Method in interface org.netbeans.spi.editor.hints.LazyFixList
-
Getter for the current list of fixes.
- getGlobalPreferences() - Method in interface org.netbeans.spi.editor.hints.settings.FileHintPreferences.GlobalHintPreferencesProvider
-
Return the global preferences for the given hint mime-type.
- getId() - Method in class org.netbeans.spi.editor.hints.ErrorDescription
-
- getPosition() - Method in class org.netbeans.spi.editor.hints.Context
-
- getRange() - Method in class org.netbeans.spi.editor.hints.ErrorDescription
-
- getRangeTail() - Method in class org.netbeans.spi.editor.hints.ErrorDescription
-
Return range tail: to support multiple ranges for error/warning
- getSeverity() - Method in class org.netbeans.spi.editor.hints.ErrorDescription
-
The severity determines how the hint will be rendered.
- getSortText() - Method in interface org.netbeans.spi.editor.hints.EnhancedFix
-
- getStart() - Method in interface org.netbeans.spi.editor.hints.ChangeInfo.Change
-
- getText() - Method in interface org.netbeans.spi.editor.hints.Fix
-
The text displayed to the user as the fix description.