public class ToolsWindowManager extends Object implements WindowManager_v2
| Modifier and Type | Class and Description |
|---|---|
class |
ToolsWindowManager.Window |
WindowManager.MODEBUTTON_APPLY, BUTTON_CANCEL, BUTTON_OK, BUTTONS_APPLY_OK_CANCEL, BUTTONS_OK, BUTTONS_OK_CANCEL| Constructor and Description |
|---|
ToolsWindowManager() |
| Modifier and Type | Method and Description |
|---|---|
Dialog |
createDialog(JComponent component,
String title,
String header,
int buttons) |
void |
showWindow(JComponent contents,
String title,
WindowManager.MODE mode) |
void |
showWindow(JComponent contents,
String title,
WindowManager.MODE mode,
Image icon) |
void |
showWindow(JComponent contents,
String title,
WindowManager.MODE mode,
int align) |
void |
showWindow(JComponent contents,
String title,
WindowManager.MODE mode,
int align,
Image icon) |
public void showWindow(JComponent contents, String title, WindowManager.MODE mode)
showWindow in interface WindowManagerpublic void showWindow(JComponent contents, String title, WindowManager.MODE mode, int align)
public void showWindow(JComponent contents, String title, WindowManager.MODE mode, int align, Image icon)
public Dialog createDialog(JComponent component, String title, String header, int buttons)
createDialog in interface WindowManager_v2public void showWindow(JComponent contents, String title, WindowManager.MODE mode, Image icon)
showWindow in interface WindowManager_v2