| org.drools.eclipse.editors.rete.commands.NodeSetConstraintCommand
NodeSetConstraintCommand | public class NodeSetConstraintCommand extends Command (Code) | | A command to move a vertex.
|
Constructor Summary | |
public | NodeSetConstraintCommand(BaseVertex vertex, ChangeBoundsRequest req, Rectangle newBounds) Create a command that can resize and/or move a vertex.
Parameters: vertex - the vertex to manipulate Parameters: req - the move request Parameters: newBounds - the new location. |
NodeSetConstraintCommand | public NodeSetConstraintCommand(BaseVertex vertex, ChangeBoundsRequest req, Rectangle newBounds)(Code) | | Create a command that can resize and/or move a vertex.
Parameters: vertex - the vertex to manipulate Parameters: req - the move request Parameters: newBounds - the new location. size is ignored throws: IllegalArgumentException - if any of the parameters is null |
canExecute | public boolean canExecute()(Code) | | |
execute | public void execute()(Code) | | |
|
|