public interface ISaveHandler
Modifier and Type | Interface and Description |
---|---|
static class |
ISaveHandler.Save |
Modifier and Type | Method and Description |
---|---|
ISaveHandler.Save[] |
promptToSave(Collection<MPart> dirtyParts) |
ISaveHandler.Save |
promptToSave(MPart dirtyPart) |
boolean |
save(MPart dirtyPart,
boolean confirm) |
boolean |
saveParts(Collection<MPart> dirtyParts,
boolean confirm) |
boolean save(MPart dirtyPart, boolean confirm)
boolean saveParts(Collection<MPart> dirtyParts, boolean confirm)
ISaveHandler.Save promptToSave(MPart dirtyPart)
ISaveHandler.Save[] promptToSave(Collection<MPart> dirtyParts)
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.