Creating a Structure Editor
The MathFlow Structure Editor component can be used within Java applications. There are two versions of the Structure Editor component.
The StructureEditorFrame can be embedded either directly in a Java application or it can be opened in a separate, non-modal window. The StructureEditorDialog can be opened in a separate modal window. To create an instance of either, the constructor must be called with two or more of the following objects:
- (Required) Host Application for callbacks and notifications.
- (Required) License key or FlexNet license file.
- (Optional) StructureConfigInfo.
- (Optional) OptionsInfo, which allows you to save the General Editing Preferences to an external file to persist user settings.
|