org.biopax.paxtools.command
Class PropertyRemoveCommand

java.lang.Object
  extended by org.biopax.paxtools.command.AbstractPropertyCommand
      extended by org.biopax.paxtools.command.PropertyRemoveCommand
All Implemented Interfaces:
Command

public class PropertyRemoveCommand
extends AbstractPropertyCommand


Method Summary
 boolean canRedo()
           
 boolean canUndo()
           
 java.lang.String getPresentationName()
           
 java.lang.String getRedoPresentationName()
           
 java.lang.String getUndoPresentationName()
           
 boolean isSignificant()
           
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

redoAction

protected void redoAction()
Specified by:
redoAction in class AbstractPropertyCommand

canUndo

public boolean canUndo()

canRedo

public boolean canRedo()

isSignificant

public boolean isSignificant()

getPresentationName

public java.lang.String getPresentationName()

getUndoPresentationName

public java.lang.String getUndoPresentationName()

getRedoPresentationName

public java.lang.String getRedoPresentationName()


Copyright © 2011 BioPAX. All Rights Reserved.