Index

A B C D E F G H I J L M O P R S T V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

addComponentToBodyAtTop(UIComponent, FacesContext) - Method in class de.ipb_halle.molecularfaces.util.ResourceLoader
 
addComponentToHead(UIComponent, FacesContext) - Method in class de.ipb_halle.molecularfaces.util.ResourceLoader
 
addComponentToResourceContainerInFacet(UIComponent, String, Map<String, UIComponent>) - Method in class de.ipb_halle.molecularfaces.util.ResourceLoader
 
addCssExt(String) - Method in class de.ipb_halle.molecularfaces.util.ResourceLoader
Enqueues loading of a stylesheet file that will be loaded via the JavaScript class molecularfaces.ResourcesLoader.
addCssExtAsFacetComponent(String) - Method in class de.ipb_halle.molecularfaces.util.ResourceLoader
Adds a stylesheet file as facet resource component to the wrapped component.
addCssResource(String) - Method in class de.ipb_halle.molecularfaces.util.ResourceLoader
Enqueues loading of a stylesheet resource file that will be added via JSF's resource mechanism.
addCssResourceAsFacetComponent(String) - Method in class de.ipb_halle.molecularfaces.util.ResourceLoader
Adds a stylesheet resource component as facet to the wrapped component.
addScriptExtAsFacetComponent(String) - Method in class de.ipb_halle.molecularfaces.util.ResourceLoader
Adds a JavaScript file as facet resource component to the wrapped component.
addScriptExtToBodyAtTop(String) - Method in class de.ipb_halle.molecularfaces.util.ResourceLoader
Enqueues loading of a JavaScript file that will be loaded in the top of <body> via the JavaScript class molecularfaces.ResourcesLoader.
addScriptExtToHead(String) - Method in class de.ipb_halle.molecularfaces.util.ResourceLoader
Enqueues loading of a JavaScript file that will be loaded in the <head> via the JavaScript class molecularfaces.ResourcesLoader.
addScriptResourceAsFacetComponent(String) - Method in class de.ipb_halle.molecularfaces.util.ResourceLoader
Adds a JavaScript resource component as facet to the wrapped component.
addScriptResourceToBodyAtTop(String) - Method in class de.ipb_halle.molecularfaces.util.ResourceLoader
Enqueues loading of a JavaScript resource file that will be added via JSF's resource mechanism to the top of <body>.
addScriptResourceToHead(String) - Method in class de.ipb_halle.molecularfaces.util.ResourceLoader
Enqueues loading of a JavaScript resource file that will be added via JSF's resource mechanism to the <head>.

B

baseDir - Variable in class de.ipb_halle.molecularfaces.component.molplugin.MarvinJSComponent
 
border - Enum constant in enum class de.ipb_halle.molecularfaces.component.molplugin.MolPluginCore.PropertyKeys
 

C

cdkReaderMode - Variable in class de.ipb_halle.molecularfaces.validator.MolfileValidator
 
component - Variable in class de.ipb_halle.molecularfaces.util.ResourceLoader
 
COMPONENT_FAMILY - Static variable in class de.ipb_halle.molecularfaces.component.molplugin.MolPluginCore
Component family returned by MolPluginCore.getFamily()
COMPONENT_FAMILY - Static variable in class de.ipb_halle.molecularfaces.component.openvectoreditor.OpenVectorEditorCore
Component family returned by OpenVectorEditorCore.getFamily()
COMPONENT_TYPE - Static variable in class de.ipb_halle.molecularfaces.component.molplugin.MarvinJSComponent
 
COMPONENT_TYPE - Static variable in class de.ipb_halle.molecularfaces.component.molplugin.MolPaintJSComponent
 
COMPONENT_TYPE - Static variable in class de.ipb_halle.molecularfaces.component.molplugin.OpenChemLibJSComponent
 
COMPONENT_TYPE - Static variable in class de.ipb_halle.molecularfaces.component.openvectoreditor.OpenVectorEditorComponent
 
convertSubmittedValueToObject(FacesContext, UIComponent, Object) - Static method in class de.ipb_halle.molecularfaces.util.RendererUtils
Attempt to convert the submitted value using the given component's converter.
convertValueToString(FacesContext, UIInput, Object) - Static method in class de.ipb_halle.molecularfaces.util.RendererUtils
Attempt to convert the value to a String using the given component's converter.
createResourceComponent(String, String) - Method in class de.ipb_halle.molecularfaces.util.ResourceLoader
 
cssExtToLoad - Variable in class de.ipb_halle.molecularfaces.util.ResourceLoader
 
cssResourcesToLoad - Variable in class de.ipb_halle.molecularfaces.util.ResourceLoader
 

D

de.ipb_halle.molecularfaces.component.molplugin - package de.ipb_halle.molecularfaces.component.molplugin
 
