de.sciss.mellite.gui.impl

WindowImpl

Related Docs: object WindowImpl | package impl

abstract class WindowImpl[S <: Sys[S]] extends Window[S] with WindowHolder[Window]

Self Type
WindowImpl[S]
Linear Supertypes
WindowHolder[Window], Window[S], Disposable[S.Tx], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. WindowImpl
  2. WindowHolder
  3. Window
  4. Disposable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WindowImpl(titleExpr: CellView[S.Tx, String])

  2. new WindowImpl()

Abstract Value Members

  1. abstract def view: View[S]

    Definition Classes
    Window

Concrete 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. final def bindMenus(entries: (String, Action)*): Unit

    Attributes
    protected
  6. def checkClose(): Boolean

    Subclasses may override this.

    Subclasses may override this. If this method returns true, the window may be closed, otherwise a closure is aborted. By default this always returns true.

    Attributes
    protected
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def dirty: Boolean

    Attributes
    protected
  9. final def dirty_=(value: Boolean): Unit

    Attributes
    protected
  10. def dispose()(implicit tx: S.Tx): Unit

    Definition Classes
    WindowImpl → Disposable
  11. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  15. final def handleClose(): Unit

  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. final def init()(implicit tx: S.Tx): Unit

  18. def initGUI(): Unit

    Attributes
    protected
  19. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  23. def pack(): Unit

  24. def performClose(): Unit

    Attributes
    protected
  25. def placement: (Float, Float, Int)

    Subclasses may override this.

    Subclasses may override this. The tuple is (horizontal, vertical, padding) position. By default it centers the window, i.e. (0.5f, 0.5f, 20).

    Attributes
    protected
  26. def style: Style

    Attributes
    protected
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  28. final def title: String

    Attributes
    protected
  29. final def title_=(value: String): Unit

    Attributes
    protected
  30. def toString(): String

    Definition Classes
    AnyRef → Any
  31. def undecorated: Boolean

    Attributes
    protected
  32. def undoRedoActions: Option[(Action, Action)]

    Subclasses may override this.

    Subclasses may override this.

    Attributes
    protected
  33. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def window: Window

    Definition Classes
    WindowHolder
  37. final def windowFile: Option[File]

    Attributes
    protected
  38. final def windowFile_=(value: Option[File]): Unit

    Attributes
    protected
  39. final def window_=(value: Window): Unit

    Attributes
    protected
    Definition Classes
    WindowHolder

Inherited from WindowHolder[Window]

Inherited from Window[S]

Inherited from Disposable[S.Tx]

Inherited from AnyRef

Inherited from Any

Ungrouped