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 SummaryConstructors Constructor Description QDLSwingUtil()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static org.fife.ui.autocomplete.DefaultCompletionProvidercreateCompletionProvider()Most barebones completion -- just create it with the basic state.static org.fife.ui.autocomplete.DefaultCompletionProvidercreateCompletionProvider(List<String> functions)For a given set of functions, return the auto completion provider.static org.fife.ui.autocomplete.DefaultCompletionProvidercreateCompletionProvider(State state)Create the auto completion provider with a given state object.
 
- 
- 
- 
Method Detail- 
createCompletionProviderpublic static org.fife.ui.autocomplete.DefaultCompletionProvider createCompletionProvider() Most barebones completion -- just create it with the basic state.- Returns:
 
 - 
createCompletionProviderpublic static org.fife.ui.autocomplete.DefaultCompletionProvider 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:
 
 
- 
 
-