|
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. |
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)
|
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.PublicClonable
clone
in class com.sas.rmi.RemoteDesignTimeBaseClient
java.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 RemoteServerNodeInterface
p1
- 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 RemoteServerNodeInterface
p1
- 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_KEY
public java.lang.String _getNodeExpandedText()
RemoteServerNodeInterface
_getNodeExpandedText
in interface RemoteServerNodeInterface
NodeInterface.getNodeExpandedText()
public void _setNodeExpandedText(java.lang.String p1)
RemoteServerNodeInterface
_setNodeExpandedText
in interface RemoteServerNodeInterface
p1
- the expanded textpublic java.lang.String _getNodeText()
RemoteServerNodeInterface
_getNodeText
in interface RemoteServerNodeInterface
NodeInterface.getNodeExpandedText()
public void _setNodeText(java.lang.String p1)
RemoteServerNodeInterface
_setNodeText
in interface RemoteServerNodeInterface
p1
- the unexpanded textpublic java.lang.String _getNodeType()
RemoteServerNodeInterface
_getNodeType
in interface RemoteServerNodeInterface
NodeInterface.getNodeType()
public void _setNodeType(java.lang.String p1)
RemoteServerNodeInterface
_setNodeType
in interface RemoteServerNodeInterface
p1
- this node typeNodeInterface.getNodeType()
public int _getDefaultIcon()
RemoteServerNodeInterface
_getDefaultIcon
in interface RemoteServerNodeInterface
NodeIconInterface.getDefaultIcon()
public void _setDefaultIcon(int p1)
RemoteServerNodeInterface
_setDefaultIcon
in interface RemoteServerNodeInterface
p1
- this node typepublic int _getExpandedIcon()
RemoteServerNodeInterface
_getExpandedIcon
in interface RemoteServerNodeInterface
NodeIconInterface.getDefaultIcon()
public void _setExpandedIcon(int p1)
RemoteServerNodeInterface
_setExpandedIcon
in interface RemoteServerNodeInterface
p1
- this node typeNodeIconInterface.getExpandedIcon()
public int _getSelectedIcon()
RemoteServerNodeInterface
_getSelectedIcon
in interface RemoteServerNodeInterface
NodeIconInterface.getDefaultIcon()
public void _setSelectedIcon(int p1)
RemoteServerNodeInterface
_setSelectedIcon
in interface RemoteServerNodeInterface
p1
- this node typeNodeIconInterface.getSelectedIcon()
public int _getExpandedSelectedIcon()
RemoteServerNodeInterface
_getExpandedSelectedIcon
in interface RemoteServerNodeInterface
NodeIconInterface.getExpandedSelectedIcon()
public void _setExpandedSelectedIcon(int p1)
RemoteServerNodeInterface
_setExpandedSelectedIcon
in interface RemoteServerNodeInterface
p1
- this node typepublic boolean _isLeafNode()
RemoteServerNodeInterface
_isLeafNode
in interface RemoteServerNodeInterface
SimpleNodeInterface.isLeafNode()
public int _countNodeChildren(int p1)
RemoteServerNodeInterface
_countNodeChildren
in interface RemoteServerNodeInterface
SimpleNodeInterface.countNodeChildren(int)
public int _getNodeChildCount()
RemoteServerNodeInterface
_getNodeChildCount
in interface RemoteServerNodeInterface
RemoteServerNodeInterface._countNodeChildren(int)
public void _removeNodeChild(int p1)
RemoteServerNodeInterface
_removeNodeChild
in interface RemoteServerNodeInterface
public com.sas.collection.hlist.HListInterface _getMembers()
RemoteSASListInterface
_getMembers
in interface RemoteSASListInterface
public void addContentsChangedListener(com.sas.collection.ContentsChangedListener p1)
addContentsChangedListener
in interface com.sas.collection.ContentsChangedSource
public void removeContentsChangedListener(com.sas.collection.ContentsChangedListener p1)
removeContentsChangedListener
in interface com.sas.collection.ContentsChangedSource
public com.sas.models.NodeInterface getRoot()
TreeInterface
getRoot
in interface com.sas.models.TreeInterface
public java.lang.String getNodeExpandedText()
NodeInterface
getNodeExpandedText
in interface com.sas.models.NodeInterface
public java.lang.String getNodeText()
NodeInterface
getNodeText
in interface com.sas.models.NodeInterface
public java.lang.String getNodeType()
NodeInterface
getNodeType
in interface com.sas.models.NodeInterface
public int countNodeChildren(int p1)
SimpleNodeInterface
countNodeChildren 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.SimpleNodeInterface
public int getNodeChildCount()
SimpleNodeInterface
getNodeChildCount
in interface com.sas.models.SimpleNodeInterface
public boolean isLeafNode()
SimpleNodeInterface
true
indicates that the current node is a leaf and hence will not have any children.
isLeafNode
in interface com.sas.models.SimpleNodeInterface
true
if the current node is a leaf, otherwise false
public com.sas.models.SimpleNodeInterface getNodeChild(int p1)
SimpleNodeInterface
true
then this method should return null.
getNodeChild
in interface com.sas.models.SimpleNodeInterface
p1
- the 0-based index of the child node to retrieve
true
.public com.sas.models.SimpleNodeInterface[] getNodeChildren(int p1, int p2)
SimpleNodeInterface
true
then this method should return null.
getNodeChildren
in interface com.sas.models.SimpleNodeInterface
p1
- 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 com.sas.models.NodeIconInterface
public com.sas.visuals.IconInterface getExpandedIcon()
NodeIconInterface
getExpandedIcon
in interface com.sas.models.NodeIconInterface
public com.sas.visuals.IconInterface getSelectedIcon()
NodeIconInterface
getSelectedIcon
in interface com.sas.models.NodeIconInterface
public com.sas.visuals.IconInterface getExpandedSelectedIcon()
NodeIconInterface
getExpandedSelectedIcon
in interface com.sas.models.NodeIconInterface
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |