|
Class Summary |
| AbstractMiniSSEditor |
Defines a sample "mini-spreadsheet" editor that demonstrates how to create an
editor whose input is based on either resources from the workspace (IDE) or
directly from the file system (RCP). |
| MiniSSAdapterFactory |
Adapter factory to support basic UI operations for MiniSSRow
and IContentOutlinePage. |
| MiniSSContentProvider |
Mediate between the table viewer's requests for data and the
underlying mini-spreadsheet model. |
| MiniSSEditorInput |
Defines a file system-based editor input for mini-spreadsheet files (.mss). |
| MiniSSEditorInputFactory |
A factory for re-creating an MiniSSEditorInput from a previously saved memento. |
| MiniSSFileEditor |
Defines a sample "mini-spreadsheet" editor that demonstrates how to create an
editor whose input is based on files directly from the file system (not the
the workspace). |
| MiniSSImages |
Convenience class for the UI plug-in's image descriptors. |
| MiniSSLabelProvider |
Map between a mini-spreadsheet and its displayable label. |
| MiniSSPlugin |
User interface plug-in for mini-spreadsheet editor. |
| MiniSSResourceEditor |
Defines a sample "mini-spreadsheet" editor that demonstrates how to create an
editor whose input is based on resources from the workspace. |
| NewMiniSSAction |
Action to open an existing mini-spreadsheet directly from the file system. |
| OpenMiniSSAction |
Action to open an existing mini-spreadsheet from the file system
using the standard Open dialog. |