Forum Controls
Spotlight Features

The Rich Engineering Heritage Behind Dependency Injection

Andrew McVeigh takes us on a tour of the rich heritage behind dependency injection, what it represents, and tells us why its here to stay.

Java, the OLPC, and community responsibility

The "One Laptop Per Child" project has a great device ready to ship, but there's no Java on there. Let's think about working together to put Java on OLPC!
Replies: 1 - Pages: 1  
Threads: [ Previous | Next ]
  Click to reply to this thread Reply

Accessing the property of widgets

At 6:05 PM on Jul 23, 2008, Jerry wrote:

Hi,

I am trying to look for particular methods in VE that have access to the
properties of my components on the canvas but it's been difficult.
For example, suppose I have a button with text = myButton, and with
background = red.
Do you know where this button's "myButton" and the value for red are kept?
or
Do you know where values of a component's properties are kept?

Thank you

  Click to reply to this thread Reply
1. At 5:45 PM on Jul 25, 2008, Gbr wrote:

Re: Accessing the property of widgets

In article ,
jerryxjerry at hotmail dot com says...
> Hi,
>
> I am trying to look for particular methods in VE that have access to the
> properties of my components on the canvas but it's been difficult.
> For example, suppose I have a button with text = myButton, and with
> background = red.
> Do you know where this button's "myButton" and the value for red are kept?
> or
> Do you know where values of a component's properties are kept?
>

Best way to get that information is to just examine the AST for the
corresponding JDT editor. In general, that is what VE is looking at.

thread.rss_message