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)
|