This class contains a few methods useful for displaying output messages or obtaining input from a macro. These methods are documented in detail in the section called "Helpful Methods in the Macros Class". Plugins should use the methods in the GUIUtilities class instead; see the section called "Class GUIUtilities".
public static void message(Component comp, String message);
public static void error(View view, String message);
public static String input(View view, String prompt);
public static String input(View view, String prompt, String defaultValue);
public static int confirm(View view, String message, int buttons);