com.sas.sasserver.tree
Interface _rprxRemoteServerNode
- All Superinterfaces:
- java.rmi.Remote, com.sas.rmi.RemoteBaseInterface, com.sas.rmi.RMIBaseInterface
- All Known Implementing Classes:
- _rprxRemoteServerNodeServer
public interface _rprxRemoteServerNode
- extends com.sas.rmi.RMIBaseInterface
_RemoteConstructor
void _RemoteConstructor()
throws java.lang.Exception,
java.rmi.RemoteException
- Throws:
java.lang.Exception
java.rmi.RemoteException
_initialize
void _initialize(com.sas.collection.hlist.HListInterface p1)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
_initialize
void _initialize(com.sas.collection.hlist.HListInterface p1,
int p2,
int p3)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
_getNodeChildren
com.sas.collection.hlist.HListInterface _getNodeChildren(int p1,
int p2)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
_getNodeExpandedText
java.lang.String _getNodeExpandedText()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
_setNodeExpandedText
void _setNodeExpandedText(java.lang.String p1)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
_getNodeText
java.lang.String _getNodeText()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
_setNodeText
void _setNodeText(java.lang.String p1)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
_getNodeType
java.lang.String _getNodeType()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
_setNodeType
void _setNodeType(java.lang.String p1)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
_getDefaultIcon
int _getDefaultIcon()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
_setDefaultIcon
void _setDefaultIcon(int p1)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
_getExpandedIcon
int _getExpandedIcon()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
_setExpandedIcon
void _setExpandedIcon(int p1)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
_getSelectedIcon
int _getSelectedIcon()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
_setSelectedIcon
void _setSelectedIcon(int p1)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
_getExpandedSelectedIcon
int _getExpandedSelectedIcon()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
_setExpandedSelectedIcon
void _setExpandedSelectedIcon(int p1)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
_isLeafNode
boolean _isLeafNode()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
_countNodeChildren
int _countNodeChildren(int p1)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
_getNodeChildCount
int _getNodeChildCount()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
_removeNodeChild
void _removeNodeChild(int p1)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
_getMembers
com.sas.collection.hlist.HListInterface _getMembers()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
addContentsChangedListener
void addContentsChangedListener(com.sas.collection.ContentsChangedListener p1)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
removeContentsChangedListener
void removeContentsChangedListener(com.sas.collection.ContentsChangedListener p1)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getRoot
com.sas.models.NodeInterface getRoot()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getNodeExpandedText
java.lang.String getNodeExpandedText()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getNodeText
java.lang.String getNodeText()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getNodeType
java.lang.String getNodeType()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
countNodeChildren
int countNodeChildren(int p1)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getNodeChildCount
int getNodeChildCount()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
isLeafNode
boolean isLeafNode()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getNodeChild
com.sas.models.SimpleNodeInterface getNodeChild(int p1)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getNodeChildren
com.sas.models.SimpleNodeInterface[] getNodeChildren(int p1,
int p2)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getDefaultIcon
com.sas.visuals.IconInterface getDefaultIcon()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getExpandedIcon
com.sas.visuals.IconInterface getExpandedIcon()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getSelectedIcon
com.sas.visuals.IconInterface getSelectedIcon()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getExpandedSelectedIcon
com.sas.visuals.IconInterface getExpandedSelectedIcon()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
Copyright © 2009 SAS Institute Inc. All Rights Reserved.