metricsOverlay.views
Class ActiveMappingList

java.lang.Object
  extended by metricsOverlay.views.ActiveMappingList

public class ActiveMappingList
extends java.lang.Object

This class keeps track of the current list of mappings in the table view.

Version:
2/9/2009
Author:
Matthew Harward

Constructor Summary
ActiveMappingList(MetricDocument mDoc)
          Constructor
 
Method Summary
 void addChangeListener(IActiveMappingListViewer viewer)
           
 void addMapping()
          Add a new task to the collection of tasks
 java.util.List<Mapping> getMappingList()
          Return the collection of tasks
 void mappingChanged(Mapping map)
           
 void removeChangeListener(IActiveMappingListViewer viewer)
           
 void removeMapping(Mapping map)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActiveMappingList

public ActiveMappingList(MetricDocument mDoc)
Constructor

Method Detail

getMappingList

public java.util.List<Mapping> getMappingList()
Return the collection of tasks


addMapping

public void addMapping()
Add a new task to the collection of tasks


removeMapping

public void removeMapping(Mapping map)
Parameters:
map -

mappingChanged

public void mappingChanged(Mapping map)
Parameters:
map -

removeChangeListener

public void removeChangeListener(IActiveMappingListViewer viewer)
Parameters:
viewer -

addChangeListener

public void addChangeListener(IActiveMappingListViewer viewer)
Parameters:
viewer -