Public Member Functions | |
| void | view (GPNode node) |
Capability an object implements so that it can be viewed. This capability is invoked by the corresponding Action.
| void cern.gp.capabilities.ViewCapability.view | ( | GPNode | node | ) |
Indicates to this object that it has to be viewed. The object has to interpret what "view" means in its own context, by implementing this interface.
| node | the node representing the bean on which the capability has been activated |
Referenced by cern.gp.actions.ViewAction.performCapability().
1.7.0