cz.cuni.pogamut.posh.widget.accept
Class AcceptCE2CE

Package class diagram package AcceptCE2CE
java.lang.Object
  extended by cz.cuni.pogamut.posh.widget.accept.AbstractAcceptAction<cz.cuni.amis.pogamut.sposh.elements.CompetenceElement,cz.cuni.amis.pogamut.sposh.elements.CompetenceElement>
      extended by cz.cuni.pogamut.posh.widget.accept.AcceptCE2CE
All Implemented Interfaces:
org.netbeans.api.visual.action.AcceptProvider

public final class AcceptCE2CE
extends AbstractAcceptAction<cz.cuni.amis.pogamut.sposh.elements.CompetenceElement,cz.cuni.amis.pogamut.sposh.elements.CompetenceElement>

AcceptProvider for CompetencePriorityElement. When CompElem is dropped, add it as a sibling above.


Field Summary
 
Fields inherited from class cz.cuni.pogamut.posh.widget.accept.AbstractAcceptAction
dataFlavor, dataNode, log, widget
 
Constructor Summary
AcceptCE2CE(cz.cuni.amis.pogamut.sposh.elements.CompetenceElement dataNode)
           
 
Method Summary
protected  void performAction(cz.cuni.amis.pogamut.sposh.elements.CompetenceElement element)
          When deriving from this widget, implement what should actually be done in this function.
 
Methods inherited from class cz.cuni.pogamut.posh.widget.accept.AbstractAcceptAction
accept, displayMessage, getDataFlavor, getIndexInList, isAcceptable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AcceptCE2CE

public AcceptCE2CE(cz.cuni.amis.pogamut.sposh.elements.CompetenceElement dataNode)
Method Detail

performAction

protected void performAction(cz.cuni.amis.pogamut.sposh.elements.CompetenceElement element)
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.CompetenceElement,cz.cuni.amis.pogamut.sposh.elements.CompetenceElement>
Parameters:
element - 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.