com.sas.sasserver.tree
Interface ServerNodeInterface

All Superinterfaces:
com.sas.ComponentInterface, com.sas.collection.ContentsChangedSource, java.util.EventListener, com.sas.LinkPropertiesInterface, com.sas.ModelInterface, com.sas.models.NodeIconInterface, com.sas.models.NodeInterface, java.io.ObjectInputValidation, java.beans.PropertyChangeListener, com.sas.beans.PropertyChangeSource, RemoteSASListInterface, RemoteServerNodeInterface, java.io.Serializable, com.sas.models.SimpleNodeInterface, com.sas.models.TreeInterface, com.sas.beans.VetoableChangeSource, com.sas.ViewInterface
All Known Implementing Classes:
_rprxJ2ServerNode, _rprxRemoteDesignTimeServerNode, _rprxRemoteServerNodeClient

public interface ServerNodeInterface
extends com.sas.ComponentInterface, RemoteServerNodeInterface, RemoteSASListInterface, com.sas.collection.ContentsChangedSource, com.sas.models.TreeInterface, com.sas.models.NodeInterface, com.sas.models.NodeIconInterface

ServerNodeInterface is a generic interface for accessing tree structured data. The com.sas.sasserver.tree.ServerNodeDelegate class implements this interface and also com.sas.models.NodeInterface so that tree data from the server may be displayed in the TreeView class.

See Also:
ServerNodeDelegate, TreeView

Field Summary
 
Fields inherited from interface com.sas.sasserver.tree.RemoteServerNodeInterface
CHILDREN_KEY, CLASS_KEY, contextClasspath, EXPICON_KEY, EXPSELICON_KEY, EXPTEXT_KEY, ICON_KEY, ID_KEY, LEAF_KEY, OTHERICONS_KEY, PARENTID_KEY, SELICON_KEY, TEXT_KEY, TYPE_KEY
 
Method Summary
 void _initialize(com.sas.collection.hlist.HListInterface list)
           
 
Methods inherited from interface com.sas.sasserver.tree.RemoteServerNodeInterface
_countNodeChildren, _getDefaultIcon, _getExpandedIcon, _getExpandedSelectedIcon, _getNodeChildCount, _getNodeChildren, _getNodeExpandedText, _getNodeText, _getNodeType, _getSelectedIcon, _initialize, _isLeafNode, _removeNodeChild, _setDefaultIcon, _setExpandedIcon, _setExpandedSelectedIcon, _setNodeExpandedText, _setNodeText, _setNodeType, _setSelectedIcon
 
Methods inherited from interface com.sas.sasserver.RemoteSASListInterface
_getMembers
 

Method Detail

_initialize

void _initialize(com.sas.collection.hlist.HListInterface list)



Copyright © 2009 SAS Institute Inc. All Rights Reserved.