All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jreqtools.JReqTools

java.lang.Object
   |
   +----jreqtools.JReqTools

public final class JReqTools
extends Object

Method Index

 o getAboutAction(JFrame, String)
 o getIcon(String)
 o getResourceString(String)
 o requestByte(JFrame, String, String, byte)
 o requestDouble(JFrame, String, String, double)
 o requestFloat(JFrame, String, String, float)
 o requestInteger(JFrame, String, String, int)
 o requestLong(JFrame, String, String, long)
 o requestObject(JFrame, String, String, Object[])
 o requestPassword(JFrame, String, String)
 o requestShort(JFrame, String, String, short)
 o requestString(JFrame, String, String, String)
 o requestText(JFrame, String, String, String)
 o showAboutMessage(JFrame, String)
 o showAboutMessage(String)
 o showError(JFrame, String)
 o showError(String)
 o showException(JFrame, Throwable)
 o showException(Throwable)
 o showMessage(JFrame, String)
 o showMessage(String)
 o showNotYetImplemented()
 o showNotYetImplemented(JFrame)
 o showQuestion(JFrame, String)
 o showQuestion(JFrame, String, String, String)
 o showQuestion(String)
 o showQuestion(String, String, String)

Methods

 o getAboutAction
 public static Action getAboutAction(JFrame parent,
                                     String abouttext)
 o getIcon
 public static Icon getIcon(String name)
 o getResourceString
 public static String getResourceString(String text)
 o requestByte
 public static byte requestByte(JFrame parent,
                                String title,
                                String message,
                                byte defaultValue)
 o requestDouble
 public static double requestDouble(JFrame parent,
                                    String title,
                                    String message,
                                    double defaultValue)
 o requestFloat
 public static float requestFloat(JFrame parent,
                                  String title,
                                  String message,
                                  float defaultValue)
 o requestInteger
 public static int requestInteger(JFrame parent,
                                  String title,
                                  String message,
                                  int defaultValue)
 o requestLong
 public static long requestLong(JFrame parent,
                                String title,
                                String message,
                                long defaultValue)
 o requestObject
 public static Object requestObject(JFrame parent,
                                    String title,
                                    String message,
                                    Object selectableValues[])
 o requestPassword
 public static char[] requestPassword(JFrame parent,
                                      String title,
                                      String message)
 o requestShort
 public static short requestShort(JFrame parent,
                                  String title,
                                  String message,
                                  short defaultValue)
 o requestString
 public static String requestString(JFrame parent,
                                    String title,
                                    String message,
                                    String defaultValue)
 o requestText
 public static String requestText(JFrame parent,
                                  String title,
                                  String message,
                                  String defaultValue)
 o showAboutMessage
 public static void showAboutMessage(String message)
 o showAboutMessage
 public static void showAboutMessage(JFrame parent,
                                     String message)
 o showError
 public static void showError(String message)
 o showError
 public static void showError(JFrame parent,
                              String message)
 o showException
 public static void showException(Throwable throwable)
 o showException
 public static void showException(JFrame parent,
                                  Throwable throwable)
 o showMessage
 public static void showMessage(String message)
 o showMessage
 public static void showMessage(JFrame parent,
                                String message)
 o showNotYetImplemented
 public static void showNotYetImplemented()
 o showNotYetImplemented
 public static void showNotYetImplemented(JFrame parent)
 o showQuestion
 public static boolean showQuestion(String message)
 o showQuestion
 public static boolean showQuestion(JFrame parent,
                                    String message)
 o showQuestion
 public static boolean showQuestion(String message,
                                    String yesButton,
                                    String noButton)
 o showQuestion
 public static boolean showQuestion(JFrame parent,
                                    String question,
                                    String yesButton,
                                    String noButton)

All Packages  Class Hierarchy  This Package  Previous  Next  Index