trait Config extends ConfigLike
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Config
- ConfigLike
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def font: Seq[(String, Int)]
A list of preferred font faces, given as pairs of font name and font size.
A list of preferred font faces, given as pairs of font name and font size. The code pane tries to find the first matching font, therefore put the preferred faces in the beginning of the sequence, and the fall-back faces in the end.
- Definition Classes
- ConfigLike
- abstract def keyMap: Map[KeyStroke, () => Unit]
A map of custom keyboard action bindings
A map of custom keyboard action bindings
- Definition Classes
- ConfigLike
- abstract def keyProcessor: (KeyEvent) => KeyEvent
A pre-processor function for key events
A pre-processor function for key events
- Definition Classes
- ConfigLike
- abstract def preferredSize: (Int, Int)
Preferred width and height of the component
Preferred width and height of the component
- Definition Classes
- ConfigLike
- abstract def style: Style
The color scheme to use
The color scheme to use
- Definition Classes
- ConfigLike
- abstract def text: String
The initial text to be shown in the pane
The initial text to be shown in the pane
- Definition Classes
- ConfigLike
Concrete 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(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated