Plug-in computer program design architecture
A computer and plug-in technology, which is applied in the field of plug-in computer program design architecture, can solve the problems of the complexity of information exchange between the main program and the plug-in
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0024] As shown in Figure 2, we first establish this plug-in architecture, and create the class files of each class according to the class structure diagram shown in Figure 2. These include: IPlugin, IApplicationObject, PluginInfoAttribute, MyPlugin1.
[0025] After the basic interface and class method are built, this embodiment is an example of text input, and the business object to be operated by the main program is a document object. Therefore, for the IBizObject interface, we define it as follows:
[0026] public interface IDocumentObject {
[0027] / / These properties are the corresponding property mappings of the RichTextBox control
[0028] string SelectionText {get ; set ;}
[0029] Color SelectionColor {get ; set ;}
[0030] Font SelectionFont {get ; set ;}
[0031] int SelectionStart {get ; set ;}
[0032] int SelectionLength {get ; set ;}
[0033] string SelectionRTF {get ; set ;}
[0034] bool HasChanges {get ;} ...
PUM
Abstract
Description
Claims
Application Information
- R&D Engineer
- R&D Manager
- IP Professional
- Industry Leading Data Capabilities
- Powerful AI technology
- Patent DNA Extraction
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2024 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com