public class DefaultExporttoWindowManager extends Object implements ExporttoWindowManager, ComponentListener
ExporttoWindowManager.MODE_DIALOG, MODE_TOOL, MODE_WINDOW| Constructor and Description |
|---|
DefaultExporttoWindowManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
componentHidden(ComponentEvent componentEvent) |
void |
componentMoved(ComponentEvent arg0) |
void |
componentResized(ComponentEvent arg0) |
void |
componentShown(ComponentEvent arg0) |
void |
showWindow(JExporttoServicePanel panel,
String title,
int mode)
Inserts a Panel in a window with a characteristic properties.
|
public void showWindow(JExporttoServicePanel panel, String title, int mode)
ExporttoWindowManagershowWindow in interface ExporttoWindowManagerpanel - JPanel with the content of the windowtitle - String with the title of the windowmode - int that defines the type of windowpublic void componentHidden(ComponentEvent componentEvent)
componentHidden in interface ComponentListenerpublic void componentMoved(ComponentEvent arg0)
componentMoved in interface ComponentListenerpublic void componentResized(ComponentEvent arg0)
componentResized in interface ComponentListenerpublic void componentShown(ComponentEvent arg0)
componentShown in interface ComponentListener