Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Lightweight Decorator and actionExpression
Lightweight Decorator and actionExpression [message #146356] Sun, 19 October 2003 14:17
Eclipse UserFriend
I've been reading "Understanding Decorators in Eclipse".

I'm trying to use a LightWeightDecorator. Enablement is where I'm confused
at the moment. One of the conditions that I can specify is "objectClass".
<!ELEMENT objectClass EMPTY>
<!ATTLIST objectClass
name CDATA #REQUIRED
>

* name - a fully qualified name of a class. The expression is evaluated
as true only if the selection implement this class.

Does this include class the object can be adapted to? What I really want to
do is decorate a IJavaProject if I can also adapt it to be IFooProject. It
doesn't read like that, but it seems to me like the model for enablement is
very limited with regard to state information that changes, and more
importantly, information that is not part of the core object.

Thanks
David
Previous Topic:decorating non-resources
Next Topic:Profiler plug-in for Eclipse.
Goto Forum:
  


Current Time: Mon Jul 21 21:58:15 EDT 2025

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

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

Back to the top