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 clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def enabled: Boolean

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

    Permalink
    Definition Classes
    Action
  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. def hashCode(): Int

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

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

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

    Permalink
    Definition Classes
    Any
  19. def longDescription: String

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

    Permalink
    Definition Classes
    Action
  21. def mnemonic: Int

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  26. lazy val peer: Action

    Permalink
    Definition Classes
    Action
  27. def prepareDisposal[S <: Sys[S]](workspace: Workspace[S], window: Option[Window])(implicit tx: ActionCloseAllWorkspaces.prepareDisposal.S.Tx): Option[Veto[ActionCloseAllWorkspaces.prepareDisposal.S.Tx]]

    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.

    workspace

    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

  28. def smallIcon: Icon

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

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

    Permalink
    Definition Classes
    AnyRef
  31. def text: String

    Permalink
    Definition Classes
    Action
  32. def text_=(t: String): Unit

    Permalink
    Definition Classes
    Action
  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. def tryClose[S <: Sys[S]](workspace: Workspace[S], window: Option[Window]): Future[Unit]

    Permalink
  39. def tryCloseAll(): Future[Unit]

    Permalink
  40. final def wait(): Unit

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

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

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

Inherited from Action

Inherited from AnyRef

Inherited from Any

Ungrouped