Uses of Class
webeq3.util.OptionsInfo

Packages that use OptionsInfo
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 OptionsInfo in com.dessci.mathflow.sdk.editor
 

Constructors in com.dessci.mathflow.sdk.editor with parameters of type OptionsInfo
SimpleEditorDialog(java.awt.Dialog owner, java.lang.Object host, java.lang.String licenseString, int licenseType, OptionsInfo options)
          Creates a modal dialog with the specified Dialog as its owner and with the specified license source and the specified OptionsInfo object.
SimpleEditorDialog(java.awt.Dialog owner, java.lang.Object host, java.lang.String licenseString, int licenseType, SimpleConfigurationInfo configInfo, OptionsInfo options)
          Creates a modal dialog with the specified Dialog as its owner, with the specified license source, the specified SimpleConfigurationInfo object and with the specified OptionsInfo object.
SimpleEditorDialog(java.awt.Frame owner, java.lang.Object host, java.lang.String licenseString, int licenseType, OptionsInfo options)
          Creates a modal dialog with the specified Frame as its owner and with the specified license source and the specified OptionsInfo object.
SimpleEditorDialog(java.awt.Frame owner, java.lang.Object host, java.lang.String licenseString, int licenseType, SimpleConfigurationInfo configInfo, OptionsInfo options)
          Creates a modal dialog with the specified Frame as its owner, with the specified license source, the specified SimpleConfigurationInfo object and with the specified OptionsInfo object.
SimpleEditorFrame(java.lang.Object host, java.lang.String licenseString, int licenseType, OptionsInfo options)
          Creates a new, initially invisible frame with the specified license source and the specified OptionsInfo object.
SimpleEditorFrame(java.lang.Object host, java.lang.String licenseString, int licenseType, SimpleConfigurationInfo configInfo, OptionsInfo options)
          Creates a new, initially invisible frame with the specified license source, the specified SimpleConfigurationInfo object and the specified OptionsInfo object.
StructureEditorDialog(javax.swing.JDialog owner, java.lang.Object host, java.lang.String licenseString, int licenseType, OptionsInfo options)
          Creates a modal dialog with the specified JDialog as its owner and with the specified license source and the specified OptionsInfo 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, OptionsInfo options)
          Creates a modal dialog with the specified JFrame as its owner and with the specified license source and the specified OptionsInfo 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, OptionsInfo options)
          Creates a new, initially invisible frame with the specified license source and the specified OptionsInfo 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.
StyleEditorDialog(javax.swing.JDialog owner, java.lang.Object host, java.lang.String licenseString, int licenseType, OptionsInfo options)
          Creates a modal dialog with the specified JDialog as its owner and with the specified OptionsInfo object.
StyleEditorDialog(javax.swing.JDialog owner, java.lang.Object host, java.lang.String licenseString, int licenseType, StyleConfigurationInfo configInfo, OptionsInfo options)
          Creates a modal dialog with the specified JDialog as its owner, with the specified StyleConfigurationInfo object and with the specified OptionsInfo object.
StyleEditorDialog(javax.swing.JFrame owner, java.lang.Object host, java.lang.String licenseString, int licenseType, OptionsInfo options)
          Creates a modal dialog with the specified JFrame as its owner and with the specified OptionsInfo object.
StyleEditorDialog(javax.swing.JFrame owner, java.lang.Object host, java.lang.String licenseString, int licenseType, StyleConfigurationInfo configInfo, OptionsInfo options)
          Creates a modal dialog with the specified JFrame as its owner, with the specified StyleConfigurationInfo object and with the specified OptionsInfo object.
StyleEditorFrame(java.lang.Object host, java.lang.String licenseString, int licenseType, OptionsInfo options)
          Creates a new, initially invisible frame with the specified license source and the specified OptionsInfo object.
StyleEditorFrame(java.lang.Object host, java.lang.String licenseString, int licenseType, StyleConfigurationInfo configInfo, OptionsInfo options)
          Creates a new, initially invisible frame with the specified license source, the specified StyleConfigurationInfo object and the specified OptionsInfo object.
 


Copyright (c) 2015 Design Science
All rights reserved