de.ipb_halle.molecularfaces.component.openvectoreditor - package de.ipb_halle.molecularfaces.component.openvectoreditor
 
de.ipb_halle.molecularfaces.converter - package de.ipb_halle.molecularfaces.converter
 
de.ipb_halle.molecularfaces.util - package de.ipb_halle.molecularfaces.util
 
de.ipb_halle.molecularfaces.validator - package de.ipb_halle.molecularfaces.validator
 
decode(FacesContext, UIComponent) - Method in class de.ipb_halle.molecularfaces.component.molplugin.MolPluginRenderer
 
decode(FacesContext, UIComponent) - Method in class de.ipb_halle.molecularfaces.component.openvectoreditor.OpenVectorEditorRenderer
 
decodeComponent(FacesContext, UIInput) - Static method in class de.ipb_halle.molecularfaces.util.RendererUtils
Extracts the value of the given component from the request parameter map and sets it as submitted value for this component.
DEFAULT_FORMAT - Static variable in class de.ipb_halle.molecularfaces.component.molplugin.MolPluginCore
 
DEFAULT_HEIGHT - Static variable in class de.ipb_halle.molecularfaces.component.molplugin.MolPluginCore
 
DEFAULT_RENDERER - Static variable in class de.ipb_halle.molecularfaces.component.molplugin.MarvinJSComponent
 
DEFAULT_RENDERER - Static variable in class de.ipb_halle.molecularfaces.component.molplugin.MolPaintJSComponent
 
DEFAULT_RENDERER - Static variable in class de.ipb_halle.molecularfaces.component.molplugin.OpenChemLibJSComponent
 
DEFAULT_RENDERER - Static variable in class de.ipb_halle.molecularfaces.component.openvectoreditor.OpenVectorEditorComponent
 
DEFAULT_WIDTH - Static variable in class de.ipb_halle.molecularfaces.component.molplugin.MolPluginCore
 
DummyConverter - Class in de.ipb_halle.molecularfaces.converter
This converter does not perform any conversions.
DummyConverter() - Constructor for class de.ipb_halle.molecularfaces.converter.DummyConverter
 

E

EMPTY_PROTEIN_SEQUENCE_JSON - Static variable in class de.ipb_halle.molecularfaces.component.openvectoreditor.OpenVectorEditorCore
An empty protein sequence as JSON string that may be used to initiate the OpenVectorEditor in protein sequence mode.
encodeBegin(FacesContext, UIComponent) - Method in class de.ipb_halle.molecularfaces.component.molplugin.MarvinJSRenderer
 
encodeBegin(FacesContext, UIComponent) - Method in class de.ipb_halle.molecularfaces.component.molplugin.MolPaintJSRenderer
 
encodeBegin(FacesContext, UIComponent) - Method in class de.ipb_halle.molecularfaces.component.molplugin.OpenChemLibJSRenderer
 
encodeBegin(FacesContext, UIComponent) - Method in class de.ipb_halle.molecularfaces.component.openvectoreditor.OpenVectorEditorRenderer
 
encodeEditor(FacesContext, ResponseWriter, MolPluginCore) - Method in class de.ipb_halle.molecularfaces.component.molplugin.MarvinJSRenderer
 
encodeEditor(FacesContext, ResponseWriter, MolPluginCore) - Method in class de.ipb_halle.molecularfaces.component.molplugin.MolPaintJSRenderer
 
encodeEditor(FacesContext, ResponseWriter, MolPluginCore) - Method in class de.ipb_halle.molecularfaces.component.molplugin.OpenChemLibJSRenderer
 
encodeEditorHTML(FacesContext, ResponseWriter, MolPluginCore, String, String) - Method in class de.ipb_halle.molecularfaces.component.molplugin.MarvinJSRenderer
Encodes the HTML part of the plugin editor into the writer.
encodeEditorHTML(FacesContext, ResponseWriter, MolPluginCore, String, String) - Method in class de.ipb_halle.molecularfaces.component.molplugin.MolPaintJSRenderer
Encodes the HTML part of the plugin editor into the writer.
encodeEditorHTML(FacesContext, ResponseWriter, MolPluginCore, String, String) - Method in class de.ipb_halle.molecularfaces.component.molplugin.OpenChemLibJSRenderer
Encodes the HTML part of the plugin editor into the writer.
encodeEditorJS(FacesContext, ResponseWriter, MolPluginCore, String, String) - Method in class de.ipb_halle.molecularfaces.component.molplugin.MarvinJSRenderer
Encodes the JavaScript part of the plugin editor into the writer.
encodeEditorJS(ResponseWriter, MolPluginCore, String, String) - Method in class de.ipb_halle.molecularfaces.component.molplugin.MolPaintJSRenderer
Encodes the Javascript part of the plugin editor into the writer.
encodeEditorJS(ResponseWriter, MolPluginCore, String, String) - Method in class de.ipb_halle.molecularfaces.component.molplugin.OpenChemLibJSRenderer
Encodes the Javascript part of the plugin editor into the writer.
encodeHiddenInput(FacesContext, ResponseWriter, OpenVectorEditorCore, String) - Method in class de.ipb_halle.molecularfaces.component.openvectoreditor.OpenVectorEditorRenderer
 
