Uses of Interface
org.eclipse.graphiti.features.context.ISaveImageContext

Packages that use ISaveImageContext
org.eclipse.graphiti.features   
org.eclipse.graphiti.features.context.impl   
org.eclipse.graphiti.features.impl   
org.eclipse.graphiti.ui.features   
 

Uses of ISaveImageContext in org.eclipse.graphiti.features
 

Methods in org.eclipse.graphiti.features with parameters of type ISaveImageContext
 boolean ISaveImageFeature.canSave(ISaveImageContext context)
          Checks if save as image can be executed.
 void ISaveImageFeature.postSave(ISaveImageContext context)
          Post-save hook.
 void ISaveImageFeature.preSave(ISaveImageContext context)
          Pre-save hook.
 void ISaveImageFeature.save(ISaveImageContext context)
          Save the diagram using the given context information.
 

Uses of ISaveImageContext in org.eclipse.graphiti.features.context.impl
 

Classes in org.eclipse.graphiti.features.context.impl that implement ISaveImageContext
 class SaveImageContext
          The Class SaveImageContext.
 

Uses of ISaveImageContext in org.eclipse.graphiti.features.impl
 

Methods in org.eclipse.graphiti.features.impl with parameters of type ISaveImageContext
 boolean AbstractSaveImageFeature.canSave(ISaveImageContext context)
          Checks if this feature can execute.
 void AbstractSaveImageFeature.postSave(ISaveImageContext context)
          Hook method for executing stuff that needs to be done after actually saving a diagram as an image.
 void AbstractSaveImageFeature.preSave(ISaveImageContext context)
          Hook method for executing stuff that needs to be done before actually saving a diagram as an image.
 

Uses of ISaveImageContext in org.eclipse.graphiti.ui.features
 

Methods in org.eclipse.graphiti.ui.features with parameters of type ISaveImageContext
protected  GraphicalViewer DefaultSaveImageFeature.getGraphicalViewer(ISaveImageContext context)
          Must return a GraphicalViewer that contains the diagram to be saved as an image.
 void DefaultSaveImageFeature.save(ISaveImageContext context)
          Performs the save as image operation.
 



Copyright (c) SAP AG 2005, 2012.