Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » modify static field
modify static field [message #614618] Thu, 14 September 2006 18:13
hung is currently offline hungFriend
Messages: 117
Registered: July 2009
Senior Member
Hello,

Does anyone know how to modify a static field of the current editing
file? for example, if I have a class looks like this :


class Test extends MyComposite
{
public static String name = "test";

....
}

if the user modifies some properties of Test, I need to change the
static field "name" to something else too. Could this be done? Thanks.
Previous Topic:Visual classes in other language (e.g, XML-based)
Next Topic:modify static field
Goto Forum:
  


Current Time: Thu Apr 25 05:21:48 GMT 2024

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

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

Back to the top