com.sas.servlet.tbeans.models
Interface SelectorMenuItemNodeInterface

All Superinterfaces:
javax.swing.tree.MutableTreeNode, NodeInterface, javax.swing.tree.TreeNode
All Known Implementing Classes:
SelectorMenuItemNode

public interface SelectorMenuItemNodeInterface
extends NodeInterface

SelectorMenuNodeInterface defines methods for providing and getting selectors for a node.

See Also:
MenuNodeInterface, MenuBar

Method Summary
 BaseTransformation getSelector()
          Returns the selector associated with the menu node
 void setSelector(BaseTransformation selector)
          Sets the selector associated with the Menu
 
Methods inherited from interface com.sas.servlet.tbeans.models.NodeInterface
getNodeExpandedText, getNodeText, getNodeType
 

Method Detail

setSelector

void setSelector(BaseTransformation selector)
Sets the selector associated with the Menu

Parameters:
selector - - selector object which will be transformed to a string

getSelector

BaseTransformation getSelector()
Returns the selector associated with the menu node

Returns:
the selector associated with the menu node



Copyright © 2009 SAS Institute Inc. All Rights Reserved.