Class

dotterweide.ide

PanelImpl

Related Doc: package ide

Permalink

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

Instance Constructors

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

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. implicit val async: Async

    Permalink
    Definition Classes
    PanelImplPanel
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val component: Component

    Permalink
    Definition Classes
    PanelImplPanel
  8. def currentEditor: Editor

    Permalink
    Definition Classes
    PanelImplPanel
  9. val data: Data

    Permalink
    Definition Classes
    PanelImplPanel
  10. def disconnect(action: (Update) ⇒ Unit): Unit

    Permalink
    Definition Classes
    ObservableEvents
  11. def dispose(): Unit

    Permalink
    Definition Classes
    PanelImplPanel
  12. val document: Document

    Permalink
    Definition Classes
    PanelImplPanel
  13. val editors: Seq[Editor]

    Permalink
    Definition Classes
    PanelImplPanel
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def file: Option[File]

    Permalink
    Definition Classes
    PanelImplPanel
  17. def fileType: FileType

    Permalink
    Definition Classes
    PanelImplPanel
  18. def file_=(file: Option[File]): Unit

    Permalink
    Definition Classes
    PanelImplPanel
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. val history: History

    Permalink
    Definition Classes
    PanelImplPanel
  23. def isDirty: Boolean

    Permalink
    Definition Classes
    PanelImplPanel
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. def notifyObservers(event: Update): Unit

    Permalink
    Definition Classes
    ObservableEvents
  29. def onChange(action: (Update) ⇒ Unit): Unit

    Permalink
    Definition Classes
    ObservableEvents
  30. def setBottomRightComponent(c: Component): Unit

    Permalink

    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

    Permalink
    Definition Classes
    PanelImplPanel
  32. def split_=(b: Boolean): Unit

    Permalink
    Definition Classes
    PanelImplPanel
  33. val status: StatusBar

    Permalink
    Definition Classes
    PanelImplPanel
  34. def structureVisible: Boolean

    Permalink
    Definition Classes
    PanelImplPanel
  35. def structureVisible_=(value: Boolean): Unit

    Permalink
    Definition Classes
    PanelImplPanel
  36. val styling: DynamicStyling

    Permalink
    Definition Classes
    PanelImplPanel
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. def text: String

    Permalink

    The editor's content.

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

    Definition Classes
    PanelImplPanel
  39. def text_=(s: String): Unit

    Permalink

    The editor's content.

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

    Definition Classes
    PanelImplPanel
  40. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  41. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Panel

Inherited from ObservableEvents[Update]

Inherited from AnyRef

Inherited from Any

Ungrouped