java.lang.Object
de.grogra.suggest.async.ASyncManager
- All Implemented Interfaces:
AutoCloseable
Handle the asynchronous call of the suggestion manager and
the display (console or panel).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voiddispose()getParseResult(ParsedFile file, CaretPosition caret, int flags) voidupdate(ParsedFile file, CaretPosition caret, int flags)
-
Constructor Details
-
ASyncManager
-
-
Method Details
-
getParser
-
getParseResult
-
update
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-
dispose
public void dispose()
-