encodeIframe(FacesContext, ResponseWriter, OpenVectorEditorCore, String, String, String) - Method in class de.ipb_halle.molecularfaces.component.openvectoreditor.OpenVectorEditorRenderer
 
encodeJS(ResponseWriter, OpenVectorEditorCore, String, String, String) - Method in class de.ipb_halle.molecularfaces.component.openvectoreditor.OpenVectorEditorRenderer
 
encodeLoadExtResources(String) - Method in class de.ipb_halle.molecularfaces.util.ResourceLoader
Generates a JavaScript code fragment for loading resources that have been enqueued for loading via molecularfaces.ResourcesLoader.
encodeResource(ResponseWriter, UIComponent, String) - Method in class de.ipb_halle.molecularfaces.component.openvectoreditor.OpenVectorEditorRenderer
 
encodeResourceComponents(FacesContext, List<UIComponent>) - Method in class de.ipb_halle.molecularfaces.component.openvectoreditor.OpenVectorEditorRenderer
 
encodeResourceFromExt(FacesContext, ResponseWriter, UIComponent) - Method in class de.ipb_halle.molecularfaces.component.openvectoreditor.OpenVectorEditorRenderer
 
encodeResourceFromJSFResourceLibrary(FacesContext, ResponseWriter, UIComponent) - Method in class de.ipb_halle.molecularfaces.component.openvectoreditor.OpenVectorEditorRenderer
 
encodeScriptInclude(ResponseWriter, UIComponent, String) - Method in class de.ipb_halle.molecularfaces.component.openvectoreditor.OpenVectorEditorRenderer
 
encodeStylesheetInclude(ResponseWriter, UIComponent, String) - Method in class de.ipb_halle.molecularfaces.component.openvectoreditor.OpenVectorEditorRenderer
 
encodeViewer(FacesContext, ResponseWriter, MolPluginCore) - Method in class de.ipb_halle.molecularfaces.component.molplugin.MarvinJSRenderer
 
encodeViewer(FacesContext, ResponseWriter, MolPluginCore) - Method in class de.ipb_halle.molecularfaces.component.molplugin.MolPaintJSRenderer
 
encodeViewer(FacesContext, ResponseWriter, MolPluginCore) - Method in class de.ipb_halle.molecularfaces.component.molplugin.OpenChemLibJSRenderer
 
encodeViewerHTML(FacesContext, ResponseWriter, MolPluginCore, String, String) - Method in class de.ipb_halle.molecularfaces.component.molplugin.MarvinJSRenderer
Encodes the HTML part of the plugin viewer into the writer.
encodeViewerHTML(FacesContext, ResponseWriter, MolPluginCore, String, String) - Method in class de.ipb_halle.molecularfaces.component.molplugin.MolPaintJSRenderer
Encodes the HTML part of the plugin viewer into the writer.
encodeViewerHTML(FacesContext, ResponseWriter, MolPluginCore, String, String) - Method in class de.ipb_halle.molecularfaces.component.molplugin.OpenChemLibJSRenderer
Encodes the HTML part of the plugin viewer into the writer.
encodeViewerJS(FacesContext, ResponseWriter, MolPluginCore, String, String) - Method in class de.ipb_halle.molecularfaces.component.molplugin.MarvinJSRenderer
Encodes the Javascript part of the plugin viewer into the writer.
encodeViewerJS(ResponseWriter, MolPluginCore, String, String) - Method in class de.ipb_halle.molecularfaces.component.molplugin.MolPaintJSRenderer
Encodes the Javascript part of the plugin viewer into the writer.
encodeViewerJS(ResponseWriter, MolPluginCore, String, String) - Method in class de.ipb_halle.molecularfaces.component.molplugin.OpenChemLibJSRenderer
Encodes the Javascript part of the plugin viewer into the writer.

F

findBodyComponent(FacesContext) - Method in class de.ipb_halle.molecularfaces.util.ResourceLoader
 
format - Enum constant in enum class de.ipb_halle.molecularfaces.component.molplugin.MolPluginCore.PropertyKeys
 
format - Variable in class de.ipb_halle.molecularfaces.validator.MolfileValidator
 
format() - Element in annotation interface de.ipb_halle.molecularfaces.validator.Molfile
 
Format() - Constructor for enum class de.ipb_halle.molecularfaces.component.molplugin.MolPluginCore.Format
 
Format() - Constructor for enum class de.ipb_halle.molecularfaces.validator.Molfile.Format
 

G

