Class PersistentNatExampleWrapper

java.lang.Object
org.eclipse.nebula.widgets.nattable.examples.AbstractNatExample
org.eclipse.nebula.widgets.nattable.examples.PersistentNatExampleWrapper
All Implemented Interfaces:
INatExample
Direct Known Subclasses:
PersistentColumnGroupGridExample, PersistentDefaultGridExample

public class PersistentNatExampleWrapper extends AbstractNatExample
Adds hooks to the onStart() and onStop() methods to save the settings to a properties file.

The following state is persisted out of the box

  1. Column widths
  2. Column order
  3. Hidden columns
  4. Row heights
  5. Column groups
Any additional state can be persisted by registering a IPersistable on an ILayer.
See Also: