Wiki

Clone wiki

jmonkeybuilder / Itegration with user classes

How to add your custom classes to the Editor?

If you want to use your custom controls, filters and app states in the Editor, it should know about these classes, so it should have a possibility to load these classes to its classpath.

You can define a folder with your libraries in the settings:

Menu -> Other -> Settings -> Other -> Classpath folder:

Снимок экрана от 2017-07-27 08-12-42.png

How to edit your custom classes in the Editor?

If you can want to have editing supporting your own custom control, custom filters and custom app states in the Editor, you need to implement some editable interface for your classes from the small library:

https://github.com/JavaSaBr/jmonkeybuilder-extension

The library provides a little API to describe for the Editor how it can edit your classes.

Which are kinds of integration available to use:

Updated