generateDivStyle(MolPluginCore) - Method in class de.ipb_halle.molecularfaces.component.molplugin.MolPluginRenderer
Generate the inline css style for the <div> element of the rendered editor or viewer.
generateIframeSrcdocHTML(FacesContext, OpenVectorEditorCore, String) - Method in class de.ipb_halle.molecularfaces.component.openvectoreditor.OpenVectorEditorRenderer
 
generateJSCode(OpenVectorEditorCore, String, String, String) - Method in class de.ipb_halle.molecularfaces.component.openvectoreditor.OpenVectorEditorRenderer
 
getAsObject(FacesContext, UIComponent, String) - Method in class de.ipb_halle.molecularfaces.converter.DummyConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class de.ipb_halle.molecularfaces.converter.MDLV2000Converter
Converts a MDL Molfile V2000 string to an IAtomContainer.
getAsObject(FacesContext, UIComponent, String) - Method in class de.ipb_halle.molecularfaces.converter.MDLV3000Converter
Converts a MDL Molfile V3000 string to an IAtomContainer.
getAsString(FacesContext, UIComponent, Object) - Method in class de.ipb_halle.molecularfaces.converter.DummyConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class de.ipb_halle.molecularfaces.converter.MDLV2000Converter
Converts an IAtomContainer to a MDL Molfile V2000 string.
getAsString(FacesContext, UIComponent, Object) - Method in class de.ipb_halle.molecularfaces.converter.MDLV3000Converter
Converts an IAtomContainer to a MDL Molfile V3000 string.
getChildrenFromFacet(String, UIComponent) - Method in class de.ipb_halle.molecularfaces.component.openvectoreditor.OpenVectorEditorRenderer
 
getContextParam(String, FacesContext, String) - Method in interface de.ipb_halle.molecularfaces.util.WebXml
Obtains the param-value for the context-param given by param-name via the given FacesContext instance.
getContextParam(String, FacesContext, String) - Method in class de.ipb_halle.molecularfaces.util.WebXmlImpl
 
getContextParam(String, String) - Method in interface de.ipb_halle.molecularfaces.util.WebXml
Obtains the param-value for the context-param given by param-name via the current FacesContext instance.
getConvertedValue(FacesContext, UIComponent, Object) - Method in class de.ipb_halle.molecularfaces.component.molplugin.MolPluginRenderer
 
getConvertedValue(FacesContext, UIComponent, Object) - Method in class de.ipb_halle.molecularfaces.component.openvectoreditor.OpenVectorEditorRenderer
 
getCssExtToLoad() - Method in class de.ipb_halle.molecularfaces.util.ResourceLoader
 
getCssResourcesToLoad() - Method in class de.ipb_halle.molecularfaces.util.ResourceLoader
 
getFamily() - Method in class de.ipb_halle.molecularfaces.component.molplugin.MolPluginCore
 
getFamily() - Method in class de.ipb_halle.molecularfaces.component.openvectoreditor.OpenVectorEditorCore
 
getFormat() - Method in class de.ipb_halle.molecularfaces.component.molplugin.MolPluginCore
Return the value of the format property.
getHeight() - Method in class de.ipb_halle.molecularfaces.component.molplugin.MolPluginCore
Return the value of the height property.
getResourceLoader() - Method in class de.ipb_halle.molecularfaces.component.molplugin.MolPluginCore
 
getResourceLoader() - Method in class de.ipb_halle.molecularfaces.component.openvectoreditor.OpenVectorEditorCore
 
getScriptResourcesToLoadInBodyAtTop() - Method in class de.ipb_halle.molecularfaces.util.ResourceLoader
 
getScriptResourcesToLoadInHead() - Method in class de.ipb_halle.molecularfaces.util.ResourceLoader
 
getScriptsExtToLoadInBodyAtTop() - Method in class de.ipb_halle.molecularfaces.util.ResourceLoader
 
getScriptsExtToLoadInHead() - Method in class de.ipb_halle.molecularfaces.util.ResourceLoader
 
getWidgetVar() - Method in class de.ipb_halle.molecularfaces.component.molplugin.MolPluginCore
Return the value of the widgetVar property.
getWidgetVar() - Method in class de.ipb_halle.molecularfaces.component.openvectoreditor.OpenVectorEditorCore
Return the value of the widgetVar property.
getWidth() - Method in class de.ipb_halle.molecularfaces.component.molplugin.MolPluginCore
Return the value of the width property.
groups() - Element in annotation interface de.ipb_halle.molecularfaces.validator.Molfile
 

H

height - Enum constant in enum class de.ipb_halle.molecularfaces.component.molplugin.MolPluginCore.PropertyKeys
 

I

initialize(Molfile) - Method in class de.ipb_halle.molecularfaces.validator.MolfileValidator
 
