| Package | Description |
|---|---|
| org.gvsig.andami.help | |
| org.gvsig.andami.preferences | |
| org.gvsig.andami.ui | |
| org.gvsig.andami.ui.mdiManager | |
| org.gvsig.andami.ui.wizard |
| Modifier and Type | Class and Description |
|---|---|
class |
AndamiHelpPanel |
| Modifier and Type | Class and Description |
|---|---|
class |
DlgPreferences |
class |
GenericDlgPreferences |
| Modifier and Type | Class and Description |
|---|---|
class |
ToolsWindowManager.Window |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SingletonWindow
Interface which should be implemented by those windows
which have an identity in the application.
|
| Modifier and Type | Method and Description |
|---|---|
IWindow |
MDIManager.addCentredWindow(IWindow p)
Creates a new frame with the provided contents, and shows this
new window.
|
IWindow |
MDIManager.addWindow(IWindow p)
Creates a new frame with the provided contents, and shows this
new window.
|
IWindow |
MDIManager.addWindow(IWindow p,
int align) |
IWindow |
MDIManager.getActiveWindow()
Returns the currently active window, excluding the modal windows and the
PALETTE windows.
|
IWindow[] |
MDIManager.getAllWindows()
Gets all the open windows.
|
IWindow |
MDIManager.getFocusWindow()
Returns the currently focused window, excluding the modal windows.
|
IWindow[] |
MDIManager.getOrderedWindows()
Gets all the open windows (as
MDIManager.getAllWindows()),
but in this method the windows are returned in the same
deepness order that they have in the application. |
IWindow |
MDIManager.getWindow(javax.swing.JPanel panel)
Gets the associated IWindow to the panel shown with showWindow method.
|
| Modifier and Type | Method and Description |
|---|---|
IWindow |
MDIManager.addCentredWindow(IWindow p)
Creates a new frame with the provided contents, and shows this
new window.
|
IWindow |
MDIManager.addWindow(IWindow p)
Creates a new frame with the provided contents, and shows this
new window.
|
IWindow |
MDIManager.addWindow(IWindow p,
int align) |
void |
MDIManager.changeWindowInfo(IWindow v,
WindowInfo vi)
Updates the window properties (size, location, etc) according to the
provided WindowInfo object.
|
void |
MDIManager.closeWindow(IWindow p)
Close the provided window.
|
WindowInfo |
MDIManager.getWindowInfo(IWindow v)
Gets the WindowInfo object associated with the provided window.
|
void |
MDIManager.move(IWindow window,
int x,
int y)
Change the position of the speficied window.
|
void |
MDIManager.moveToFrom(IWindow win) |
void |
MDIManager.refresh(IWindow win)
Forces a window to be repainted.
|
void |
MDIManager.setMaximum(IWindow v,
boolean bMaximum)
Maximizes or restores the provided window
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnsavedDataPanel
Ask for elements to save before application exit
|
class |
WizardAndami |
Copyright © 2025 gvSIG Association. All rights reserved.