de.sciss.mellite.gui

ActionCloseAllWorkspaces

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
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def accelerator: Option[KeyStroke]

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

    Definition Classes
    Action
  8. def apply(): Unit

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

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

    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

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

    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

  12. def clone(): AnyRef

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

    Closes the provided workspace without checking.

  14. def enabled: Boolean

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  21. def icon: Icon

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

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

    Definition Classes
    Any
  24. def longDescription: String

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

    Definition Classes
    Action
  26. def mnemonic: Int

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

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

    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  31. lazy val peer: Action

    Definition Classes
    Action
  32. def smallIcon: Icon

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

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

    Definition Classes
    AnyRef
  35. def title: String

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

    Definition Classes
    Action
  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. def toolTip: String

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

    Definition Classes
    Action
  40. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Action

Inherited from AnyRef

Inherited from Any

Ungrouped