verinec.adaptation.gui
Class AdaptationModule.DistributeAction
java.lang.Object
javax.swing.AbstractAction
verinec.adaptation.gui.AdaptationModule.TransAction
verinec.adaptation.gui.AdaptationModule.DistributeAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
- Enclosing class:
- AdaptationModule
class AdaptationModule.DistributeAction
- extends AdaptationModule.TransAction
Distribute configuration of nodes onto machines.
- Author:
- david.buchmann at unifr.ch
|
Method Summary |
protected void |
processNode(PCNode n)
Process a node in the distribute action. |
AdaptationModule.DistributeAction
public AdaptationModule.DistributeAction(PCNode n)
throws VerinecException
- Instantiate with name Distribute.
- Parameters:
n - The node this action is tied to or null for general action.
- Throws:
VerinecException - If the icon can not be loaded.
processNode
protected void processNode(PCNode n)
throws Throwable
- Process a node in the distribute action. Calls distributeConfig internally.
- Specified by:
processNode in class AdaptationModule.TransAction
- Parameters:
n - The node to process.
- Throws:
Throwable - Exceptions are not caught.