trait WorkspaceWindowImpl[T <: Txn[T]] extends WorkspaceWindow[T] with WindowImpl[T]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WorkspaceWindowImpl
- WindowImpl
- DependentMayVeto
- WindowHolder
- WorkspaceWindow
- Window
- Disposable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
type
Key = WorkspaceWindow.Key { type Repr[~ <: de.sciss.lucre.Txn[~]] = WorkspaceWindowImpl.this.Repr[~] }
- Definition Classes
- WorkspaceWindow
-
abstract
type
Repr[~ <: Txn[~]] <: WorkspaceWindow[~]
- Definition Classes
- WorkspaceWindow
Abstract Value Members
-
abstract
def
handler: UniverseHandler[T]
- Definition Classes
- WorkspaceWindow
-
abstract
def
key: Key
- Definition Classes
- WorkspaceWindow
-
abstract
def
newWindow()(implicit tx: T): Repr[T]
Creates a new window of the same type, viewing the same underlying object.
Creates a new window of the same type, viewing the same underlying object. May throw an exception if
supportsNewWindowreturnsfalse.- Definition Classes
- WorkspaceWindow
-
abstract
def
view: UniverseObjView[T]
- Definition Classes
- WorkspaceWindowImpl → WorkspaceWindow → 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
- Definition Classes
- WindowImpl
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
dispose()(implicit tx: T): Unit
- Definition Classes
- WorkspaceWindowImpl → WindowImpl → Disposable
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
handleClose(): Unit
- Definition Classes
- WindowImpl
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
init()(implicit tx: T): WorkspaceWindowImpl.this.type
- Definition Classes
- WorkspaceWindowImpl → WindowImpl
-
def
initGUI(): Unit
- Attributes
- protected
- Definition Classes
- WorkspaceWindowImpl → WindowImpl
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
pack(): Unit
- Definition Classes
- WindowImpl
-
def
packAndPlace: Boolean
- Attributes
- protected
- Definition Classes
- WorkspaceWindowImpl → WindowImpl
-
def
performClose(): Future[Unit]
- Attributes
- protected
- Definition Classes
- WorkspaceWindowImpl → WindowImpl
-
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
- Definition Classes
- WindowImpl
-
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
resizable: Boolean
- Attributes
- protected
- Definition Classes
- WindowImpl
-
final
def
saveViewState(): Unit
- Attributes
- protected
-
def
setTitle(ex: CellView[T, String])(implicit tx: T): WorkspaceWindowImpl.this.type
- Definition Classes
- WindowImpl
-
def
style: Style
- Attributes
- protected
- Definition Classes
- WindowImpl
-
def
supportsNewWindow: Boolean
Whether the
newWindowmethod is supported.Whether the
newWindowmethod is supported.- Definition Classes
- WorkspaceWindowImpl → WorkspaceWindow
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
title: String
- Definition Classes
- WindowImpl
-
final
def
title_=(value: String): Unit
- Definition Classes
- WindowImpl
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
undecorated: Boolean
- Attributes
- protected
- Definition Classes
- WindowImpl
-
def
undoRedo: Option[UndoRedo[T]]
Subclasses may override this.
Subclasses may override this.
- Attributes
- protected
- Definition Classes
- WorkspaceWindowImpl → WindowImpl
-
def
undoRedoActions: Option[(Action, Action)]
- Attributes
- protected
-
final
def
viewState: Set[ViewState]
- Attributes
- protected
-
def
viewStateKey: String
- Attributes
- protected
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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
wasDisposed(implicit tx: T): Boolean
- Attributes
- protected
- Definition Classes
- WindowImpl
-
def
window: Window
- Definition Classes
- WindowHolder
-
final
def
windowFile: Option[File]
- Definition Classes
- WindowImpl
-
final
def
windowFile_=(value: Option[File]): Unit
- Definition Classes
- WindowImpl
-
final
def
window_=(value: Window): Unit
- Attributes
- protected
- Definition Classes
- WindowHolder