com.plumtree.remote.sci
Interface ITreeIteratorNode


public interface ITreeIteratorNode

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


Method Summary
 java.lang.String getDisplayName()
          Gets the name which the editor will display to identify this node to the user.
 java.lang.String getImageName()
          Gets name of the image which the editor will display to represent this node.
 java.lang.String getLocation()
          Gets the string representation of this node's location which the editor can use to refer to this node (programmatic name), e.g.
 

Method Detail

getDisplayName

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

Returns:
display name

getImageName

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

Returns:
image name

getLocation

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

Returns:
programmatic location


For additional information on the IDK, including tutorials, blogs, code samples and more,see the AquaLogic User Interaction Developer Center on BEA dev2dev.

Copyright ©2007 BEA Systems, Inc. All Rights Reserved.