CodePaneImpl

object CodePaneImpl
class Object
trait Matchable
class Any

Type members

Classlikes

trait Basic

Value members

Concrete methods

def apply(config: Config): CodePane
def createEditorPane(style: Style, preferredSize: (Int, Int), keyProcessor: KeyEvent => KeyEvent, keyMap: Map[KeyStroke, () => Unit]): EditorPane
def initKit[A <: DefaultSyntaxKit](style: Style)(ct: ClassTag[A]): Unit