Uses of Class
webeq3.app.StructureConfigurationInfo

Packages that use StructureConfigurationInfo
com.dessci.mathflow.sdk.editor Provides the classes necessary to create a full-fledge MathML editor which can easily be embedded in a Java applet or application. 
 

Uses of StructureConfigurationInfo in com.dessci.mathflow.sdk.editor
 

Constructors in com.dessci.mathflow.sdk.editor with parameters of type StructureConfigurationInfo
StructureEditorApplet(java.lang.String licenseString, int licenseType, StructureConfigurationInfo configInfo)
          Creates a new StructureEditorApplet with the specified license source and the StructureConfigurationInfo object.
StructureEditorApplet(java.lang.String licID, StructureConfigurationInfo configInfo)
          Creates a new StructureEditorApplet with the specified license ID and the StructureConfigurationInfo object.
StructureEditorDialog(javax.swing.JDialog owner, java.lang.Object host, java.lang.String licenseString, int licenseType, StructureConfigurationInfo configInfo)
          Creates a modal dialog with the specified JDialog as its owner and with the specified license source and the specified StructureConfigurationInfo object.
StructureEditorDialog(javax.swing.JDialog owner, java.lang.Object host, java.lang.String licenseString, int licenseType, StructureConfigurationInfo configInfo, OptionsInfo options)
          Creates a modal dialog with the specified JDialog as its owner, with the specified license source, the specified StructureConfigurationInfo object and the specified OptionsInfo object.
StructureEditorDialog(javax.swing.JFrame owner, java.lang.Object host, java.lang.String licenseString, int licenseType, StructureConfigurationInfo configInfo)
          Creates a modal dialog with the specified JFrame as its owner and with the specified license source and the specified StructureConfigurationInfo object.
StructureEditorDialog(javax.swing.JFrame owner, java.lang.Object host, java.lang.String licenseString, int licenseType, StructureConfigurationInfo configInfo, OptionsInfo options)
          Creates a modal dialog with the specified JFrame as its owner, with the specified license source, the specified StructureConfigurationInfo object and the specified OptionsInfo object.
StructureEditorFrame(java.lang.Object host, java.lang.String licenseString, int licenseType, StructureConfigurationInfo configInfo)
          Creates a new, initially invisible frame with the specified license source and the specified StructureConfigurationInfo object.
StructureEditorFrame(java.lang.Object host, java.lang.String licenseString, int licenseType, StructureConfigurationInfo configInfo, OptionsInfo options)
          Creates a new, initially invisible frame with the specified license source, the specified StructureConfigurationInfo object and the specified OptionsInfo object.
 


Copyright (c) 2015 Design Science
All rights reserved