de.sciss.mellite.gui.impl.component

CollectionFrameImpl

class CollectionFrameImpl[S <: Sys[S]] extends WindowImpl[S]

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

Instance Constructors

  1. new CollectionFrameImpl(view: View[S])

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, scala.swing.Action)*): Unit

    Attributes
    protected
    Definition Classes
    WindowImpl
  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
    Definition Classes
    WindowImpl
  7. def clone(): AnyRef

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

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

    Attributes
    protected
    Definition Classes
    WindowImpl
  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

    Definition Classes
    WindowImpl
  16. def hashCode(): Int

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

    Definition Classes
    WindowImpl
  18. def initGUI(): Unit

    Attributes
    protected
    Definition Classes
    WindowImpl
  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

    Definition Classes
    WindowImpl
  24. def performClose(): Unit

    Attributes
    protected
    Definition Classes
    WindowImpl
  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
    Definition Classes
    WindowImpl
  26. def style: Style

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

    Definition Classes
    AnyRef
  28. final def title: String

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

    Attributes
    protected
    Definition Classes
    WindowImpl
  30. def toString(): String

    Definition Classes
    AnyRef → Any
  31. def undoRedoActions: Option[(scala.swing.Action, scala.swing.Action)]

    Subclasses may override this.

    Subclasses may override this.

    Attributes
    protected
    Definition Classes
    WindowImpl
  32. val view: View[S]

    Definition Classes
    CollectionFrameImpl → Window
  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
    Definition Classes
    WindowImpl
  38. final def windowFile_=(value: Option[File]): Unit

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

    Attributes
    protected
    Definition Classes
    WindowHolder

Inherited from WindowImpl[S]

Inherited from WindowHolder[Window]

Inherited from Window[S]

Inherited from Disposable[S.Tx]

Inherited from AnyRef

Inherited from Any

Ungrouped