|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NavigatorPageIF | |
|---|---|
| net.ontopia.topicmaps.nav2.core | Provides interfaces for the Navigator Tag Libraries and Framework. |
| net.ontopia.topicmaps.nav2.impl.basic | The basic implementation of the Navigator core interfaces. |
| net.ontopia.topicmaps.nav2.taglibs.logic | Logic tags, which define the execution context, modify the context, and control the flow of execution. |
| net.ontopia.topicmaps.nav2.utils | Provides utility classes for the Navigator Tag Libraries and Framework. |
| Uses of NavigatorPageIF in net.ontopia.topicmaps.nav2.core |
|---|
| Methods in net.ontopia.topicmaps.nav2.core with parameters of type NavigatorPageIF | |
|---|---|
boolean |
NavigatorDeciderIF.ok(NavigatorPageIF contextTag,
java.lang.Object obj)
INTERNAL: if implemented criteria are matched: deliver true, otherwise false. |
| Uses of NavigatorPageIF in net.ontopia.topicmaps.nav2.impl.basic |
|---|
| Methods in net.ontopia.topicmaps.nav2.impl.basic with parameters of type NavigatorPageIF | |
|---|---|
boolean |
TypeDecider.ok(NavigatorPageIF contextTag,
java.lang.Object obj)
|
boolean |
DefaultIfDecider.ok(NavigatorPageIF contextTag,
java.lang.Object obj)
|
boolean |
DeciderIFWrapper.ok(NavigatorPageIF contextTag,
java.lang.Object obj)
|
| Constructors in net.ontopia.topicmaps.nav2.impl.basic with parameters of type NavigatorPageIF | |
|---|---|
TypeDecider(NavigatorPageIF contextTag,
java.lang.String type)
INTERNAL: Constructor which tries to retrieve the PSI for the related topic types from the navigator configuration |
|
| Uses of NavigatorPageIF in net.ontopia.topicmaps.nav2.taglibs.logic |
|---|
| Classes in net.ontopia.topicmaps.nav2.taglibs.logic that implement NavigatorPageIF | |
|---|---|
class |
ContextTag
INTERNAL: Logic Tag for establishing the outermost lexical scope in which all computation happens and the embedded tags are executed. |
| Uses of NavigatorPageIF in net.ontopia.topicmaps.nav2.utils |
|---|
| Fields in net.ontopia.topicmaps.nav2.utils declared as NavigatorPageIF | |
|---|---|
protected NavigatorPageIF |
TreeWidget.context
|
protected NavigatorPageIF |
DynamicTreeWidget.context
|
| Methods in net.ontopia.topicmaps.nav2.utils with parameters of type NavigatorPageIF | |
|---|---|
static java.lang.String |
Stringificator.toString(NavigatorPageIF context,
java.lang.Object elem)
|
static java.lang.String |
Stringificator.toString(NavigatorPageIF context,
java.lang.Object elem,
java.lang.String nameGrabberCN,
java.lang.String nameStringifierCN,
java.lang.String basenameScopeVarName,
java.lang.String variantScopeVarName)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||