Klasse GroovyReflectionAutocompleteProvider
java.lang.Object
de.luckymcdev.foundryengine.client.imgui.text.preset.groovy.GroovyReflectionAutocompleteProvider
- Alle implementierten Schnittstellen:
IAutocompleteProvider
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungGroovyReflectionAutocompleteProvider(GroovyColorizer colorizer, URL... scriptRoots) -
Methodenübersicht
Modifikator und TypMethodeBeschreibunggetCandidates(String prefix, List<List<EditorGlyph>> lines, EditorCoordinates cursor) intbooleanshouldSuppress(String prefix, List<List<EditorGlyph>> lines, EditorCoordinates cursor) Von Klasse geerbte Methoden Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden IAutocompleteProvider
appendParens
-
Konstruktordetails
-
GroovyReflectionAutocompleteProvider
-
GroovyReflectionAutocompleteProvider
-
-
Methodendetails
-
minPrefixLength
public int minPrefixLength()- Angegeben von:
minPrefixLengthin SchnittstelleIAutocompleteProvider
-
shouldSuppress
public boolean shouldSuppress(String prefix, List<List<EditorGlyph>> lines, EditorCoordinates cursor) - Angegeben von:
shouldSuppressin SchnittstelleIAutocompleteProvider
-
getCandidates
public List<AutocompleteItem> getCandidates(String prefix, List<List<EditorGlyph>> lines, EditorCoordinates cursor) - Angegeben von:
getCandidatesin SchnittstelleIAutocompleteProvider
-