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
- All
Instance Constructors
- new ClasspathTreeView(definitionIndex: GlobalSymbolIndex, viewId: String, scheme: String, title: String, id: (Value) ⇒ Key, encode: (Key) ⇒ String, decode: (String) ⇒ Key, valueTitle: (Value) ⇒ String, valueTooltip: (Value) ⇒ String, toplevels: () ⇒ Iterator[Value], loadSymbols: (Key, String) ⇒ Iterator[TreeViewSymbolInformation])
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( ... ) @native()
-
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] )
- def fromUri(uri: String): NodeUri
-
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
- def matches(uri: String): Boolean
-
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 parent(uri: String): Option[String]
- def root: TreeViewNode
- val rootUri: 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 toViewNode(value: Value): TreeViewNode
-
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()