|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FunctionIF | |
---|---|
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 | |
---|---|
FunctionIF |
NavigatorPageIF.getFunction(java.lang.String name)
INTERNAL: Get a function out of the register. |
Methods in net.ontopia.topicmaps.nav2.core with parameters of type FunctionIF | |
---|---|
void |
ModuleIF.addFunction(FunctionIF func)
Adds a function to this module. |
void |
NavigatorPageIF.registerFunction(FunctionIF function)
Deprecated. 1.3.4. Replaced by registerFunction(String, Function). |
void |
NavigatorPageIF.registerFunction(java.lang.String name,
FunctionIF function)
INTERNAL: Add a named function to the registry. |
Uses of FunctionIF in net.ontopia.topicmaps.nav2.impl.basic |
---|
Classes in net.ontopia.topicmaps.nav2.impl.basic that implement FunctionIF | |
---|---|
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 | |
---|---|
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 | |
---|---|
FunctionIF |
ContextTag.getFunction(java.lang.String name)
|
Methods in net.ontopia.topicmaps.nav2.taglibs.logic with parameters of type FunctionIF | |
---|---|
void |
ContextTag.registerFunction(FunctionIF function)
|
void |
ContextTag.registerFunction(java.lang.String name,
FunctionIF function)
|
Uses of FunctionIF in net.ontopia.topicmaps.nav2.webapps.omnigator |
---|
Classes in net.ontopia.topicmaps.nav2.webapps.omnigator that implement FunctionIF | |
---|---|
class |
DisplayHierarchyFunction
INTERNAL: Used by the Omnigator to create the collapsible tree view of hierarchical association types. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |