Uses of Class
net.grelf.grip.BatchDialogue.OpPanel

Packages that use BatchDialogue.OpPanel
net.grelf.grip This package contains the Java classes which are specific to the image processing application GRIP.

GRIP is available as a free download from www.grelf.net - please always quote this URL in connection with GRIP.
Version: 12.4.3 
 

Uses of BatchDialogue.OpPanel in net.grelf.grip
 

Methods in net.grelf.grip with parameters of type BatchDialogue.OpPanel
static void BatchDialogue.doOpInBackground(java.io.File[] files, BatchDialogue.OpPanel[] ops, java.lang.String fileNameModifier, int nSteps)
          For particularly long operations, run them on a worker thread rather than clog up swing's event dispatch thread.