Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gef-dev] no Class def question

I am using GEF2.1.2 developping an editor;
 
my class GraphEditor (extends GraphicalEditorWithPalette) use a palette provider I defined , but when the provider in some package , the classloader would not find it , and in some other package , It can be found and instanced .
 
I wonder if there some ruler when the pluginClassLoader load classes?

Back to the top