|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface MutableNodeInterface
MutableNodeInterface provides the set methods for the methods in NodeInterface.
| Method Summary | |
|---|---|
abstract void |
setNodeExpandedText(java.lang.String newValue)
Sets the nodeExpandedText property. |
abstract void |
setNodeText(java.lang.String newValue)
Sets the nodeText property. |
abstract void |
setNodeType(java.lang.String newValue)
Sets the nodeType property. |
| Methods inherited from interface com.sas.models.NodeInterface |
|---|
getNodeExpandedText, getNodeText, getNodeType |
| Methods inherited from interface com.sas.models.SimpleNodeInterface |
|---|
countNodeChildren, getNodeChild, getNodeChildCount, getNodeChildren, isLeafNode |
| Method Detail |
|---|
void setNodeText(java.lang.String newValue)
newValue - the new value for the nodeText propertyvoid setNodeExpandedText(java.lang.String newValue)
newValue - the new value for the nodeExpandedText propertyvoid setNodeType(java.lang.String newValue)
newValue - the new value for the nodeType property.
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||