Packages

c

dotterweide.ide.impl

ConsoleImpl

class ConsoleImpl extends TextPane with Console

Linear Supertypes
Console, Output, TextPane, TextComponent, Component, PeerContainer, UIElement, LazyPublisher, Publisher, Reactor, Proxy, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConsoleImpl
  2. Console
  3. Output
  4. TextPane
  5. TextComponent
  6. Component
  7. PeerContainer
  8. UIElement
  9. LazyPublisher
  10. Publisher
  11. Reactor
  12. Proxy
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ConsoleImpl(_font: FontSettings)

Type Members

  1. class Caret extends Publisher
    Definition Classes
    TextComponent
  2. trait SuperMixin extends JComponent
    Attributes
    protected
    Definition Classes
    Component

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def background: Color
    Definition Classes
    UIElement
  6. def background_=(c: Color): Unit
    Definition Classes
    UIElement
  7. def border: Border
    Definition Classes
    Component
  8. def border_=(b: Border): Unit
    Definition Classes
    Component
  9. def bounds: Rectangle
    Definition Classes
    UIElement
  10. def clear(): Unit
    Definition Classes
    ConsoleImpl → Console
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  12. def component: Component
    Definition Classes
    ConsoleImpl → Console
  13. def componentOrientation: ComponentOrientation
    Definition Classes
    UIElement
  14. def componentOrientation_=(x: ComponentOrientation): Unit
    Definition Classes
    UIElement
  15. def copy(): Unit
    Definition Classes
    TextComponent
  16. def cursor: Cursor
    Definition Classes
    UIElement
  17. def cursor_=(c: Cursor): Unit
    Definition Classes
    UIElement
  18. def cut(): Unit
    Definition Classes
    TextComponent
  19. def deafTo(ps: Publisher*): Unit
    Definition Classes
    Reactor
  20. def displayable: Boolean
    Definition Classes
    UIElement
  21. def editable: Boolean
    Definition Classes
    TextComponent
  22. def editable_=(x: Boolean): Unit
    Definition Classes
    TextComponent
  23. def enabled: Boolean
    Definition Classes
    Component
  24. def enabled_=(b: Boolean): Unit
    Definition Classes
    Component
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def equals(that: Any): Boolean
    Definition Classes
    Proxy → Any
  27. def focusable: Boolean
    Definition Classes
    Component
  28. def focusable_=(b: Boolean): Unit
    Definition Classes
    Component
  29. def font: Font
    Definition Classes
    UIElement
  30. def font_=(f: Font): Unit
    Definition Classes
    UIElement
  31. def foreground: Color
    Definition Classes
    UIElement
  32. def foreground_=(c: Color): Unit
    Definition Classes
    UIElement
  33. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. def hasFocus: Boolean
    Definition Classes
    Component
  35. def hashCode(): Int
    Definition Classes
    Proxy → Any
  36. def ignoreRepaint: Boolean
    Definition Classes
    UIElement
  37. def ignoreRepaint_=(b: Boolean): Unit
    Definition Classes
    UIElement
  38. def inputVerifier: (Component) => Boolean
    Definition Classes
    Component
  39. def inputVerifier_=(v: (Component) => Boolean): Unit
    Definition Classes
    Component
  40. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  41. def listenTo(ps: Publisher*): Unit
    Definition Classes
    Reactor
  42. val listeners: RefSet[Reaction]
    Attributes
    protected
    Definition Classes
    Publisher
  43. def locale: Locale
    Definition Classes
    UIElement
  44. def location: Point
    Definition Classes
    UIElement
  45. def locationOnScreen: Point
    Definition Classes
    UIElement
  46. def maximumSize: Dimension
    Definition Classes
    UIElement
  47. def maximumSize_=(x: Dimension): Unit
    Definition Classes
    UIElement
  48. def minimumSize: Dimension
    Definition Classes
    UIElement
  49. def minimumSize_=(x: Dimension): Unit
    Definition Classes
    UIElement
  50. def name: String
    Definition Classes
    Component
  51. def name_=(s: String): Unit
    Definition Classes
    Component
  52. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  53. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  54. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  55. def onFirstSubscribe(): Unit
    Attributes
    protected
    Definition Classes
    Component → UIElement → LazyPublisher
  56. def onLastUnsubscribe(): Unit
    Attributes
    protected
    Definition Classes
    UIElement → LazyPublisher
  57. def opaque: Boolean
    Definition Classes
    Component
  58. def opaque_=(b: Boolean): Unit
    Definition Classes
    Component
  59. def paint(g: Graphics2D): Unit
    Definition Classes
    Component
  60. def paintBorder(g: Graphics2D): Unit
    Attributes
    protected
    Definition Classes
    Component
  61. def paintChildren(g: Graphics2D): Unit
    Attributes
    protected
    Definition Classes
    Component
  62. def paintComponent(g: Graphics2D): Unit
    Attributes
    protected
    Definition Classes
    Component
  63. def paste(): Unit
    Definition Classes
    TextComponent
  64. lazy val peer: JTextPane
    Definition Classes
    TextPane → TextComponent → Component → PeerContainer → UIElement
  65. def preferredSize: Dimension
    Definition Classes
    UIElement
  66. def preferredSize_=(x: Dimension): Unit
    Definition Classes
    UIElement
  67. def print(s: String, color: Color): Unit
    Definition Classes
    ConsoleImpl → Console
  68. def print(s: String): Unit
    Definition Classes
    ConsoleImpl → Output
  69. def printLink(s: String, line: Int): Unit
    Definition Classes
    ConsoleImpl → Console
  70. def publish(e: Event): Unit
    Definition Classes
    Publisher
  71. val reactions: Reactions
    Definition Classes
    Reactor
  72. def repaint(rect: Rectangle): Unit
    Definition Classes
    UIElement
  73. def repaint(): Unit
    Definition Classes
    UIElement
  74. def requestFocus(): Unit
    Definition Classes
    Component
  75. def requestFocusInWindow(): Boolean
    Definition Classes
    Component
  76. def revalidate(): Unit
    Definition Classes
    Component
  77. def selectAll(): Unit
    Definition Classes
    TextComponent
  78. def selected: String
    Definition Classes
    TextComponent
  79. def self: Any
    Definition Classes
    UIElement → Proxy
  80. def showing: Boolean
    Definition Classes
    UIElement
  81. def size: Dimension
    Definition Classes
    UIElement
  82. def styledDocument: StyledDocument
    Definition Classes
    TextPane
  83. def subscribe(listener: Reaction): Unit
    Definition Classes
    LazyPublisher → Publisher
  84. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  85. def text: String
    Definition Classes
    TextComponent
  86. def text_=(t: String): Unit
    Definition Classes
    TextComponent
  87. def toString(): String
    Definition Classes
    Component → Proxy → AnyRef → Any
  88. def toolkit: Toolkit
    Definition Classes
    UIElement
  89. def tooltip: String
    Definition Classes
    Component
  90. def tooltip_=(t: String): Unit
    Definition Classes
    Component
  91. def unsubscribe(listener: Reaction): Unit
    Definition Classes
    LazyPublisher → Publisher
  92. def validate(): Unit
    Definition Classes
    UIElement
  93. def visible: Boolean
    Definition Classes
    UIElement
  94. def visible_=(b: Boolean): Unit
    Definition Classes
    UIElement
  95. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  96. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  97. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  98. def xLayoutAlignment: Double
    Definition Classes
    Component
  99. def xLayoutAlignment_=(x: Double): Unit
    Definition Classes
    Component
  100. def yLayoutAlignment: Double
    Definition Classes
    Component
  101. def yLayoutAlignment_=(y: Double): Unit
    Definition Classes
    Component

Deprecated Value Members

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

Inherited from Console

Inherited from Output

Inherited from TextPane

Inherited from TextComponent

Inherited from Component

Inherited from PeerContainer

Inherited from UIElement

Inherited from LazyPublisher

Inherited from Publisher

Inherited from Reactor

Inherited from Proxy

Inherited from AnyRef

Inherited from Any

Ungrouped