Revision 6197 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/layers/FLyrVect.java

View differences:

FLyrVect.java
1125 1125
			spatialCache.setMaxFeatures(maxFeatures);
1126 1126
		
1127 1127
	}
1128
	
1129
	/**
1130
	 * This method returns a boolean that is used by the FPopMenu
1131
	 * to make visible the properties menu or not. It is visible by
1132
	 * default, and if a later don't have to show this menu only
1133
	 * has to override this method.
1134
	 * @return
1135
	 * If the properties menu is visible (or not)
1136
	 */
1137
	public boolean isPropertiesMenuVisible(){
1138
		return true;
1139
	}
1128 1140

  
1129 1141
}

Also available in: Unified diff