Class OperationListPanelController

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, org.gvsig.fmap.mapcontext.raster.swing.operations.OperationListPanel, org.gvsig.tools.swing.api.Component

public class OperationListPanelController extends OperationListPanelView implements org.gvsig.fmap.mapcontext.raster.swing.operations.OperationListPanel
Author:
fdiaz
See Also:
  • Constructor Details

    • OperationListPanelController

      public OperationListPanelController()
      Parameters:
      factories -
  • Method Details

    • setLocate

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

      public void set(org.gvsig.raster.lib.buffer.api.operations.OperationList operationList)
      Specified by:
      set in interface org.gvsig.fmap.mapcontext.raster.swing.operations.OperationListPanel
      Parameters:
      operationList -
    • fetch

      public boolean fetch(org.gvsig.raster.lib.buffer.api.operations.OperationList operationList)
      Specified by:
      fetch in interface org.gvsig.fmap.mapcontext.raster.swing.operations.OperationListPanel
      Parameters:
      layer -
    • asJComponent

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

      public void addListSelectionListener(ListSelectionListener listener)
      Specified by:
      addListSelectionListener in interface org.gvsig.fmap.mapcontext.raster.swing.operations.OperationListPanel
    • addTableModelListener

      public void addTableModelListener(TableModelListener listener)
      Specified by:
      addTableModelListener in interface org.gvsig.fmap.mapcontext.raster.swing.operations.OperationListPanel
    • getSelected

      public org.gvsig.raster.lib.buffer.api.operations.OperationListEntry getSelected()
      Specified by:
      getSelected in interface org.gvsig.fmap.mapcontext.raster.swing.operations.OperationListPanel
    • enableAdd

      public void enableAdd(boolean enable)
      Specified by:
      enableAdd in interface org.gvsig.fmap.mapcontext.raster.swing.operations.OperationListPanel
    • enableUpdate

      public void enableUpdate(boolean enable)
      Specified by:
      enableUpdate in interface org.gvsig.fmap.mapcontext.raster.swing.operations.OperationListPanel
    • add

      public void add(org.gvsig.raster.lib.buffer.api.operations.OperationListEntry operationListEntry)
      Specified by:
      add in interface org.gvsig.fmap.mapcontext.raster.swing.operations.OperationListPanel
    • addActionListener

      public void addActionListener(ActionListener listener)
      Specified by:
      addActionListener in interface org.gvsig.fmap.mapcontext.raster.swing.operations.OperationListPanel
    • clearSelection

      public void clearSelection()
      Specified by:
      clearSelection in interface org.gvsig.fmap.mapcontext.raster.swing.operations.OperationListPanel
    • select

      public void select(int row)
      Specified by:
      select in interface org.gvsig.fmap.mapcontext.raster.swing.operations.OperationListPanel
    • getSelectedRow

      public int getSelectedRow()
      Specified by:
      getSelectedRow in interface org.gvsig.fmap.mapcontext.raster.swing.operations.OperationListPanel