abstract class WindowImpl[T <: Txn[T]] extends Window[T] with WindowHolder[Window] with DependentMayVeto[T]
- Self Type
- WindowImpl[T]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WindowImpl
- DependentMayVeto
- WindowHolder
- Window
- Disposable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
view: View[T]
- Definition Classes
- Window
Concrete 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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
final
def
bindMenus(entries: (String, Action)*): Unit
- Attributes
- protected
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
dispose()(implicit tx: T): Unit
- Definition Classes
- WindowImpl → Disposable
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def handleClose(): Unit
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def init()(implicit tx: T): WindowImpl.this.type
-
def
initGUI(): Unit
- Attributes
- protected
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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()
- def pack(): Unit
-
def
performClose(): Future[Unit]
- Attributes
- protected
-
def
placement: WindowPlacement
Subclasses may override this.
Subclasses may override this. The tuple is (horizontal, vertical, padding) position. By default it centers the window, i.e.
(0.5f, 0.5f, 20).- Attributes
- protected
-
def
prepareDisposal()(implicit tx: T): Option[Veto[T]]
Subclasses may override this.
Subclasses may override this. By default this always returns
None.- Definition Classes
- WindowImpl → DependentMayVeto
- def setTitleExpr(exprOpt: Option[CellView[T, String]])(implicit tx: T): Unit
-
def
style: Style
- Attributes
- protected
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- final def title: String
- final def title_=(value: String): Unit
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
undecorated: Boolean
- Attributes
- protected
-
def
undoRedoActions: Option[(Action, Action)]
Subclasses may override this.
Subclasses may override this.
- Attributes
- protected
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wasDisposed(implicit tx: T): Boolean
- Attributes
- protected
-
def
window: Window
- Definition Classes
- WindowHolder
- final def windowFile: Option[File]
- final def windowFile_=(value: Option[File]): Unit
-
final
def
window_=(value: Window): Unit
- Attributes
- protected
- Definition Classes
- WindowHolder
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated