Class StatisticsPanelController

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, org.gvsig.raster.swing.buffer.statistics.StatisticsPanel, org.gvsig.tools.swing.api.ActionListenerSupport, org.gvsig.tools.swing.api.Component

public class StatisticsPanelController extends StatisticsPanelView implements org.gvsig.raster.swing.buffer.statistics.StatisticsPanel
Author:
fdiaz
See Also:
  • Constructor Details

    • StatisticsPanelController

      public StatisticsPanelController()
      Parameters:
      layer -
  • Method Details

    • setLocate

      public void setLocate(Locale locale)
      Parameters:
      locale -
    • set

      public void set(org.gvsig.raster.lib.buffer.api.statistics.Statistics statistics)
      Specified by:
      set in interface org.gvsig.raster.swing.buffer.statistics.StatisticsPanel
      Parameters:
      layer -
    • asJComponent

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

      public void addActionListener(ActionListener listener)
      Specified by:
      addActionListener in interface org.gvsig.tools.swing.api.ActionListenerSupport
    • getActionListeners

      public ActionListener[] getActionListeners()
      Specified by:
      getActionListeners in interface org.gvsig.tools.swing.api.ActionListenerSupport
    • removeActionListener

      public void removeActionListener(ActionListener listener)
      Specified by:
      removeActionListener in interface org.gvsig.tools.swing.api.ActionListenerSupport
    • removeAllActionListener

      public void removeAllActionListener()
      Specified by:
      removeAllActionListener in interface org.gvsig.tools.swing.api.ActionListenerSupport
    • fireActionEvent

      public void fireActionEvent(ActionEvent event)
      Specified by:
      fireActionEvent in interface org.gvsig.tools.swing.api.ActionListenerSupport
    • hasActionListeners

      public boolean hasActionListeners()
      Specified by:
      hasActionListeners in interface org.gvsig.tools.swing.api.ActionListenerSupport