public class UISpecDisplay extends Object
UISpecToolkit
Modifier and Type | Method and Description |
---|---|
void |
add(InterceptionHandler handler) |
boolean |
assertAcceptsWindow(Window window) |
JPopupMenu |
getCurrentPopup() |
int |
getHandlerCount() |
static UISpecDisplay |
instance() |
void |
remove(InterceptionHandler handler) |
void |
reset() |
void |
rethrowIfNeeded() |
void |
runInNewThread(Runnable runnable) |
void |
setCurrentPopup(JPopupMenu popupMenu) |
void |
showDialog(JDialog dialog) |
void |
showFrame(Frame frame) |
void |
showFrame(JFrame frame) |
void |
showWindow(Window window) |
void |
store(Throwable throwable) |
public static UISpecDisplay instance()
public void showFrame(JFrame frame)
public void showFrame(Frame frame)
public void showDialog(JDialog dialog)
public void showWindow(Window window)
public void add(InterceptionHandler handler)
public void reset()
public void remove(InterceptionHandler handler)
public void rethrowIfNeeded()
public boolean assertAcceptsWindow(Window window)
public void setCurrentPopup(JPopupMenu popupMenu)
public JPopupMenu getCurrentPopup()
public void store(Throwable throwable)
public int getHandlerCount()
public void runInNewThread(Runnable runnable)
Copyright © 2004–2016. All rights reserved.