Uses of Class
com.metamatrix.console.ui.views.entitlements.DataNodesTreeNode

Packages that use DataNodesTreeNode
com.metamatrix.console.ui.views.entitlements   
 

Uses of DataNodesTreeNode in com.metamatrix.console.ui.views.entitlements
 

Methods in com.metamatrix.console.ui.views.entitlements that return DataNodesTreeNode
 DataNodesTreeNode AuthorizationsTreeTable.anyAuthorizationsChangesMade()
          If there were any authorizations changes made, returns first changed node found.
 DataNodesTreeNode AuthorizationsTreeTable.getNodeForRow(int row)
           
 

Methods in com.metamatrix.console.ui.views.entitlements with parameters of type DataNodesTreeNode
 void DataNodeAuthorizationsControl.authorizationPropagated(DataNodesTreeNode node, int authorizationType)
           
 void AuthorizationPropagationListener.authorizationPropagated(DataNodesTreeNode node, int authorizationType)
          Method invoked when a node has had an authorization value changed through propagation, as opposed to being changed through mouse action.
 void DataNodesTreeModel.authorizationPropagated(DataNodesTreeNode node, int authorizationType)
           
 void AuthorizationsTreeTable.checkBoxChanged(DataNodesTreeNode node, int column, int newState)
           
 void DataNodeAuthorizationsControl.checkBoxChanged(DataNodesTreeNode node, int column, int newState)
           
 void AuthorizationsCheckBoxListener.checkBoxChanged(DataNodesTreeNode node, int column, int newState)
           
 int AuthorizationsTreeTable.getRowForNode(DataNodesTreeNode node)
           
 java.lang.Integer AuthorizationsTreeTable.proceedWithAuthorizationChange(DataNodesTreeNode node, int column)
           
 java.lang.Integer DataNodeAuthorizationsControl.proceedWithAuthorizationChange(DataNodesTreeNode node, int columnID)
          Return new state to change to (CheckBox.SELECTED or CheckBox.DESELECTED), or null if not proceeding.
 java.lang.Integer AuthorizationsCheckBoxListener.proceedWithAuthorizationChange(DataNodesTreeNode node, int column)
           
 

Constructors in com.metamatrix.console.ui.views.entitlements with parameters of type DataNodesTreeNode
DataNodesTreeModel(DataNodesTreeNode root)
           
 



Copyright © 2009. All Rights Reserved.