de.grogra.rgg
Class RGG.Apply

java.lang.Object
  extended by de.grogra.pf.ui.util.LockProtectedCommand
      extended by de.grogra.rgg.RGG.Apply
All Implemented Interfaces:
Command
Direct Known Subclasses:
LSystem.Apply
Enclosing class:
RGG

public class RGG.Apply
extends LockProtectedCommand


Field Summary
 
Fields inherited from class de.grogra.pf.ui.util.LockProtectedCommand
flags, resource, write
 
Fields inherited from interface de.grogra.pf.ui.Command
DISPOSE
 
Constructor Summary
RGG.Apply(Method method, boolean loop, boolean useRunCheckBox)
           
 
Method Summary
protected  boolean applyRules(Transaction t)
           
protected  void runImpl(java.lang.Object info, Context ctx, Lock lock)
           
 
Methods inherited from class de.grogra.pf.ui.util.LockProtectedCommand
done, getCommandName, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RGG.Apply

public RGG.Apply(Method method,
                 boolean loop,
                 boolean useRunCheckBox)
Method Detail

applyRules

protected boolean applyRules(Transaction t)

runImpl

protected void runImpl(java.lang.Object info,
                       Context ctx,
                       Lock lock)
Specified by:
runImpl in class LockProtectedCommand