Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
Recorder Class Reference
Inheritance diagram for Recorder:
PlugInFrame PlugIn PlugIn

Public Member Functions

void actionPerformed (ActionEvent e)
 
void windowClosing (WindowEvent e)
 
void close ()
 
- Public Member Functions inherited from PlugInFrame
 PlugInFrame (String title)
 
void run (String arg)
 
void windowClosing (WindowEvent e)
 
void close ()
 
void windowActivated (WindowEvent e)
 
void focusGained (FocusEvent e)
 
void windowOpened (WindowEvent e)
 
void windowClosed (WindowEvent e)
 
void windowIconified (WindowEvent e)
 
void windowDeiconified (WindowEvent e)
 
void windowDeactivated (WindowEvent e)
 
void focusLost (FocusEvent e)
 

Static Public Member Functions

static void record (String method)
 
static void setCommand (String command)
 
static void record (String method, String arg)
 
static void record (String method, int a1)
 
static void record (String method, int a1, int a2)
 
static void record (String method, double a1, double a2)
 
static void record (String method, int a1, int a2, int a3)
 
static void record (String method, String args, int a1, int a2)
 
static void record (String method, int a1, int a2, int a3, int a4)
 
static void record (String method, String path, String args, int a1, int a2, int a3, int a4, int a5)
 
static void recordOption (String key, String value)
 
static void recordPath (String key, String path)
 
static void recordOption (String key)
 
static void saveCommand ()
 

Static Public Attributes

static boolean record
 
static boolean recordInMacros
 

Detailed Description

This is ImageJ's macro recorder.

Definition at line 17 of file Recorder.java.

Member Function Documentation

static void saveCommand ( )
inlinestatic

Writes the current command and options to the Recorder window.

Definition at line 182 of file Recorder.java.

static void setCommand ( String  command)
inlinestatic

Starts recording a command. Does nothing if the recorder is not open or the command being recorded has called IJ.run().

Definition at line 74 of file Recorder.java.

Field Documentation

boolean record
static

This variable is true if the recorder is running.

Definition at line 20 of file Recorder.java.

boolean recordInMacros
static

Set this variable true to allow recording within IJ.run() calls.

Definition at line 23 of file Recorder.java.


The documentation for this class was generated from the following file: