Uses of Interface
net.ontopia.topicmaps.nav2.core.NavigatorPageIF
-
Packages that use NavigatorPageIF Package Description 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 Modifier and Type Method Description boolean
NavigatorDeciderIF. ok(NavigatorPageIF contextTag, T 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 Modifier and Type Method Description boolean
DeciderIFWrapper. ok(NavigatorPageIF contextTag, T obj)
boolean
DefaultIfDecider. ok(NavigatorPageIF contextTag, Object obj)
-
Uses of NavigatorPageIF in net.ontopia.topicmaps.nav2.taglibs.logic
Classes in net.ontopia.topicmaps.nav2.taglibs.logic that implement NavigatorPageIF Modifier and Type Class Description 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 Modifier and Type Field Description protected NavigatorPageIF
DynamicTreeWidget. context
protected NavigatorPageIF
TreeWidget. context
Methods in net.ontopia.topicmaps.nav2.utils with parameters of type NavigatorPageIF Modifier and Type Method Description static String
Stringificator. toString(NavigatorPageIF context, Object elem)
static String
Stringificator. toString(NavigatorPageIF context, Object elem, String nameGrabberCN, String nameStringifierCN, String basenameScopeVarName, String variantScopeVarName)
-