|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractNodeNodeView | |
wt.clients.csm.navigation | |
wt.clients.csm.search | |
wt.csm.html.query | |
wt.csm.navigation | |
wt.csm.navigation.litenavigation | |
wt.csm.navigation.service | |
wt.export |
Uses of AbstractNodeNodeView in wt.clients.csm.navigation |
Methods in wt.clients.csm.navigation that return AbstractNodeNodeView | |
AbstractNodeNodeView[] |
NavigationNodeSelector.getNodeChildren()
|
AbstractNodeNodeView[] |
NavigationNodeSelector.getNodeChildren(AbstractNodeNodeView parent)
Get the children of this parent node, and return array of the children. |
Methods in wt.clients.csm.navigation with parameters of type AbstractNodeNodeView | |
Object |
NavigationNodeSelector.getParentNode(AbstractNodeNodeView children)
Get the parent node of this children. |
AbstractNodeNodeView[] |
NavigationNodeSelector.getNodeChildren(AbstractNodeNodeView parent)
Get the children of this parent node, and return array of the children. |
Vector |
NavigationNodeSelector.findNavNodesByNavStructListView(NavStructListView navStrTarget,
String srcForString,
String matching,
AbstractNodeNodeView navParentNode)
|
void |
NavigationNodeSelector.expandAndSelectTargetNode(AbstractNodeNodeView[] parentNodes)
This function is implemented to support the Navigation Node Search Author: Binh Nguyen (12/99) |
Uses of AbstractNodeNodeView in wt.clients.csm.search |
Fields in wt.clients.csm.search declared as AbstractNodeNodeView | |
private AbstractNodeNodeView[] |
SearchSelector.pathToExpand
|
Uses of AbstractNodeNodeView in wt.csm.html.query |
Methods in wt.csm.html.query that return AbstractNodeNodeView | |
private AbstractNodeNodeView |
SearchTaskDelegate.getAbstractNodeNodeView()
|
private AbstractNodeNodeView |
CSMQueryFormProcessor.getAbstractNodeNodeView()
Get the AbstractNodeNodeView from properties |
private AbstractNodeNodeView[] |
CSMQueryFormProcessor.getNavigationChildren(AbstractNavStructView structure,
AbstractNodeNodeView currentNode)
Get All navigation children for this node/structure |
private AbstractNodeNodeView |
ChangeUnitsTaskDelegate.getAbstractNodeNodeView()
|
Methods in wt.csm.html.query with parameters of type AbstractNodeNodeView | |
static Hashtable |
HTMLQueryUtilities.getQueryForms(AbstractNavStructView struct,
AbstractNodeNodeView node,
Hashtable values,
String measurementSystem,
String rankingContext)
Constructs and initializes all query forms for the navigation structure and node given using the values given within the values hashtable. |
private String[] |
CSMQueryFormProcessor.getParentNodesLinks(AbstractNavStructView structure,
AbstractNodeNodeView[] nodes)
Generate String[] for parent nodes |
private AbstractNodeNodeView[] |
CSMQueryFormProcessor.getNavigationChildren(AbstractNavStructView structure,
AbstractNodeNodeView currentNode)
Get All navigation children for this node/structure |
Uses of AbstractNodeNodeView in wt.csm.navigation |
Methods in wt.csm.navigation with parameters of type AbstractNodeNodeView | |
Vector |
NavigationNodeSearch.searchNodesInSpecifiedParentNode(AbstractNodeNodeView navParentNode)
|
Uses of AbstractNodeNodeView in wt.csm.navigation.litenavigation |
Subclasses of AbstractNodeNodeView in wt.csm.navigation.litenavigation | |
class |
ClassificationNodeNodeView
Supported API: false Extendable: false |
class |
IndependentNodeNodeView
Supported API: false Extendable: false |
Methods in wt.csm.navigation.litenavigation that return AbstractNodeNodeView | |
AbstractNodeNodeView |
IndependentNodeDefaultView.toAbstractNodeNodeView()
Supported API: false |
AbstractNodeNodeView |
ClassificationNodeDefaultView.toAbstractNodeNodeView()
Supported API: false |
abstract AbstractNodeNodeView |
AbstractNodeDefaultView.toAbstractNodeNodeView()
Supported API: false |
Methods in wt.csm.navigation.litenavigation with parameters of type AbstractNodeNodeView | |
boolean |
IndependentNodeNodeView.isParentOf(AbstractNodeNodeView childNode)
Supported API: false |
boolean |
ClassificationNodeNodeView.isParentOf(AbstractNodeNodeView childNode)
Supported API: false |
protected boolean |
AbstractNodeNodeView.readVersion(AbstractNodeNodeView thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
abstract boolean |
AbstractNodeNodeView.isParentOf(AbstractNodeNodeView childNode)
Supported API: false |
Uses of AbstractNodeNodeView in wt.csm.navigation.service |
Methods in wt.csm.navigation.service with parameters of type AbstractNodeNodeView | |
AbstractNodeNodeView[] |
StandardNavigationService.getNavigationNodeChildren(AbstractNodeNodeView node)
Supported API: false |
AbstractNodeDefaultView |
StandardNavigationService.getNavigationNodeDefaultView(AbstractNodeNodeView navigationNode)
Supported API: false |
AbstractNodeNodeView |
StandardNavigationService.refreshNavigationNodeNodeView(AbstractNodeNodeView navigationNode)
Supported API: false |
AbstractNodeNodeView[] |
StandardNavigationService.getParentNodes(AbstractNodeNodeView navigationNode)
Supported API: false |
Vector |
StandardNavigationService.findNavigationNodes(NavStructListView navStrTarget,
String srcForString,
String matching,
AbstractNodeNodeView navParentNode)
Supported API: false |
Vector |
StandardNavigationService.findNavigationNodes(String structName,
String srcForString,
String matching,
AbstractNodeNodeView navParentNode)
Supported API: false |
AbstractNodeNodeView[] |
NavigationServiceFwd.getNavigationNodeChildren(AbstractNodeNodeView node)
Supported API: false |
AbstractNodeDefaultView |
NavigationServiceFwd.getNavigationNodeDefaultView(AbstractNodeNodeView navigationNode)
Supported API: false |
AbstractNodeNodeView |
NavigationServiceFwd.refreshNavigationNodeNodeView(AbstractNodeNodeView navigationNode)
Supported API: false |
AbstractNodeNodeView[] |
NavigationServiceFwd.getParentNodes(AbstractNodeNodeView navigationNode)
Supported API: false |
Vector |
NavigationServiceFwd.findNavigationNodes(NavStructListView navStrTarget,
String srcForString,
String matching,
AbstractNodeNodeView navParentNode)
Supported API: false |
Vector |
NavigationServiceFwd.findNavigationNodes(String structName,
String srcForString,
String matching,
AbstractNodeNodeView navParentNode)
Supported API: false |
AbstractNodeNodeView[] |
NavigationService.getNavigationNodeChildren(AbstractNodeNodeView node)
Supported API: false |
AbstractNodeDefaultView |
NavigationService.getNavigationNodeDefaultView(AbstractNodeNodeView navigationNode)
Supported API: false |
AbstractNodeNodeView |
NavigationService.refreshNavigationNodeNodeView(AbstractNodeNodeView navigationNode)
Supported API: false |
AbstractNodeNodeView[] |
NavigationService.getParentNodes(AbstractNodeNodeView navigationNode)
Supported API: false |
Vector |
NavigationService.findNavigationNodes(NavStructListView navStrTarget,
String srcForString,
String matching,
AbstractNodeNodeView navParentNode)
Supported API: false |
Vector |
NavigationService.findNavigationNodes(String structName,
String srcForString,
String matching,
AbstractNodeNodeView navParentNode)
Supported API: false |
AbstractNode[] |
NavigationDBService.getNavigationNodeChildren(AbstractNodeNodeView node)
Supported API: false |
AbstractNode |
NavigationDBService.getNavigationNodeDefaultView(AbstractNodeNodeView navigationNode)
Supported API: false |
AbstractNode |
NavigationDBService.refreshNavigationNodeNodeView(AbstractNodeNodeView navigationNode)
Supported API: false |
AbstractNode[] |
NavigationDBService.getParentNodes(AbstractNodeNodeView navigationNode)
Supported API: false |
Vector |
NavigationDBService.findNavigationNodes(NavStructListView navStrTarget,
String srcForString,
String matching,
AbstractNodeNodeView navParentNode)
Supported API: false |
Vector |
NavigationDBService.findNavigationNodes(String structName,
String srcForString,
String matching,
AbstractNodeNodeView navParentNode)
Supported API: false |
private boolean |
NavigationDBService.isValidRoot(AbstractNodeNodeView node)
|
Vector |
NavigationDBService.extractNodesInSpecifiedParentNode(QueryResult qr,
String navStructClassName,
AbstractNodeNodeView navParentNode)
|
Uses of AbstractNodeNodeView in wt.export |
Methods in wt.export that return AbstractNodeNodeView | |
private static AbstractNodeNodeView[] |
NavigationExport.getNavRootNodes(AbstractNavStruct heavyNavStruct)
|
private static AbstractNodeNodeView[] |
NavigationExport.getNavigationNodeChildren(AbstractNodeNodeView parent)
|
Methods in wt.export with parameters of type AbstractNodeNodeView | |
private static boolean |
NavigationExport.addIndependentNode(String parent,
String nodeName,
AbstractNodeNodeView node,
AbstractNavStructView ansv)
|
private static boolean |
NavigationExport.addIndependentNode(String parentPath,
AbstractNodeNodeView parent,
AbstractNavStructView ansv)
|
private static AbstractNodeNodeView[] |
NavigationExport.getNavigationNodeChildren(AbstractNodeNodeView parent)
|
static AbstractNodeDefaultView |
NavigationExport.getNavigationNodeDefaultView(AbstractNodeNodeView navigationNode)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |