Klasse TomlAutocompleteProvider
java.lang.Object
de.luckymcdev.foundryengine.client.imgui.text.preset.toml.TomlAutocompleteProvider
- Alle implementierten Schnittstellen:
IAutocompleteProvider
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifikator und TypMethodeBeschreibungbooleangetCandidates(String prefix, List<List<EditorGlyph>> lines, EditorCoordinates cursor) booleanshouldSuppress(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
minPrefixLength
-
Konstruktordetails
-
TomlAutocompleteProvider
-
-
Methodendetails
-
getCandidates
public List<AutocompleteItem> getCandidates(String prefix, List<List<EditorGlyph>> lines, EditorCoordinates cursor) - Angegeben von:
getCandidatesin SchnittstelleIAutocompleteProvider
-
shouldSuppress
public boolean shouldSuppress(String prefix, List<List<EditorGlyph>> lines, EditorCoordinates cursor) - Angegeben von:
shouldSuppressin SchnittstelleIAutocompleteProvider
-
appendParens
public boolean appendParens()- Angegeben von:
appendParensin SchnittstelleIAutocompleteProvider
-