|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.viewer.UserMessage
public class UserMessage
Klasse UserMessage
ist ein utility zum Abfragen oder zum Informieren des Benutzers.
Eine Meldung besteht aus dem Identifikator (Suchschl?ssel im Meldungspool), einem Dialogtitel, einem Buttonset und
dem Meldungstext mit eventuellen Platzhaltern f?r die Parameter.
Field Summary | |
---|---|
static int |
CANCEL
M?glicher R?ckgabewert @see ButtonDialog |
static int |
NO
M?glicher R?ckgabewert @see ButtonDialog |
static int |
STYLE_NOBUTTON
Wert f?r Setzten keines Buttons |
static int |
STYLE_Y
Wert f?r Setzten von nur Ja-Button. |
static int |
STYLE_Y_N
Wert f?r Setzten von Ja- und Nein-Buttons. |
static int |
STYLE_Y_N_C
Wert f?r Setzten von Ja-, Nein-und Abbruch Buttons. |
static int |
YES
M?glicher R?ckgabewert @see ButtonDialog |
Constructor Summary | |
---|---|
UserMessage()
|
Method Summary | |
---|---|
static void |
setTranslator(Translator aRes)
|
static int |
show(Exception anException,
Frame aFrame)
|
static int |
show(String messageId)
|
static int |
show(String messageId,
Exception anException)
|
static int |
show(String messageId,
Exception anException,
Frame aFrame)
|
static int |
show(String messageId,
Frame parentFrame)
|
static int |
show(String messageId,
String parameter)
|
static int |
show(String messageId,
String[] parameterList)
|
static int |
show(String messageId,
String[] parameterList,
Exception anException)
|
static int |
show(String messageId,
String[] parameterList,
Exception anException,
Frame parentFrame)
?ffnet das Dialogfenster mit der ?bersetzung der per Suchschl?ssel ?bergebenen Meldung mit eingesetzten Parametern. |
static int |
show(String messageId,
String[] parameterList,
Frame parentFrame)
|
static int |
show(String messageId,
String parameter,
Frame parentFrame)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int STYLE_NOBUTTON
public static final int STYLE_Y
public static final int STYLE_Y_N
public static final int STYLE_Y_N_C
public static final int YES
public static final int NO
public static final int CANCEL
Constructor Detail |
---|
public UserMessage()
Method Detail |
---|
public static void setTranslator(Translator aRes)
public static int show(String messageId, String[] parameterList, Exception anException, Frame parentFrame)
frame
.
UL
- public static int show(String messageId, String[] parameterList, Exception anException)
public static int show(String messageId, String[] parameterList, Frame parentFrame)
public static int show(String messageId, String[] parameterList)
public static int show(String messageId, String parameter, Frame parentFrame)
public static int show(String messageId, String parameter)
public static int show(String messageId, Frame parentFrame)
public static int show(String messageId)
public static int show(String messageId, Exception anException, Frame aFrame)
public static int show(String messageId, Exception anException)
public static int show(Exception anException, Frame aFrame)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |