Interface NewLayerPreferencesComponent

All Superinterfaces:
org.gvsig.tools.swing.api.Component

public interface NewLayerPreferencesComponent extends org.gvsig.tools.swing.api.Component
API for the Export to swing preferences component panel.
Version:
$Id$
Author:
gvSIG Team
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the providers disabled by the user.
    void
    Undoes all the user changes in the preferences.
    boolean
    Is the user has made any change in the preferences.
    void
    Tells the component the changes made by the user to the properties had been performed.

    Methods inherited from interface org.gvsig.tools.swing.api.Component

    asJComponent
  • Method Details

    • getDisabledProviders

      Set<NewLayerProviderFactory> getDisabledProviders()
      Returns the providers disabled by the user.
      Returns:
      the providers disabled by the user
    • initializeDefaults

      void initializeDefaults()
      Undoes all the user changes in the preferences.
    • isValueChanged

      boolean isValueChanged()
      Is the user has made any change in the preferences.
      Returns:
      the user has made any change
    • setChangesApplied

      void setChangesApplied()
      Tells the component the changes made by the user to the properties had been performed.