CompletionAction

de.sciss.scalainterpreter.actions.CompletionAction
See theCompletionAction companion object
class CompletionAction(completer: Completer) extends DefaultSyntaxAction

Attributes

Companion:
object
Graph
Supertypes
class DefaultSyntaxAction
trait SyntaxAction
class TextAction
class AbstractAction
trait Serializable
trait Cloneable
trait Action
trait ActionListener
trait EventListener
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

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

Attributes

Definition Classes
DefaultSyntaxAction

Inherited methods

def accept(x$0: <FromJavaObject>): Boolean

Attributes

Inherited from:
Action
def actionPerformed(x$0: ActionEvent): Unit

Attributes

Inherited from:
DefaultSyntaxAction
def addPropertyChangeListener(x$0: PropertyChangeListener): Unit

Attributes

Inherited from:
AbstractAction
def deinstall(x$0: JEditorPane): Unit

Attributes

Inherited from:
DefaultSyntaxAction
def getKeys(): Array[<FromJavaObject>]

Attributes

Inherited from:
AbstractAction
def getPropertyChangeListeners(): Array[PropertyChangeListener]

Attributes

Inherited from:
AbstractAction
def getValue(x$0: String): <FromJavaObject>

Attributes

Inherited from:
AbstractAction
def install(x$0: JEditorPane, x$1: Configuration, x$2: String): Unit

Attributes

Inherited from:
DefaultSyntaxAction
def isEnabled(): Boolean

Attributes

Inherited from:
AbstractAction
def putValue(x$0: String, x$1: <FromJavaObject>): Unit

Attributes

Inherited from:
AbstractAction
def removePropertyChangeListener(x$0: PropertyChangeListener): Unit

Attributes

Inherited from:
AbstractAction
def setEnabled(x$0: Boolean): Unit

Attributes

Inherited from:
AbstractAction
final def setLargeIcon(x$0: String): Unit

Attributes

Inherited from:
DefaultSyntaxAction
final def setMenuText(x$0: String): Unit

Attributes

Inherited from:
DefaultSyntaxAction
final def setSmallIcon(x$0: String): Unit

Attributes

Inherited from:
DefaultSyntaxAction
final def setToolTip(x$0: String): Unit

Attributes

Inherited from:
DefaultSyntaxAction
def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Inherited from:
DefaultSyntaxAction