|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IIndicatorsProvider
Interface to get indicator groups, indicator names, and indicators itself
| Method Summary | |
|---|---|
Collection<String> |
getAllNames()
Returns list of all indicator names |
Collection<String> |
getGroups()
Returns list of indicator groups |
IIndicator |
getIndicator(String name)
Returns indicator with specified name or null if no indicator was found |
Collection<String> |
getNames(String groupName)
Returns indicator names that belongs to specified group |
String |
getTitle(String name)
Returns indicator's title |
boolean |
isEnabledOnCharts(String indicatorName)
Returns true if indicator should be available in add indicator dialog |
| Method Detail |
|---|
Collection<String> getGroups()
Collection<String> getNames(String groupName)
groupName - indicator group
Collection<String> getAllNames()
IIndicator getIndicator(String name)
name - name of the indicator
boolean isEnabledOnCharts(String indicatorName)
indicatorName - name of the indicator
String getTitle(String name)
name - name of the indicator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||