org.topbraidcomposer.gef.graph.commands
Class CreateResourceCommand

java.lang.Object
  extended by org.eclipse.gef.commands.Command
      extended by org.topbraidcomposer.gef.graph.commands.CreateResourceCommand

public class CreateResourceCommand
extends org.eclipse.gef.commands.Command


Constructor Summary
CreateResourceCommand(GraphEditPart graphEditPart)
           
 
Method Summary
 void execute()
           
 void redo()
           
 void setInitialBounds(org.eclipse.draw2d.geometry.Rectangle value)
           
 void setInitialClass(com.hp.hpl.jena.rdf.model.Resource value)
           
 
Methods inherited from class org.eclipse.gef.commands.Command
canExecute, canUndo, chain, dispose, getDebugLabel, getLabel, setDebugLabel, setLabel, undo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateResourceCommand

public CreateResourceCommand(GraphEditPart graphEditPart)
Method Detail

execute

public void execute()
Overrides:
execute in class org.eclipse.gef.commands.Command

redo

public void redo()
Overrides:
redo in class org.eclipse.gef.commands.Command

setInitialBounds

public void setInitialBounds(org.eclipse.draw2d.geometry.Rectangle value)

setInitialClass

public void setInitialClass(com.hp.hpl.jena.rdf.model.Resource value)