case class CodeCompletionPopup(autoSuggest: AutoSuggest, listRenderer: SuggestionListRenderer = ...) extends Product with Serializable

Source
CodeCompletionPopup.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CodeCompletionPopup
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CodeCompletionPopup(autoSuggest: AutoSuggest, listRenderer: SuggestionListRenderer = ...)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def autoCompleteSuggestion(eA: JTextComponent, autoSuggestDocumentListener: AutoSuggestDocumentListener): Unit

    Removes the currently typed token and replaces it with the selected element from the list of suggestions

  6. val autoSuggest: AutoSuggest
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  8. def displayPopup(): Unit

    Makes the suggestion box initially and displays it.

    Makes the suggestion box initially and displays it. Should only be called when the user presses the shortcut to enable the suggestion. To update the suggestions list call showPopUp()

  9. val dlm: DefaultListModel[String]
  10. var editorArea: Option[JTextComponent]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def fireUpdatePopup(docEventOption: Option[DocumentEvent]): Unit

    Should be called to update the suggestion box

  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. def getTokenTillPosition(source: String, position: Int): Option[Token]
  15. def init(editorArea: JTextComponent, autoSuggestDocumentListener: AutoSuggestDocumentListener): Unit
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. var isPopupEnabled: Boolean
  18. var lastSuggested: String
  19. val listRenderer: SuggestionListRenderer
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. def placeWindowOnScreen(eA: JTextComponent, position: Int): Unit

    Sets the location at which the window will be displayed

  24. val scrollPane: JScrollPane
  25. val suggestionDisplaylist: JList[String]
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def updatePopup(position: Int): Unit

    Updates the list of the suggestion box and makes it visible.

  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. val window: JDialog

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped