Package org.gvsig.coreplugin.mdiManager
Class WindowInfoSupport
java.lang.Object
org.gvsig.coreplugin.mdiManager.WindowInfoSupport
This class listens to changes in WindowInfo objects, and reflects this
changes in the associated window.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassDOCUMENT ME! -
Constructor Summary
ConstructorsConstructorDescriptionWindowInfoSupport(org.gvsig.andami.ui.mdiFrame.MainFrame frame, FrameWindowSupport fvs, SingletonWindowSupport svs) Creates a new ViewInfoSupport object. -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteWindowInfo(org.gvsig.andami.ui.mdiManager.IWindow p) DOCUMENT ME!org.gvsig.andami.ui.mdiManager.IWindowgetWindowById(int id) Devuelve la vista cuyo identificador es el parametroorg.gvsig.andami.ui.mdiManager.WindowInfogetWindowInfo(org.gvsig.andami.ui.mdiManager.IWindow w) DOCUMENT ME!
-
Constructor Details
-
WindowInfoSupport
public WindowInfoSupport(org.gvsig.andami.ui.mdiFrame.MainFrame frame, FrameWindowSupport fvs, SingletonWindowSupport svs) Creates a new ViewInfoSupport object.- Parameters:
frame- DOCUMENT ME!fvs- DOCUMENT ME!svs-
-
-
Method Details
-
getWindowById
public org.gvsig.andami.ui.mdiManager.IWindow getWindowById(int id) Devuelve la vista cuyo identificador es el parametro- Parameters:
id- Identificador de la vista que se quiere obtener- Returns:
- La vista o null si no hay ninguna vista con ese identificador
-
getWindowInfo
public org.gvsig.andami.ui.mdiManager.WindowInfo getWindowInfo(org.gvsig.andami.ui.mdiManager.IWindow w) DOCUMENT ME!- Parameters:
w- DOCUMENT ME!- Returns:
- DOCUMENT ME!
-
deleteWindowInfo
public void deleteWindowInfo(org.gvsig.andami.ui.mdiManager.IWindow p) DOCUMENT ME!- Parameters:
p- DOCUMENT ME!
-