Editable

trait Editable[Tx <: Txn[Tx]] extends Cursor[Tx]
trait Cursor[Tx]
trait View[Tx]
trait Disposable[Tx]
class Object
trait Matchable
class Any

Type members

Inherited types

type C <: Component
Inherited from
View

Value members

Inherited methods

Inherited from
View
def dispose()(implicit tx: Tx): Unit
Inherited from
Disposable

Implicits

Implicits

implicit
def undoManager: UndoManager[Tx]

Inherited implicits

implicit
def cursor: Cursor[Tx]
Inherited from
Cursor