public class DefaultPortableViewWindowManager extends java.lang.Object implements PortableViewWindowManager
PortableViewWindowManager.PortableViewWindowManager.CONFIRM_DIALOG_OPTION, PortableViewWindowManager.CONFIRM_DIALOG_TYPE, PortableViewWindowManager.MESSAGE_DIALOG_TYPEWindowManager.MODE| Constructor and Description |
|---|
DefaultPortableViewWindowManager(DefaultPortableViewSwingManager manager) |
| Modifier and Type | Method and Description |
|---|---|
void |
showCompilationEditor(PortableViewCompilationEditor mapCompilationEditor,
WindowManager.MODE mode) |
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) |
PortableViewWindowManager.CONFIRM_DIALOG_OPTION |
showConfirmDialog(java.lang.String translation,
java.lang.String title,
PortableViewWindowManager.CONFIRM_DIALOG_TYPE type,
PortableViewWindowManager.MESSAGE_DIALOG_TYPE 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) |
java.lang.String |
showInputStringDialog(java.lang.String translation,
java.lang.String title,
java.lang.String defautValue,
PortableViewWindowManager.MESSAGE_DIALOG_TYPE messageType) |
void |
showInWindow(PortableViewSwingComponent swingComponent,
java.lang.String title,
WindowManager.MODE mode) |
void |
showMessageDialog(java.awt.Component component,
java.lang.String title,
java.lang.String text,
PortableViewWindowManager.MESSAGE_DIALOG_TYPE type) |
void |
showMessageDialog(PortableViewSwingComponent component,
java.lang.String title,
java.lang.String text,
PortableViewWindowManager.MESSAGE_DIALOG_TYPE type) |
void |
showMessageDialog(java.lang.String title,
java.lang.String text,
PortableViewWindowManager.MESSAGE_DIALOG_TYPE type) |
void |
showViewer(PortableViewViewer mapViewer,
WindowManager.MODE mode) |
void |
showWindow(javax.swing.JComponent panel,
java.lang.String tittle,
WindowManager.MODE mode) |
public DefaultPortableViewWindowManager(DefaultPortableViewSwingManager manager)
public void showWindow(javax.swing.JComponent panel,
java.lang.String tittle,
WindowManager.MODE mode)
showWindow in interface WindowManagerpublic void showInWindow(PortableViewSwingComponent swingComponent, java.lang.String title, WindowManager.MODE mode)
showInWindow in interface PortableViewWindowManagerswingComponent - JPanel with the content of the windowmode - int that defines the type of windowpublic void showViewer(PortableViewViewer mapViewer, WindowManager.MODE mode)
showViewer in interface PortableViewWindowManagerpublic void showCompilationEditor(PortableViewCompilationEditor mapCompilationEditor, WindowManager.MODE mode)
showCompilationEditor in interface PortableViewWindowManagerpublic void showMessageDialog(java.awt.Component component,
java.lang.String title,
java.lang.String text,
PortableViewWindowManager.MESSAGE_DIALOG_TYPE type)
showMessageDialog in interface PortableViewWindowManagercomponent - parent component (if it's null will use main window)title - for dialogtext - to showpublic void showMessageDialog(java.lang.String title,
java.lang.String text,
PortableViewWindowManager.MESSAGE_DIALOG_TYPE type)
showMessageDialog in interface PortableViewWindowManagertitle - for dialogtext - to showpublic void showMessageDialog(PortableViewSwingComponent component, java.lang.String title, java.lang.String text, PortableViewWindowManager.MESSAGE_DIALOG_TYPE type)
showMessageDialog in interface PortableViewWindowManagercomponent - parent componenttitle - for dialogtext - to showpublic 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)
showConfirmDialog in interface PortableViewWindowManagerpublic PortableViewWindowManager.CONFIRM_DIALOG_OPTION showConfirmDialog(java.lang.String translation, java.lang.String title, PortableViewWindowManager.CONFIRM_DIALOG_TYPE type, PortableViewWindowManager.MESSAGE_DIALOG_TYPE messageType)
showConfirmDialog in interface PortableViewWindowManagerpublic java.lang.String showInputStringDialog(java.lang.String translation,
java.lang.String title,
java.lang.String defautValue,
PortableViewWindowManager.MESSAGE_DIALOG_TYPE messageType)
showInputStringDialog in interface PortableViewWindowManagerpublic 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)
showInputStringDialog in interface PortableViewWindowManager