|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MMeasureSelectorListener
This interface needs to be implemented by objects the MeasureChooser
interacts with.
Method Summary | |
---|---|
Set<MMeasureDescription> |
getAddableMeasures(MoreNetwork<?,?> network)
The MeasureChooser calls this method in order to fetch measures that might be added by the user for
a (user-)specified network. |
Set<MMeasureDescription> |
getRemovableMeasures(MoreNetwork<?,?> network)
The MeasureChooser calls this method in order to fetch measures that might be removed by the user
for a (user-)specified network. |
boolean |
setMeasureBundle(MMeasureBundle bundle,
boolean remove)
This method is invoked every time the user selects a measure at the MeasureChooser |
Method Detail |
---|
boolean setMeasureBundle(MMeasureBundle bundle, boolean remove)
MeasureChooser
bundle
- the measure bundle that was selectedremove
- true if the selected measure shall be removed from this collection
Set<MMeasureDescription> getRemovableMeasures(MoreNetwork<?,?> network)
MeasureChooser
calls this method in order to fetch measures that might be removed by the user
for a (user-)specified network.
network
- the network for which removable measure shall be fetched
Set<MMeasureDescription> getAddableMeasures(MoreNetwork<?,?> network)
MeasureChooser
calls this method in order to fetch measures that might be added by the user for
a (user-)specified network. Only returns measures that have not been added before for the given network.
network
- the network for which measure to add shall be fetched
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |