US9256651B1 - Inheritance of properties files with locale chain support - Google Patents
Inheritance of properties files with locale chain support Download PDFInfo
- Publication number
- US9256651B1 US9256651B1 US14/035,664 US201314035664A US9256651B1 US 9256651 B1 US9256651 B1 US 9256651B1 US 201314035664 A US201314035664 A US 201314035664A US 9256651 B1 US9256651 B1 US 9256651B1
- Authority
- US
- United States
- Prior art keywords
- chain
- display
- localizable
- properties
- properties files
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active, expires
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/451—Execution arrangements for user interfaces
- G06F9/454—Multi-language systems; Localisation; Internationalisation
-
- G06F17/30554—
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/16—File or folder operations, e.g. details of user interfaces specifically adapted to file systems
- G06F16/164—File meta data generation
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/048—Interaction techniques based on graphical user interfaces [GUI]
- G06F3/0481—Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/048—Interaction techniques based on graphical user interfaces [GUI]
- G06F3/0484—Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
- G06F3/04847—Interaction techniques to control parameter settings, e.g. interaction with sliders or dials
-
- G06F9/4448—
Definitions
- GUIs Graphical user interfaces
- some developers distribute each dialog box with one or more localized properties files to allow features of each dialog box to be properly localized.
- embodiments are directed to techniques for enabling inheritance of properties files between related dialog boxes of a GUI while also providing for localization.
- One embodiment is directed to a method of displaying a graphical user interface (GUI) of a first dialog box on a display screen of a computing device.
- the method includes, for a localizable display element of a set of localizable display elements of the first dialog box, each localizable display element having a non-localized element name, (a) searching through a first chain of properties files of the first dialog box for a display term mapped to by the non-localized element name of the localizable display element, (b) in response to searching through the first chain of properties files, determining that the display term mapped to by the non-localized element name of the localizable display element is not found within the first chain of properties files, (c) in response to determining that the display term mapped to by the non-localized element name of the localizable display element is not found within the first chain of properties files, further searching through a second chain of properties files associated with a second dialog box for the display term mapped to by the non-localized element name
- FIG. 1 depicts an example system for use in performing various embodiments.
- FIG. 2 depicts an example inheritance of dialog boxes according to various embodiments.
- FIG. 3 depicts an example inheritance matrix according to various embodiments.
- FIG. 4 depicts an example method according to various embodiments.
- Embodiments are directed to techniques for enabling inheritance of properties files between related dialog boxes of a graphical user interface (GUI) while also providing for localization.
- GUI graphical user interface
- FIG. 1 depicts an example system 30 .
- System 30 includes a computing device 32 which connects to a display 34 and an input device 36 via a user interface (UI) 33 .
- UI 33 allows the computing device 32 to interact with a user 37 by displaying a dialog box GUI 35 (as well as various other GUI elements) to the user 37 on the display 34 and receiving instructions from the user 37 via the input device 36 .
- Display 34 may be any kind of display device capable of displaying a GUI, such as, for example, a cathode ray tube, a liquid crystal display, a projection device, a plasma display, or a similar device as is well-known in the art.
- Display 34 may also include more than one display device, each of which may use the same or different display technologies.
- Input device 36 may include any kind of user input devices such as, for example, a keyboard, a keypad, a mouse, a trackpad, a tracking ball, a pen-based digitizer, a stylus-based digitzer, or a similar device as is well-known in the art. Input device 36 may also include more than one user input device. In some embodiments, display 34 and user input device 36 may be combined into a single device, such as, for example, a touch-sensitive display screen. UI 33 may include one or more of a graphics adapter, a touch-based input controller, a mouse interface, a keyboard interface, a universal serial bus, or other similar devices.
- Computing device 32 may be any kind of computing device, such as, for example, a personal computer, a server computer, an enterprise server computer, a workstation computer, a cellular phone, a smart phone, a tablet, a laptop computer, etc.
- Computing device 32 also includes a processor 38 , local storage 39 , and memory 40 .
- Processor 38 may be any kind of processor or set of processors configured to perform operations, such as, for example, a microprocessor, a multi-core microprocessor, a digital signal processor, a collection of electronic circuits, or any combination of the above.
- Memory 40 may be any kind of digital system memory, such as, for example, RAM.
- Memory 40 stores programs and applications (e.g., mobile apps) executing on processor 38 as well as data used by those programs.
- Memory 40 stores an operating system (not depicted) as well as various other software modules (some of which may be independent applications, while others are parts of other applications or the operating system).
- Memory 40 thus includes one or more client applications 42 configured to display various dialog boxes 44 (depicted as dialog boxes 44 A, 44 B, 44 C, . . . , 44 N) within dialog box GUI 35 of display 34 .
- Each dialog box 44 may be thought of as a logical object (e.g., an instantiation of a class within an object-oriented programming language) configured to display a particular dialog box GUI 35 .
- Each dialog box 44 is associated with a bundle 46 (depicted as bundles 46 A, 46 B, 46 C, . . . , 46 N) of properties files 48 (depicted as sets of properties files 48 A, 48 B, 48 C, . . .
- Resource manager 43 is a software module of application 42 configured to load and assemble each bundle 46 in association with its respective dialog box 44 (e.g., bundle A is associated with dialog box A, bundle B is associated with dialog box B, etc.) based upon a configuration provided by configuration manager 45 .
- Configuration manager 45 is a software module of application 42 configured to provide a localization order for the application 42 .
- configuration manager 45 may be configured to provide that the localization order is first Spanish (es) followed by English for default properties.
- configuration manager 45 may be configured to provide that the localization order is first original equipment manufacturer (OEM)-specific Spanish (es.oem) followed by generic Spanish (es) followed by OEM-specific English (oem) followed by English for default properties.
- OEM original equipment manufacturer
- This latter example allows licensed OEM vendors to localize terminology displayed within dialog box GUIs 35 for various dialog boxes 44 to display terms unique or specific to that particular vendor.
- one or more of the bundles 46 also has an inheritance instruction 47 (as depicted, bundles 46 B and 46 C have inheritance instructions 47 ) which allows that bundle 46 to inherit properties from properties files 48 within a bundle 46 of another dialog box 44 .
- Memory 40 may include both a system memory portion for storing programs and data in active use by the processor 38 as well as a persistent storage portion (e.g., solid-state storage and/or disk-based storage) for storing programs and data even while the computing device 32 is powered off.
- the operating system and the software modules e.g., 43 , 44 , 45
- the software modules 43 , 44 , 45 are typically stored both in system memory and in persistent storage so that they may be loaded into system memory from persistent storage upon a system restart.
- Software modules 43 , 44 , 45 when stored in non-transient form either in system memory or in persistent storage, form a computer program product.
- the processor 38 running one or more of these software modules 43 , 44 , 45 thus forms a specialized circuit constructed and arranged to carry out the various processes described herein.
- various components of the computing device 32 may be integrated into a single integrated circuit as a system on a chip (SoC), as is known in the art.
- SoC system on a chip
- FIG. 2 depicts an example set 50 of related dialog boxes 44 and associated bundles 46 .
- parent dialog box 44 A includes various localizable display elements 52 , 54 , 56 .
- the title element 52 displays as “Common Dialog”
- the OK element 54 displays as “OK”
- the cancel element 56 displays as “Cancel.”
- bundle 46 A includes a set 48 A of properties files 48 arranged in a chain order 62 A (generically chain order 62 ) that prioritizes Spanish over English.
- parent dialog box 44 A issues a call to resource manager 43 to localize each localizable display element 52 , 54 , 56 with respect to the set 48 A of properties files 48 according to the chain order 62 A.
- resource manager 43 first searches DialogA.es.oem.props for an OK property, and, if none is found, resource manager 43 continues to search DialogA.es.props for an OK property, followed by DialogA.oem.props and then DialogA.props.
- each properties file 48 is arranged as a set of key-value pairs. Table 1 includes example code for the properties files 48 of the set 48 A associated with parent dialog box 44 A.
- the OK element 54 displays according to the default English even for Spanish and OEM systems
- the cancel element 56 displays differently in Spanish
- the title element 52 varies between all combinations of English/Spanish and OEM/non-OEM.
- intermediate dialog box 44 B includes various localizable display elements 52 , 54 , 56 , 58 .
- elements 52 , 54 , and 56 display as in parent dialog box 44 A.
- New deletion confirmation element 58 displays as “Delete File.”
- bundle 46 B includes a set 48 B of properties files 48 arranged in a chain order 62 B (generically chain order 62 ) that prioritizes Spanish over English.
- intermediate dialog box 44 B issues a call to resource manager 43 to localize each localizable display element 52 , 54 , 56 , 58 with respect to the set 48 B of properties files 48 according to the chain order 62 B.
- resource manager 43 first searches DialogB.es.oem.props for an OK property, and, if none is found, resource manager 43 continues to search DialogB.es.props for an OK property, followed by DialogB.oem.props and then DialogB.props.
- each properties file 48 is arranged as a set of key-value pairs. Table 2 includes example code for the properties files 48 of the set 48 B associated with intermediate dialog box 44 B.
- the OK element 54 is not defined within any of the properties files 48 of the set 48 B associated with intermediate dialog box 44 B, resource manager 43 looks for an inherit instruction. As shown in Table 2, the DialogB.props file includes an inherit statement indicating inheritance from parent dialog box 44 A. Thus, resource manager 43 continues to search bundle 46 A for the OK property, ultimately finding it within DialogA.props. However, deletion confirmation element 58 displays differently in Spanish, and the title element 52 varies between all combinations of English/Spanish and OEM/non-OEM.
- child dialog box 44 C includes various localizable display elements 52 , 54 , 56 , 58 (twice), and 60 .
- elements 52 , 54 , 56 , and 58 display as in intermediate dialog box 44 B.
- New conjunction element 60 displays as “and.”
- bundle 46 C includes a set 48 C of properties files 48 arranged in a chain order 62 C (generically chain order 62 ) that prioritizes Spanish over English.
- each properties file 48 is arranged as a set of key-value pairs. Table 3 includes example code for the properties files 48 of the set 48 C associated with child dialog box 44 C.
- resource manager 43 looks for an inherit instruction. As shown in Table 3, the DialogC.props file includes an inherit statement indicating inheritance from intermediate dialog box 44 B. Thus, resource manager 43 continues to search bundle 46 B for the OK property. However, as before, since the OK element 54 is not defined within any of the properties files 48 of the set 48 B associated with intermediate dialog box 44 B, inheritance proceeds to the bundle 46 A of parent dialog box 44 A.
- both child dialog box 44 C and intermediate dialog box 44 B may inherit from parent dialog box 44 A; in such an arrangement, parent dialog box 44 A will be searched twice.
- FIG. 3 depicts a similar result using an inheritance matrix 70 .
- resource manager 43 In order to display a localizable display element 52 , 54 , 56 , 58 , 60 of child dialog box 44 C, resource manager 43 first searches the properties files 48 of the local child bundle 46 C according to order 62 C. Upon not finding a localization for localizable display element 52 , 54 , 56 , 58 , 60 within child bundle 46 C, inheritance order 72 C proceeds towards searching the properties files 48 of the intermediate bundle 46 B according to intermediate order 62 B. Upon not finding a localization for localizable display element 52 , 54 , 56 , 58 , 60 within intermediate bundle 46 B, inheritance order 72 B proceeds towards searching the properties files 48 of the parent bundle 46 A according to parent order 62 A.
- FIG. 4 illustrates, as method 100 , the operation of resource manager 43 on computing device 32 for displaying a localizable display element of a dialog box 44 with an inheritance scheme.
- a piece of software such as, for example, client application 42 , resource manager 43 , dialog boxes 44 , and/or configuration manager 45 is described as performing a method, process, step, or function, in actuality what is meant is that a computing device (e.g., computing device 32 ) on which that piece of software is running performs the method, process, step, or function when executing that piece of software on its processor (e.g., processor 38 ).
- Method 100 may be performed by resource manager 43 upon receiving a command from a dialog box 44 (e.g., child dialog box 44 C) to localize a localizable display element for display within dialog box GUI 35 .
- a dialog box 44 e.g., child dialog box 44 C
- step 110 resource manager 43 searches the bundle 46 associated with the current dialog box 44 for a display term mapped to be the non-localized element name of the localizable display element.
- the current dialog box 44 is the dialog box atop a search stack.
- the search stack starts off including only the dialog box 44 that issued the original localization request (e.g., child dialog box 44 C), although in later iterations, the top element of the search stack will be a different dialog box 44 ).
- searching the bundle 46 includes first searching a first properties file 48 of the bundle 46 according to the chain order 62 for that dialog box 44 (sub-step 112 ), and proceeding to the remaining properties files 48 of the bundle 46 according to the chain order 62 until reaching the last (default) properties file 48 of the bundle in the chain order 62 (sub-step 114 ).
- searching the bundle 46 includes searching through the properties files 48 of the bundle 46 (according to the chain order 62 , as described above) for a key-value pair having a key equal to the non-localized element name of the localizable display element and selecting the value mapped to by that key, if the key is found within the bundle 46 .
- An example non-localized element name is the key DeletionConfirmation for localizable display element 58 , which localizes to values “Delete Key” or “Borrar el Archivo” depending whether the language is English or Spanish within intermediate bundle 46 B.
- step 120 resource manager 43 evaluates whether or not the display term for the localizable display element has been found within step 110 . If it has, then execution proceeds to step 130 , in which resource manager causes the found display term to be displayed within the dialog box GUI 35 in the place indicated by the location of the localizable display element within the dialog box 44 that originally issued the localization call to the resource manager 43 . In some embodiments, step 130 may be performed by the dialog box 44 itself rather than the resource manager 43 .
- step 140 resource manager 43 checks whether the current bundle 46 (i.e., the bundle 46 associated with the dialog box 44 currently at the top of the search stack) inherits from any other dialog box 44 . This step may be performed by the resource manager 43 looking for an #inherit instruction within the last properties file 48 within bundle 46 according to the chain order 62 . In some embodiments, #inherit instructions may be found in any properties files 48 of the bundle 46 , but in many embodiments, #inherit instructions are ignored unless located within the last properties file 48 within bundle 46 according to the chain order 62 . If there is an #inherit instruction, then the current dialog box is deemed to inherit from the listed dialog box.
- #inherit instruction may be found in any properties files 48 of the bundle 46 , but in many embodiments, #inherit instructions are ignored unless located within the last properties file 48 within bundle 46 according to the chain order 62 . If there is an #inherit instruction, then the current dialog box is deemed to inherit from the listed dialog box.
- step 140 yields a positive value, and execution proceeds with step 150 .
- step 150 resource manager 43 adds the dialog box 44 from which the current dialog box 44 inherits to the top of the search stack, thereby updating the identity of the current dialog box 44 . Then execution proceeds to step 110 for a search of the new current dialog box 44 for the display term mapped to be the non-localized element name of the localizable display element.
- step 140 when step 140 yields a negative result, execution proceeds with step 160 .
- step 160 resource manager 43 evaluates whether or not the search stack can be popped. If the current dialog box 44 is the last element on the stack, then the stack cannot be popped; since the display term mapped to be the non-localized element name of the localizable display element has not yet been found and the search stack is empty, there has been an error. Thus, execution proceeds to step 180 , in which resource manager 43 logs an error. This may happen, for example, during development and de-bugging. As another example, an error may occur when an installation has been corrupted or when the localization for an obscure locale has been insufficiently tested. The logged error may help system administrators to determine what is wrong with the localization configuration.
- step 160 yields a positive result (i.e., the search stack can be popped)
- the operation proceeds to step 170 , in which resource manager 43 pops the stack, thereby returning to the previous current dialog box 44 .
- step 140 proceeds with step 140 to determine whether the current dialog box 44 inherits from any additional dialog boxes 44 .
- Step 130 execution will terminate either with step 130 or with step 180 .
- Method 100 can then be repeated for every localizable display element for each dialog box 44 that is to be displayed within dialog box GUI 35 .
- method 100 has been described as being performed by resource manager 43 , some steps of method 100 may, in fact, be delegated to other classes and functions, not being performed directly be resource manager 43 .
- one embodiment includes a tangible non-transitory computer-readable storage medium (such as, for example, a hard disk, a floppy disk, an optical disk, computer memory, flash memory, etc.) programmed with instructions, which, when performed by a computer or a set of computers, cause one or more of the methods described in various embodiments to be performed.
- a computer which is programmed to perform one or more of the methods described in various embodiments.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Human Computer Interaction (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Software Systems (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- User Interface Of Digital Computer (AREA)
Abstract
Description
TABLE 1 |
Properties files for parent dialog box |
DialogA.props: | ||||
OK = “OK” | ||||
Cancel = “Cancel” | ||||
Title = “Common Dialog” | ||||
DialogA.oem.props: | ||||
Title = “OEM Common Dialog” | ||||
DialogA.es.props: | ||||
Title = “Diálogo ComOn” | ||||
Cancel = “Cancelar” | ||||
DialogA.es.oem.props: | ||||
Title = “Dialogo ComOn de OEM” | ||||
TABLE 2 |
Properties files for intermediate dialog box |
DialogB.props: | ||||
#inherit DialogA | ||||
Title = “Confirm Delete” | ||||
DeletionConfirmation = “Delete File” | ||||
DialogB.oem.props: | ||||
Title = “OEM Confirm Delete” | ||||
Dialog B. es. props: | ||||
Title = “Confirmar Borrado” | ||||
DeletionConfirmation = “Borrar el Archivo” | ||||
DialogB.es.oem.props: | ||||
Title = “Confirmar Borrado de OEM” | ||||
TABLE 3 |
Properties files for child dialog box |
DialogC.props: | ||||
#inherit DialogB | ||||
Title = “Confirm MultipleDelete” | ||||
And = “and” | ||||
DialogC.es.props: | ||||
Title = “Confirmar Varios Borrados” | ||||
And = “y” | ||||
Claims (13)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US14/035,664 US9256651B1 (en) | 2013-09-24 | 2013-09-24 | Inheritance of properties files with locale chain support |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US14/035,664 US9256651B1 (en) | 2013-09-24 | 2013-09-24 | Inheritance of properties files with locale chain support |
Publications (1)
Publication Number | Publication Date |
---|---|
US9256651B1 true US9256651B1 (en) | 2016-02-09 |
Family
ID=55235604
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US14/035,664 Active 2034-07-10 US9256651B1 (en) | 2013-09-24 | 2013-09-24 | Inheritance of properties files with locale chain support |
Country Status (1)
Country | Link |
---|---|
US (1) | US9256651B1 (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20140289616A1 (en) * | 2013-03-20 | 2014-09-25 | Microsoft Corporation | Flexible pluralization of localized text |
CN108021649A (en) * | 2017-11-30 | 2018-05-11 | 中国联合网络通信集团有限公司 | The lookup chain generation method and system of a kind of multizone |
CN113885997A (en) * | 2021-10-19 | 2022-01-04 | 深圳市元征科技股份有限公司 | Dialog box display method and device, electronic equipment and storage medium |
Citations (27)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5608860A (en) | 1994-10-05 | 1997-03-04 | International Business Machines Corporation | Method and apparatus for multiple source and target object direct manipulation techniques |
US5701137A (en) | 1995-05-24 | 1997-12-23 | Microsoft Corporation | Method for separating a hierarchical tree control into one or more hierarchical child tree controls in a graphical user interface |
US5742286A (en) | 1995-11-20 | 1998-04-21 | International Business Machines Corporation | Graphical user interface system and method for multiple simultaneous targets |
US5754179A (en) | 1995-06-07 | 1998-05-19 | International Business Machines Corporation | Selection facilitation on a graphical interface |
US5774120A (en) | 1996-08-14 | 1998-06-30 | International Business Machines Corporation | Refresh and select-all actions in graphical user interface |
US5835768A (en) * | 1995-03-30 | 1998-11-10 | International Business Machines Corporation | Computer operating system providing means for formatting information in accordance with specified cultural preferences |
US5848424A (en) | 1996-11-18 | 1998-12-08 | Toptier Software, Inc. | Data navigator interface with navigation as a function of draggable elements and drop targets |
US5848272A (en) | 1996-06-04 | 1998-12-08 | Lucent Technologies Inc. | Object-oriented intra-process messaging arrangement for windows environments |
US20020003548A1 (en) | 2000-07-10 | 2002-01-10 | Arnd Krusche | Method for controlling network devices via a MMI |
US6339755B1 (en) * | 1998-12-15 | 2002-01-15 | International Business Machines Corporation | Method, system and data structure for splitting language and locale properties in a data processing system |
US6393429B1 (en) | 1998-08-10 | 2002-05-21 | Fujitsu Limited | File handling device, and a recording medium storing a file handling program |
US6492995B1 (en) * | 1999-04-26 | 2002-12-10 | International Business Machines Corporation | Method and system for enabling localization support on web applications |
US20020196271A1 (en) | 2000-10-27 | 2002-12-26 | Helmut Windl | Anticipating drop acceptance indication |
US20030066032A1 (en) | 2001-09-28 | 2003-04-03 | Siebel Systems,Inc. | System and method for facilitating user interaction in a browser environment |
US20030110469A1 (en) | 2001-11-30 | 2003-06-12 | Jackson Jared Joseph | Graphical user interface for managing resource bundles for internationalization |
US20030160825A1 (en) | 2002-02-22 | 2003-08-28 | Roger Weber | System and method for smart drag-and-drop functionality |
US20030160810A1 (en) | 2002-02-28 | 2003-08-28 | Sun Microsystems, Inc. | Methods and systems for internationalizing messages using parameters |
US20030179225A1 (en) * | 2001-04-03 | 2003-09-25 | International Business Machines Corporation | Transmission of locale information |
US20040001094A1 (en) | 2002-06-28 | 2004-01-01 | Johannes Unnewehr | Automatic identification of drop zones |
US6944829B2 (en) | 2001-09-25 | 2005-09-13 | Wind River Systems, Inc. | Configurable user-interface component management system |
US7120646B2 (en) | 2001-04-09 | 2006-10-10 | Health Language, Inc. | Method and system for interfacing with a multi-level data structure |
US7254385B2 (en) | 2003-03-06 | 2007-08-07 | International Business Machines Corporation | System and method of automatic conversion of units of measure in a wireless communication network |
US7293237B1 (en) | 2002-01-14 | 2007-11-06 | Symantec Operating Corporation | Graphical user interface for creating a customized storage layout for an application |
US7532340B2 (en) | 2002-04-19 | 2009-05-12 | Toshiba Tec Kabushiki Kaisha | Document management system rule-based automation |
US7610548B1 (en) * | 2005-10-13 | 2009-10-27 | Adobe Systems Inc. | Method and apparatus for applying locale behaviors to regions of a form |
US8413114B1 (en) | 2008-09-26 | 2013-04-02 | Emc Corporation | Method to simplify developing software having localization |
US20130174027A1 (en) * | 2012-01-03 | 2013-07-04 | International Business Machines Corporation | Rule-Based Locale Definition Generation for a New or Customized Locale Support |
-
2013
- 2013-09-24 US US14/035,664 patent/US9256651B1/en active Active
Patent Citations (27)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5608860A (en) | 1994-10-05 | 1997-03-04 | International Business Machines Corporation | Method and apparatus for multiple source and target object direct manipulation techniques |
US5835768A (en) * | 1995-03-30 | 1998-11-10 | International Business Machines Corporation | Computer operating system providing means for formatting information in accordance with specified cultural preferences |
US5701137A (en) | 1995-05-24 | 1997-12-23 | Microsoft Corporation | Method for separating a hierarchical tree control into one or more hierarchical child tree controls in a graphical user interface |
US5754179A (en) | 1995-06-07 | 1998-05-19 | International Business Machines Corporation | Selection facilitation on a graphical interface |
US5742286A (en) | 1995-11-20 | 1998-04-21 | International Business Machines Corporation | Graphical user interface system and method for multiple simultaneous targets |
US5848272A (en) | 1996-06-04 | 1998-12-08 | Lucent Technologies Inc. | Object-oriented intra-process messaging arrangement for windows environments |
US5774120A (en) | 1996-08-14 | 1998-06-30 | International Business Machines Corporation | Refresh and select-all actions in graphical user interface |
US5848424A (en) | 1996-11-18 | 1998-12-08 | Toptier Software, Inc. | Data navigator interface with navigation as a function of draggable elements and drop targets |
US6393429B1 (en) | 1998-08-10 | 2002-05-21 | Fujitsu Limited | File handling device, and a recording medium storing a file handling program |
US6339755B1 (en) * | 1998-12-15 | 2002-01-15 | International Business Machines Corporation | Method, system and data structure for splitting language and locale properties in a data processing system |
US6492995B1 (en) * | 1999-04-26 | 2002-12-10 | International Business Machines Corporation | Method and system for enabling localization support on web applications |
US20020003548A1 (en) | 2000-07-10 | 2002-01-10 | Arnd Krusche | Method for controlling network devices via a MMI |
US20020196271A1 (en) | 2000-10-27 | 2002-12-26 | Helmut Windl | Anticipating drop acceptance indication |
US20030179225A1 (en) * | 2001-04-03 | 2003-09-25 | International Business Machines Corporation | Transmission of locale information |
US7120646B2 (en) | 2001-04-09 | 2006-10-10 | Health Language, Inc. | Method and system for interfacing with a multi-level data structure |
US6944829B2 (en) | 2001-09-25 | 2005-09-13 | Wind River Systems, Inc. | Configurable user-interface component management system |
US20030066032A1 (en) | 2001-09-28 | 2003-04-03 | Siebel Systems,Inc. | System and method for facilitating user interaction in a browser environment |
US20030110469A1 (en) | 2001-11-30 | 2003-06-12 | Jackson Jared Joseph | Graphical user interface for managing resource bundles for internationalization |
US7293237B1 (en) | 2002-01-14 | 2007-11-06 | Symantec Operating Corporation | Graphical user interface for creating a customized storage layout for an application |
US20030160825A1 (en) | 2002-02-22 | 2003-08-28 | Roger Weber | System and method for smart drag-and-drop functionality |
US20030160810A1 (en) | 2002-02-28 | 2003-08-28 | Sun Microsystems, Inc. | Methods and systems for internationalizing messages using parameters |
US7532340B2 (en) | 2002-04-19 | 2009-05-12 | Toshiba Tec Kabushiki Kaisha | Document management system rule-based automation |
US20040001094A1 (en) | 2002-06-28 | 2004-01-01 | Johannes Unnewehr | Automatic identification of drop zones |
US7254385B2 (en) | 2003-03-06 | 2007-08-07 | International Business Machines Corporation | System and method of automatic conversion of units of measure in a wireless communication network |
US7610548B1 (en) * | 2005-10-13 | 2009-10-27 | Adobe Systems Inc. | Method and apparatus for applying locale behaviors to regions of a form |
US8413114B1 (en) | 2008-09-26 | 2013-04-02 | Emc Corporation | Method to simplify developing software having localization |
US20130174027A1 (en) * | 2012-01-03 | 2013-07-04 | International Business Machines Corporation | Rule-Based Locale Definition Generation for a New or Customized Locale Support |
Non-Patent Citations (2)
Title |
---|
Scott Joyce, et al.; "Object Building for an Aggregate Object Class Request"; U.S. Appl. No. 13/076,925, filed Mar. 31, 2011. |
Scott Joyce, et al.; "Specifying Sizes for User Interface Elements"; U.S. Appl. No. 14/034,810, filed Sep. 24, 2013. |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20140289616A1 (en) * | 2013-03-20 | 2014-09-25 | Microsoft Corporation | Flexible pluralization of localized text |
US9766905B2 (en) * | 2013-03-20 | 2017-09-19 | Microsoft Technology Licensing, Llc | Flexible pluralization of localized text |
CN108021649A (en) * | 2017-11-30 | 2018-05-11 | 中国联合网络通信集团有限公司 | The lookup chain generation method and system of a kind of multizone |
CN113885997A (en) * | 2021-10-19 | 2022-01-04 | 深圳市元征科技股份有限公司 | Dialog box display method and device, electronic equipment and storage medium |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US11573776B1 (en) | Extensible data transformation authoring and validation system | |
US9996595B2 (en) | Providing full data provenance visualization for versioned datasets | |
US10620933B2 (en) | Techniques for efficient application configuration patching | |
US10055218B2 (en) | System and method for adding and storing groups of firmware default settings | |
EP2950203B1 (en) | Application scenario identification method, power consumption management method and apparatus and terminal device | |
US9501289B2 (en) | Method of a UEFI firmware and computer system thereof | |
US10942734B2 (en) | Software dependency shading | |
KR102193404B1 (en) | Incrementally compiling software artifacts from an interactive development environment | |
US9652220B2 (en) | Zero down-time deployment of new application versions | |
US10282186B2 (en) | Managing software suite component versions | |
US10387003B2 (en) | User interface with runtime selection of views | |
US9805027B2 (en) | Translating application resources | |
US11836072B2 (en) | Risk-based root cause identification methods and related autobuild systems | |
EP2951678B1 (en) | Remotely executing operations of an application using a schema that provides for executable scripts in a nodal hierarchy | |
US9256651B1 (en) | Inheritance of properties files with locale chain support | |
CN106227550A (en) | Generation method, system and the computer of a kind of Internationalized Graphical User Interface | |
US20120144390A1 (en) | Customized computer image preparation and deployment including virtual machine mode | |
AU2014200140B2 (en) | User initiated data rollback using operating system partitions | |
US10936428B2 (en) | System and method to implement automated application consistent virtual machine image backup | |
US11733994B2 (en) | System and method for state management | |
US11294668B1 (en) | Dynamic identification and selection of application programming interface |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: EMC CORPORATION, MASSACHUSETTS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:JOYCE, SCOTT E.;COX, TIMOTHY;LABAJ, DONALD;AND OTHERS;REEL/FRAME:036489/0724 Effective date: 20130919 |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
AS | Assignment |
Owner name: CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH, AS COLLATERAL AGENT, NORTH CAROLINA Free format text: SECURITY AGREEMENT;ASSIGNORS:ASAP SOFTWARE EXPRESS, INC.;AVENTAIL LLC;CREDANT TECHNOLOGIES, INC.;AND OTHERS;REEL/FRAME:040134/0001 Effective date: 20160907 Owner name: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT, TEXAS Free format text: SECURITY AGREEMENT;ASSIGNORS:ASAP SOFTWARE EXPRESS, INC.;AVENTAIL LLC;CREDANT TECHNOLOGIES, INC.;AND OTHERS;REEL/FRAME:040136/0001 Effective date: 20160907 Owner name: CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH, AS COLLAT Free format text: SECURITY AGREEMENT;ASSIGNORS:ASAP SOFTWARE EXPRESS, INC.;AVENTAIL LLC;CREDANT TECHNOLOGIES, INC.;AND OTHERS;REEL/FRAME:040134/0001 Effective date: 20160907 Owner name: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., A Free format text: SECURITY AGREEMENT;ASSIGNORS:ASAP SOFTWARE EXPRESS, INC.;AVENTAIL LLC;CREDANT TECHNOLOGIES, INC.;AND OTHERS;REEL/FRAME:040136/0001 Effective date: 20160907 |
|
AS | Assignment |
Owner name: EMC IP HOLDING COMPANY LLC, MASSACHUSETTS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:EMC CORPORATION;REEL/FRAME:040203/0001 Effective date: 20160906 |
|
AS | Assignment |
Owner name: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., T Free format text: SECURITY AGREEMENT;ASSIGNORS:CREDANT TECHNOLOGIES, INC.;DELL INTERNATIONAL L.L.C.;DELL MARKETING L.P.;AND OTHERS;REEL/FRAME:049452/0223 Effective date: 20190320 Owner name: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., TEXAS Free format text: SECURITY AGREEMENT;ASSIGNORS:CREDANT TECHNOLOGIES, INC.;DELL INTERNATIONAL L.L.C.;DELL MARKETING L.P.;AND OTHERS;REEL/FRAME:049452/0223 Effective date: 20190320 |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 4 |
|
AS | Assignment |
Owner name: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., TEXAS Free format text: SECURITY AGREEMENT;ASSIGNORS:CREDANT TECHNOLOGIES INC.;DELL INTERNATIONAL L.L.C.;DELL MARKETING L.P.;AND OTHERS;REEL/FRAME:053546/0001 Effective date: 20200409 |
|
AS | Assignment |
Owner name: WYSE TECHNOLOGY L.L.C., CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: SCALEIO LLC, MASSACHUSETTS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: MOZY, INC., WASHINGTON Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: MAGINATICS LLC, CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: FORCE10 NETWORKS, INC., CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: EMC IP HOLDING COMPANY LLC, TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: EMC CORPORATION, MASSACHUSETTS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: DELL SYSTEMS CORPORATION, TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: DELL SOFTWARE INC., CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: DELL PRODUCTS L.P., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: DELL MARKETING L.P., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: DELL INTERNATIONAL, L.L.C., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: DELL USA L.P., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: CREDANT TECHNOLOGIES, INC., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: AVENTAIL LLC, CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: ASAP SOFTWARE EXPRESS, INC., ILLINOIS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 |
|
AS | Assignment |
Owner name: SCALEIO LLC, MASSACHUSETTS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (040136/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061324/0001 Effective date: 20220329 Owner name: EMC IP HOLDING COMPANY LLC (ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO MOZY, INC.), TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (040136/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061324/0001 Effective date: 20220329 Owner name: EMC CORPORATION (ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO MAGINATICS LLC), MASSACHUSETTS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (040136/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061324/0001 Effective date: 20220329 Owner name: DELL MARKETING CORPORATION (SUCCESSOR-IN-INTEREST TO FORCE10 NETWORKS, INC. AND WYSE TECHNOLOGY L.L.C.), TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (040136/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061324/0001 Effective date: 20220329 Owner name: DELL PRODUCTS L.P., TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (040136/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061324/0001 Effective date: 20220329 Owner name: DELL INTERNATIONAL L.L.C., TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (040136/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061324/0001 Effective date: 20220329 Owner name: DELL USA L.P., TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (040136/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061324/0001 Effective date: 20220329 Owner name: DELL MARKETING L.P. (ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO CREDANT TECHNOLOGIES, INC.), TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (040136/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061324/0001 Effective date: 20220329 Owner name: DELL MARKETING CORPORATION (SUCCESSOR-IN-INTEREST TO ASAP SOFTWARE EXPRESS, INC.), TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (040136/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061324/0001 Effective date: 20220329 |
|
AS | Assignment |
Owner name: SCALEIO LLC, MASSACHUSETTS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (045455/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061753/0001 Effective date: 20220329 Owner name: EMC IP HOLDING COMPANY LLC (ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO MOZY, INC.), TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (045455/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061753/0001 Effective date: 20220329 Owner name: EMC CORPORATION (ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO MAGINATICS LLC), MASSACHUSETTS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (045455/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061753/0001 Effective date: 20220329 Owner name: DELL MARKETING CORPORATION (SUCCESSOR-IN-INTEREST TO FORCE10 NETWORKS, INC. AND WYSE TECHNOLOGY L.L.C.), TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (045455/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061753/0001 Effective date: 20220329 Owner name: DELL PRODUCTS L.P., TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (045455/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061753/0001 Effective date: 20220329 Owner name: DELL INTERNATIONAL L.L.C., TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (045455/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061753/0001 Effective date: 20220329 Owner name: DELL USA L.P., TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (045455/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061753/0001 Effective date: 20220329 Owner name: DELL MARKETING L.P. (ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO CREDANT TECHNOLOGIES, INC.), TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (045455/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061753/0001 Effective date: 20220329 Owner name: DELL MARKETING CORPORATION (SUCCESSOR-IN-INTEREST TO ASAP SOFTWARE EXPRESS, INC.), TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (045455/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061753/0001 Effective date: 20220329 |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 8 |