|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the interface of the UI context object that the user program needs to create and pass in as an argument to several methods provided by the handler interfaces. This interface allows handlers to obtain the UI shell instance needed to interact with the user program.
Method Summary | |
java.lang.String |
createName(java.lang.String testName,
org.eclipse.stp.core.sca.SCAObject objectType)
This method will evaluate the uniqueness of the given test name within the context for which this callback class was instantiated. |
java.lang.Object |
getShell()
Returns an instance of the UI shell object representing the windows that the desktop or window manager is managing - see Shell |
Method Detail |
public java.lang.Object getShell()
Shell
public java.lang.String createName(java.lang.String testName, org.eclipse.stp.core.sca.SCAObject objectType)
testName
- the name to test for the given object typeobjectType
- the Component, EntryPoint or ExternalService for which the
name must be unique
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |