Uses of Class
net.grelf.grip.ImTable

Packages that use ImTable
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.1.1 
 

Uses of ImTable in net.grelf.grip
 

Methods in net.grelf.grip that return ImTable
static ImTable GRIP.getTable()
          Get the window displaying a list of all currently displayed ImFrames.
 

Methods in net.grelf.grip with parameters of type ImTable
protected static void GRIP.setTable(ImTable aTable)
           
 

Constructors in net.grelf.grip with parameters of type ImTable
ImTableMenu(javax.swing.JFrame aFrame, ImTable aTable)