|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.sasserver.tree._rprxRemoteDesignTimeServerNode
public class _rprxRemoteDesignTimeServerNode
| 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 |
| Constructor Summary | |
|---|---|
_rprxRemoteDesignTimeServerNode()
|
|
| 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. |
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. |
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 |
_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)
|
java.lang.Object |
clone()
Returns a clone of the original design time component called upon |
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. |
SimpleNodeInterface |
getNodeChild(int p1)
Returns the child node at the specified index. |
int |
getNodeChildCount()
Returns the number of children. |
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. |
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)
|
| Methods inherited from interface com.sas.ViewInterface |
|---|
attachModel, detachModel, getModelInterface, getRequiredInterfaces, getViewInterfaceSupportInfo, refresh, removeInterfaceTraps, setModelInterface, setRequiredInterfaces, setViewInterfaceSupportInfo, supportsRequiredInterfaces, trapInterfaceEvents |
| Methods inherited from interface com.sas.ModelInterface |
|---|
attachView, detachView |
| Methods inherited from interface com.sas.LinkPropertiesInterface |
|---|
addLink, getLinkInfo, isLinked, queryLinks, queryLinks, removeAllLinks, removeLink, setLinkInfo |
| Constructor Detail |
|---|
public _rprxRemoteDesignTimeServerNode()
| Method Detail |
|---|
public int _RemoteObject_version()
_RemoteObject_version in interface com.sas.rmi.RocfRemoteObject_RemoteObject_version in class com.sas.rmi.RemoteBaseClient
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
RemoteDesignTimeBaseClient
clone in interface com.sas.PublicClonableclone in class com.sas.rmi.RemoteDesignTimeBaseClientjava.lang.CloneNotSupportedException - if the model attached to the component being cloned
will not allow the clone to attach.public 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 removeContentsChangedListener(com.sas.collection.ContentsChangedListener p1)
removeContentsChangedListener in interface com.sas.collection.ContentsChangedSourcepublic NodeInterface getRoot()
TreeInterface
getRoot in interface TreeInterfacepublic java.lang.String getNodeExpandedText()
NodeInterface
getNodeExpandedText in interface NodeInterfacepublic java.lang.String getNodeText()
NodeInterface
getNodeText in interface NodeInterfacepublic java.lang.String getNodeType()
NodeInterface
getNodeType in interface NodeInterfacepublic 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 SimpleNodeInterfacepublic int getNodeChildCount()
SimpleNodeInterface
getNodeChildCount in interface SimpleNodeInterfacepublic boolean isLeafNode()
SimpleNodeInterfacetrue
indicates that the current node is a leaf and hence will not have any children.
isLeafNode in interface SimpleNodeInterfacetrue if the current node is a leaf, otherwise falsepublic SimpleNodeInterface getNodeChild(int p1)
SimpleNodeInterfacetrue then this method should return null.
getNodeChild in interface SimpleNodeInterfacep1 - the 0-based index of the child node to retrieve
true.
public SimpleNodeInterface[] getNodeChildren(int p1,
int p2)
SimpleNodeInterfacetrue then this method should return null.
getNodeChildren in interface SimpleNodeInterfacep1 - 0-based index which identifies the start of the rangep2 - the amount of children to get
true.public com.sas.visuals.IconInterface getDefaultIcon()
NodeIconInterface
getDefaultIcon in interface NodeIconInterfacepublic com.sas.visuals.IconInterface getExpandedIcon()
NodeIconInterface
getExpandedIcon in interface NodeIconInterfacepublic com.sas.visuals.IconInterface getSelectedIcon()
NodeIconInterface
getSelectedIcon in interface NodeIconInterfacepublic com.sas.visuals.IconInterface getExpandedSelectedIcon()
NodeIconInterface
getExpandedSelectedIcon in interface NodeIconInterface
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||