get java class loader within pathon

Diez B. Roggisch deets at nospam.web.de
Sun Nov 11 17:58:54 EST 2007


blueblueblue2005 schrieb:
> Hi, I have a java application with a UI compoennt of
> FlyoutPaletteComposite (an GEF class), this UI compoennt displays a
> scrollbar when needed. I am writing a Jython/Python script, and within
> this script, I want to grab the scrollbar and move the bar up and down
> to a specified location. I was told to get the class loader of the
> compoent, but don't know how to do it. Can anybody kindly help?

FlyoutPaletteComposite.getClass().getClassLoader()

Diez



More information about the Python-list mailing list