public interface ILinkedElementIdentificator
Copyright Micro Focus GmbH.
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getIcon(IResourceIdentifier pId)
Can return a custom icon for the linked element.
|
java.lang.String |
getParentResourceID(java.lang.String pId)
Gets the ID of the parent resource.
|
java.lang.Object getIcon(IResourceIdentifier pId)
pId - the resource identifiernull if no custom image
can be providedjava.lang.String getParentResourceID(java.lang.String pId)
While this method usually returns a physical resource ID (e.g. an absolute OS file path), AWM will also check whether the ID equals the ID of the active AWM application. In that case, AWM triggers a refresh of the application children. This can be used to refresh the root containers level of an application.
pId - the identifier for the main resource (which is a child of the
resource ID to be returned) or the ID of the active AWM
applicationnull if no parent resource
can be identifiedIResource.getID()Copyright © 2015 Micro Focus GmbH. All rights reserved.