Class VCSGisJChangesImpl

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

public class VCSGisJChangesImpl extends VCSGisJChangesView implements VCSGisJChanges, org.gvsig.tools.util.PropertiesSupport
Author:
gvSIG Team
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • getDefaultTablesSelection

      public List<String> getDefaultTablesSelection()
    • asJComponent

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

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

      public void updateLocalChangesTable()
    • getWorkspace

      public VCSGisWorkspace getWorkspace()
    • updateEntitiesFromRepository

      public void updateEntitiesFromRepository(boolean forceUpdateEntities)
    • alert

      public void alert(String msg)
    • message

      public void message(String msg)
    • setVisibleStatus

      public void setVisibleStatus(boolean visible)
    • getTaskStatusController

      public org.gvsig.tools.swing.api.task.TaskStatusController getTaskStatusController()
    • selfRegister

      public static void selfRegister()
    • isProcessing

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

      public void selectTab(int tab)
    • selectOnlyALocalEntity

      public void selectOnlyALocalEntity(VCSGisEntity selectedTable)
    • selectOnlyALocalEntity

      public void selectOnlyALocalEntity(List<VCSGisEntity> selectedTables)
    • setDialog

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

      public void dispose()
    • setTaskStatus

      public void setTaskStatus(org.gvsig.tools.task.SimpleTaskStatus taskStatus)
    • getProperty

      public Object getProperty(String name)
      Specified by:
      getProperty in interface org.gvsig.tools.util.PropertiesSupport
    • setProperty

      public void setProperty(String name, Object value)
      Specified by:
      setProperty in interface org.gvsig.tools.util.PropertiesSupport
    • getProperties

      public Map<String,Object> getProperties()
      Specified by:
      getProperties in interface org.gvsig.tools.util.PropertiesSupport