public interface AnnotationWindowManager
| Modifier and Type | Field and Description |
|---|---|
static int |
MODE_DIALOG |
static int |
MODE_TOOL |
static int |
MODE_WINDOW |
| Modifier and Type | Method and Description |
|---|---|
boolean |
showFileExistsPopup(java.lang.String title,
java.lang.String text) |
void |
showPreferencesWindow(JAnnotationPreferencesPanel panel,
java.lang.String title,
int mode) |
void |
showWindow(JAnnotationCreationServicePanel panel,
java.lang.String title,
int mode)
Inserts a Panel in a window with a characteristic properties.
|
static final int MODE_DIALOG
static final int MODE_WINDOW
static final int MODE_TOOL
void showWindow(JAnnotationCreationServicePanel panel, java.lang.String title, int mode)
panel - JPanel with the content of the windowtitle - String with the title of the windowmode - int that defines the type of windowboolean showFileExistsPopup(java.lang.String title,
java.lang.String text)
void showPreferencesWindow(JAnnotationPreferencesPanel panel, java.lang.String title, int mode)