org.eclipse.ui.internal.cheatsheets.state |
|
Java Source File Name | Type | Comment |
DefaultStateManager.java | Class | The default state manager saves the state in an xml file whose name is the
same as the id of the cheatsheet. |
ICheatSheetStateManager.java | Interface | This interface is an abstraction of the state saving functions for a cheat sheet. |
MementoStateManager.java | Class | A state manager used to open a cheat sheet whose state comes from a memento. |
NoSaveStateManager.java | Class | A state manager which never saves or restores state. |
TrayStateManager.java | Class | A state manager used to pass cheat sheet state to and from a tray dialog. |