cz.cuni.pogamut.posh.widget.accept
Class AcceptSense2Goal
java.lang.Object
cz.cuni.pogamut.posh.widget.accept.AbstractAcceptAction<cz.cuni.amis.pogamut.sposh.elements.Sense,cz.cuni.amis.pogamut.sposh.elements.Goal>
cz.cuni.pogamut.posh.widget.accept.AcceptSense2Goal
- All Implemented Interfaces:
- org.netbeans.api.visual.action.AcceptProvider
public class AcceptSense2Goal
- extends AbstractAcceptAction<cz.cuni.amis.pogamut.sposh.elements.Sense,cz.cuni.amis.pogamut.sposh.elements.Goal>
What to do when sense is dropped onto the goal: add sense to end of
list of goal senses.
- Author:
- havlj3am
|
Constructor Summary |
AcceptSense2Goal(cz.cuni.amis.pogamut.sposh.elements.Goal dataNode)
|
|
Method Summary |
protected void |
performAction(cz.cuni.amis.pogamut.sposh.elements.Sense sense)
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 |
AcceptSense2Goal
public AcceptSense2Goal(cz.cuni.amis.pogamut.sposh.elements.Goal dataNode)
performAction
protected void performAction(cz.cuni.amis.pogamut.sposh.elements.Sense sense)
- 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.Sense,cz.cuni.amis.pogamut.sposh.elements.Goal>
- Parameters:
sense - 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.