Revision 44338 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.swing/org.gvsig.fmap.dal.swing.impl/src/main/java/org/gvsig/fmap/dal/swing/impl/featuretable/table/DynFieldFacadeOfAFeatureAttributeDescriptor.java

View differences:

DynFieldFacadeOfAFeatureAttributeDescriptor.java
582 582
        return this;
583 583
    }
584 584

  
585
    @Override
586
    public String getLocalizedShortLabel() {
587
        return ((DynField_v2)field).getLocalizedShortLabel();
588
    }
589

  
590
    @Override
591
    public String getLocalizedLabel() {
592
        return ((DynField_v2)field).getLocalizedLabel();
593
    }
594

  
585 595
}

Also available in: Unified diff