|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.michab.mack.ErrorDialog
Represents a singular error dialog that can be loaded with a resource file.
Method Summary | |
static void |
set(java.util.ResourceBundle rb)
Sets the resource bundle to be used for resource key resolution. |
static void |
show(java.awt.Component parent,
java.lang.String key)
Brings up an error dialog on the passed parent component. |
static void |
show(java.awt.Component parent,
java.lang.String key,
java.lang.String arg0)
Brings up an error dialog on the passed parent component. |
static void |
show(java.awt.Component parent,
java.lang.String key,
java.lang.String arg0,
java.lang.String arg1)
Brings up an error dialog on the passed parent component. |
static void |
show(java.awt.Component parent,
java.lang.String key,
java.lang.String arg0,
java.lang.String arg1,
java.lang.String arg2)
Brings up an error dialog on the passed parent component. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static void show(java.awt.Component parent, java.lang.String key, java.lang.String arg0, java.lang.String arg1, java.lang.String arg2)
parent
- The parent component for the dialog. Pass
null
if there's no parent component.key
- The resource key.arg0
- Parameter to be formatted into the error message.arg1
- Parameter to be formatted into the error message.arg2
- Parameter to be formatted into the error message.public static void show(java.awt.Component parent, java.lang.String key, java.lang.String arg0, java.lang.String arg1)
parent
- The parent component for the dialog. Pass
null
if there's no parent componant.key
- The resource key.arg0
- Paramater to be formatted into the error message.arg1
- Paramater to be formatted into the error message.public static void show(java.awt.Component parent, java.lang.String key, java.lang.String arg0)
parent
- The parent component for the dialog. Pass
null
if there's no parent componant.key
- The resource key.arg0
- Paramater to be formatted into the error message.public static void show(java.awt.Component parent, java.lang.String key)
parent
- The parent component for the dialog. Pass
null
if there's no parent componant.key
- The resource key.public static void set(java.util.ResourceBundle rb)
rb
- The resource bundle to be used for resource key resolution.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |