Packages

o

de.sciss.mellite

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
Visibility
  1. Public
  2. Protected

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. def accelerator: Option[KeyStroke]
    Definition Classes
    Action
  5. def accelerator_=(k: Option[KeyStroke]): Unit
    Definition Classes
    Action
  6. def apply(): Unit
    Definition Classes
    ActionCloseAllWorkspaces → Action
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. def enabled: Boolean
    Definition Classes
    Action
  10. def enabled_=(b: Boolean): Unit
    Definition Classes
    Action
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def icon: Icon
    Definition Classes
    Action
  16. def icon_=(i: Icon): Unit
    Definition Classes
    Action
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def longDescription: String
    Definition Classes
    Action
  19. def longDescription_=(t: String): Unit
    Definition Classes
    Action
  20. def mnemonic: Int
    Definition Classes
    Action
  21. def mnemonic_=(m: Int): Unit
    Definition Classes
    Action
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. lazy val peer: Action
    Definition Classes
    Action
  26. def prepareDisposal[T <: Txn[T]](workspace: Workspace[T], window: Option[Window])(implicit tx: T): Option[Veto[T]]

    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

  27. def smallIcon: Icon
    Definition Classes
    Action
  28. def smallIcon_=(i: Icon): Unit
    Definition Classes
    Action
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def text: String
    Definition Classes
    Action
  31. def text_=(t: String): Unit
    Definition Classes
    Action
  32. def title: String
    Definition Classes
    Action
  33. def title_=(t: String): Unit
    Definition Classes
    Action
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. def toolTip: String
    Definition Classes
    Action
  36. def toolTip_=(t: String): Unit
    Definition Classes
    Action
  37. def tryClose[T <: Txn[T]](workspace: Workspace[T], window: Option[Window]): Future[Unit]
  38. def tryCloseAll(): Future[Unit]
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Action

Inherited from AnyRef

Inherited from Any

Ungrouped