public class ContentServiceImp extends DockableService implements ContentServices
actionService, dockingContentCTRL| Constructor and Description |
|---|
ContentServiceImp() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Content extension)
Adds the content.
|
void |
addContents(Collection<Content> extension)
Adds the contents.
|
void |
remove(String extensionId)
Removes the content id.
|
void |
removeContents(Collection<String> extensionIds)
Removes the contents id.
|
setActionServiceImp, setDockingContentManagerpublic void addContents(Collection<Content> extension)
ContentServicesaddContents in interface ContentServicesextension - the extensionpublic void removeContents(Collection<String> extensionIds)
ContentServicesremoveContents in interface ContentServicesextensionIds - the extension idspublic void add(Content extension)
ContentServicesadd in interface ContentServicesextension - the extensionpublic void remove(String extensionId)
ContentServicesremove in interface ContentServicesextensionId - the extension idCopyright © 2014 www.staniscia.net. All Rights Reserved.