[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Re: Multiple selections and the properties view
|
jamsden@xxxxxxxxxxxxxxxxxxxxxx wrote
> How do I prevent multiple selections in my view or editor from
displaying
> something in the properties view?
When you are creating the property descriptors for the objects being
selected call:
descriptor.setAlwaysIncompatible(true);
This will ensure that when you have a multiple selection, none of the
properties of the objects are considered "compatible".