Class DefaultComplexLegendPanelController

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, org.gvsig.app.project.documents.view.legend.gui.ILegendPanel, ComplexLegendPanel, org.gvsig.tools.observer.Observer

public class DefaultComplexLegendPanelController extends DefaultComplexLegendPanelView implements ComplexLegendPanel, org.gvsig.tools.observer.Observer
Author:
pako
See Also:
  • Constructor Details

    • DefaultComplexLegendPanelController

      public DefaultComplexLegendPanelController()
  • Method Details

    • refreshButtons

      protected void refreshButtons()
    • createComplexLegendItemWindow

      protected void createComplexLegendItemWindow()
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface org.gvsig.app.project.documents.view.legend.gui.ILegendPanel
    • getIcon

      public ImageIcon getIcon()
      Specified by:
      getIcon in interface org.gvsig.app.project.documents.view.legend.gui.ILegendPanel
    • getLegend

      public org.gvsig.fmap.mapcontext.rendering.legend.ILegend getLegend()
      Specified by:
      getLegend in interface org.gvsig.app.project.documents.view.legend.gui.ILegendPanel
    • getLegendClass

      public Class getLegendClass()
      Specified by:
      getLegendClass in interface org.gvsig.app.project.documents.view.legend.gui.ILegendPanel
    • getPanel

      public JPanel getPanel()
      Specified by:
      getPanel in interface org.gvsig.app.project.documents.view.legend.gui.ILegendPanel
    • getParentClass

      public Class getParentClass()
      Specified by:
      getParentClass in interface org.gvsig.app.project.documents.view.legend.gui.ILegendPanel
    • getTitle

      public String getTitle()
      Specified by:
      getTitle in interface org.gvsig.app.project.documents.view.legend.gui.ILegendPanel
    • isSuitableFor

      public boolean isSuitableFor(org.gvsig.fmap.mapcontext.layers.FLayer layer)
      Specified by:
      isSuitableFor in interface org.gvsig.app.project.documents.view.legend.gui.ILegendPanel
    • setData

      public void setData(org.gvsig.fmap.mapcontext.layers.FLayer layer, org.gvsig.fmap.mapcontext.rendering.legend.ILegend data)
      Specified by:
      setData in interface org.gvsig.app.project.documents.view.legend.gui.ILegendPanel
    • refreshLegendPanel

      public void refreshLegendPanel()
    • removeComplexLegendItem

      protected void removeComplexLegendItem()
    • update

      public void update(org.gvsig.tools.observer.Observable observable, Object isAccepted)
      Specified by:
      update in interface org.gvsig.tools.observer.Observer