|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPaletteState
An interface that defines the protocol that will allow the
PaletteCustomizer
store, rollback, and apply customizations to a
palette entry.
Method Summary | |
---|---|
void |
applyChangesFromMemento(IMemento memento)
Applies the changes from the memento to the palette entry. |
void |
rollback()
Applies the changes from the stored state to the palette entry. |
void |
storeChangesInMemento(IMemento memento)
Stores changes from the existing palette entry from the stored state into the memento. |
void |
storeState()
Stores the current state of the palette entry. |
Method Detail |
---|
void storeState()
void rollback()
void storeChangesInMemento(IMemento memento)
memento
- the memento in which to store the palette entry's
customizationsvoid applyChangesFromMemento(IMemento memento)
memento
- the memento from which to retrieve the palette entry's
customizations
|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.