org.biopax.paxtools.command
Class PropertySetCommand<D extends BioPAXElement,R>

java.lang.Object
  extended by org.biopax.paxtools.command.AbstractPropertyCommand<D,R>
      extended by org.biopax.paxtools.command.PropertySetCommand<D,R>
All Implemented Interfaces:
Command

public class PropertySetCommand<D extends BioPAXElement,R>
extends AbstractPropertyCommand<D,R>


Method Summary
 java.lang.String getPresentationName()
           
 java.lang.String getRedoPresentationName()
           
 java.lang.String getUndoPresentationName()
           
protected  void redoAction()
           
protected  void undoAction()
           
 
Methods inherited from class org.biopax.paxtools.command.AbstractPropertyCommand
redo, undo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

undoAction

protected void undoAction()
Specified by:
undoAction in class AbstractPropertyCommand<D extends BioPAXElement,R>

redoAction

protected void redoAction()
Specified by:
redoAction in class AbstractPropertyCommand<D extends BioPAXElement,R>

getPresentationName

public java.lang.String getPresentationName()

getUndoPresentationName

public java.lang.String getUndoPresentationName()

getRedoPresentationName

public java.lang.String getRedoPresentationName()


Copyright © 2011 BioPAX. All Rights Reserved.