case class CodeCompletionPopup(autoSuggest: AutoSuggest, listRenderer: SuggestionListRenderer = ...) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CodeCompletionPopup
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new CodeCompletionPopup(autoSuggest: AutoSuggest, listRenderer: SuggestionListRenderer = ...)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
autoCompleteSuggestion(eA: JTextComponent, autoSuggestDocumentListener: AutoSuggestDocumentListener): Unit
Removes the currently typed token and replaces it with the selected element from the list of suggestions
- val autoSuggest: AutoSuggest
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
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()
- val dlm: DefaultListModel[String]
- var editorArea: Option[JTextComponent]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
fireUpdatePopup(docEventOption: Option[DocumentEvent]): Unit
Should be called to update the suggestion box
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getTokenTillPosition(source: String, position: Int): Option[Token]
- def init(editorArea: JTextComponent, autoSuggestDocumentListener: AutoSuggestDocumentListener): Unit
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- var isPopupEnabled: Boolean
- var lastSuggested: String
- val listRenderer: SuggestionListRenderer
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
def
placeWindowOnScreen(eA: JTextComponent, position: Int): Unit
Sets the location at which the window will be displayed
- val scrollPane: JScrollPane
- val suggestionDisplaylist: JList[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
updatePopup(position: Int): Unit
Updates the list of the suggestion box and makes it visible.
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- val window: JDialog