|
TPTP 4.4.0 Testing Tools Project Internal API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.tptp.test.auto.gui.internal.core.WidgetIdentifier
Used as an identifier for widgets. At a minimum, a context id and a widget id is required as part of a widget identifier.
| Field Summary | |
|---|---|
static WidgetIdentifier |
NULL_IDENTIFIER
A null identifier |
| Constructor Summary | |
|---|---|
WidgetIdentifier(org.eclipse.core.runtime.IPath contextId,
org.eclipse.core.runtime.IPath widgetId,
java.lang.String resolverId)
Constructor |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
An object in question is equalled to this object iff the object is of the same type and the context and the widget ids are the same. |
org.eclipse.core.runtime.IPath |
getContextId()
Returns the context id of this identifier |
java.lang.String |
getFullyQualifiedId()
Equivalent to getFullyQualifiedPath().toString(). |
org.eclipse.core.runtime.IPath |
getFullyQualifiedPath()
Returns the fully qualified path of this widget id. |
org.eclipse.core.runtime.IPath |
getObjectId()
Returns the widget id of this identifier |
java.lang.String |
getReferenceId()
|
java.lang.String |
getResolverId()
|
void |
setContextId(org.eclipse.core.runtime.IPath contextId)
|
void |
setObjectId(org.eclipse.core.runtime.IPath objectId)
|
void |
setReferenceId(java.lang.String referenceId)
|
void |
setResolverId(java.lang.String resolverId)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final WidgetIdentifier NULL_IDENTIFIER
| Constructor Detail |
public WidgetIdentifier(org.eclipse.core.runtime.IPath contextId,
org.eclipse.core.runtime.IPath widgetId,
java.lang.String resolverId)
contextId - The context idwidgetId - The widget id| Method Detail |
public org.eclipse.core.runtime.IPath getFullyQualifiedPath()
public java.lang.String getFullyQualifiedId()
public boolean equals(java.lang.Object object)
object - The object in question
public org.eclipse.core.runtime.IPath getContextId()
public void setContextId(org.eclipse.core.runtime.IPath contextId)
contextId - the contextId to setpublic org.eclipse.core.runtime.IPath getObjectId()
public void setObjectId(org.eclipse.core.runtime.IPath objectId)
objectId - the objectId to setpublic java.lang.String getReferenceId()
public void setReferenceId(java.lang.String referenceId)
referenceId - the referenceId to setpublic java.lang.String getResolverId()
public void setResolverId(java.lang.String resolverId)
resolverId - the resolverId to set
|
TPTP 4.4.0 Testing Tools Project Internal API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||