public class GvSIGAnnotationWindowManager extends Object implements AnnotationWindowManager, ComponentListener
AnnotationWindowManager implementation to show Annotation
windows as gvSIG windows| Modifier and Type | Class and Description |
|---|---|
class |
GvSIGAnnotationWindowManager.AnnotationWizardListener |
MODE_DIALOG, MODE_TOOL, MODE_WINDOW| Constructor and Description |
|---|
GvSIGAnnotationWindowManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
componentHidden(ComponentEvent componentEvent) |
void |
componentMoved(ComponentEvent e) |
void |
componentResized(ComponentEvent e) |
void |
componentShown(ComponentEvent e) |
boolean |
showFileExistsPopup(String title,
String text) |
void |
showPreferencesWindow(JAnnotationPreferencesPanel panel,
String title,
int mode) |
void |
showWindow(JAnnotationCreationServicePanel panel,
String title,
int mode)
Inserts a Panel in a window with a characteristic properties.
|
public void showWindow(JAnnotationCreationServicePanel panel, String title, int mode)
AnnotationWindowManagershowWindow in interface AnnotationWindowManagerpanel - 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 e)
componentMoved in interface ComponentListenerpublic void componentResized(ComponentEvent e)
componentResized in interface ComponentListenerpublic void componentShown(ComponentEvent e)
componentShown in interface ComponentListenerpublic boolean showFileExistsPopup(String title, String text)
showFileExistsPopup in interface AnnotationWindowManagerpublic void showPreferencesWindow(JAnnotationPreferencesPanel panel, String title, int mode)
showPreferencesWindow in interface AnnotationWindowManager