Class VCSGisJCheckoutImpl

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, org.gvsig.tools.swing.api.Component, VCSGisJCheckout, VCSGisPanel

public class VCSGisJCheckoutImpl extends VCSGisJCheckoutView implements org.gvsig.tools.swing.api.Component, VCSGisJCheckout
Author:
gvSIG Team
See Also:
  • Constructor Details

    • VCSGisJCheckoutImpl

      public VCSGisJCheckoutImpl()
    • VCSGisJCheckoutImpl

      public VCSGisJCheckoutImpl(VCSGisWorkspace workspace, List<String> tableNames, Boolean overwrite)
  • Method Details

    • asJComponent

      public JComponent asJComponent()
      Specified by:
      asJComponent in interface org.gvsig.tools.swing.api.Component
    • setVisibleStatus

      public void setVisibleStatus(boolean visible)
    • setDialog

      public void setDialog(org.gvsig.tools.swing.api.windowmanager.Dialog dialog)
      Specified by:
      setDialog in interface VCSGisPanel
    • getWorkspace

      public VCSGisWorkspace getWorkspace()
      Specified by:
      getWorkspace in interface VCSGisJCheckout
    • checkout

      public int checkout()
      Specified by:
      checkout in interface VCSGisJCheckout
    • isProcessing

      public boolean isProcessing()
      Specified by:
      isProcessing in interface VCSGisPanel
    • selfRegister

      public static void selfRegister()
    • getTable

      public VCSGisEntity getTable()
      Specified by:
      getTable in interface VCSGisJCheckout
    • loadImage

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