cz.cuni.pogamut.posh.widget.accept
Class AcceptComp2Plan
java.lang.Object
cz.cuni.pogamut.posh.widget.accept.AbstractAcceptAction<cz.cuni.amis.pogamut.sposh.elements.Competence,cz.cuni.amis.pogamut.sposh.elements.PoshPlan>
cz.cuni.pogamut.posh.widget.accept.AcceptComp2Plan
- All Implemented Interfaces:
- org.netbeans.api.visual.action.AcceptProvider
public class AcceptComp2Plan
- extends AbstractAcceptAction<cz.cuni.amis.pogamut.sposh.elements.Competence,cz.cuni.amis.pogamut.sposh.elements.PoshPlan>
Add competence to the plan. Check for cycles and duplicate names.
- Author:
- Honza
|
Constructor Summary |
AcceptComp2Plan(cz.cuni.amis.pogamut.sposh.elements.PoshPlan plan)
|
|
Method Summary |
protected void |
performAction(cz.cuni.amis.pogamut.sposh.elements.Competence competence)
When deriving from this widget, implement what should actually be done
in this function. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AcceptComp2Plan
public AcceptComp2Plan(cz.cuni.amis.pogamut.sposh.elements.PoshPlan plan)
performAction
protected void performAction(cz.cuni.amis.pogamut.sposh.elements.Competence competence)
- Description copied from class:
AbstractAcceptAction
- When deriving from this widget, implement what should actually be done
in this function.
- Specified by:
performAction in class AbstractAcceptAction<cz.cuni.amis.pogamut.sposh.elements.Competence,cz.cuni.amis.pogamut.sposh.elements.PoshPlan>
- Parameters:
competence - Object that was stored in the Transferable, basically object that was dropped.
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.