net.sf.jzeno.echo.script
Class IdentificationManager

java.lang.Object
  extended by net.sf.jzeno.echo.script.IdentificationManager

public class IdentificationManager
extends java.lang.Object


Constructor Summary
IdentificationManager()
           
 
Method Summary
static void addIdentifier(Identifier identifier)
           
static java.util.List getAllComponentsAsList()
           
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.
static Component getComponentForComponentId(java.lang.String componentId)
           
static java.lang.String getComponentId(java.lang.String labels)
           
static java.lang.String getLabels(Component c)
           
static java.lang.String getLabels(Component c, Identifier exclude)
           
static java.lang.String getLabels(java.lang.String componentId)
           
static void removeAllIdentifiers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentificationManager

public IdentificationManager()
Method Detail

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()