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, setDockingContentManager
public void addContents(Collection<Content> extension)
ContentServices
addContents
in interface ContentServices
extension
- the extensionpublic void removeContents(Collection<String> extensionIds)
ContentServices
removeContents
in interface ContentServices
extensionIds
- the extension idspublic void add(Content extension)
ContentServices
add
in interface ContentServices
extension
- the extensionpublic void remove(String extensionId)
ContentServices
remove
in interface ContentServices
extensionId
- the extension idCopyright © 2014 www.staniscia.net. All Rights Reserved.