Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » Modify property of multiple similar objects.
Modify property of multiple similar objects. [message #615197] Wed, 18 April 2007 17:53
hung is currently offline hungFriend
Messages: 117
Registered: July 2009
Senior Member
Hello,
We've been successfully extended VE and it works great! We're looking
into another feature. Here is a brief summary of it:

Let say we have something like this:

public class Test extends Composite
{
public void createObject1()
{
obj1 = new MyObject(...);
obj1.setTest("test");
}

public void createObject2()
{
obj2 = new MyObject(...);
obj2.setTest("test");
}
}

what we want to be able to do is when a user edit the attribute "Test"
in obj1 using Properties view, the attribute "Test" of both obj1 and
obj2 get changed. Currently, only attribute of obj1 gets changed. Is
there a way to do that programatically? Thanks.
Previous Topic:Modify property of multiple similar objects.
Next Topic:Eclipse plugin to show an applet embedded
Goto Forum:
  


Current Time: Sat Apr 20 01:14:45 GMT 2024

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

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

Back to the top