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