Uses of Interface
net.ontopia.topicmaps.nav2.core.FunctionIF
-
Packages that use FunctionIF 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.webapps.omnigator -
-
Uses of FunctionIF in net.ontopia.topicmaps.nav2.core
Methods in net.ontopia.topicmaps.nav2.core that return FunctionIF Modifier and Type Method Description FunctionIF
NavigatorPageIF. getFunction(String name)
INTERNAL: Get a function out of the register.Methods in net.ontopia.topicmaps.nav2.core with parameters of type FunctionIF Modifier and Type Method Description void
ModuleIF. addFunction(FunctionIF func)
Adds a function to this module.void
NavigatorPageIF. registerFunction(String name, FunctionIF function)
INTERNAL: Add a named function to the registry.void
NavigatorPageIF. registerFunction(FunctionIF function)
Deprecated.1.3.4. -
Uses of FunctionIF in net.ontopia.topicmaps.nav2.impl.basic
Classes in net.ontopia.topicmaps.nav2.impl.basic that implement FunctionIF Modifier and Type Class Description class
AbstractFunction
INTERNAL: Abstract implementation of FunctionIF, which should be the superclass for customized functions.class
Function
INTERNAL: A FunctionIF implementation used by the XML-based ModuleIF reader code.class
HelloWorldFunction
INTERNAL: Implementation of FunctionIF interface for testing purposes.Methods in net.ontopia.topicmaps.nav2.impl.basic with parameters of type FunctionIF Modifier and Type Method Description void
Module. addFunction(FunctionIF func)
-
Uses of FunctionIF in net.ontopia.topicmaps.nav2.taglibs.logic
Methods in net.ontopia.topicmaps.nav2.taglibs.logic that return FunctionIF Modifier and Type Method Description FunctionIF
ContextTag. getFunction(String name)
Methods in net.ontopia.topicmaps.nav2.taglibs.logic with parameters of type FunctionIF Modifier and Type Method Description void
ContextTag. registerFunction(String name, FunctionIF function)
void
ContextTag. registerFunction(FunctionIF function)
-
Uses of FunctionIF in net.ontopia.topicmaps.nav2.webapps.omnigator
Classes in net.ontopia.topicmaps.nav2.webapps.omnigator that implement FunctionIF Modifier and Type Class Description class
DisplayHierarchyFunction
INTERNAL: Used by the Omnigator to create the collapsible tree view of hierarchical association types.
-