Class JSFunctionCompletion.JSFunctionParam

  • Enclosing class:
    JSFunctionCompletion

    public static class JSFunctionCompletion.JSFunctionParam
    extends org.fife.ui.autocomplete.ParameterizedCompletion.Parameter
    Override the FunctionCompletion.Parameter to look up the Javascript name for the completion type
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.fife.ui.autocomplete.CompletionProvider provider  
      private boolean showParameterType  
    • Constructor Summary

      Constructors 
      Constructor Description
      JSFunctionParam​(java.lang.Object type, java.lang.String name, boolean showParameterType, org.fife.ui.autocomplete.CompletionProvider provider)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getType()  
      • Methods inherited from class org.fife.ui.autocomplete.ParameterizedCompletion.Parameter

        getDescription, getName, getTypeObject, isEndParam, setDescription, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • showParameterType

        private boolean showParameterType
      • provider

        private org.fife.ui.autocomplete.CompletionProvider provider
    • Constructor Detail

      • JSFunctionParam

        public JSFunctionParam​(java.lang.Object type,
                               java.lang.String name,
                               boolean showParameterType,
                               org.fife.ui.autocomplete.CompletionProvider provider)
    • Method Detail

      • getType

        public java.lang.String getType()
        Overrides:
        getType in class org.fife.ui.autocomplete.ParameterizedCompletion.Parameter