class IDCompletion extends SideKickCompletion
- Source
- Completion.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IDCompletion
- SideKickCompletion
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
IDCompletion(view: View, controller: Controller, constants: List[Constant], text: String, items: List[String])
- view
the current jEdit view
- controller
the current MMT controller
- constants
the MMT constants that are applicable here
- text
the partial identifier that is completed
- items
the list of completion labels that is displayed
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
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
get(arg0: Int): AnyRef
- Definition Classes
- SideKickCompletion
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getCompletionDescription(arg0: Int): String
- Definition Classes
- SideKickCompletion
-
def
getRenderer(): ListCellRenderer
- Definition Classes
- SideKickCompletion
-
def
getTokenLength(): Int
- Definition Classes
- SideKickCompletion
-
def
handleKeystroke(arg0: Int, arg1: Char): Boolean
- Definition Classes
- SideKickCompletion
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
insert(index: Int): Unit
- Definition Classes
- IDCompletion → SideKickCompletion
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
size(): Int
- Definition Classes
- SideKickCompletion
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
updateInPlace(arg0: EditPane, arg1: Int): Boolean
- Definition Classes
- SideKickCompletion
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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()