@API(type=EXTENDABLE,
src=PUBLIC)
public class EditPropertiesHandlerAdapter
extends java.lang.Object
implements EditPropertiesHandler
| Constructor and Description |
|---|
EditPropertiesHandlerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canEditProperties(AuthorNode authorNode)
Checks if it can edit the properties for a given node.
|
void |
editProperties(AuthorNode authorNode,
AuthorAccess authorAccess)
Edit the properties for the given node.
|
java.lang.String |
getDescription() |
public java.lang.String getDescription()
getDescription in interface ExtensionExtension.getDescription()public void editProperties(AuthorNode authorNode, AuthorAccess authorAccess)
EditPropertiesHandlereditProperties in interface EditPropertiesHandlerauthorNode - Author node to edit the properties for.authorAccess - Author access.EditPropertiesHandler.editProperties(ro.sync.ecss.extensions.api.node.AuthorNode, ro.sync.ecss.extensions.api.AuthorAccess)public boolean canEditProperties(AuthorNode authorNode)
EditPropertiesHandlercanEditProperties in interface EditPropertiesHandlerauthorNode - Author node to edit the properties for.true if it can edit the properties of the node and false if
the properties of this node can't be edited.EditPropertiesHandler.canEditProperties(ro.sync.ecss.extensions.api.node.AuthorNode)© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.