PersistenceDialog dialog = new PersistenceDialog(command.getNatTable()
.getShell(), command.getNatTable(), this.properties);
// register the listeners
dialog.addAllStateChangeListener(this.stateChangeListeners);
// open the dialog
dialog.open();
return true;
}
/**
* @return The Properties instance that is used for saving and loading.