Package com.amalgamasimulation.desktop.html.js


package com.amalgamasimulation.desktop.html.js
  • Class
    Description
    Represents a collection of JavaScript-convertible elements.
    The JSConvertable interface defines a method for converting an object to its JavaScript representation.
    A class representing a JavaScript function that implements the JSConvertable interface.
    The JSObject class represents a JavaScript object that can be converted to a JSON-like string.
    The JSPrimitive class represents a JavaScript primitive value, such as a string, number, or boolean.