object ActionNewWorkspace extends Action
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ActionNewWorkspace
- 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
- ActionNewWorkspace → 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 performConfluent(): Option[(proc.Workspace.Confluent, Universe[Txn])]
- def performDurable(): Option[(proc.Workspace.Durable, Universe[Txn])]
- def performInMemory(): (InMemory, Universe[Txn])
- 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
- 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