|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.sasserver.tree._rprxJ2ServerNode
public class _rprxJ2ServerNode
| Field Summary | |
|---|---|
protected java.lang.String |
methodName
|
protected java.lang.String |
name
|
protected int |
pmode
|
protected com.sas.net.server.AfRequestInterface |
remoteObject
|
| 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 |
| Constructor Summary | |
|---|---|
_rprxJ2ServerNode()
|
|
| Method Summary | |
|---|---|
int |
_countNodeChildren(int p1)
Count the node's children, but stop if a maximum is reached. |
int |
_getDefaultIcon()
Retrieve this node's default icon, which is used to display the unexpanded node in a tree view. |
java.lang.Class |
_getDelegateClass()
Return the class of the delegate or null if none |
int |
_getExpandedIcon()
Retrieve this node's expanded icon, which is used to display the expanded node in a tree view. |
int |
_getExpandedSelectedIcon()
Retrieve this node's icon to be used when displaying the selected expanded node in a tree view. |
com.sas.collection.hlist.HListInterface |
_getMembers()
Returns the list of members in the remote SCL object. |
int |
_getNodeChildCount()
Returns the number of children. |
com.sas.collection.hlist.HListInterface |
_getNodeChildren(int p1,
int p2)
Obtain a list that describes the specified children of the current node. |
java.lang.String |
_getNodeExpandedText()
Retrieve the text to display when this node is expanded. |
java.lang.String |
_getNodeText()
Retrieve the text to display when this node is not expanded. |
java.lang.String |
_getNodeType()
Retrieve this node's type, which is used to determine the node's icon if none is specified explicitly. |
int |
_getSelectedIcon()
Retrieve this node's selected icon, which is used to display the selected unexpanded node in a tree view. |
void |
_initialize(com.sas.collection.hlist.HListInterface p1)
|
void |
_initialize(com.sas.collection.hlist.HListInterface p1,
int p2,
int p3)
Initialize the remote object based on the items in the initList. |
boolean |
_isLeafNode()
Tell if the node is a leaf node. |
void |
_Remote_addContentsChangedListener(com.sas.collection.ContentsChangedListener p1)
|
int |
_Remote_countNodeChildren(int p1)
|
com.sas.visuals.IconInterface |
_Remote_getDefaultIcon()
|
com.sas.visuals.IconInterface |
_Remote_getExpandedIcon()
|
com.sas.visuals.IconInterface |
_Remote_getExpandedSelectedIcon()
|
com.sas.models.SimpleNodeInterface |
_Remote_getNodeChild(int p1)
|
int |
_Remote_getNodeChildCount()
|
com.sas.models.SimpleNodeInterface[] |
_Remote_getNodeChildren(int p1,
int p2)
|
java.lang.String |
_Remote_getNodeExpandedText()
|
java.lang.String |
_Remote_getNodeText()
|
java.lang.String |
_Remote_getNodeType()
|
com.sas.models.NodeInterface |
_Remote_getRoot()
|
com.sas.visuals.IconInterface |
_Remote_getSelectedIcon()
|
boolean |
_Remote_isLeafNode()
|
void |
_Remote_removeContentsChangedListener(com.sas.collection.ContentsChangedListener p1)
|
void |
_RemoteObject_getInstance()
Gets an existing instance of the object |
void |
_RemoteObject_newInstance()
Creates a new instance of the object |
int |
_RemoteObject_version()
|
void |
_removeNodeChild(int p1)
Remove a child node. |
void |
_setDefaultIcon(int p1)
Set this node's default icon, which is used to display the unexpanded node in a tree view. |
void |
_setExpandedIcon(int p1)
Set this node's expanded icon, which is used to display the expanded node in a tree view. |
void |
_setExpandedSelectedIcon(int p1)
Set this node's type, which is used when displaying the selected expanded node in a tree view. |
void |
_setNodeExpandedText(java.lang.String p1)
Set the text to display when this node is expanded. |
void |
_setNodeText(java.lang.String p1)
Set the text to display when this node is not expanded. |
void |
_setNodeType(java.lang.String p1)
Set this node's type, which is used to determine the node's icon if none is specified explicitly. |
void |
_setRemoteHandle(java.lang.Object o)
|
void |
_setSelectedIcon(int p1)
Set this node's selected icon, which is used to display the selected unexpanded node in a tree view. |
void |
addContentsChangedListener(com.sas.collection.ContentsChangedListener p1)
|
int |
countNodeChildren(int p1)
Counts the children of the current node. |
com.sas.visuals.IconInterface |
getDefaultIcon()
Returns the default icon for the current node. |
com.sas.visuals.IconInterface |
getExpandedIcon()
Returns the expanded icon for the current node. |
com.sas.visuals.IconInterface |
getExpandedSelectedIcon()
Returns the expandedSelected icon for the current node. |
com.sas.models.SimpleNodeInterface |
getNodeChild(int p1)
Returns the child node at the specified index. |
int |
getNodeChildCount()
Returns the number of children. |
com.sas.models.SimpleNodeInterface[] |
getNodeChildren(int p1,
int p2)
Returns the specified range of children for the current node. |
java.lang.String |
getNodeExpandedText()
Returns the value of the nodeExpandedText property. |
java.lang.String |
getNodeText()
Returns the value of the nodeText property. |
java.lang.String |
getNodeType()
Returns the value of the nodeType property. |
com.sas.models.NodeInterface |
getRoot()
Returns a NodeInterface object to serve as the root node. |
com.sas.visuals.IconInterface |
getSelectedIcon()
Returns the selected icon for the current node. |
boolean |
isLeafNode()
Indicates whether the current node is a leaf. |
void |
removeContentsChangedListener(com.sas.collection.ContentsChangedListener p1)
|
void |
stop()
|
| Field Detail |
|---|
protected com.sas.net.server.AfRequestInterface remoteObject
protected java.lang.String name
protected java.lang.String methodName
protected int pmode
| Constructor Detail |
|---|
public _rprxJ2ServerNode()
| Method Detail |
|---|
public void stop()
stop in class com.sas.rmi.J2BaseClientpublic void _setRemoteHandle(java.lang.Object o)
public void _RemoteObject_getInstance()
throws java.lang.Exception
J2BaseClient
_RemoteObject_getInstance in class com.sas.rmi.J2BaseClientjava.lang.Exception - If some type of exception occurs
public void _RemoteObject_newInstance()
throws java.lang.Exception
J2BaseClient
_RemoteObject_newInstance in class com.sas.rmi.J2BaseClientjava.lang.Exception - If some type of exception occurspublic int _RemoteObject_version()
_RemoteObject_version in interface com.sas.rmi.RocfRemoteObject_RemoteObject_version in class com.sas.rmi.RemoteBaseClientpublic java.lang.Class _getDelegateClass()
DelegationModelInterface
_getDelegateClass in interface com.sas.rmi.DelegationModelInterface_getDelegateClass in class com.sas.rmi.RemoteBaseClientpublic void _initialize(com.sas.collection.hlist.HListInterface p1)
_initialize in interface ServerNodeInterface
public void _initialize(com.sas.collection.hlist.HListInterface p1,
int p2,
int p3)
RemoteServerNodeInterface
_initialize in interface RemoteServerNodeInterfacep1 - a list of node properties.p2 - the object id of the parent nodep3 - the list id of the original list
used to create the node. The new node should
replace this obsolete list on the parent
with the new initList and new node object id.
public com.sas.collection.hlist.HListInterface _getNodeChildren(int p1,
int p2)
RemoteServerNodeInterface
_getNodeChildren in interface RemoteServerNodeInterfacep1 - the index of the first subnode to return
(the first child is at index 0)p2 - how many children to return. The returned array
will have length equal to count. If there
are not this many chldren starting at nodeIndex,
the remaining items are left null.
RemoteServerNodeInterface.CLASS_KEY,
RemoteServerNodeInterface.ID_KEY,
RemoteServerNodeInterface.TEXT_KEY,
RemoteServerNodeInterface.TYPE_KEY,
RemoteServerNodeInterface.EXPTEXT_KEY,
RemoteServerNodeInterface.ICON_KEY,
RemoteServerNodeInterface.EXPICON_KEY,
RemoteServerNodeInterface.SELICON_KEY,
RemoteServerNodeInterface.EXPSELICON_KEY,
RemoteServerNodeInterface.LEAF_KEYpublic java.lang.String _getNodeExpandedText()
RemoteServerNodeInterface
_getNodeExpandedText in interface RemoteServerNodeInterfaceNodeInterface.getNodeExpandedText()public void _setNodeExpandedText(java.lang.String p1)
RemoteServerNodeInterface
_setNodeExpandedText in interface RemoteServerNodeInterfacep1 - the expanded textpublic java.lang.String _getNodeText()
RemoteServerNodeInterface
_getNodeText in interface RemoteServerNodeInterfaceNodeInterface.getNodeExpandedText()public void _setNodeText(java.lang.String p1)
RemoteServerNodeInterface
_setNodeText in interface RemoteServerNodeInterfacep1 - the unexpanded textpublic java.lang.String _getNodeType()
RemoteServerNodeInterface
_getNodeType in interface RemoteServerNodeInterfaceNodeInterface.getNodeType()public void _setNodeType(java.lang.String p1)
RemoteServerNodeInterface
_setNodeType in interface RemoteServerNodeInterfacep1 - this node typeNodeInterface.getNodeType()public int _getDefaultIcon()
RemoteServerNodeInterface
_getDefaultIcon in interface RemoteServerNodeInterfaceNodeIconInterface.getDefaultIcon()public void _setDefaultIcon(int p1)
RemoteServerNodeInterface
_setDefaultIcon in interface RemoteServerNodeInterfacep1 - this node typepublic int _getExpandedIcon()
RemoteServerNodeInterface
_getExpandedIcon in interface RemoteServerNodeInterfaceNodeIconInterface.getDefaultIcon()public void _setExpandedIcon(int p1)
RemoteServerNodeInterface
_setExpandedIcon in interface RemoteServerNodeInterfacep1 - this node typeNodeIconInterface.getExpandedIcon()public int _getSelectedIcon()
RemoteServerNodeInterface
_getSelectedIcon in interface RemoteServerNodeInterfaceNodeIconInterface.getDefaultIcon()public void _setSelectedIcon(int p1)
RemoteServerNodeInterface
_setSelectedIcon in interface RemoteServerNodeInterfacep1 - this node typeNodeIconInterface.getSelectedIcon()public int _getExpandedSelectedIcon()
RemoteServerNodeInterface
_getExpandedSelectedIcon in interface RemoteServerNodeInterfaceNodeIconInterface.getExpandedSelectedIcon()public void _setExpandedSelectedIcon(int p1)
RemoteServerNodeInterface
_setExpandedSelectedIcon in interface RemoteServerNodeInterfacep1 - this node typepublic boolean _isLeafNode()
RemoteServerNodeInterface
_isLeafNode in interface RemoteServerNodeInterfaceSimpleNodeInterface.isLeafNode()public int _countNodeChildren(int p1)
RemoteServerNodeInterface
_countNodeChildren in interface RemoteServerNodeInterfaceSimpleNodeInterface.countNodeChildren(int)public int _getNodeChildCount()
RemoteServerNodeInterface
_getNodeChildCount in interface RemoteServerNodeInterfaceRemoteServerNodeInterface._countNodeChildren(int)public void _removeNodeChild(int p1)
RemoteServerNodeInterface
_removeNodeChild in interface RemoteServerNodeInterfacepublic com.sas.collection.hlist.HListInterface _getMembers()
RemoteSASListInterface
_getMembers in interface RemoteSASListInterfacepublic void addContentsChangedListener(com.sas.collection.ContentsChangedListener p1)
addContentsChangedListener in interface com.sas.collection.ContentsChangedSourcepublic void _Remote_addContentsChangedListener(com.sas.collection.ContentsChangedListener p1)
public void removeContentsChangedListener(com.sas.collection.ContentsChangedListener p1)
removeContentsChangedListener in interface com.sas.collection.ContentsChangedSourcepublic void _Remote_removeContentsChangedListener(com.sas.collection.ContentsChangedListener p1)
public com.sas.models.NodeInterface getRoot()
TreeInterface
getRoot in interface com.sas.models.TreeInterfacepublic com.sas.models.NodeInterface _Remote_getRoot()
public java.lang.String getNodeExpandedText()
NodeInterface
getNodeExpandedText in interface com.sas.models.NodeInterfacepublic java.lang.String _Remote_getNodeExpandedText()
public java.lang.String getNodeText()
NodeInterface
getNodeText in interface com.sas.models.NodeInterfacepublic java.lang.String _Remote_getNodeText()
public java.lang.String getNodeType()
NodeInterface
getNodeType in interface com.sas.models.NodeInterfacepublic java.lang.String _Remote_getNodeType()
public int countNodeChildren(int p1)
SimpleNodeInterfacecountNodeChildren is an instruction to determine the number of children even though that number is not readily known. To limit the potential overhead of this determination, the maximum number of children to read may be specified.
countNodeChildren in interface com.sas.models.SimpleNodeInterfacepublic int _Remote_countNodeChildren(int p1)
public int getNodeChildCount()
SimpleNodeInterface
getNodeChildCount in interface com.sas.models.SimpleNodeInterfacepublic int _Remote_getNodeChildCount()
public boolean isLeafNode()
SimpleNodeInterfacetrue
indicates that the current node is a leaf and hence will not have any children.
isLeafNode in interface com.sas.models.SimpleNodeInterfacetrue if the current node is a leaf, otherwise falsepublic boolean _Remote_isLeafNode()
public com.sas.models.SimpleNodeInterface getNodeChild(int p1)
SimpleNodeInterfacetrue then this method should return null.
getNodeChild in interface com.sas.models.SimpleNodeInterfacep1 - the 0-based index of the child node to retrieve
true.public com.sas.models.SimpleNodeInterface _Remote_getNodeChild(int p1)
public com.sas.models.SimpleNodeInterface[] getNodeChildren(int p1,
int p2)
SimpleNodeInterfacetrue then this method should return null.
getNodeChildren in interface com.sas.models.SimpleNodeInterfacep1 - 0-based index which identifies the start of the rangep2 - the amount of children to get
true.
public com.sas.models.SimpleNodeInterface[] _Remote_getNodeChildren(int p1,
int p2)
public com.sas.visuals.IconInterface getDefaultIcon()
NodeIconInterface
getDefaultIcon in interface com.sas.models.NodeIconInterfacepublic com.sas.visuals.IconInterface _Remote_getDefaultIcon()
public com.sas.visuals.IconInterface getExpandedIcon()
NodeIconInterface
getExpandedIcon in interface com.sas.models.NodeIconInterfacepublic com.sas.visuals.IconInterface _Remote_getExpandedIcon()
public com.sas.visuals.IconInterface getSelectedIcon()
NodeIconInterface
getSelectedIcon in interface com.sas.models.NodeIconInterfacepublic com.sas.visuals.IconInterface _Remote_getSelectedIcon()
public com.sas.visuals.IconInterface getExpandedSelectedIcon()
NodeIconInterface
getExpandedSelectedIcon in interface com.sas.models.NodeIconInterfacepublic com.sas.visuals.IconInterface _Remote_getExpandedSelectedIcon()
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||