case class EditorConfiguration(rows: Int, columns: Int, font: Font, listener: TextListener, colorizer: Colorizer, additionalActions: Map[KeyStroke, TextAction], contextActions: Seq[Action], menuActions: Seq[Action], enableFocusTraversal: Boolean, highlightCurrentLine: Boolean, showLineNumbers: Boolean, is3Dlanguage: Boolean, menu: EditorMenu) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EditorConfiguration
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new EditorConfiguration(rows: Int, columns: Int, font: Font, listener: TextListener, colorizer: Colorizer, additionalActions: Map[KeyStroke, TextAction], contextActions: Seq[Action], menuActions: Seq[Action], enableFocusTraversal: Boolean, highlightCurrentLine: Boolean, showLineNumbers: Boolean, is3Dlanguage: Boolean, menu: EditorMenu)
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
- def addKeymap(key: KeyStroke, action: TextAction): EditorConfiguration
- val additionalActions: Map[KeyStroke, TextAction]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
- val colorizer: Colorizer
- val columns: Int
- def configureAdvancedEditorArea(editor: AbstractEditorArea): Unit
- def configureEditorArea(editor: EditorArea): Unit
- val contextActions: Seq[Action]
- def editorOnlyActions: Seq[Action]
- val enableFocusTraversal: Boolean
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val font: Font
- def forThreeDLanguage(is3D: Boolean): EditorConfiguration
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val highlightCurrentLine: Boolean
- val is3Dlanguage: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val listener: TextListener
- val menu: EditorMenu
- val menuActions: Seq[Action]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def permanentActions: Seq[Action]
- val rows: Int
- val showLineNumbers: Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def withContextActions(actions: Seq[Action]): EditorConfiguration
- def withCurrentLineHighlighted(isHighlighted: Boolean): EditorConfiguration
- def withFocusTraversalEnabled(isEnabled: Boolean): EditorConfiguration
- def withFont(font: Font): EditorConfiguration
- def withKeymap(keymap: Map[KeyStroke, TextAction]): EditorConfiguration
- def withLineNumbers(show: Boolean): EditorConfiguration
- def withListener(listener: TextListener): EditorConfiguration
- def withMenu(newMenu: EditorMenu): EditorConfiguration
- def withMenuActions(actions: Seq[Action]): EditorConfiguration