Packages

abstract class WindowImpl[T <: Txn[T]] extends Window[T] with WindowHolder[Window] with DependentMayVeto[T]

Self Type
WindowImpl[T]
Linear Supertypes
DependentMayVeto[T], WindowHolder[Window], Window[T], Disposable[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WindowImpl
  2. DependentMayVeto
  3. WindowHolder
  4. Window
  5. Disposable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WindowImpl(titleExpr: CellView[T, String])
  2. new WindowImpl()

Abstract Value Members

  1. abstract def view: View[T]
    Definition Classes
    Window

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. final def bindMenus(entries: (String, Action)*): Unit
    Attributes
    protected
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. def dispose()(implicit tx: T): Unit
    Definition Classes
    WindowImpl → Disposable
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. final def handleClose(): Unit
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def init()(implicit tx: T): WindowImpl.this.type
  14. def initGUI(): Unit
    Attributes
    protected
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def pack(): Unit
  20. def performClose(): Future[Unit]
    Attributes
    protected
  21. 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
  22. def prepareDisposal()(implicit tx: T): Option[Veto[T]]

    Subclasses may override this.

    Subclasses may override this. By default this always returns None.

    Definition Classes
    WindowImplDependentMayVeto
  23. def setTitleExpr(exprOpt: Option[CellView[T, String]])(implicit tx: T): Unit
  24. def style: Style
    Attributes
    protected
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. final def title: String
  27. final def title_=(value: String): Unit
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. def undecorated: Boolean
    Attributes
    protected
  30. def undoRedoActions: Option[(Action, Action)]

    Subclasses may override this.

    Subclasses may override this.

    Attributes
    protected
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wasDisposed(implicit tx: T): Boolean
    Attributes
    protected
  35. def window: Window
    Definition Classes
    WindowHolder
  36. final def windowFile: Option[File]
  37. final def windowFile_=(value: Option[File]): Unit
  38. final def window_=(value: Window): Unit
    Attributes
    protected
    Definition Classes
    WindowHolder

Deprecated Value Members

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

Inherited from DependentMayVeto[T]

Inherited from WindowHolder[Window]

Inherited from Window[T]

Inherited from Disposable[T]

Inherited from AnyRef

Inherited from Any

Ungrouped