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, getServiceFactories
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addServiceFactory, createService, createServiceParameters
public void registerSwingService(ChartSwingServicePanelManager descriptor)
registerSwingService
in interface ChartSwingServiceManager
public HashMap<String,ChartSwingServicePanelManager> getSwingServices()
getSwingServices
in interface ChartSwingServiceManager
protected String getRegistryKey()
getRegistryKey
in class AbstractServiceManager
protected String getRegistryDescription()
getRegistryDescription
in class AbstractServiceManager
public void setChartSwingManager(ChartSwingManager chartManager)
setChartSwingManager
in interface ChartSwingServiceManager
public ChartSwingManager getChartSwingManager()
getChartSwingManager
in interface ChartSwingServiceManager