Object

de.sciss.mellite.gui

ActionCloseAllWorkspaces

Related Doc: package gui

Permalink

object ActionCloseAllWorkspaces extends Action

Linear Supertypes
Action, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ActionCloseAllWorkspaces
  2. Action
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. def accelerator: Option[KeyStroke]

    Permalink
    Definition Classes
    Action
  5. def accelerator_=(k: Option[KeyStroke]): Unit

    Permalink
    Definition Classes
    Action
  6. def apply(): Unit

    Permalink
    Definition Classes
    ActionCloseAllWorkspaces → Action
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def check[S <: Sys[S]](doc: Workspace[S], window: Option[Window]): Boolean

    Permalink

    Checks if the workspace can be safely closed.

    Checks if the workspace can be safely closed. This is the case for durable and confluent workspaces. For an in-memory workspace, the user is presented with a confirmation dialog.

    doc

    the workspace to check

    window

    a reference window if a dialog is presented

    returns

    true if it is ok to close the workspace, false if the request was denied

  9. def checkAndClose[S <: Sys[S]](doc: Workspace[S], window: Option[Window]): Boolean

    Permalink

    Checks if the workspace may be closed (calling check) and if so, disposes the workspace.

    Checks if the workspace may be closed (calling check) and if so, disposes the workspace.

    doc

    the workspace to check

    window

    a reference window if a dialog is presented

    returns

    true if the space was closed

  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def close[S <: Sys[S]](doc: Workspace[S]): Unit

    Permalink

    Closes the provided workspace without checking.

  12. def enabled: Boolean

    Permalink
    Definition Classes
    Action
  13. def enabled_=(b: Boolean): Unit

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def icon: Icon

    Permalink
    Definition Classes
    Action
  20. def icon_=(i: Icon): Unit

    Permalink
    Definition Classes
    Action
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def longDescription: String

    Permalink
    Definition Classes
    Action
  23. def longDescription_=(t: String): Unit

    Permalink
    Definition Classes
    Action
  24. def mnemonic: Int

    Permalink
    Definition Classes
    Action
  25. def mnemonic_=(m: Int): Unit

    Permalink
    Definition Classes
    Action
  26. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  29. lazy val peer: Action

    Permalink
    Definition Classes
    Action
  30. def smallIcon: Icon

    Permalink
    Definition Classes
    Action
  31. def smallIcon_=(i: Icon): Unit

    Permalink
    Definition Classes
    Action
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def title: String

    Permalink
    Definition Classes
    Action
  34. def title_=(t: String): Unit

    Permalink
    Definition Classes
    Action
  35. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  36. def toolTip: String

    Permalink
    Definition Classes
    Action
  37. def toolTip_=(t: String): Unit

    Permalink
    Definition Classes
    Action
  38. final def wait(): Unit

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

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

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

Inherited from Action

Inherited from AnyRef

Inherited from Any

Ungrouped