object ActionCloseAllWorkspaces extends Action
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ActionCloseAllWorkspaces
- Action
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def accelerator: Option[KeyStroke]
- Definition Classes
- Action
- def accelerator_=(k: Option[KeyStroke]): Unit
- Definition Classes
- Action
- def apply(): Unit
- Definition Classes
- ActionCloseAllWorkspaces → Action
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def enabled: Boolean
- Definition Classes
- Action
- def enabled_=(b: Boolean): Unit
- Definition Classes
- Action
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def icon: Icon
- Definition Classes
- Action
- def icon_=(i: Icon): Unit
- Definition Classes
- Action
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def longDescription: String
- Definition Classes
- Action
- def longDescription_=(t: String): Unit
- Definition Classes
- Action
- def mnemonic: Int
- Definition Classes
- Action
- def mnemonic_=(m: Int): Unit
- Definition Classes
- Action
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- lazy val peer: Action
- Definition Classes
- Action
- 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
- def smallIcon: Icon
- Definition Classes
- Action
- def smallIcon_=(i: Icon): Unit
- Definition Classes
- Action
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def text: String
- Definition Classes
- Action
- def text_=(t: String): Unit
- Definition Classes
- Action
- def title: String
- Definition Classes
- Action
- def title_=(t: String): Unit
- Definition Classes
- Action
- def toString(): String
- Definition Classes
- AnyRef → Any
- def toolTip: String
- Definition Classes
- Action
- def toolTip_=(t: String): Unit
- Definition Classes
- Action
- def tryClose[T <: Txn[T]](workspace: Workspace[T], window: Option[Window]): Future[Unit]
- def tryCloseAll(): Future[Unit]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated