Creating a Style Editor
The MathFlow Style Editor component can be used within Java applications. There are two versions of the Style Editor component.
The StyleEditorFrame can be embedded either directly in a Java application or it can be opened in a separate, non-modal window. The StyleEditorDialog 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) StyleConfigInfo
- (Optional) OptionsInfo, which allows you to save the General Editing Preferences to an external file to persist user settings.
|