|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISaveImageFeature
The Interface ISaveImageFeature for the support of the save as image functionality.
| Method Summary | |
|---|---|
boolean |
canSave(ISaveImageContext context)
Checks if save as image can be executed. |
void |
postSave(ISaveImageContext context)
Post-save hook. |
void |
preSave(ISaveImageContext context)
Pre-save hook. |
void |
save(ISaveImageContext context)
Save the diagram using the given context information. |
| Methods inherited from interface org.eclipse.graphiti.features.IFeature |
|---|
canExecute, canUndo, execute, hasDoneChanges, isAvailable |
| Methods inherited from interface org.eclipse.graphiti.IName |
|---|
getName |
| Methods inherited from interface org.eclipse.graphiti.IDescription |
|---|
getDescription |
| Methods inherited from interface org.eclipse.graphiti.features.IFeatureProviderHolder |
|---|
getFeatureProvider |
| Method Detail |
|---|
boolean canSave(ISaveImageContext context)
context - the context
void save(ISaveImageContext context)
context - Context information for printingvoid preSave(ISaveImageContext context)
context - the contextvoid postSave(ISaveImageContext context)
context - the context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||