Class/Object

de.sciss.mellite.gui.impl

WindowImpl

Related Docs: object WindowImpl | package impl

Permalink

abstract class WindowImpl[S <: Sys[S]] extends Window[S] with WindowHolder[Window] with DependentMayVeto[impl.WindowImpl.S.Tx]

Self Type
WindowImpl[S]
Linear Supertypes
DependentMayVeto[S.Tx], WindowHolder[Window], Window[S], Disposable[S.Tx], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WindowImpl
  2. DependentMayVeto
  3. WindowHolder
  4. Window
  5. Disposable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink
  2. new WindowImpl()

    Permalink

Abstract Value Members

  1. abstract def view: View[S]

    Permalink
    Definition Classes
    Window

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

    Permalink
    Attributes
    protected
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def dispose()(implicit tx: S.Tx): Unit

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

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

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

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

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

    Permalink
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def init()(implicit tx: S.Tx): WindowImpl.this.type

    Permalink
  15. def initGUI(): Unit

    Permalink
    Attributes
    protected
  16. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  20. def pack(): Unit

    Permalink
  21. def performClose(): Future[Unit]

    Permalink
    Attributes
    protected
  22. def placement: WindowPlacement

    Permalink

    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
  23. def prepareDisposal()(implicit tx: S.Tx): Option[Veto[S.Tx]]

    Permalink

    Subclasses may override this.

    Subclasses may override this. By default this always returns None.

    Definition Classes
    WindowImplDependentMayVeto
  24. def setTitleExpr(exprOpt: Option[CellView[S.Tx, String]])(implicit tx: S.Tx): Unit

    Permalink
  25. def style: Style

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

    Permalink
    Definition Classes
    AnyRef
  27. final def title: String

    Permalink
  28. final def title_=(value: String): Unit

    Permalink
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. def undecorated: Boolean

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

    Permalink

    Subclasses may override this.

    Subclasses may override this.

    Attributes
    protected
  32. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wasDisposed(implicit tx: S.Tx): Boolean

    Permalink
    Attributes
    protected
  36. def window: Window

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    WindowHolder

Inherited from DependentMayVeto[S.Tx]

Inherited from WindowHolder[Window]

Inherited from Window[S]

Inherited from Disposable[S.Tx]

Inherited from AnyRef

Inherited from Any

Ungrouped