Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » Rrecording of CellEditor Value
Rrecording of CellEditor Value [message #138868] Fri, 05 December 2008 11:23 Go to next message
Asha is currently offline AshaFriend
Messages: 28
Registered: July 2009
Junior Member
for recording CellEditor in JFace Table, its wriiten there like -
Add a set of new attributes to the <command> element in the recorded XML
script, for storing the parent (Table) control information.

// Reference ID if Object Mine used
public static final String PARENT_REFERENCE_ID_ATTRIBUTE =
"parent-referenceId";


what is "parent-referenceId"? and what is the value of it.is it the
referenceId of CellEditor?
Re: Rrecording of CellEditor Value [message #138891 is a reply to message #138868] Fri, 05 December 2008 12:04 Go to previous messageGo to next message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Hi Asha,
Where does this code reside? It is not in the
org.eclipse.tptp.test.auto.gui plug-in.

The reference ID (numeric counter) is used to associate macro fragment
with object mine elements.

Note, the AGR does not support recording/playback of table cells, due to
https://bugs.eclipse.org/bugs/show_bug.cgi?id=133586. Please feel free to
comment/contribute to this defect.

Paul
"Asha " <asha@readiminds.com> wrote in message
news:ee3e43f52ca84428e820cbebf86acf85$1@www.eclipse.org...
> for recording CellEditor in JFace Table, its wriiten there like -
> Add a set of new attributes to the <command> element in the recorded XML
> script, for storing the parent (Table) control information.
>
> // Reference ID if Object Mine used
> public static final String PARENT_REFERENCE_ID_ATTRIBUTE =
> "parent-referenceId";
>
>
> what is "parent-referenceId"? and what is the value of it.is it the
> referenceId of CellEditor?
>
Re: Rrecording of CellEditor Value [message #138926 is a reply to message #138891] Mon, 08 December 2008 07:32 Go to previous messageGo to next message
Asha is currently offline AshaFriend
Messages: 28
Registered: July 2009
Junior Member
Hello Paul,
I got this code from the link which u have sent.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=133586.
Paul Slauenwhite wrote:

> Hi Asha,
> Where does this code reside? It is not in the
> org.eclipse.tptp.test.auto.gui plug-in.

> The reference ID (numeric counter) is used to associate macro fragment
> with object mine elements.

> Note, the AGR does not support recording/playback of table cells, due to
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=133586. Please feel free to
> comment/contribute to this defect.

> Paul
> "Asha " <asha@readiminds.com> wrote in message
> news:ee3e43f52ca84428e820cbebf86acf85$1@www.eclipse.org...
>> for recording CellEditor in JFace Table, its wriiten there like -
>> Add a set of new attributes to the <command> element in the recorded XML
>> script, for storing the parent (Table) control information.
>>
>> // Reference ID if Object Mine used
>> public static final String PARENT_REFERENCE_ID_ATTRIBUTE =
>> "parent-referenceId";
>>
>>
>> what is "parent-referenceId"? and what is the value of it.is it the
>> referenceId of CellEditor?
>>
Re: Rrecording of CellEditor Value [message #138951 is a reply to message #138926] Mon, 08 December 2008 10:58 Go to previous message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Yes, of course. Please post your questions on this code to the contributor
(Jimmy Jin), by a comment in this defect.

Paul
"Asha " <asha@readiminds.com> wrote in message
news:6d636aa94bd0fc795f8389513a96dfaf$1@www.eclipse.org...
> Hello Paul,
> I got this code from the link which u have sent.
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=133586.
> Paul Slauenwhite wrote:
>
>> Hi Asha,
>> Where does this code reside? It is not in the
>> org.eclipse.tptp.test.auto.gui plug-in.
>
>> The reference ID (numeric counter) is used to associate macro
>> fragment with object mine elements.
>
>> Note, the AGR does not support recording/playback of table cells, due
>> to https://bugs.eclipse.org/bugs/show_bug.cgi?id=133586. Please feel
>> free to comment/contribute to this defect.
>
>> Paul
>> "Asha " <asha@readiminds.com> wrote in message
>> news:ee3e43f52ca84428e820cbebf86acf85$1@www.eclipse.org...
>>> for recording CellEditor in JFace Table, its wriiten there like -
>>> Add a set of new attributes to the <command> element in the recorded XML
>>> script, for storing the parent (Table) control information.
>>>
>>> // Reference ID if Object Mine used
>>> public static final String PARENT_REFERENCE_ID_ATTRIBUTE =
>>> "parent-referenceId";
>>>
>>>
>>> what is "parent-referenceId"? and what is the value of it.is it the
>>> referenceId of CellEditor?
>>>
>
>
Previous Topic:tools to test my plugins
Next Topic:Behavior view tab is blank.
Goto Forum:
  


Current Time: Fri Mar 29 06:44:24 GMT 2024

Powered by FUDForum. Page generated in 0.04013 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top