class ClasspathTreeView[Value, Key] extends AnyRef
A tree view that exposes a package explorer to browse symbols such as classes, traits and methods.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClasspathTreeView
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ClasspathTreeView(definitionIndex: GlobalSymbolIndex, viewId: String, schemeId: String, title: String, folder: Folder, id: (Value) => Key, encode: (Key) => String, decode: (String) => Key, valueTitle: (Value) => String, valueTooltip: (Value) => String, toplevels: () => Iterator[Value], loadSymbols: (Key, String) => Iterator[TreeViewSymbolInformation], toplevelIcon: String)
Type Members
- case class NodeUri(key: Key, symbol: String = Symbols.RootPackage) extends Product with Serializable
URI of a tree view node that encodes a SemanticDB symbol and a Key.
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 children(uri: String): Array[TreeViewNode]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fromUri(uri: String): NodeUri
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def matches(uri: String): Boolean
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def parent(uri: String): Option[String]
- def root(showFolderName: Boolean, icon: String): TreeViewNode
- val rootUri: String
- val scheme: String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def toUri(jar: Key, symbol: String = Symbols.RootPackage): NodeUri
- def toplevelNode(value: Value): TreeViewNode
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)