Uses of Class
org.gvsig.andami.ui.mdiManager.WindowInfo
Packages that use WindowInfo
Package
Description
-
Uses of WindowInfo in org.gvsig.andami.help
Methods in org.gvsig.andami.help that return WindowInfo -
Uses of WindowInfo in org.gvsig.andami.preferences
Methods in org.gvsig.andami.preferences that return WindowInfo -
Uses of WindowInfo in org.gvsig.andami.ui
Fields in org.gvsig.andami.ui declared as WindowInfoMethods in org.gvsig.andami.ui that return WindowInfo -
Uses of WindowInfo in org.gvsig.andami.ui.mdiManager
Methods in org.gvsig.andami.ui.mdiManager that return WindowInfoModifier and TypeMethodDescriptionstatic WindowInfoWindowInfo.createFromXMLEntity(org.gvsig.utils.XMLEntity xml) Creates a WindowInfo object from an XMLEntity containing the window properties.IWindow.getWindowInfo()Gets the initial window properties.MDIManager.getWindowInfo(IWindow v) Gets the WindowInfo object associated with the provided window.Methods in org.gvsig.andami.ui.mdiManager with parameters of type WindowInfoModifier and TypeMethodDescriptionvoidMDIManager.changeWindowInfo(IWindow v, WindowInfo vi) Updates the window properties (size, location, etc) according to the provided WindowInfo object.static voidMDIUtilities.checkWindowInfo(WindowInfo vi) voidWindowInfo.setWindowInfo(WindowInfo vi) Updates all the properties in this object so that they match the properties of the providedwiobject. -
Uses of WindowInfo in org.gvsig.andami.ui.wizard
Methods in org.gvsig.andami.ui.wizard that return WindowInfo