AdobeBridgeCS5SDK

Class SDKSystem

Object
   |
   +--SDKSystem

class SDKSystem


Supporting class; manages the backing nodes used for extension handling samples.

Description

A manager object for a node hierarchy. This class manages a node hierarchy that contains nodes of the type handled by the sample node-handling extension. The constructor accepts the Bridge URI prefix that is used to identify handled nodes.

See:

Defined in SDKSystem.jsx


Field Summary
 String prefix
          The prefix to be used for this node type.
 SDKNode root
          The initial root node.
 SDKNode searchNode
          The search node.
 
Constructor Summary
SDKSystem(prefix)
           
 
Method Summary
 void addRoot(root)
           Adds a node of the handled type as the root node of this node hierarchy.
 void addSearchNode(n)
           Adds a search node into the system.
 SDKNode getNodeFromPath(path)
           Finds and returns a node of the handled type from a path
 String getPrefix()
           Retrieves the prefix defined for the handled node type.

Field Detail

prefix

String prefix

root

SDKNode root

searchNode

SDKNode searchNode

Constructor Detail

SDKSystem

SDKSystem(prefix)

Method Detail

addRoot

void addRoot(root)

addSearchNode

void addSearchNode(n)

getNodeFromPath

SDKNode getNodeFromPath(path)

getPrefix

String getPrefix()

AdobeBridgeCS5SDK

http://www.adobe.com/devnet/bridge
Documentation generated by JSDoc on Tue Apr 27 10:21:34 2010