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

Source
EditorConfiguration.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EditorConfiguration
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. 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

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addKeymap(key: KeyStroke, action: TextAction): EditorConfiguration
  5. val additionalActions: Map[KeyStroke, TextAction]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  8. val colorizer: Colorizer
  9. val columns: Int
  10. def configureAdvancedEditorArea(editor: AbstractEditorArea): Unit
  11. def configureEditorArea(editor: EditorArea): Unit
  12. val contextActions: Seq[Action]
  13. def editorOnlyActions: Seq[Action]
  14. val enableFocusTraversal: Boolean
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. val font: Font
  17. def forThreeDLanguage(is3D: Boolean): EditorConfiguration
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  19. val highlightCurrentLine: Boolean
  20. val is3Dlanguage: Boolean
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val listener: TextListener
  23. val menu: EditorMenu
  24. val menuActions: Seq[Action]
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  28. def permanentActions: Seq[Action]
  29. val rows: Int
  30. val showLineNumbers: Boolean
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def withContextActions(actions: Seq[Action]): EditorConfiguration
  36. def withCurrentLineHighlighted(isHighlighted: Boolean): EditorConfiguration
  37. def withFocusTraversalEnabled(isEnabled: Boolean): EditorConfiguration
  38. def withFont(font: Font): EditorConfiguration
  39. def withKeymap(keymap: Map[KeyStroke, TextAction]): EditorConfiguration
  40. def withLineNumbers(show: Boolean): EditorConfiguration
  41. def withListener(listener: TextListener): EditorConfiguration
  42. def withMenu(newMenu: EditorMenu): EditorConfiguration
  43. def withMenuActions(actions: Seq[Action]): EditorConfiguration

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped