CompletionAction

class CompletionAction(completer: Completer) extends DefaultSyntaxAction
Companion
object
class DefaultSyntaxAction
trait SyntaxAction
class TextAction
class AbstractAction
trait Serializable
trait Cloneable
trait Action
trait ActionListener
trait EventListener
class Object
trait Matchable
class Any

Value members

Concrete methods

override def actionPerformed(target: JTextComponent, sDoc: SyntaxDocument, dot: Int, e: ActionEvent): Unit
Definition Classes
DefaultSyntaxAction

Inherited methods

def accept(`x$0`: `<FromJavaObject>`): Boolean
Inherited from
Action
def actionPerformed(`x$0`: ActionEvent): Unit
Inherited from
DefaultSyntaxAction
def addPropertyChangeListener(`x$0`: PropertyChangeListener): Unit
Inherited from
AbstractAction
def deinstall(`x$0`: JEditorPane): Unit
Inherited from
DefaultSyntaxAction
def getKeys(): Array[`<FromJavaObject>`]
Inherited from
AbstractAction
def getPropertyChangeListeners(): Array[PropertyChangeListener]
Inherited from
AbstractAction
def getValue(`x$0`: String): `<FromJavaObject>`
Inherited from
AbstractAction
def install(`x$0`: JEditorPane, `x$1`: Configuration, `x$2`: String): Unit
Inherited from
DefaultSyntaxAction
def isEnabled(): Boolean
Inherited from
AbstractAction
def putValue(`x$0`: String, `x$1`: `<FromJavaObject>`): Unit
Inherited from
AbstractAction
def removePropertyChangeListener(`x$0`: PropertyChangeListener): Unit
Inherited from
AbstractAction
def setEnabled(`x$0`: Boolean): Unit
Inherited from
AbstractAction
final def setLargeIcon(`x$0`: String): Unit
Inherited from
DefaultSyntaxAction
final def setMenuText(`x$0`: String): Unit
Inherited from
DefaultSyntaxAction
final def setSmallIcon(`x$0`: String): Unit
Inherited from
DefaultSyntaxAction
final def setToolTip(`x$0`: String): Unit
Inherited from
DefaultSyntaxAction
def toString(): String
Inherited from
DefaultSyntaxAction