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