Interface SelectionByThemeListener

All Known Implementing Classes:
MySelectionByThemeListener

public interface SelectionByThemeListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addToSet(org.gvsig.fmap.mapcontext.layers.FLayer[] toSelect, org.gvsig.fmap.mapcontext.layers.FLayer selectionLayer, int action)
     
    void
    fromSet(org.gvsig.fmap.mapcontext.layers.FLayer[] toSelect, org.gvsig.fmap.mapcontext.layers.FLayer selectionLayer, int action)
     
    void
    newSet(org.gvsig.fmap.mapcontext.layers.FLayer[] toSelect, org.gvsig.fmap.mapcontext.layers.FLayer selectionLayer, int action)
     
  • Method Details

    • newSet

      void newSet(org.gvsig.fmap.mapcontext.layers.FLayer[] toSelect, org.gvsig.fmap.mapcontext.layers.FLayer selectionLayer, int action)
    • addToSet

      void addToSet(org.gvsig.fmap.mapcontext.layers.FLayer[] toSelect, org.gvsig.fmap.mapcontext.layers.FLayer selectionLayer, int action)
    • fromSet

      void fromSet(org.gvsig.fmap.mapcontext.layers.FLayer[] toSelect, org.gvsig.fmap.mapcontext.layers.FLayer selectionLayer, int action)