isBorder() - Method in class de.ipb_halle.molecularfaces.component.molplugin.MolPluginCore
Return the value of the border property.
isContextParamTrue(String) - Method in interface de.ipb_halle.molecularfaces.util.WebXml
Parses the param-value for the context-param given by param-name via the current FacesContext instance and returns true if the param-value is equal, ignoring case, to the string "true".
isContextParamTrue(String, FacesContext) - Method in interface de.ipb_halle.molecularfaces.util.WebXml
Parses the param-value for the context-param given by param-name via the given FacesContext instance and returns true if the param-value is equal, ignoring case, to the string "true".
isReadonly() - Method in class de.ipb_halle.molecularfaces.component.molplugin.MolPluginCore
Return the value of the readonly property.
isReadonly() - Method in class de.ipb_halle.molecularfaces.component.openvectoreditor.OpenVectorEditorCore
Return the value of the readonly property.
isValid(String, ConstraintValidatorContext) - Method in class de.ipb_halle.molecularfaces.validator.MolfileValidator
 

J

JAVASCRIPT - Static variable in class de.ipb_halle.molecularfaces.util.ResourceLoader
Renderer type for JavaScript resources.
JAVASCRIPT_FACET_NAME - Static variable in class de.ipb_halle.molecularfaces.util.ResourceLoader
Name of the facet that is used when adding JavaScript resources as facet components.

L

loadCssResources(FacesContext) - Method in class de.ipb_halle.molecularfaces.util.ResourceLoader
 
loaderJSVar - Variable in class de.ipb_halle.molecularfaces.component.molplugin.MarvinJSRenderer
Name of the JavaScript global variable that represents a common ResourcesLoader instance for all rendered components of this plugin type.
loaderJSVar - Variable in class de.ipb_halle.molecularfaces.component.molplugin.MolPaintJSRenderer
Name of the JavaScript global variable that represents a common ResourcesLoader instance for all rendered components of this plugin type.
loaderJSVar - Variable in class de.ipb_halle.molecularfaces.component.molplugin.OpenChemLibJSRenderer
Name of the JavaScript global variable that represents a common ResourcesLoader instance for all rendered components of this plugin type.
loaderJSVar - Variable in class de.ipb_halle.molecularfaces.component.openvectoreditor.OpenVectorEditorRenderer
Name of the JavaScript global variable that represents a common ResourcesLoader instance for all rendered components of this plugin type.
loadScriptResources(FacesContext) - Method in class de.ipb_halle.molecularfaces.util.ResourceLoader
 
LOGGER - Static variable in class de.ipb_halle.molecularfaces.component.openvectoreditor.OpenVectorEditorRenderer
 

M

MarvinJS - Enum constant in enum class de.ipb_halle.molecularfaces.component.molplugin.MolPluginCore.PluginType
 
MarvinJSComponent - Class in de.ipb_halle.molecularfaces.component.molplugin
This UIComponent renders a chemical structure editor or viewer using the Marvin JS JavaScript plugin.
MarvinJSComponent() - Constructor for class de.ipb_halle.molecularfaces.component.molplugin.MarvinJSComponent
 
MarvinJSRenderer - Class in de.ipb_halle.molecularfaces.component.molplugin
This Renderer renders a chemical structure editor or viewer using the Marvin JS Javascript plugin.
MarvinJSRenderer() - Constructor for class de.ipb_halle.molecularfaces.component.molplugin.MarvinJSRenderer
 
MDLV2000 - Enum constant in enum class de.ipb_halle.molecularfaces.component.molplugin.MolPluginCore.Format
 
MDLV2000Converter - Class in de.ipb_halle.molecularfaces.converter
This FacesConverter converts MDL Molfile V2000 strings to CDK's IAtomContainer objects and vice versa.
MDLV2000Converter() - Constructor for class de.ipb_halle.molecularfaces.converter.MDLV2000Converter
 
MDLV3000 - Enum constant in enum class de.ipb_halle.molecularfaces.component.molplugin.MolPluginCore.Format
 
MDLV3000Converter - Class in de.ipb_halle.molecularfaces.converter
This FacesConverter converts MDL Molfile V3000 strings to CDK's IAtomContainer objects and vice versa.
MDLV3000Converter() - Constructor for class de.ipb_halle.molecularfaces.converter.MDLV3000Converter
 
message() - Element in annotation interface de.ipb_halle.molecularfaces.validator.Molfile
 
mode() - Element in annotation interface de.ipb_halle.molecularfaces.validator.Molfile
 
Mode() - Constructor for enum class de.ipb_halle.molecularfaces.validator.Molfile.Mode
 
Molfile - Annotation Interface in de.ipb_halle.molecularfaces.validator
Molfile check constraint.
Molfile.Format - Enum Class in de.ipb_halle.molecularfaces.validator
 
Molfile.Mode - Enum Class in de.ipb_halle.molecularfaces.validator
 
