public interface PortableViewWindowManager extends WindowManager
| Modifier and Type | Interface and Description |
|---|---|
static class |
PortableViewWindowManager.CONFIRM_DIALOG_OPTION |
static class |
PortableViewWindowManager.CONFIRM_DIALOG_TYPE |
static class |
PortableViewWindowManager.MESSAGE_DIALOG_TYPE |
WindowManager.MODE| Modifier and Type | Method and Description |
|---|---|
void |
showCompilationEditor(PortableViewCompilationEditor mapCompilationEditor,
WindowManager.MODE mode)
Inserts a
PortableViewCompilationEditor in a window with a
characteristic properties. |
PortableViewWindowManager.CONFIRM_DIALOG_OPTION |
showConfirmDialog(java.awt.Component parent,
java.lang.String message,
java.lang.String title,
PortableViewWindowManager.CONFIRM_DIALOG_TYPE type,
PortableViewWindowManager.MESSAGE_DIALOG_TYPE messageType)
Show a confirm dialog
|
PortableViewWindowManager.CONFIRM_DIALOG_OPTION |
showConfirmDialog(java.lang.String translation,
java.lang.String title,
PortableViewWindowManager.CONFIRM_DIALOG_TYPE type,
PortableViewWindowManager.MESSAGE_DIALOG_TYPE messageType)
Show a confirm dialog (parent main panel)
|
java.lang.String |
showInputStringDialog(java.awt.Component parent,
java.lang.String translation,
java.lang.String title,
java.lang.String defautValue,
PortableViewWindowManager.MESSAGE_DIALOG_TYPE messageType)
Show a input dialog
|
java.lang.String |
showInputStringDialog(java.lang.String translation,
java.lang.String title,
java.lang.String defautValue,
PortableViewWindowManager.MESSAGE_DIALOG_TYPE messageType)
Show a input dialog (parent main panel)
|
void |
showInWindow(PortableViewSwingComponent swingComponent,
java.lang.String titile,
WindowManager.MODE mode)
Inserts a
PortableViewSwingComponent in a window with a
characteristic properties. |
void |
showMessageDialog(java.awt.Component component,
java.lang.String title,
java.lang.String text,
PortableViewWindowManager.MESSAGE_DIALOG_TYPE type)
Shows a information dialog.
|
void |
showMessageDialog(PortableViewSwingComponent component,
java.lang.String title,
java.lang.String text,
PortableViewWindowManager.MESSAGE_DIALOG_TYPE type)
Shows a information dialog.
|
void |
showMessageDialog(java.lang.String title,
java.lang.String text,
PortableViewWindowManager.MESSAGE_DIALOG_TYPE type)
Shows a information dialog.
|
void |
showViewer(PortableViewViewer mapViewer,
WindowManager.MODE mode)
Inserts a
PortableViewViewer in a window with a characteristic
properties. |
showWindowvoid showInWindow(PortableViewSwingComponent swingComponent, java.lang.String titile, WindowManager.MODE mode)
PortableViewSwingComponent in a window with a
characteristic properties.swingComponent - JPanel with the content of the windowtitle - String with the title of the windowmode - int that defines the type of windowvoid showViewer(PortableViewViewer mapViewer, WindowManager.MODE mode)
PortableViewViewer in a window with a characteristic
properties.mapViewer - mode - void showCompilationEditor(PortableViewCompilationEditor mapCompilationEditor, WindowManager.MODE mode)
PortableViewCompilationEditor in a window with a
characteristic properties.mapCompilationEditor - mode - void showMessageDialog(java.awt.Component component,
java.lang.String title,
java.lang.String text,
PortableViewWindowManager.MESSAGE_DIALOG_TYPE type)
Shows a information dialog.
component - parent component (if it's null will use main window)title - for dialogtext - to showtype - void showMessageDialog(java.lang.String title,
java.lang.String text,
PortableViewWindowManager.MESSAGE_DIALOG_TYPE type)
Shows a information dialog.
title - for dialogtext - to showtype - void showMessageDialog(PortableViewSwingComponent component, java.lang.String title, java.lang.String text, PortableViewWindowManager.MESSAGE_DIALOG_TYPE type)
Shows a information dialog.
component - parent componenttitle - for dialogtext - to showtype - PortableViewWindowManager.CONFIRM_DIALOG_OPTION showConfirmDialog(java.awt.Component parent, java.lang.String message, java.lang.String title, PortableViewWindowManager.CONFIRM_DIALOG_TYPE type, PortableViewWindowManager.MESSAGE_DIALOG_TYPE messageType)
parent - message - title - type - messageType - PortableViewWindowManager.CONFIRM_DIALOG_OPTION showConfirmDialog(java.lang.String translation, java.lang.String title, PortableViewWindowManager.CONFIRM_DIALOG_TYPE type, PortableViewWindowManager.MESSAGE_DIALOG_TYPE messageType)
translation - title - type - messageType - java.lang.String showInputStringDialog(java.lang.String translation,
java.lang.String title,
java.lang.String defautValue,
PortableViewWindowManager.MESSAGE_DIALOG_TYPE messageType)
translation - title - defautValue - messageType - java.lang.String showInputStringDialog(java.awt.Component parent,
java.lang.String translation,
java.lang.String title,
java.lang.String defautValue,
PortableViewWindowManager.MESSAGE_DIALOG_TYPE messageType)
parent - translation - title - defautValue - messageType -