|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectmetricsOverlay.views.ActiveMappingList
public class ActiveMappingList
This class keeps track of the current list of mappings in the table view.
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 |
---|
public ActiveMappingList(MetricDocument mDoc)
Method Detail |
---|
public java.util.List<Mapping> getMappingList()
public void addMapping()
public void removeMapping(Mapping map)
map
- public void mappingChanged(Mapping map)
map
- public void removeChangeListener(IActiveMappingListViewer viewer)
viewer
- public void addChangeListener(IActiveMappingListViewer viewer)
viewer
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |