Property Page
JInto also has a property page in the project properties. Here you can configure accessor methods for resourceBundles. This is needed to use the search or all the cool features in the Java Editor.


You first have to open the Project Properties and select the JInto property page.  
Please click on the Add ResourceBundle... button to add a new resourceBundle configuration.
A Dialog where you can choose one of the resourceBundle's in the project is opened. Select the resourceBundle you want to configure.
After selecting the resourceBundle, a dialog where you select the accessor class is shown. Please choose the class which contains the accessor method's for the selected resourceBundle. Then you see a method selection dialog, where you have to select the method and the parameter that will hold the key.
If you have configured a resourceBundle correct, you can see the configuration in the property page. With the button's in the right, you can add multiple accessor classes and/or methods to one resourceBundle...


Note: The resourceBundle and its accessor class(es) have to be in the same project.