Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] IMemento in a non-ViewPart

Title: IMemento in a non-ViewPart

Hi,
I need to be able to store a string value and retrieve it upon startup of my plugin. I was able to do this successfully in a Java class that extended ViewPart using the IMemento. Now I need to be able to store a Memento and retrieve it from a standard Java class that isn't a subclass of ViewPart. ViewPart has the built in support for storing mementos. How do I get this type functionality in a regular class?

Bob


Back to the top