Class UpdateTablePanelImpl

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class UpdateTablePanelImpl extends UpdateTablePanelView
Author:
jjdelcerro
See Also:
  • Constructor Details

    • UpdateTablePanelImpl

      public UpdateTablePanelImpl()
  • Method Details

    • getTable

      public org.gvsig.fmap.dal.feature.FeatureStore getTable()
    • getTableFilter

      public org.gvsig.expressionevaluator.Expression getTableFilter()
    • getStatus

      public org.gvsig.tools.task.SimpleTaskStatus getStatus()
    • put

      public void put(UpdateTableProcessParameters params)
    • fetch

    • postProcess

      public void postProcess()
    • loadImage

      public ImageIcon loadImage(String imageName)
      Description copied from class: UpdateTablePanelView
      Helper method to load an image file from the CLASSPATH
      Overrides:
      loadImage in class UpdateTablePanelView
      Parameters:
      imageName - the package and name of the file to load relative to the CLASSPATH
      Returns:
      an ImageIcon instance with the specified image file
    • confirmUpdateTableParameters

      public static int confirmUpdateTableParameters(UpdateTableProcessParameters params)