[Jxplorer-devel] RE: developing plug-ins for jxplorer

2006-02-01 Thread Chenglim Ear
By the way, are there example plug-in source code? Chenglim. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 18, 2006 4:50 AM > To: Chenglim Ear > Cc: jxplorer-devel@lists.sourceforge.net > Subject: Re: developing plug-ins for jxplorer >

[Jxplorer-devel] Re: developing plug-ins for jxplorer

2006-01-31 Thread Chris Betts
there are the ones in the online doc, or look at the class com.ca.directory.jxplorer.viewer.BasicPluggableEditor from the source tree... On 01/02/2006, at 3:15 PM, Chenglim Ear wrote: By the way, are there example plug-in source code? Chenglim. -Original Message- From: [EMAIL PRO

[Jxplorer-devel] Re: developing plug-ins for jxplorer

2006-01-31 Thread Chris Betts
Hi Chenglim, Again, I'm afraid the docs have some typos :-(. You can figure out what is really going on by looking at the loading class 'com.ca.directory.jxplorer.viewer.AttributeDisplay' - http:// cvs.sourceforge.net/viewcvs.py/jxplorer/javasrc/com/ca/directory/ jxplorer/viewer/Attrib

[Jxplorer-devel] RE: developing plug-ins for jxplorer

2006-01-31 Thread Chenglim Ear
Yes, this helps. I'm still having trouble getting the plug-in to be called. Is this the correct location to put the class file: plugins/com.ca.directory/jxplorer/viewer. Also, should the class be put in a particular package? Chenglim. > -Original Message- > From: [EMAIL PROTECTED] [

[Jxplorer-devel] Re: developing plug-ins for jxplorer

2006-01-18 Thread chris
Hi Chenglim, If you've checked out cvs, you can see example plugins in /jars - there are only three, 'help.jar', 'jhall.jar' and 'junit.jar' ... I think the two help related jars are used in the person example. Where are you getting the 'person' example from by the way? If you're using t