Class VCSGisJLogImpl

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

public class VCSGisJLogImpl extends VCSGisJLogView implements VCSGisJLog
Author:
gvSIG Team
See Also:
  • Constructor Details

    • VCSGisJLogImpl

      public VCSGisJLogImpl()
  • Method Details

    • isProcessing

      public boolean isProcessing()
      Specified by:
      isProcessing in interface VCSGisPanel
    • 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: VCSGisJLogView
      Helper method to load an image file from the CLASSPATH
      Overrides:
      loadImage in class VCSGisJLogView
      Parameters:
      imageName - the package and name of the file to load relative to the CLASSPATH
      Returns:
      an ImageIcon instance with the specified image file
    • selfRegister

      public static void selfRegister()
    • setVisibleStatus

      public void setVisibleStatus(boolean visible)
    • getTaskStatusController

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

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

      public void dispose()
    • put

      public void put(VCSGisWorkspace ws, VCSGisEntity entity, String featureCode)
      Specified by:
      put in interface VCSGisJLog