Uses of Class
ij.plugin.frame.jedit.Mode

Packages that use Mode
ij.plugin.frame   
 

Uses of Mode in ij.plugin.frame
 

Methods in ij.plugin.frame that return Mode
static Mode Editor.getMode(java.lang.String name)
          Returns the edit mode with the specified name.
static Mode[] Editor.getModes()
          Returns an array of installed edit modes.
 

Methods in ij.plugin.frame with parameters of type Mode
static void Editor.addMode(Mode mode)
          Do not call this method.
static void Editor.loadMode(Mode mode)