Interface | Description |
---|---|
IWindow |
The IWindow interface should be implemented by any panel which is
intended to be an Andami window.
|
IWindowListener |
Interface which should be implemented by those windows which want to
be listeners of events produced on themselves.
|
IWindowTransform |
Interface to transform a standard view to a view palette.
|
MDIManager |
This interface acts as window manager.
|
SingletonWindow |
Interface which should be implemented by those windows
which have an identity in the application.
|
Class | Description |
---|---|
MDIManagerFactory |
Se encarga de la creación de la clase Skin.
|
MDIUtilities | |
WindowInfo |
This class represents the state of the associated window.
|
WindowInfo.RegisterPersistence |
Exception | Description |
---|---|
NoSkinExtensionException | |
SingletonDialogAlreadyShownException |
Excepción lanzada cuando un Dialogo modal intenta
mostrar una vista singleton que ya ha sido mostrada.
|