Uses of Class
de.ipb_halle.molecularfaces.component.molplugin.MolPluginCore

Packages that use MolPluginCore
  • Uses of MolPluginCore in de.ipb_halle.molecularfaces.component.molplugin

    Modifier and Type
    Class
    Description
    class 
    This UIComponent renders a chemical structure editor or viewer using the Marvin JS JavaScript plugin.
    class 
    This UIComponent renders a chemical structure editor or viewer using the MolPaintJS JavaScript plugin.
    class 
    This UIComponent renders a chemical structure editor or viewer using the OpenChemLib JS JavaScript plugin.
    Modifier and Type
    Method
    Description
    private void
    MarvinJSRenderer.encodeEditor(jakarta.faces.context.FacesContext context, jakarta.faces.context.ResponseWriter writer, MolPluginCore plugin)
     
    private void
    MolPaintJSRenderer.encodeEditor(jakarta.faces.context.FacesContext context, jakarta.faces.context.ResponseWriter writer, MolPluginCore plugin)
     
    private void
    OpenChemLibJSRenderer.encodeEditor(jakarta.faces.context.FacesContext context, jakarta.faces.context.ResponseWriter writer, MolPluginCore plugin)
     
    private void
    MarvinJSRenderer.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 void
    MolPaintJSRenderer.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 void
    OpenChemLibJSRenderer.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 void
    MarvinJSRenderer.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 void
    MolPaintJSRenderer.encodeEditorJS(jakarta.faces.context.ResponseWriter writer, MolPluginCore plugin, String divId, String hiddenInputId)
    Encodes the Javascript part of the plugin editor into the writer.
    private void
    OpenChemLibJSRenderer.encodeEditorJS(jakarta.faces.context.ResponseWriter writer, MolPluginCore plugin, String divId, String hiddenInputId)
    Encodes the Javascript part of the plugin editor into the writer.
    private void
    MarvinJSRenderer.encodeViewer(jakarta.faces.context.FacesContext context, jakarta.faces.context.ResponseWriter writer, MolPluginCore plugin)
     
    private void
    MolPaintJSRenderer.encodeViewer(jakarta.faces.context.FacesContext context, jakarta.faces.context.ResponseWriter writer, MolPluginCore plugin)
     
    private void
    OpenChemLibJSRenderer.encodeViewer(jakarta.faces.context.FacesContext context, jakarta.faces.context.ResponseWriter writer, MolPluginCore plugin)
     
    private void
    MarvinJSRenderer.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 void
    MolPaintJSRenderer.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 void
    OpenChemLibJSRenderer.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 void
    MarvinJSRenderer.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 void
    MolPaintJSRenderer.encodeViewerJS(jakarta.faces.context.ResponseWriter writer, MolPluginCore plugin, String divId, String hiddenInputId)
    Encodes the Javascript part of the plugin viewer into the writer.
    private void
    OpenChemLibJSRenderer.encodeViewerJS(jakarta.faces.context.ResponseWriter writer, MolPluginCore plugin, String divId, String hiddenInputId)
    Encodes the Javascript part of the plugin viewer into the writer.
    protected String
    MolPluginRenderer.generateDivStyle(MolPluginCore plugin)
    Generate the inline css style for the <div> element of the rendered editor or viewer.