Uses of Interface
com.amalgamasimulation.desktop.html.HTMLConvertable
Packages that use HTMLConvertable
Package
Description
-
Uses of HTMLConvertable in com.amalgamasimulation.desktop.html
Classes in com.amalgamasimulation.desktop.html that implement HTMLConvertableModifier and TypeClassDescriptionclassThe HTMLContent class represents a piece of content that can be converted to HTML.classRepresents a container for multiple HTML components that can be converted to HTML.classThe HTMLTag class represents an HTML tag that can contain children, styles, and attributes.Methods in com.amalgamasimulation.desktop.html that return HTMLConvertableModifier and TypeMethodDescriptiondefault HTMLConvertableHTMLConvertable.copy()Creates a deep copy of this HTMLConvertable.Creates a deep copy of this HTMLConvertable element, preserving the element's structure while substituting text content using the provided translation mapping.Methods in com.amalgamasimulation.desktop.html that return types with arguments of type HTMLConvertableMethods in com.amalgamasimulation.desktop.html with parameters of type HTMLConvertableModifier and TypeMethodDescriptionHTMLFragment.append(HTMLConvertable child) Appends a new HTML component to the fragment.HTMLTag.append(HTMLConvertable... children) Appends one or more children to this HTML tag.static HTMLFragmentHTMLFragment.of(HTMLConvertable... children) Creates a fragment from variable arguments of HTML components.Method parameters in com.amalgamasimulation.desktop.html with type arguments of type HTMLConvertableModifier and TypeMethodDescriptionstatic HTMLFragmentHTML.fragment(List<HTMLConvertable> children) Creates an HTML fragment containing multiple HTML components.protected voidHTMLTag.removeChildren(Collection<HTMLConvertable> children) Constructor parameters in com.amalgamasimulation.desktop.html with type arguments of type HTMLConvertableModifierConstructorDescriptionHTMLFragment(List<? extends HTMLConvertable> children) Creates a fragment from a list of HTML components. -
Uses of HTMLConvertable in com.amalgamasimulation.desktop.html.charts
Classes in com.amalgamasimulation.desktop.html.charts that implement HTMLConvertableModifier and TypeClassDescriptionclassThe HTMLBarChart class represents an HTML-based bar chart.classThe HTMLChart class provides base functionality for creating HTML-based charts using the ApexCharts library (https://apexcharts.com/).classThe HTMLHeatmapChart class represents an HTML-based heatmap chart.classThe HTMLHistogramChart class represents an HTML-based histogram chart with optional Cumulative Distribution Function (CDF) visualization.classThe HTMLLineChart class represents an HTML-based line chart using the ApexCharts library.classThe HTMLTimeLineChart class represents an HTML-based timeline chart optimized for time-series data. -
Uses of HTMLConvertable in com.amalgamasimulation.desktop.html.page
Classes in com.amalgamasimulation.desktop.html.page that implement HTMLConvertableModifier and TypeClassDescriptionclassThe HTMLPage class represents an HTML page that can contain various HTML elements and CSS rules.Methods in com.amalgamasimulation.desktop.html.page with parameters of type HTMLConvertableModifier and TypeMethodDescriptionHTMLPage.append(HTMLConvertable... children) Appends one or more HTML elements to the page body.Method parameters in com.amalgamasimulation.desktop.html.page with type arguments of type HTMLConvertable -
Uses of HTMLConvertable in com.amalgamasimulation.desktop.html.tables
Classes in com.amalgamasimulation.desktop.html.tables that implement HTMLConvertableModifier and TypeClassDescriptionclassHTMLTable<T>The HTMLTable class represents an HTML table that is generated from a list of data values. -
Uses of HTMLConvertable in com.amalgamasimulation.desktop.html.text
Classes in com.amalgamasimulation.desktop.html.text that implement HTMLConvertableModifier and TypeClassDescriptionclassRepresents an HTML header element (e.g., h1, h2, etc.).classRepresents an HTML hyperlink (`` tag).classRepresents an HTML hyperlink (`` tag) that triggers a Java action when clicked.classRepresents a block of text in HTML, which can contain multiple elements such as text, paragraphs, and other HTML-convertible objects. -
Uses of HTMLConvertable in com.amalgamasimulation.desktop.html.ui
Classes in com.amalgamasimulation.desktop.html.ui that implement HTMLConvertableModifier and TypeClassDescriptionclassThe HTMLImage class represents an HTML image element that can be embedded in an HTML page.classThe HTMLTableFromUITable class represents an HTML table that is generated from aTableor directly. -
Uses of HTMLConvertable in com.amalgamasimulation.desktop.ui.editor.sections.descriptors
Methods in com.amalgamasimulation.desktop.ui.editor.sections.descriptors that return types with arguments of type HTMLConvertableModifier and TypeMethodDescriptionToolTipProperties.getElements()Returns an unmodifiable list of all HTMLConvertable elements currently configured for this tooltip.Methods in com.amalgamasimulation.desktop.ui.editor.sections.descriptors with parameters of type HTMLConvertableModifier and TypeMethodDescriptionToolTipProperties.elements(HTMLConvertable... elements) Adds one or more HTMLConvertable elements to the tooltip content and returns this instance for method chaining.