Uses of Class
org.fife.rsta.ac.java.ClassCompletion
-
Packages that use ClassCompletion Package Description org.fife.rsta.ac.java Java code completion classes. -
-
Uses of ClassCompletion in org.fife.rsta.ac.java
Methods in org.fife.rsta.ac.java with parameters of type ClassCompletion Modifier and Type Method Description private JavaLanguageSupport.ImportToAddInfoJavaLanguageSupport.JavaAutoCompletion. getShouldAddImport(ClassCompletion cc)Determines whether the class name being completed has been imported, and if it hasn't, returns the import statement that should be added for it.
-