MolfileValidator - Class in de.ipb_halle.molecularfaces.validator
Checks that a given String is a valid MDL Molfile according to the CDK library.
MolfileValidator() - Constructor for class de.ipb_halle.molecularfaces.validator.MolfileValidator
 
MolPaintJS - Enum constant in enum class de.ipb_halle.molecularfaces.component.molplugin.MolPluginCore.PluginType
 
MolPaintJSComponent - Class in de.ipb_halle.molecularfaces.component.molplugin
This UIComponent renders a chemical structure editor or viewer using the MolPaintJS JavaScript plugin.
MolPaintJSComponent() - Constructor for class de.ipb_halle.molecularfaces.component.molplugin.MolPaintJSComponent
 
MolPaintJSRenderer - Class in de.ipb_halle.molecularfaces.component.molplugin
This Renderer renders a chemical structure editor or viewer using the MolPaintJS Javascript plugin.
MolPaintJSRenderer() - Constructor for class de.ipb_halle.molecularfaces.component.molplugin.MolPaintJSRenderer
 
MolPluginCore - Class in de.ipb_halle.molecularfaces.component.molplugin
This class holds the attribute states of the chemical structure plugins.
MolPluginCore() - Constructor for class de.ipb_halle.molecularfaces.component.molplugin.MolPluginCore
 
MolPluginCore.Format - Enum Class in de.ipb_halle.molecularfaces.component.molplugin
Possible values for the format property.
MolPluginCore.PluginType - Enum Class in de.ipb_halle.molecularfaces.component.molplugin
Supported chemical structure plugin types.
MolPluginCore.PropertyKeys - Enum Class in de.ipb_halle.molecularfaces.component.molplugin
 
MolPluginRenderer - Class in de.ipb_halle.molecularfaces.component.molplugin
This Renderer offers functionalities for the specific renderers of MolPluginCore-derived molecular structure plugin components.
MolPluginRenderer() - Constructor for class de.ipb_halle.molecularfaces.component.molplugin.MolPluginRenderer
 

O

OpenChemLibJS - Enum constant in enum class de.ipb_halle.molecularfaces.component.molplugin.MolPluginCore.PluginType
 
OpenChemLibJSComponent - Class in de.ipb_halle.molecularfaces.component.molplugin
This UIComponent renders a chemical structure editor or viewer using the OpenChemLib JS JavaScript plugin.
OpenChemLibJSComponent() - Constructor for class de.ipb_halle.molecularfaces.component.molplugin.OpenChemLibJSComponent
 
OpenChemLibJSRenderer - Class in de.ipb_halle.molecularfaces.component.molplugin
This Renderer renders a chemical structure editor or viewer using the OpenChemLib JS Javascript plugin.
OpenChemLibJSRenderer() - Constructor for class de.ipb_halle.molecularfaces.component.molplugin.OpenChemLibJSRenderer
 
OpenVectorEditorComponent - Class in de.ipb_halle.molecularfaces.component.openvectoreditor
OpenVectorEditorComponent() - Constructor for class de.ipb_halle.molecularfaces.component.openvectoreditor.OpenVectorEditorComponent
 
OpenVectorEditorCore - Class in de.ipb_halle.molecularfaces.component.openvectoreditor
This class holds the attribute states of the <mol:openVectorEditor> component.
OpenVectorEditorCore() - Constructor for class de.ipb_halle.molecularfaces.component.openvectoreditor.OpenVectorEditorCore
 
OpenVectorEditorCore.PropertyKeys - Enum Class in de.ipb_halle.molecularfaces.component.openvectoreditor
 
OpenVectorEditorRenderer - Class in de.ipb_halle.molecularfaces.component.openvectoreditor
This Renderer renders the HTML and JavaScript code of a OpenVectorEditorComponent using the Teselagen's Open Source Vector/Plasmid Editor Component.
OpenVectorEditorRenderer() - Constructor for class de.ipb_halle.molecularfaces.component.openvectoreditor.OpenVectorEditorRenderer
 

P

payload() - Element in annotation interface de.ipb_halle.molecularfaces.validator.Molfile
 
PluginType() - Constructor for enum class de.ipb_halle.molecularfaces.component.molplugin.MolPluginCore.PluginType
 
processEvent(ComponentSystemEvent) - Method in class de.ipb_halle.molecularfaces.component.molplugin.MarvinJSComponent
 
processEvent(ComponentSystemEvent) - Method in class de.ipb_halle.molecularfaces.util.ResourceLoader
 
processPostAddToViewEvent() - Method in class de.ipb_halle.molecularfaces.component.molplugin.MarvinJSComponent
 
PropertyKeys() - Constructor for enum class de.ipb_halle.molecularfaces.component.molplugin.MolPluginCore.PropertyKeys
 
PropertyKeys() - Constructor for enum class de.ipb_halle.molecularfaces.component.openvectoreditor.OpenVectorEditorCore.PropertyKeys
 

