Class GeneralLayerPropertiesPage

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

public class GeneralLayerPropertiesPage extends GeneralLayerPropertiesPageView implements org.gvsig.propertypage.PropertiesPage
See Also:
  • Constructor Details

    • GeneralLayerPropertiesPage

      public GeneralLayerPropertiesPage(org.gvsig.fmap.mapcontext.layers.FLayer layer)
  • Method Details

    • setData

      public void setData(Object data)
      Specified by:
      setData in interface org.gvsig.propertypage.PropertiesPage
    • getTitle

      public String getTitle()
      Specified by:
      getTitle in interface org.gvsig.propertypage.PropertiesPage
    • getPriority

      public int getPriority()
      Specified by:
      getPriority in interface org.gvsig.propertypage.PropertiesPage
    • whenAccept

      public boolean whenAccept()
      Specified by:
      whenAccept in interface org.gvsig.propertypage.PropertiesPage
    • whenApply

      public boolean whenApply()
      Specified by:
      whenApply in interface org.gvsig.propertypage.PropertiesPage
    • whenCancel

      public boolean whenCancel()
      Specified by:
      whenCancel in interface org.gvsig.propertypage.PropertiesPage
    • asJComponent

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

      public void setLayer(org.gvsig.fmap.mapcontext.layers.FLayer layer)