Class RepositoryEntityFeatureTypeEditorImpl

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

public class RepositoryEntityFeatureTypeEditorImpl extends RepositoryEntityFeatureTypeEditorView implements VCSGisPanel
Author:
jjdelcerro
See Also:
  • Constructor Details

    • RepositoryEntityFeatureTypeEditorImpl

      public RepositoryEntityFeatureTypeEditorImpl()
  • Method Details

    • loadImage

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

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

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

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