Packages

trait 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
Known Subclasses
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

Abstract Value Members

  1. abstract def undoRedo: Option[UndoRedo[T]]

    Subclasses may override this.

    Subclasses may override this.

    Attributes
    protected
  2. 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()
  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. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def handleClose(): Unit
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def init()(implicit tx: T): WindowImpl.this.type
  15. def initGUI(): Unit
    Attributes
    protected
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def pack(): Unit
  21. def packAndPlace: Boolean
    Attributes
    protected
  22. def performClose(): Future[Unit]
    Attributes
    protected
  23. 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
  24. 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
  25. def resizable: Boolean
    Attributes
    protected
  26. def setTitle(ex: CellView[T, String])(implicit tx: T): WindowImpl.this.type
  27. def style: Style
    Attributes
    protected
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. final def title: String
  30. final def title_=(value: String): Unit
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. def undecorated: Boolean
    Attributes
    protected
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  36. final def wasDisposed(implicit tx: T): Boolean
    Attributes
    protected
  37. def window: Window
    Definition Classes
    WindowHolder
  38. final def windowFile: Option[File]
  39. final def windowFile_=(value: Option[File]): Unit
  40. final def window_=(value: Window): Unit
    Attributes
    protected
    Definition Classes
    WindowHolder

Inherited from DependentMayVeto[T]

Inherited from WindowHolder[Window]

Inherited from Window[T]

Inherited from Disposable[T]

Inherited from AnyRef

Inherited from Any

Ungrouped