|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.azalient.api.APU
public class APU
A utility class containing static methods for reporting, warnings and look and feel.
| Method Summary | |
|---|---|
static void |
popup(Component parent,
String s)
Report a message using a popup window, using the given parent window |
static void |
popup(String s)
Report a message using a popup window |
static void |
report(String s)
Report a message to the Log window |
static void |
report(Throwable x)
Report an exception to the Log window |
static void |
reportF(String s,
Object... args)
Report a message using String.format() arguments to the Log window |
static void |
setLookAndFeel()
|
static IUndoStack |
undoStack()
|
static void |
warning(Component parent,
String s)
Report a message using a popup window, using the given parent window, allowing options to remember the message and ignore future occurences |
static void |
warning(String s)
Report a message using a popup window, using a null parent window, allowing options to remember the message and ignore future occurences |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void report(Throwable x)
public static void report(String s)
public static void reportF(String s,
Object... args)
public static void popup(Component parent,
String s)
public static void popup(String s)
public static void warning(Component parent,
String s)
public static void warning(String s)
public static void setLookAndFeel()
public static IUndoStack undoStack()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||