R

readonly - Enum constant in enum class de.ipb_halle.molecularfaces.component.molplugin.MolPluginCore.PropertyKeys
 
readonly - Enum constant in enum class de.ipb_halle.molecularfaces.component.openvectoreditor.OpenVectorEditorCore.PropertyKeys
 
RELAXED - Enum constant in enum class de.ipb_halle.molecularfaces.validator.Molfile.Mode
Only fail on serious format problems in the molfile.
renderCssResourcesFromFacet(FacesContext, OpenVectorEditorCore) - Method in class de.ipb_halle.molecularfaces.component.openvectoreditor.OpenVectorEditorRenderer
 
RENDERER_TYPE - Static variable in class de.ipb_halle.molecularfaces.component.molplugin.MarvinJSRenderer
 
RENDERER_TYPE - Static variable in class de.ipb_halle.molecularfaces.component.molplugin.MolPaintJSRenderer
 
RENDERER_TYPE - Static variable in class de.ipb_halle.molecularfaces.component.molplugin.OpenChemLibJSRenderer
 
RENDERER_TYPE - Static variable in class de.ipb_halle.molecularfaces.component.openvectoreditor.OpenVectorEditorRenderer
 
RendererUtils - Class in de.ipb_halle.molecularfaces.util
Utility class that supplies convenient functionalities to be used by Renderers.
RendererUtils() - Constructor for class de.ipb_halle.molecularfaces.util.RendererUtils
 
renderScriptResourcesFromFacet(FacesContext, OpenVectorEditorCore) - Method in class de.ipb_halle.molecularfaces.component.openvectoreditor.OpenVectorEditorRenderer
 
resourceLoader - Variable in class de.ipb_halle.molecularfaces.component.molplugin.MolPluginCore
 
resourceLoader - Variable in class de.ipb_halle.molecularfaces.component.openvectoreditor.OpenVectorEditorCore
 
ResourceLoader - Class in de.ipb_halle.molecularfaces.util
This class enqueues resources and loads them either automatically or upon request.
ResourceLoader(UIComponent) - Constructor for class de.ipb_halle.molecularfaces.util.ResourceLoader
Wraps the given component and registers a PostAddToView event to it, in which this instance will attach its enqueued resources to the component tree.
RESOURCES_LIBRARY_NAME - Static variable in class de.ipb_halle.molecularfaces.util.ResourceLoader
Resource library name.

S

scriptResourcesToLoadInBodyAtTop - Variable in class de.ipb_halle.molecularfaces.util.ResourceLoader
 
scriptResourcesToLoadInHead - Variable in class de.ipb_halle.molecularfaces.util.ResourceLoader
 
scriptsExtToLoadInBodyAtTop - Variable in class de.ipb_halle.molecularfaces.util.ResourceLoader
 
scriptsExtToLoadInHead - Variable in class de.ipb_halle.molecularfaces.util.ResourceLoader
 
serialVersionUID - Static variable in class de.ipb_halle.molecularfaces.util.ResourceLoader
 
setBorder(boolean) - Method in class de.ipb_halle.molecularfaces.component.molplugin.MolPluginCore
Set the value of the border property.
setFormat(String) - Method in class de.ipb_halle.molecularfaces.component.molplugin.MolPluginCore
Set the value of the format property.
setHeight(int) - Method in class de.ipb_halle.molecularfaces.component.molplugin.MolPluginCore
Set the value of the height property.
setReadonly(boolean) - Method in class de.ipb_halle.molecularfaces.component.molplugin.MolPluginCore
Set the value of the readonly property.
setReadonly(boolean) - Method in class de.ipb_halle.molecularfaces.component.openvectoreditor.OpenVectorEditorCore
Set the value of the readonly property.
setWidgetVar(String) - Method in class de.ipb_halle.molecularfaces.component.molplugin.MolPluginCore
Set the value of the widgetVar property.
setWidgetVar(String) - Method in class de.ipb_halle.molecularfaces.component.openvectoreditor.OpenVectorEditorCore
Set the value of the widgetVar property.
setWidth(int) - Method in class de.ipb_halle.molecularfaces.component.molplugin.MolPluginCore
Set the value of the width property.
STRICT - Enum constant in enum class de.ipb_halle.molecularfaces.validator.Molfile.Mode
Fail on any format problem in the molfile.
STYLESHEET - Static variable in class de.ipb_halle.molecularfaces.util.ResourceLoader
Renderer type for stylesheet resources.
STYLESHEET_FACET_NAME - Static variable in class de.ipb_halle.molecularfaces.util.ResourceLoader
Name of the facet that is used when adding stylesheet resources as facet components.

T

toString() - Method in enum class de.ipb_halle.molecularfaces.component.molplugin.MolPluginCore.Format
 
