To Get Class Information
3 Message(s) by 3 Author(s) originally posted in java software tools
| From: Yogi |
Date: Saturday, April 21, 2007
|
Hello frnds,
I want to create a plugin that work as follow ;-
When the user right
click on the window and select my
created option(already created)
then I want to get the
complete class information in terms of class
method, modifiers and other related class information.(Cursor position
on the editor and selected text)
if any body has any
solution of it please
mail me at
yogesh.minocha@xxxxxxxxxxx
Thanks,
Yogesh Arora.
| From: Andrew Thompson |
Date: Tuesday, April 24, 2007
|
wrote in
message :
Hello frnds,
My friends'd take effort to
spell words correctly,
rather than use these ridiculous abbreviations.
I want to create a plugin that work as follow ;-
Do not let us stop you.
...
if any body has any solution of it please mail me at
yogesh.minocha@xxxxxxxxxxx
Please hire a consultant, and stop wasting our bandwidth.
--
Andrew Thompson
http://www.athompson.info/andrew/
Message posted via
http://www.JAVAkb.com
| From: Ian Shef |
Date: Wednesday, April 25, 2007
|
wrote in message in
@xxxxxxxxxxx:
Hello frnds,
I want to create a plugin that work as follow ;-
When the user right click on the window and select my
created option(already created)
then I want to get the complete class information in terms of class
method, modifiers and other related class information.(Cursor position
on the editor and selected text)
if any body has any solution of it please mail me at
yogesh.minocha@xxxxxxxxxxx
Thanks,
Yogesh Arora.
It isn't clear to me whether you are interested in
query ing an existing
compiled class, or if you want to
display the JAVAdocs for a class.
If you want to query an existing compiled class, you need to learn about JAVA
Reflection. One good starting point'd be
http://JAVA.sun.com/developer/technicalArticles/ALT/Reflection/index.html
If you prefer a book, you could try
JAVA Reflection in Action (In Action series) by Ira R. Forman and Nate Forman
Good Luck!
--
Ian Shef 805/F6 * These are my personal opinions
Raytheon Company * and not those of my employer.
PO Box 11337 *
Tucson, AZ 85734-1337 *
Next Message: OT: Cygwin mouse wheel does not scroll
Blogs related to To Get Class Information
Ruby: let's get an AST - fAST
I‘ll make this easy: there‘sa worrying trend in the Ruby tool space. Ruby IDEs are popping up left and right, but they‘
re all written in various languages, be it
Java or C/C++. The refactoring support in Eclipse RDT is written in…
Java.
...
Call Me The Coca-Cola Coda
I
get all the RSS feeds from MacWorld and TUAW, etc. and usually I read the headlines for new software releases and pay them little mind unless it really grabs me. Well, today’s grabbed me. Panic Inc. is a software company for Mac that
...
RE: Security - protect JSF pages (.xhtml) via security in web.xml ...
When I write
/rule/* instead of >
/rule/ruleList.xhtml, I cannot see ANY pages. > Also not the pages which are NOT in directory "rule". > > So, HOW can I
get this working ?
...
Re: java.lang.NoClassDefFoundError: javax/servlet/http ...
>>Why would I
get the subject error when I'm deep into my code, and not >>near the top when I first use it? I'm getting this in a
class that is >>buried several layers deep in a utility jar file. The servlet that >>calls this
class is
...
Re: java.lang.NoClassDefFoundError: javax/servlet/http ...
The parts that have to live in JAVA_HOME/lib/ext should not refer to the servlet api. They should just return data to
classes in your webapp which intern handle the servlet api stuff. That should
get you out of your classloader problem.
...
What is Fusion? Re: svn commit: r510598 [1/6] - in /myfaces/fusion ...
Map; > +import
java.util.TreeMap; > + > +/** > + * The ConversationContext handles all conversations within the current context > + * > + * @author imario@apache.org > + */ > +public
class ConversationContext > +{ > + private final
...