Revision 28183 branches/v10/extensions/extNormalization/src/org/gvsig/normalization/gui/INormPanelModel.java

View differences:

INormPanelModel.java
125 125
	public boolean runModel(ChangeListener normalizationPanel);
126 126

  
127 127
	/**
128
	 * This method update the list of the new fields
129
	 * 
130
	 * @return
131
	 */
132
	public DefaultListModel updateListModel();
133

  
134
	/**
135 128
	 * This method up one place in the list of the new fields
136 129
	 * 
137 130
	 * @param pos
......
154 147
	public void setPattern(Patternnormalization pat);
155 148

  
156 149
	/**
150
	 * @return the pattern
151
	 */
152
	public Patternnormalization getPattern();
153

  
154
	/**
157 155
	 * Load the pattern from xml file
158 156
	 * 
159 157
	 * @return pattern
......
169 167
	public void setInNewTable(boolean inNewTable);
170 168

  
171 169
	/**
172
	 * Return the selected field index in the list of the new Fields
173
	 * 
174
	 * @param index
175
	 */
176
	public void setSelectedFieldInList(int index);
177

  
178
	/**
179 170
	 * Return the selected Element in the list of the new Fields
180 171
	 * 
181 172
	 * @param index
......
191 182
	public void savePatternXML();
192 183

  
193 184
	/**
194
	 * Get the selected element in the list
195
	 * 
196
	 * @return list position
197
	 */
198
	public int getSelectedFieldInList();
199

  
200
	/**
201 185
	 * Get all the fields names of the original table
202 186
	 * 
203 187
	 * @return list model

Also available in: Unified diff