Packages

implicit object Bridge extends Bridge[Folder] with HasDefault[Folder] with Factory

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Bridge
  2. Factory
  3. HasDefault
  4. Bridge
  5. Adjunct
  6. Writable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Repr[T <: Txn[T]] = lucre.Folder[T]

Value Members

  1. def cellValue[T <: Txn[T]](obj: lucre.Obj[T], key: String)(implicit tx: T): Option[Folder]
    Definition Classes
    BridgeBridge
  2. def cellView[T <: Txn[T]](obj: lucre.Obj[T], key: String)(implicit tx: T, context: Context[T]): CellView.Var[T, Option[Folder]]

    Creates a bidirectional view between LObj and the expression side representation type A.

    Creates a bidirectional view between LObj and the expression side representation type A. If possible, implementations should look at UndoManager.find when updating values.

    Definition Classes
    BridgeBridge
  3. def contextCellView[T <: Txn[T]](key: String)(implicit tx: T, context: Context[T]): CellView[T, Option[Folder]]

    Creates a unidirectional view between a context's attribute or self object and the expression side representation type A.

    Creates a unidirectional view between a context's attribute or self object and the expression side representation type A.

    Definition Classes
    BridgeBridge
  4. def defaultValue: Folder
    Definition Classes
    BridgeHasDefault
  5. final val id: Int(2001)
    Definition Classes
    BridgeFactoryAdjunct
  6. def readIdentifiedAdjunct(in: DataInput): Adjunct
    Definition Classes
    BridgeFactory
  7. def tryParseObj[T <: Txn[T]](obj: lucre.Obj[T])(implicit tx: T): Option[Folder]
    Definition Classes
    BridgeBridge
  8. def write(out: DataOutput): Unit
    Definition Classes
    AdjunctWritable