Revision 45827 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.swing/org.gvsig.fmap.dal.swing.api/src/main/java/org/gvsig/featureform/swing/JFeaturesForm.java

View differences:

JFeaturesForm.java
45 45
public interface JFeaturesForm extends Component, ActionListenerSupport {
46 46
    public static final String ACTION_CONTEXT_NAME = "FormActionContext";
47 47
    
48
    public interface FeaturesFormContext extends DynFormContext {
49
        @Override
50
        public ResourcesStorage getResourcesStorage();
51
        public StoresRepository getStoresRepository();
52
        public FeatureStore getFeatureStore();
53
        public FeatureType getFeatureType();
54
    }
55 48

  
56 49
    public void setPreferredSize(Dimension dimension);
57 50

  

Also available in: Unified diff