abstract class NavigationTreeBuilder extends AnyRef
- Alphabetic
- By Inheritance
- NavigationTreeBuilder
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new NavigationTreeBuilder(controller: Controller)
Abstract Value Members
- abstract def makeComponent(t: Term, cont: Context, parent: CPath, region: SourceRegion): MMTObjAsset
- abstract def makeDeclaration(dec: Declaration, region: SourceRegion): MMTElemAsset
- abstract def makeDocument(doc: Document, region: SourceRegion): MMTElemAsset
- abstract def makeModule(mod: Module, region: SourceRegion): MMTElemAsset
- abstract def makeNRef(uri: Path, region: SourceRegion): MMTURIAsset
- abstract def makeNotation(owner: ContentPath, cont: NotationContainer, comp: NotationComponentKey, region: SourceRegion): MMTNotAsset
- abstract def makeSection(s: String): MMTAuxAsset
- abstract def makeTerm(t: Term, pragmatic: Term, cont: Context, parent: CPath, label: String, region: SourceRegion): MMTObjAsset
- abstract def makeVariableInContext(con: Context, vd: VarDecl, parent: CPath, region: SourceRegion): MMTObjAsset
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 buildTreeDoc(node: DefaultMutableTreeNode, doc: Document): Unit
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
declarationLabel(dec: Declaration): String
- Attributes
- protected
-
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
-
def
moduleLabel(m: Module): String
- Attributes
- protected
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
notationLabel(comp: NotationComponentKey): String
- Attributes
- protected
-
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()