Recent Changes - Search:

Information

Installation

Documentation

Elements

To create a view in EjsS, you need to build your interface using the elements of the View (Java) or HTMLView (JavaScript) panel. View elements are organized in the groups below. Click on the icon of the element you want to read about. In an element page you will find the following information about the element:

- A short description of the element. - The table of properties. - Useful methods.

Java

  • Interface elements. These are the elements used to build your interface. These elements are based on standard Java (Swing) interface elements such as windows, panels, and buttons.
  • 2D Drawables. These are drawable elements for two-dimensional panels. As such, these elements can only be children of 2D drawing or plotting panels.
  • 3D Drawables. These are drawable elements for three-dimensional panels. As such, these elements can only be children of 3D drawing panels.

Javascript

  • HTMLView. Read here about the Simulation view node of the HTML view, the root node for all other elements.
  • Interface elements. These are the elements used to build your HTML interface. These elements are based on standard HTML5 interface elements such as panels (divs) and buttons. We have also added special purpose Drawing panels (based on SVG drawing).
  • 2D Drawables. These are drawable elements for two-dimensional panels. As such, these elements can only be children of 2D drawing or plotting panels.
  • 3D Drawables?. These are drawable elements for three-dimensional panels. As such, these elements can only be children of 3D drawing panels.
Edit - History - Print - Recent Changes - Search
Page last modified on February 26, 2018, at 02:11 PM