toString() - Method in enum class de.ipb_halle.molecularfaces.component.molplugin.MolPluginCore.PluginType
 

V

V2000 - Enum constant in enum class de.ipb_halle.molecularfaces.validator.Molfile.Format
MDL Molfile V2000
V3000 - Enum constant in enum class de.ipb_halle.molecularfaces.validator.Molfile.Format
MDL Molfile V3000
valueOf(String) - Static method in enum class de.ipb_halle.molecularfaces.component.molplugin.MolPluginCore.Format
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.ipb_halle.molecularfaces.component.molplugin.MolPluginCore.PluginType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.ipb_halle.molecularfaces.component.molplugin.MolPluginCore.PropertyKeys
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.ipb_halle.molecularfaces.component.openvectoreditor.OpenVectorEditorCore.PropertyKeys
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.ipb_halle.molecularfaces.validator.Molfile.Format
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class de.ipb_halle.molecularfaces.validator.Molfile.Mode
Returns the enum constant of this class with the specified name.
values() - Static method in enum class de.ipb_halle.molecularfaces.component.molplugin.MolPluginCore.Format
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.ipb_halle.molecularfaces.component.molplugin.MolPluginCore.PluginType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.ipb_halle.molecularfaces.component.molplugin.MolPluginCore.PropertyKeys
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.ipb_halle.molecularfaces.component.openvectoreditor.OpenVectorEditorCore.PropertyKeys
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.ipb_halle.molecularfaces.validator.Molfile.Format
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class de.ipb_halle.molecularfaces.validator.Molfile.Mode
Returns an array containing the constants of this enum class, in the order they are declared.

W

webXml - Variable in class de.ipb_halle.molecularfaces.component.molplugin.MarvinJSComponent
 
webXml - Variable in class de.ipb_halle.molecularfaces.component.molplugin.MarvinJSRenderer
 
webXml - Variable in class de.ipb_halle.molecularfaces.component.molplugin.MolPaintJSComponent
 
webXml - Variable in class de.ipb_halle.molecularfaces.component.molplugin.OpenChemLibJSComponent
 
webXml - Variable in class de.ipb_halle.molecularfaces.component.openvectoreditor.OpenVectorEditorComponent
 
WebXml - Interface in de.ipb_halle.molecularfaces.util
This interface offers methods to obtain information from web.xml.
WEBXML_CUSTOM_RESOURCE_BASE_URL - Static variable in class de.ipb_halle.molecularfaces.component.openvectoreditor.OpenVectorEditorComponent
Name of the context-param in web.xml that specifies the location of the OpenVectorEditor UMD installation relative to the application's context root.
WEBXML_CUSTOM_RESOURCE_URL - Static variable in class de.ipb_halle.molecularfaces.component.molplugin.MolPaintJSComponent
Name of the context-param in web.xml that specifies the location of molpaint.js relative to the application's context root.
WEBXML_CUSTOM_RESOURCE_URL - Static variable in class de.ipb_halle.molecularfaces.component.molplugin.OpenChemLibJSComponent
Name of the context-param in web.xml that specifies the location of openchemlib-full.js relative to the application's context root.
WEBXML_MARVINJS_BASE_URL - Static variable in class de.ipb_halle.molecularfaces.component.molplugin.MarvinJSComponent
Name of the context-param in web.xml that specifies the location of the extracted Marvin JS archive (marvinjs-version-core.zip) relative to the application's context root.
WEBXML_MARVINJS_LICENSE_URL - Static variable in class de.ipb_halle.molecularfaces.component.molplugin.MarvinJSComponent
Name of the context-param in web.xml that specifies the location of Marvin JS' license file (marvin4js-license.cxl) relative to MarvinJSComponent.WEBXML_MARVINJS_BASE_URL.
WEBXML_MARVINJS_WEBSERVICES - Static variable in class de.ipb_halle.molecularfaces.component.molplugin.MarvinJSComponent
Name of the context-param in web.xml that specifies if Marvin JS should use its webservices.
WebXmlImpl - Class in de.ipb_halle.molecularfaces.util
This class implements methods to obtain information from web.xml.
WebXmlImpl() - Constructor for class de.ipb_halle.molecularfaces.util.WebXmlImpl
 
widgetVar - Enum constant in enum class de.ipb_halle.molecularfaces.component.molplugin.MolPluginCore.PropertyKeys
 
widgetVar - Enum constant in enum class de.ipb_halle.molecularfaces.component.openvectoreditor.OpenVectorEditorCore.PropertyKeys
 
width - Enum constant in enum class de.ipb_halle.molecularfaces.component.molplugin.MolPluginCore.PropertyKeys
 
writeScriptTag(String, OpenVectorEditorCore, ResponseWriter) - Method in class de.ipb_halle.molecularfaces.component.openvectoreditor.OpenVectorEditorRenderer
 
A B C D E F G H I J L M O P R S T V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form