Revision 33378 branches/v2_0_0_prep/libraries/libFMap_controls/src/org/gvsig/fmap/mapcontrol/dal/feature/swing/FeatureTablePanel.java

View differences:

FeatureTablePanel.java
136 136
		return getTableModel().getFeatureStore();
137 137
	}
138 138

  
139
	/**
140
	 * Sets that the selected Features to be viewed first.
141
	 */
142
	public void setSelectionUp(boolean selectionUp) {
143
		try {
144
			getTable().setSelectionUp(selectionUp);
145
		} catch (DataException e) {
146
			// TODO: create and throw a SetSelectionUpException
147
			e.printStackTrace();
148
		}
149
	}
150

  
139 151
	private static ConfigurableFeatureTableModel createModel(
140 152
			FeatureStore featureStore, FeatureQuery featureQuery)
141 153
			throws DataException {

Also available in: Unified diff