|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ISaveContext | |
---|---|
org.eclipse.core.internal.resources | |
org.eclipse.core.resources | Provides basic support for managing a workspace and its resources. |
org.eclipse.jdt.internal.core |
Uses of ISaveContext in org.eclipse.core.internal.resources |
---|
Classes in org.eclipse.core.internal.resources that implement ISaveContext | |
---|---|
class |
SaveContext
|
Uses of ISaveContext in org.eclipse.core.resources |
---|
Methods in org.eclipse.core.resources with parameters of type ISaveContext | |
---|---|
void |
ISaveParticipant.doneSaving(ISaveContext context)
Tells this participant that the workspace save operation is now complete and it is free to go about its normal business. |
void |
ISaveParticipant.prepareToSave(ISaveContext context)
Tells this participant that the workspace is about to be saved. |
void |
ISaveParticipant.rollback(ISaveContext context)
Tells this participant to rollback its important state. |
void |
ISaveParticipant.saving(ISaveContext context)
Tells this participant to save its important state because the workspace is being saved, as described in the supplied save context. |
Uses of ISaveContext in org.eclipse.jdt.internal.core |
---|
Methods in org.eclipse.jdt.internal.core with parameters of type ISaveContext | |
---|---|
void |
JavaModelManager.doneSaving(ISaveContext context)
|
void |
JavaModelManager.prepareToSave(ISaveContext context)
|
void |
JavaModelManager.rollback(ISaveContext context)
|
void |
JavaModelManager.saving(ISaveContext context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |