Package org.qdl_lang.gui
Class QDLSwingUtil
- java.lang.Object
-
- org.qdl_lang.gui.QDLSwingUtil
-
public class QDLSwingUtil extends Object
Created by Jeff Gaynor
on 8/10/22 at 1:27 PM
-
-
Constructor Summary
Constructors Constructor Description QDLSwingUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.fife.ui.autocomplete.CompletionProvider
createCompletionProvider()
Most barebones completion -- just create it with the basic state.static org.fife.ui.autocomplete.CompletionProvider
createCompletionProvider(List<String> functions)
For a given set of functions, return the auto completion provider.static org.fife.ui.autocomplete.CompletionProvider
createCompletionProvider(State state)
Create the auto completion provider with a given state object.
-
-
-
Method Detail
-
createCompletionProvider
public static org.fife.ui.autocomplete.CompletionProvider createCompletionProvider()
Most barebones completion -- just create it with the basic state.- Returns:
-
createCompletionProvider
public static org.fife.ui.autocomplete.CompletionProvider createCompletionProvider(State state)
Create the auto completion provider with a given state object. This will get the functions from any modules loaded in the state.- Returns:
-
-