Uses of Interface
com.amalgamasimulation.desktop.html.js.JSConvertable
Packages that use JSConvertable
-
Uses of JSConvertable in com.amalgamasimulation.desktop.html.js
Classes in com.amalgamasimulation.desktop.html.js with type parameters of type JSConvertableModifier and TypeClassDescriptionclassJSCollection<T extends JSConvertable>Represents a collection of JavaScript-convertible elements.Classes in com.amalgamasimulation.desktop.html.js that implement JSConvertableModifier and TypeClassDescriptionclassJSCollection<T extends JSConvertable>Represents a collection of JavaScript-convertible elements.classA class representing a JavaScript function that implements theJSConvertableinterface.classThe JSObject class represents a JavaScript object that can be converted to a JSON-like string.classJSPrimitive<T>The JSPrimitive class represents a JavaScript primitive value, such as a string, number, or boolean.Fields in com.amalgamasimulation.desktop.html.js declared as JSConvertableModifier and TypeFieldDescriptionstatic final JSConvertableJSConvertable.NULLA predefined instance of JSConvertable representing the JavaScript `null` value.static final JSConvertableJSConvertable.UNDEFINEDA predefined instance of JSConvertable representing the JavaScript `undefined` value.Methods in com.amalgamasimulation.desktop.html.js that return JSConvertableModifier and TypeMethodDescriptionRetrieves the value associated with the specified path.Methods in com.amalgamasimulation.desktop.html.js that return types with arguments of type JSConvertableModifier and TypeMethodDescriptionstatic <T> JSCollection<? extends JSConvertable> JSCollection.createPrimitive(Collection<T> value) Creates a new JSCollection instance from a collection of primitive values.Methods in com.amalgamasimulation.desktop.html.js with parameters of type JSConvertableModifier and TypeMethodDescriptionJSObject.put(String path, JSConvertable value) Adds a key-value pair to the JavaScript object.JSObject.put(String path, JSConvertable value, boolean ifNotExists) Adds a key-value pair to the JavaScript object.