trait FolderView[T <: Txn[T]] extends Model[Update[T]] with Editable[T] with UniverseObjView[T]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FolderView
- UniverseObjView
- UniverseView
- Editable
- Cursor
- View
- Disposable
- Model
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
addListener(pf: Listener[Update[T]]): pf.type
- Definition Classes
- Model
-
abstract
def
component: C
- Definition Classes
- View
-
abstract
def
dispose()(implicit tx: T): Unit
- Definition Classes
- Disposable
- abstract def findLocation(f: URI, suggestions: Seq[QueryResult[T]] = Nil): Option[QueryResult[T]]
-
abstract
def
insertionPoint(implicit tx: T): (Folder[T], Int)
Must be called on the EDT
-
abstract
def
insertionPointOf(selection: SelectionImpl)(implicit tx: T): (Folder[T], Int)
Need not be called on the EDT
- abstract def locations: IndexedSeq[ArtifactLocationObjView[T]]
-
abstract
def
obj(implicit tx: T): Folder[T]
- Definition Classes
- FolderView → UniverseObjView
-
abstract
def
removeListener(pf: Listener[Update[T]]): Unit
- Definition Classes
- Model
- abstract def root: Source[T, Folder[T]]
-
abstract
def
select(child: Obj[T])(implicit tx: T): Unit
Tries to select the view corresponding with the
childobject.Tries to select the view corresponding with the
childobject. This will happen asynchronously on the EDT (or fail silently, if no view is found). - abstract def selection: Selection[T]
- abstract def selectionImpl: SelectionImpl
-
implicit abstract
def
undoManager: UndoManager[T]
- Definition Classes
- Editable
-
implicit abstract
val
universe: Universe[T]
- Definition Classes
- UniverseView
-
abstract
def
viewState: Set[ViewState]
- Definition Classes
- UniverseView
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
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
implicit
def
cursor: Cursor[T]
- Definition Classes
- UniverseView → Cursor
-
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()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()