net.sf.jzeno.echo.script
Class IdentificationManager
java.lang.Object
net.sf.jzeno.echo.script.IdentificationManager
public class IdentificationManager
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IdentificationManager
public IdentificationManager()
removeAllIdentifiers
public static void removeAllIdentifiers()
addIdentifier
public static void addIdentifier(Identifier identifier)
getLabels
public static java.lang.String getLabels(Component c)
getLabels
public static java.lang.String getLabels(Component c,
Identifier exclude)
getComponent
public static Component getComponent(java.lang.String labels)
- Translates an abstract label (as determined by identify()) into the
current component instance for that label in the component tree.
- Parameters:
label
-
- Returns:
getLabels
public static java.lang.String getLabels(java.lang.String componentId)
getComponentForComponentId
public static Component getComponentForComponentId(java.lang.String componentId)
getComponentId
public static java.lang.String getComponentId(java.lang.String labels)
getAllComponentsAsList
public static java.util.List getAllComponentsAsList()