Uses of Class
de.ipb_halle.molecularfaces.component.molplugin.MolPluginCore
Packages that use MolPluginCore
-
Uses of MolPluginCore in de.ipb_halle.molecularfaces.component.molplugin
Subclasses of MolPluginCore in de.ipb_halle.molecularfaces.component.molpluginModifier and TypeClassDescriptionclassThisUIComponentrenders a chemical structure editor or viewer using the Marvin JS JavaScript plugin.classThisUIComponentrenders a chemical structure editor or viewer using the MolPaintJS JavaScript plugin.classThisUIComponentrenders a chemical structure editor or viewer using the OpenChemLib JS JavaScript plugin.Methods in de.ipb_halle.molecularfaces.component.molplugin with parameters of type MolPluginCoreModifier and TypeMethodDescriptionprivate voidMarvinJSRenderer.encodeEditor(jakarta.faces.context.FacesContext context, jakarta.faces.context.ResponseWriter writer, MolPluginCore plugin) private voidMolPaintJSRenderer.encodeEditor(jakarta.faces.context.FacesContext context, jakarta.faces.context.ResponseWriter writer, MolPluginCore plugin) private voidOpenChemLibJSRenderer.encodeEditor(jakarta.faces.context.FacesContext context, jakarta.faces.context.ResponseWriter writer, MolPluginCore plugin) private voidMarvinJSRenderer.encodeEditorHTML(jakarta.faces.context.FacesContext context, jakarta.faces.context.ResponseWriter writer, MolPluginCore plugin, String iframeId, String hiddenInputId) Encodes the HTML part of the plugin editor into the writer.private voidMolPaintJSRenderer.encodeEditorHTML(jakarta.faces.context.FacesContext context, jakarta.faces.context.ResponseWriter writer, MolPluginCore plugin, String divId, String hiddenInputId) Encodes the HTML part of the plugin editor into the writer.private voidOpenChemLibJSRenderer.encodeEditorHTML(jakarta.faces.context.FacesContext context, jakarta.faces.context.ResponseWriter writer, MolPluginCore plugin, String divId, String hiddenInputId) Encodes the HTML part of the plugin editor into the writer.private voidMarvinJSRenderer.encodeEditorJS(jakarta.faces.context.FacesContext context, jakarta.faces.context.ResponseWriter writer, MolPluginCore plugin, String iframeId, String hiddenInputId) Encodes the JavaScript part of the plugin editor into the writer.private voidMolPaintJSRenderer.encodeEditorJS(jakarta.faces.context.ResponseWriter writer, MolPluginCore plugin, String divId, String hiddenInputId) Encodes the Javascript part of the plugin editor into the writer.private voidOpenChemLibJSRenderer.encodeEditorJS(jakarta.faces.context.ResponseWriter writer, MolPluginCore plugin, String divId, String hiddenInputId) Encodes the Javascript part of the plugin editor into the writer.private voidMarvinJSRenderer.encodeViewer(jakarta.faces.context.FacesContext context, jakarta.faces.context.ResponseWriter writer, MolPluginCore plugin) private voidMolPaintJSRenderer.encodeViewer(jakarta.faces.context.FacesContext context, jakarta.faces.context.ResponseWriter writer, MolPluginCore plugin) private voidOpenChemLibJSRenderer.encodeViewer(jakarta.faces.context.FacesContext context, jakarta.faces.context.ResponseWriter writer, MolPluginCore plugin) private voidMarvinJSRenderer.encodeViewerHTML(jakarta.faces.context.FacesContext context, jakarta.faces.context.ResponseWriter writer, MolPluginCore plugin, String divId, String hiddenInputId) Encodes the HTML part of the plugin viewer into the writer.private voidMolPaintJSRenderer.encodeViewerHTML(jakarta.faces.context.FacesContext context, jakarta.faces.context.ResponseWriter writer, MolPluginCore plugin, String divId, String hiddenInputId) Encodes the HTML part of the plugin viewer into the writer.private voidOpenChemLibJSRenderer.encodeViewerHTML(jakarta.faces.context.FacesContext context, jakarta.faces.context.ResponseWriter writer, MolPluginCore plugin, String divId, String hiddenInputId) Encodes the HTML part of the plugin viewer into the writer.private voidMarvinJSRenderer.encodeViewerJS(jakarta.faces.context.FacesContext context, jakarta.faces.context.ResponseWriter writer, MolPluginCore plugin, String divId, String hiddenInputId) Encodes the Javascript part of the plugin viewer into the writer.private voidMolPaintJSRenderer.encodeViewerJS(jakarta.faces.context.ResponseWriter writer, MolPluginCore plugin, String divId, String hiddenInputId) Encodes the Javascript part of the plugin viewer into the writer.private voidOpenChemLibJSRenderer.encodeViewerJS(jakarta.faces.context.ResponseWriter writer, MolPluginCore plugin, String divId, String hiddenInputId) Encodes the Javascript part of the plugin viewer into the writer.protected StringMolPluginRenderer.generateDivStyle(MolPluginCore plugin) Generate the inline css style for the <div> element of the rendered editor or viewer.