Project

General

Profile

« Previous | Next » 

Revision 0dda9c8f

Added by Patrick Plitzner over 5 years ago

ref #7502 Save table settings when closing bulk editor

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/e4/BulkEditorSearchE4.java
130 130
        return displayPersistenceDialogCommandHandler;
131 131
    }
132 132

  
133
    private File getStatePropertiesFile() {
133
    File getStatePropertiesFile() {
134 134
        return new File(WorkbenchUtility.getBaseLocation(), "bulkeditor_tablestate.properties"); //$NON-NLS-1$
135 135
    }
136 136

  
137
    Properties getNatTableState() {
138
        return natTableState;
139
    }
140

  
137 141
	/**
138 142
	 * Handles focus changes for the textfield.
139 143
	 */

Also available in: Unified diff