|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.common.perspective.CPerspectiveMultipleIdentifierCollection
public class CPerspectiveMultipleIdentifierCollection
A helper class for CommonMultipleDockableFactory, used when interacting with a CPerspective.
| Constructor Summary | |
|---|---|
CPerspectiveMultipleIdentifierCollection(String factoryId,
CPerspective perspective)
Creates a new object |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CPerspectiveMultipleIdentifierCollection(String factoryId,
CPerspective perspective)
factoryId - the unique identifier of the factory that is using this collectionperspective - the owner of this object, not null| Method Detail |
|---|
public CPerspective getPerspective()
public String getUniqueId(MultipleCDockablePerspective element)
element.
element - the element whose identifier is searched
null
public void putDockable(String id,
MultipleCDockablePerspective perspective)
perspective using the identifier id.
id - the unique identifier of perspectiveperspective - the new perspective
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||