Uses of Interface
org.gvsig.andami.plugins.status.IUnsavedData
Packages that use IUnsavedData
Package
Description
-
Uses of IUnsavedData in org.gvsig.andami
Methods in org.gvsig.andami that return types with arguments of type IUnsavedDataMethod parameters in org.gvsig.andami with type arguments of type IUnsavedDataModifier and TypeMethodDescriptionvoidPluginsManager.saveUnsavedData(List<IUnsavedData> unsavedData) Save the provided unsaved data as parameter -
Uses of IUnsavedData in org.gvsig.andami.impl
Methods in org.gvsig.andami.impl that return types with arguments of type IUnsavedDataModifier and TypeMethodDescriptionDefaultPluginsManager.getUnsavedData()UnsavedDataException.getUnsavedData()Method parameters in org.gvsig.andami.impl with type arguments of type IUnsavedDataModifier and TypeMethodDescriptionvoidDefaultPluginsManager.saveUnsavedData(List<IUnsavedData> unsavedData) Constructor parameters in org.gvsig.andami.impl with type arguments of type IUnsavedData -
Uses of IUnsavedData in org.gvsig.andami.plugins.status
Classes in org.gvsig.andami.plugins.status that implement IUnsavedDataModifier and TypeClassDescriptionclassAbstract class implementing IUnsavedData. is a convenience class used to allow easier modifications of IUnsaveData interface.Methods in org.gvsig.andami.plugins.status that return IUnsavedDataModifier and TypeMethodDescriptionIExtensionStatus.getUnsavedData()Gets an array of the UnsavedData objects, which contain information about the unsaved data and allows to save it. -
Uses of IUnsavedData in org.gvsig.andami.ui.wizard
Methods in org.gvsig.andami.ui.wizard that return IUnsavedDataModifier and TypeMethodDescriptionUnsavedDataPanel.getSelectedsUnsavedData()Returns the IUnsavedData selecteds for the user to saveUnsavedDataPanel.getUnselectedsUnsavedData()Returns the IUnsavedData not selecteds for the userMethods in org.gvsig.andami.ui.wizard that return types with arguments of type IUnsavedDataMethods in org.gvsig.andami.ui.wizard with parameters of type IUnsavedDataModifier and TypeMethodDescriptionvoidUnsavedDataPanel.setUnsavedDataArray(IUnsavedData[] unsavedDatalist) Set the resorces to ask forMethod parameters in org.gvsig.andami.ui.wizard with type arguments of type IUnsavedDataModifier and TypeMethodDescriptionvoidUnsavedDataPanel.setUnsavedData(List<IUnsavedData> unsavedDatalist) Set the resorces to ask forConstructors in org.gvsig.andami.ui.wizard with parameters of type IUnsavedDataModifierConstructorDescriptionUnsavedDataPanel(IUnsavedData[] unsavedDatalist) This is the default constructor