All Packages Class Hierarchy This Package Previous Next Index
Class jreqtools.JReqTools
java.lang.Object
|
+----jreqtools.JReqTools
- public final class JReqTools
- extends Object
-
getAboutAction(JFrame, String)
-
-
getIcon(String)
-
-
getResourceString(String)
-
-
requestByte(JFrame, String, String, byte)
-
-
requestDouble(JFrame, String, String, double)
-
-
requestFloat(JFrame, String, String, float)
-
-
requestInteger(JFrame, String, String, int)
-
-
requestLong(JFrame, String, String, long)
-
-
requestObject(JFrame, String, String, Object[])
-
-
requestPassword(JFrame, String, String)
-
-
requestShort(JFrame, String, String, short)
-
-
requestString(JFrame, String, String, String)
-
-
requestText(JFrame, String, String, String)
-
-
showAboutMessage(JFrame, String)
-
-
showAboutMessage(String)
-
-
showError(JFrame, String)
-
-
showError(String)
-
-
showException(JFrame, Throwable)
-
-
showException(Throwable)
-
-
showMessage(JFrame, String)
-
-
showMessage(String)
-
-
showNotYetImplemented()
-
-
showNotYetImplemented(JFrame)
-
-
showQuestion(JFrame, String)
-
-
showQuestion(JFrame, String, String, String)
-
-
showQuestion(String)
-
-
showQuestion(String, String, String)
-
getAboutAction
public static Action getAboutAction(JFrame parent,
String abouttext)
getIcon
public static Icon getIcon(String name)
getResourceString
public static String getResourceString(String text)
requestByte
public static byte requestByte(JFrame parent,
String title,
String message,
byte defaultValue)
requestDouble
public static double requestDouble(JFrame parent,
String title,
String message,
double defaultValue)
requestFloat
public static float requestFloat(JFrame parent,
String title,
String message,
float defaultValue)
requestInteger
public static int requestInteger(JFrame parent,
String title,
String message,
int defaultValue)
requestLong
public static long requestLong(JFrame parent,
String title,
String message,
long defaultValue)
requestObject
public static Object requestObject(JFrame parent,
String title,
String message,
Object selectableValues[])
requestPassword
public static char[] requestPassword(JFrame parent,
String title,
String message)
requestShort
public static short requestShort(JFrame parent,
String title,
String message,
short defaultValue)
requestString
public static String requestString(JFrame parent,
String title,
String message,
String defaultValue)
requestText
public static String requestText(JFrame parent,
String title,
String message,
String defaultValue)
showAboutMessage
public static void showAboutMessage(String message)
showAboutMessage
public static void showAboutMessage(JFrame parent,
String message)
showError
public static void showError(String message)
showError
public static void showError(JFrame parent,
String message)
showException
public static void showException(Throwable throwable)
showException
public static void showException(JFrame parent,
Throwable throwable)
showMessage
public static void showMessage(String message)
showMessage
public static void showMessage(JFrame parent,
String message)
showNotYetImplemented
public static void showNotYetImplemented()
showNotYetImplemented
public static void showNotYetImplemented(JFrame parent)
showQuestion
public static boolean showQuestion(String message)
showQuestion
public static boolean showQuestion(JFrame parent,
String message)
showQuestion
public static boolean showQuestion(String message,
String yesButton,
String noButton)
showQuestion
public static boolean showQuestion(JFrame parent,
String question,
String yesButton,
String noButton)
All Packages Class Hierarchy This Package Previous Next Index