public class CPerspectiveMultipleIdentifierCollection extends Object
CommonMultipleDockableFactory, used when interacting with a CPerspective.| Constructor and Description |
|---|
CPerspectiveMultipleIdentifierCollection(String factoryId,
CPerspective perspective)
Creates a new object
|
| Modifier and Type | Method and Description |
|---|---|
CPerspective |
getPerspective()
Gets the owner of this access object.
|
String |
getUniqueId(MultipleCDockablePerspective element)
Searches or creates a unique identifier that matches
element. |
void |
putDockable(String id,
MultipleCDockablePerspective perspective)
Stores the element
perspective using the identifier id. |
public CPerspectiveMultipleIdentifierCollection(String factoryId, CPerspective perspective)
factoryId - the unique identifier of the factory that is using this collectionperspective - the owner of this object, not nullpublic CPerspective getPerspective()
public String getUniqueId(MultipleCDockablePerspective element)
element.element - the element whose identifier is searchednullpublic void putDockable(String id, MultipleCDockablePerspective perspective)
perspective using the identifier id.id - the unique identifier of perspectiveperspective - the new perspectiveCopyright © 2018. All rights reserved.