Package org.gvsig.annotation.swing
Interface AnnotationWindowManager
public interface AnnotationWindowManager
Responsible of the window management to show the panels of the
Annotation swing library.
- Version:
- $Id$
- Author:
- gvSIG Team
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionbooleanshowFileExistsPopup(String title, String text) voidshowPreferencesWindow(JAnnotationPreferencesPanel panel, String title, int mode) voidshowWindow(JAnnotationCreationServicePanel panel, String title, int mode) Inserts a Panel in a window with a characteristic properties.
-
Field Details
-
MODE_DIALOG
static final int MODE_DIALOG- See Also:
-
MODE_WINDOW
static final int MODE_WINDOW- See Also:
-
MODE_TOOL
static final int MODE_TOOL- See Also:
-
-
Method Details
-
showWindow
Inserts a Panel in a window with a characteristic properties.- Parameters:
panel- JPanel with the content of the windowtitle- String with the title of the windowmode- int that defines the type of window
-
showFileExistsPopup
-
showPreferencesWindow
-