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 FunctionIFNavigatorPageIF. 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 voidModuleIF. addFunction(FunctionIF func)Adds a function to this module.voidNavigatorPageIF. registerFunction(String name, FunctionIF function)INTERNAL: Add a named function to the registry.voidNavigatorPageIF. 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 classAbstractFunctionINTERNAL: Abstract implementation of FunctionIF, which should be the superclass for customized functions.classFunctionINTERNAL: A FunctionIF implementation used by the XML-based ModuleIF reader code.classHelloWorldFunctionINTERNAL: 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 voidModule. 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 FunctionIFContextTag. getFunction(String name)Methods in net.ontopia.topicmaps.nav2.taglibs.logic with parameters of type FunctionIF Modifier and Type Method Description voidContextTag. registerFunction(String name, FunctionIF function)voidContextTag. 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 classDisplayHierarchyFunctionINTERNAL: Used by the Omnigator to create the collapsible tree view of hierarchical association types.
-