|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to support management of a set of component references.
Method Summary | |
ComponentReference |
addComponent(java.awt.Component comp)
Add a new component to the existing collection. |
ComponentReference |
getComponentReference(java.awt.Component comp)
Return the existing reference for the given component, or null if none exists. |
ComponentReference |
getComponentReference(java.lang.String refid)
Convert the reference ID into a component reference. |
java.util.Collection |
getComponentReferences()
Returns a collection of all the existing references. |
java.lang.String |
getUniqueID(ComponentReference ref)
Derive a unique identifier for the given reference. |
Method Detail |
public ComponentReference getComponentReference(java.lang.String refid) throws ComponentNotFoundException
public ComponentReference getComponentReference(java.awt.Component comp)
public ComponentReference addComponent(java.awt.Component comp)
public java.lang.String getUniqueID(ComponentReference ref)
public java.util.Collection getComponentReferences()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |