mmaci / Code-generator-pro-Independent-Modeler

Code generator pro Independent Modeler v NetBeans
3 stars 0 forks source link

Nastudování používání plug-inu #11

Closed ghost closed 13 years ago

ghost commented 13 years ago

Jakub Levý Zdeněk Dušátko

username-still-not-available commented 13 years ago

http://netbeans.org/kb/articles/books.html

ghost commented 13 years ago

http://www.uloz.to/8201428/rich-client-programming-plugging-into-the-netbeans-platform-may-2007-pdf

username-still-not-available commented 13 years ago

Pro ty komu by nesla najit lookup knihovna v importu projektu se podivejte na http://forums.netbeans.org/topic36147.html

viz.

The module dependencies (Say you have Module1, you still have to go to Properties->Libraries->Module dependencies->add dependency) and add Lookup

navod na LookUP je tady

http://bits.netbeans.org/dev/javadoc/org-openide-util-lookup/org/openide/util/lookup/doc-files/lookup-api.html zatim my to moc nejde nevyzkousite to nekdo ?

username-still-not-available commented 13 years ago

Tak uz sem prisel asi na to jak to funguje v API sou jenom rozhrani, ktere pouziji na look up workspace :-) ale nevim jeste jak.

viz.

API - provides an public API (Interfaces) that can be found (e.g. by other Netbeans plugins) in the Lookup of the workspace (part of the Editor module).

username-still-not-available commented 13 years ago

podle

ClassModelModel instance implements the IClassModelModel interface and can be also used by other plugins. It provides the Class Model API to the outside world. Thanks to this there can be for example another plugin that will generate the code from the class model 9of this module.

sem myslel ze by sem na lookup pridelal tridu ClassModelModel ale nejde my naimportovat cz.cvut.indepmod.classmodel.workspace

nemate s tim nekdo zkusenosti ?

ghost commented 13 years ago

closed