scala.swing

EditorPane

class EditorPane extends TextComponent

A text component that allows multiline text input and display.

Source
EditorPane.scala
See also

javax.swing.JEditorPane

Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. EditorPane
  2. TextComponent
  3. Component
  4. UIElement
  5. LazyPublisher
  6. Publisher
  7. Reactor
  8. Proxy
  9. AnyRef
  10. Any
Implicitly
  1. by StringAdd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EditorPane()

  2. new EditorPane(contentType0: String, text0: String)

Type Members

  1. class Caret extends Publisher

    Definition Classes
    TextComponent
  2. trait SuperMixin extends JComponent

    This trait is used to redirect certain calls from the peer to the wrapper and back.

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from EditorPane to StringAdd[EditorPane] performed by method StringAdd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (EditorPane, B)

    Implicit information
    This member is added by an implicit conversion from EditorPane to ArrowAssoc[EditorPane] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def background: Color

    Definition Classes
    UIElement
  10. def background_=(c: Color): Unit

    Definition Classes
    UIElement
  11. def border: Border

    Definition Classes
    Component
  12. def border_=(b: Border): Unit

    Definition Classes
    Component
  13. def bounds: java.awt.Rectangle

    Definition Classes
    UIElement
  14. object caret extends Caret

    Definition Classes
    TextComponent
  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  16. def contentType: String

  17. def contentType_=(t: String): Unit

  18. def copy(): Unit

    Definition Classes
    TextComponent
  19. def cursor: Cursor

    Definition Classes
    UIElement
  20. def cursor_=(c: Cursor): Unit

    Definition Classes
    UIElement
  21. def cut(): Unit

    Definition Classes
    TextComponent
  22. def deafTo(ps: Publisher*): Unit

    Installed reaction won't receive events from the given publisher anylonger.

    Installed reaction won't receive events from the given publisher anylonger.

    Definition Classes
    Reactor
  23. def displayable: Boolean

    Definition Classes
    UIElement
  24. def editable: Boolean

    Definition Classes
    TextComponent
  25. def editable_=(x: Boolean): Unit

    Definition Classes
    TextComponent
  26. def editorKit: EditorKit

  27. def editorKit_=(k: EditorKit): Unit

  28. def enabled: Boolean

    Definition Classes
    Component
  29. def enabled_=(b: Boolean): Unit

    Definition Classes
    Component
  30. def ensuring(cond: (EditorPane) ⇒ Boolean, msg: ⇒ Any): EditorPane

    Implicit information
    This member is added by an implicit conversion from EditorPane to Ensuring[EditorPane] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  31. def ensuring(cond: (EditorPane) ⇒ Boolean): EditorPane

    Implicit information
    This member is added by an implicit conversion from EditorPane to Ensuring[EditorPane] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  32. def ensuring(cond: Boolean, msg: ⇒ Any): EditorPane

    Implicit information
    This member is added by an implicit conversion from EditorPane to Ensuring[EditorPane] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  33. def ensuring(cond: Boolean): EditorPane

    Implicit information
    This member is added by an implicit conversion from EditorPane to Ensuring[EditorPane] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  34. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  35. def equals(that: Any): Boolean

    Definition Classes
    Proxy → Any
  36. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  37. def focusable: Boolean

    Definition Classes
    Component
  38. def focusable_=(b: Boolean): Unit

    Definition Classes
    Component
  39. def font: Font

    Definition Classes
    UIElement
  40. def font_=(f: Font): Unit

    Definition Classes
    UIElement
  41. def foreground: Color

    Definition Classes
    UIElement
  42. def foreground_=(c: Color): Unit

    Definition Classes
    UIElement
  43. def formatted(fmtstr: String): String

    Returns string formatted according to given format string.

    Returns string formatted according to given format string. Format strings are as for String.format (@see java.lang.String.format).

    Implicit information
    This member is added by an implicit conversion from EditorPane to StringFormat[EditorPane] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  44. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  45. def hasFocus: Boolean

    Definition Classes
    Component
  46. def hashCode(): Int

    Definition Classes
    Proxy → Any
  47. def ignoreRepaint: Boolean

    Definition Classes
    UIElement
  48. def ignoreRepaint_=(b: Boolean): Unit

    Definition Classes
    UIElement
  49. var initP: JComponent

    Definition Classes
    Component
  50. def inputVerifier: (Component) ⇒ Boolean

    Definition Classes
    Component
  51. def inputVerifier_=(v: (Component) ⇒ Boolean): Unit

    Definition Classes
    Component
  52. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  53. object keys extends Publisher

    Definition Classes
    Component
  54. def listenTo(ps: Publisher*): Unit

    Listen to the given publisher as long as deafTo isn't called for them.

    Listen to the given publisher as long as deafTo isn't called for them.

    Definition Classes
    Reactor
  55. val listeners: RefSet[Reaction] { val underlying: scala.collection.mutable.HashSet[scala.ref.Reference[scala.swing.Reactions.Reaction]] }

    Attributes
    protected
    Definition Classes
    Publisher
  56. def locale: Locale

    Definition Classes
    UIElement
  57. def location: java.awt.Point

    Definition Classes
    UIElement
  58. def locationOnScreen: java.awt.Point

    Definition Classes
    UIElement
  59. def maximumSize: java.awt.Dimension

    Definition Classes
    UIElement
  60. def maximumSize_=(x: Dimension): Unit

    Definition Classes
    UIElement
  61. def minimumSize: java.awt.Dimension

    Definition Classes
    UIElement
  62. def minimumSize_=(x: Dimension): Unit

    Definition Classes
    UIElement
  63. object mouse

    Contains publishers for various mouse events.

  64. def name: String

    Definition Classes
    Component
  65. def name_=(s: String): Unit

    Definition Classes
    Component
  66. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  67. final def notify(): Unit

    Definition Classes
    AnyRef
  68. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  69. def onFirstSubscribe(): Unit

    Attributes
    protected
    Definition Classes
    ComponentUIElement → LazyPublisher
  70. def onLastUnsubscribe(): Unit

    Attributes
    protected
    Definition Classes
    UIElement → LazyPublisher
  71. def opaque: Boolean

    Definition Classes
    Component
  72. def opaque_=(b: Boolean): Unit

    Definition Classes
    Component
  73. def paint(g: Graphics2D): Unit

    Definition Classes
    Component
  74. def paintBorder(g: Graphics2D): Unit

    Attributes
    protected
    Definition Classes
    Component
  75. def paintChildren(g: Graphics2D): Unit

    Attributes
    protected
    Definition Classes
    Component
  76. def paintComponent(g: Graphics2D): Unit

    For custom painting, users should usually override this method.

    For custom painting, users should usually override this method.

    Attributes
    protected
    Definition Classes
    Component
  77. def paste(): Unit

    Definition Classes
    TextComponent
  78. lazy val peer: JEditorPane

    Definition Classes
    EditorPaneTextComponentComponentUIElement
  79. def preferredSize: java.awt.Dimension

    Definition Classes
    UIElement
  80. def preferredSize_=(x: Dimension): Unit

    Definition Classes
    UIElement
  81. def publish(e: Event): Unit

    Notify all registered reactions.

    Notify all registered reactions.

    Definition Classes
    Publisher
  82. val reactions: Reactions

    All reactions of this reactor.

    All reactions of this reactor.

    Definition Classes
    Reactor
  83. def repaint(rect: Rectangle): Unit

    Definition Classes
    UIElement
  84. def repaint(): Unit

    Definition Classes
    UIElement
  85. def requestFocus(): Unit

    Definition Classes
    Component
  86. def requestFocusInWindow(): Boolean

    Definition Classes
    Component
  87. def revalidate(): Unit

    Definition Classes
    Component
  88. def selectAll(): Unit

    Definition Classes
    TextComponent
  89. def selected: String

    Definition Classes
    TextComponent
  90. def self: java.awt.Component

    Definition Classes
    UIElementProxy
  91. def showing: Boolean

    Definition Classes
    UIElement
  92. def size: java.awt.Dimension

    Definition Classes
    UIElement
  93. def subscribe(listener: Reaction): Unit

    Definition Classes
    LazyPublisher → Publisher
  94. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  95. def text: String

    Definition Classes
    TextComponent
  96. def text_=(t: String): Unit

    Definition Classes
    TextComponent
  97. def toString(): String

    Definition Classes
    ComponentProxy → AnyRef → Any
  98. def toolkit: Toolkit

    Definition Classes
    UIElement
  99. def tooltip: String

    Definition Classes
    Component
  100. def tooltip_=(t: String): Unit

    Definition Classes
    Component
  101. def unsubscribe(listener: Reaction): Unit

    Definition Classes
    LazyPublisher → Publisher
  102. def visible: Boolean

    Definition Classes
    UIElement
  103. def visible_=(b: Boolean): Unit

    Definition Classes
    UIElement
  104. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  105. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  106. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  107. def xLayoutAlignment: Double

    Used by certain layout managers, e.

    Used by certain layout managers, e.g., BoxLayout or OverlayLayout to align components relative to each other.

    Definition Classes
    Component
  108. def xLayoutAlignment_=(x: Double): Unit

    Definition Classes
    Component
  109. def yLayoutAlignment: Double

    Definition Classes
    Component
  110. def yLayoutAlignment_=(y: Double): Unit

    Definition Classes
    Component
  111. def [B](y: B): (EditorPane, B)

    Implicit information
    This member is added by an implicit conversion from EditorPane to ArrowAssoc[EditorPane] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from TextComponent

Inherited from Component

Inherited from UIElement

Inherited from LazyPublisher

Inherited from Publisher

Inherited from Reactor

Inherited from Proxy

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion StringAdd from EditorPane to StringAdd[EditorPane]

Inherited by implicit conversion StringFormat from EditorPane to StringFormat[EditorPane]

Inherited by implicit conversion Ensuring from EditorPane to Ensuring[EditorPane]

Inherited by implicit conversion ArrowAssoc from EditorPane to ArrowAssoc[EditorPane]

Ungrouped