public class GvSIGExporttoWindowManager extends Object implements ExporttoWindowManager, ComponentListener
ExporttoWindowManager
implementation to show Exportto
windows as gvSIG windowsMODE_DIALOG, MODE_TOOL, MODE_WINDOW
Constructor and Description |
---|
GvSIGExporttoWindowManager() |
Modifier and Type | Method and Description |
---|---|
void |
componentHidden(ComponentEvent componentEvent) |
void |
componentMoved(ComponentEvent e) |
void |
componentResized(ComponentEvent e) |
void |
componentShown(ComponentEvent e) |
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)
ExporttoWindowManager
showWindow
in interface ExporttoWindowManager
panel
- 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 ComponentListener
public void componentMoved(ComponentEvent e)
componentMoved
in interface ComponentListener
public void componentResized(ComponentEvent e)
componentResized
in interface ComponentListener
public void componentShown(ComponentEvent e)
componentShown
in interface ComponentListener