The JEasy Repository
Mouse over part of the image for information about functionality.
The menu with the basic functions.
The arrows go through the history of visited objects. The other buttons are for clear the project and save the project to the xml file.
When a preview window is activ, the events are given out. They can be selected by the checkBoxes.
The events will given forward to a
callBack...(...)
method in your program.
Shows the help tab with informations about the focused object and its javadoc.
The project tab shows all JEasy objects in a tree of object types.
The hierarchy tab shows all JEasy objects down from the start application defined inside the start object.
This toolbar navigates through the objects of the selected type. Every change of a propertie must be saved by the save button.
To define locale specific properties, first create a local object. You may select it now in the combobox.
Define only properties that should overwrite the default values or are added for this locale.
Parent components may allways have children. They are orderd as default, like trees or menus, or by using a LayoutManager.
Components are the GUI elements to interact with the user. JEasy uses the Swing components and enhances their look and functionality.
All JEasy objects not being components are ordered under this tab. PLease have a look at the start and the global object.
A small html editor to write help pages.
Shows information about components when the mouse is over.