public class DefaultChartSwingServiceManager extends AbstractServiceManager implements ChartSwingServiceManager
| Constructor and Description |
|---|
DefaultChartSwingServiceManager() |
| Modifier and Type | Method and Description |
|---|---|
ChartSwingManager |
getChartSwingManager() |
protected String |
getRegistryDescription() |
protected String |
getRegistryKey() |
HashMap<String,ChartSwingServicePanelManager> |
getSwingServices() |
void |
registerSwingService(ChartSwingServicePanelManager descriptor) |
void |
setChartSwingManager(ChartSwingManager chartManager) |
addServiceFactory, createService, createServiceParameters, getName, getServiceFactoriesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddServiceFactory, createService, createServiceParameterspublic void registerSwingService(ChartSwingServicePanelManager descriptor)
registerSwingService in interface ChartSwingServiceManagerpublic HashMap<String,ChartSwingServicePanelManager> getSwingServices()
getSwingServices in interface ChartSwingServiceManagerprotected String getRegistryKey()
getRegistryKey in class AbstractServiceManagerprotected String getRegistryDescription()
getRegistryDescription in class AbstractServiceManagerpublic void setChartSwingManager(ChartSwingManager chartManager)
setChartSwingManager in interface ChartSwingServiceManagerpublic ChartSwingManager getChartSwingManager()
getChartSwingManager in interface ChartSwingServiceManager