Packages

class PanelImpl extends Panel

Linear Supertypes
Panel, ObservableEvents[Update], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PanelImpl
  2. Panel
  3. ObservableEvents
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PanelImpl(language: Language, text0: String, font: FontSettings, stylingName: Option[String], console: Option[Console], preferredGridSize: Option[(Int, Int)])

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. implicit val async: Async
    Definition Classes
    PanelImplPanel
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. val component: Component
    Definition Classes
    PanelImplPanel
  8. def currentEditor: Editor
    Definition Classes
    PanelImplPanel
  9. val data: Data
    Definition Classes
    PanelImplPanel
  10. def disconnect(action: (Update) => Unit): Unit
    Definition Classes
    ObservableEvents
  11. def dispose(): Unit
    Definition Classes
    PanelImplPanel
  12. val document: Document
    Definition Classes
    PanelImplPanel
  13. val editors: Seq[Editor]
    Definition Classes
    PanelImplPanel
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def file: Option[File]
    Definition Classes
    PanelImplPanel
  17. def fileType: FileType
    Definition Classes
    PanelImplPanel
  18. def file_=(file: Option[File]): Unit
    Definition Classes
    PanelImplPanel
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. val history: History
    Definition Classes
    PanelImplPanel
  22. def isDirty: Boolean
    Definition Classes
    PanelImplPanel
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def notifyObservers(event: Update): Unit
    Definition Classes
    ObservableEvents
  28. def onChange(action: (Update) => Unit): Unit
    Definition Classes
    ObservableEvents
  29. implicit val platform: Platform
    Definition Classes
    PanelImplPanel
  30. def setBottomRightComponent(c: Component): Unit

    Sets or replaces a custom component shown on the bottom right of the panel, that is on the right hand side of the status bar.

    Sets or replaces a custom component shown on the bottom right of the panel, that is on the right hand side of the status bar.

    Definition Classes
    PanelImplPanel
  31. def split: Boolean
    Definition Classes
    PanelImplPanel
  32. def split_=(b: Boolean): Unit
    Definition Classes
    PanelImplPanel
  33. val status: StatusBar
    Definition Classes
    PanelImplPanel
  34. def structureVisible: Boolean
    Definition Classes
    PanelImplPanel
  35. def structureVisible_=(value: Boolean): Unit
    Definition Classes
    PanelImplPanel
  36. val styling: DynamicStyling
    Definition Classes
    PanelImplPanel
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def text: String

    The editor's content.

    The editor's content. When changed, the undo history is erased.

    Definition Classes
    PanelImplPanel
  39. def text_=(s: String): Unit
    Definition Classes
    PanelImplPanel
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from Panel

Inherited from ObservableEvents[Update]

Inherited from AnyRef

Inherited from Any

Ungrouped