Interface ParameterizedCompletion

    • Method Detail

      • getDefinitionString

        String getDefinitionString()
        Returns the "definition string" for this completion. For example, for the C "printf" function, this would return "int printf(const char *, ...)".
        Returns:
        The definition string.
      • getParamCount

        int getParamCount()
        Returns the number of parameters this completion takes.
        Returns:
        The number of parameters this completion takes.
        See Also:
        getParam(int)
      • getInsertionInfo

        org.fife.ui.autocomplete.ParameterizedCompletionInsertionInfo getInsertionInfo​(JTextComponent tc,
                                                                                       boolean replaceTabsWithSpaces)
      • getShowParameterToolTip

        boolean getShowParameterToolTip()
        Returns whether a tool tip displaying assistance for each parameter while it is being edited is appropriate for this completion.
        Returns:
        Whether the tool tip is appropriate to display.