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(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.
|
static final int MODE_DIALOG
static final int MODE_WINDOW
static final int MODE_TOOL
void showWindow(JAnnotationCreationServicePanel panel, 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 windowvoid showPreferencesWindow(JAnnotationPreferencesPanel panel, String title, int mode)