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]

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
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 checkClose(): Boolean

    Permalink

    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

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

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

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

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

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

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

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

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

    Permalink
  16. def hashCode(): Int

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

    Permalink
  18. def initGUI(): Unit

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

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

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

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

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

    Permalink
  24. def performClose(): Unit

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

    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
  26. def style: Style

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

    Permalink
    Definition Classes
    AnyRef
  28. final def title: String

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

    Permalink
    Attributes
    protected
  30. def toString(): String

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

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

    Permalink

    Subclasses may override this.

    Subclasses may override this.

    Attributes
    protected
  33. final def wait(): Unit

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

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

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

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

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

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

    Permalink
    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