public class DefaultAnnotationWindowManager extends Object implements AnnotationWindowManager, ComponentListener
AnnotationWindowManager
.Modifier and Type | Class and Description |
---|---|
class |
DefaultAnnotationWindowManager.FrameWizardListener |
MODE_DIALOG, MODE_TOOL, MODE_WINDOW
Constructor and Description |
---|
DefaultAnnotationWindowManager() |
Modifier and Type | Method and Description |
---|---|
void |
componentHidden(ComponentEvent componentEvent) |
void |
componentMoved(ComponentEvent arg0) |
void |
componentResized(ComponentEvent arg0) |
void |
componentShown(ComponentEvent arg0) |
boolean |
showFileExistsPopup(String title,
String text) |
void |
showPreferencesWindow(JAnnotationPreferencesPanel panel,
String title,
int modeDialog) |
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)
AnnotationWindowManager
showWindow
in interface AnnotationWindowManager
panel
- JPanel with the content of the windowtitle
- String with the title of the windowmode
- int that defines the type of windowpublic void showPreferencesWindow(JAnnotationPreferencesPanel panel, String title, int modeDialog)
showPreferencesWindow
in interface AnnotationWindowManager
public void componentHidden(ComponentEvent componentEvent)
componentHidden
in interface ComponentListener
public void componentMoved(ComponentEvent arg0)
componentMoved
in interface ComponentListener
public void componentResized(ComponentEvent arg0)
componentResized
in interface ComponentListener
public void componentShown(ComponentEvent arg0)
componentShown
in interface ComponentListener
public boolean showFileExistsPopup(String title, String text)
showFileExistsPopup
in interface AnnotationWindowManager