com.plumtree.remote.sci
Interface ITreeIteratorNode


public interface ITreeIteratorNode

Interface used to access information about an ITreeIterator node. Used by ISciTreeElement.


Method Summary
 java.lang.String getDisplayName()
          Gets the name the editor will display to identify this node to the user.
 java.lang.String getImageName()
          Gets that name of the image the editor will display to represent this node.
 java.lang.String getLocation()
          Gets the string representation of this node's location that the editor can use to refer to this node (programmatic name), for example, using ITreeIterator.moveTo(String location).
 

Method Detail

getDisplayName

public java.lang.String getDisplayName()
Gets the name the editor will display to identify this node to the user.

Returns:
the display name

getImageName

public java.lang.String getImageName()
Gets that name of the image the editor will display to represent this node. For best performance, the image should be on the image server.

Returns:
the image name

getLocation

public java.lang.String getLocation()
Gets the string representation of this node's location that the editor can use to refer to this node (programmatic name), for example, using ITreeIterator.moveTo(String location).

Returns:
the programmatic location


For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.