Revision 20393 trunk/extensions/extRemoteSensing/src/org/gvsig/remotesensing/calculator/gui/CalculatorPanel.java

View differences:

CalculatorPanel.java
787 787
		 for(int i=0;i<getJTableVariables().getTableFormat().getRowCount();i++){
788 788
				String var = getJTableVariables().getTableFormat().getValueAt(i,0).toString();
789 789
				String value = getJTableVariables().getTableFormat().getValueAt(i,1).toString();
790
				persistentVarTable().put(var, value);
790
				getPersistentVarTable().put(var, value);
791 791
		 } 
792 792
	 }
793 793

  
794
	public HashMap persistentVarTable() {
794
	public HashMap getPersistentVarTable() {
795 795
		return persistentVarTable;
796 796
	}
797 797
}

Also available in: Unified diff