CN109388468B - Multi-program window management method and device - Google Patents

Multi-program window management method and device Download PDF

Info

Publication number
CN109388468B
CN109388468B CN201811171682.7A CN201811171682A CN109388468B CN 109388468 B CN109388468 B CN 109388468B CN 201811171682 A CN201811171682 A CN 201811171682A CN 109388468 B CN109388468 B CN 109388468B
Authority
CN
China
Prior art keywords
window
main
management
windows
main window
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
Application number
CN201811171682.7A
Other languages
Chinese (zh)
Other versions
CN109388468A (en
Inventor
李安君
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Vtron Group Co Ltd
Original Assignee
Vtron Group Co Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Vtron Group Co Ltd filed Critical Vtron Group Co Ltd
Priority to CN201811171682.7A priority Critical patent/CN109388468B/en
Publication of CN109388468A publication Critical patent/CN109388468A/en
Application granted granted Critical
Publication of CN109388468B publication Critical patent/CN109388468B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements 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/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input 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/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input 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/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0487Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser
    • G06F3/0488Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures

Abstract

The embodiment of the application provides a multi-program window management method and a device, which are applied to touch equipment provided with a Windows system, and the method comprises the following steps: when a first operation instruction is detected, judging whether the first operation instruction accords with a preset display instruction; if the first operation instruction accords with a preset display instruction, obtaining a main window corresponding to each application program in all application programs in the current open state; and creating a corresponding multitask management window according to each main window, and displaying the multitask management window on a multitask main interface of the touch equipment. The multi-program window management scheme is applied to touch equipment provided with a Windows system, and when input equipment such as a mouse, a keyboard and the like is not carried by the touch equipment, switching among multiple Windows can be realized by creating a multi-task management window, so that effective management of the multiple program Windows is realized.

Description

Multi-program window management method and device
Technical Field
The invention relates to the technical field of touch equipment, in particular to a multi-program window management method and device.
Background
Under the windows/vista platform, when a user switches between a plurality of program windows, a shortcut ctrl + tab key or a win + tab key is generally used to implement switching between multiple windows. However, with the development of touch technology, more and more products with windows operating systems carrying touch screens are available. The products are not often equipped with input devices such as a mouse and a keyboard, so that a user does not have an effective means to switch among a plurality of tasks or close a top window. Under more extreme conditions, when the enterprise customizes the windows platform to a higher degree, even the starting menu is hidden, so that the user does not have any place to switch the window, and a great deal of inconvenience in operation is caused.
Disclosure of Invention
In view of the foregoing, it is an object of the present invention to provide a method and apparatus for managing multiple program windows to improve the above-mentioned problems.
The embodiment of the application provides a multi-program window management method, which is applied to touch equipment provided with a Windows system, and comprises the following steps:
when a first operation instruction is detected, judging whether the first operation instruction accords with a preset display instruction;
if the first operation instruction accords with a preset display instruction, obtaining a main window corresponding to each application program in all application programs in the current open state;
and creating a corresponding multitask management window according to each main window, and displaying the multitask management window on a multitask main interface of the touch equipment.
Optionally, the step of obtaining a main window corresponding to each of the application programs in all application programs currently in an open state includes:
traversing the desktop window to obtain all application programs which are in an open state at present;
aiming at each application program, obtaining all windows corresponding to the application program;
and filtering the obtained windows according to the window attribute information of each window to obtain the main window corresponding to the application program.
Optionally, after the step of obtaining the main window corresponding to each of the application programs in all the application programs currently in the open state, the method further includes:
acquiring a main window handle corresponding to each main window and application information of an application program corresponding to each main window;
and storing each main window handle and the corresponding application information into a pre-established array.
Optionally, the step of creating a corresponding multitasking management window according to each main window includes:
searching the array to obtain a main window handle corresponding to each main window;
acquiring application information of an application program corresponding to the main window according to the main window handle;
and creating a corresponding multitask management window according to the main window handle, and filling the application information into the multitask management window.
Optionally, the application information includes an icon, a title, a thumbnail, and window size information of the application program.
Optionally, after the step of creating a corresponding multitask management window according to each of the main windows and displaying the multitask management window on the multitask main interface, the method further includes:
after a second operation instruction of the user is detected, judging whether the second operation instruction accords with a preset activation instruction;
if the second operation instruction accords with a preset activation instruction, obtaining a target main window corresponding to the activation instruction in the multitask management window;
hiding the multitask main interface and displaying an operable page of the application program corresponding to the target main window.
Optionally, after the step of creating a corresponding multitask management window according to each of the main windows and displaying the multitask management window on the multitask main interface, the method further includes:
after a second operation instruction of the user is detected, judging whether the second operation instruction accords with a preset closing instruction or not;
if the second operation instruction accords with a preset closing instruction, closing a target main window corresponding to the closing instruction in the multitask management window, and destroying the multitask management window corresponding to the target main window.
The embodiment of the present application further provides a multi-program window management apparatus, which is applied to a touch device installed with a Windows system, and the apparatus includes:
the judging module is used for judging whether the first operation instruction accords with a preset display instruction or not after the first operation instruction is detected;
the main window acquisition module is used for acquiring a main window corresponding to each application program in all application programs in the current open state when the first operation instruction accords with a preset display instruction;
and the creating module is used for creating corresponding multitask management windows according to the main windows and displaying the multitask management windows on a multitask main interface of the touch equipment.
Optionally, the main window obtaining module includes a traversal unit, a window obtaining unit, and a filtering unit;
the traversal unit is used for traversing the desktop window to obtain all application programs in an open state at present;
the window acquisition unit is used for acquiring all windows corresponding to the application programs aiming at the application programs;
and the filtering unit is used for filtering the obtained windows according to the window attribute information of each window to obtain the main window corresponding to the application program.
Optionally, the multi-program window management apparatus further includes a handle obtaining module and a storage module;
the handle acquiring module is used for acquiring a main window handle corresponding to each main window and application information of an application program corresponding to each main window;
and the storage module is used for storing each main window handle and the corresponding application information into a pre-established array.
According to the multi-program window management method and device, when a first operation instruction is detected and judged to accord with a preset display instruction, a multi-task main interface is provided, so that main windows corresponding to all application programs in a current open state are obtained, and a corresponding multi-task management window is created according to the obtained main windows and is displayed on the multi-task main interface. The multi-program window management scheme is applied to touch equipment provided with a Windows system, and when input equipment such as a mouse, a keyboard and the like is not carried by the touch equipment, switching among multiple Windows can be realized by creating a multi-task management window, so that effective management of the multiple program Windows is realized.
In order to make the aforementioned and other objects, features and advantages of the present invention comprehensible, preferred embodiments accompanied with figures are described in detail below.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the embodiments will be briefly described below, it should be understood that the following drawings only illustrate some embodiments of the present invention and therefore should not be considered as limiting the scope, and for those skilled in the art, other related drawings can be obtained according to the drawings without inventive efforts.
Fig. 1 is a block diagram of a touch device according to an embodiment of the present disclosure.
Fig. 2 is a flowchart of a multi-program window management method according to an embodiment of the present application.
Fig. 3 is a flowchart of the substeps of step S102 in fig. 2.
Fig. 4 is another flowchart of a multi-program window management method according to an embodiment of the present disclosure.
Fig. 5 is a flowchart of the substeps of step S103 in fig. 2.
Fig. 6 is another flowchart of a multi-program window management method according to an embodiment of the present disclosure.
Fig. 7 is another flowchart of a multi-program window management method according to an embodiment of the present application.
Fig. 8 is a functional block diagram of a multi-program window management apparatus according to an embodiment of the present application.
Fig. 9 is a functional block diagram of a main window obtaining module according to an embodiment of the present application.
Fig. 10 is another functional block diagram of a multi-program window management apparatus according to an embodiment of the present application.
Icon: 100-a touch device; 110-a multi-program window management device; 111-a judgment module; 112-a main window acquisition module; 1121 — traversal unit; 1122-window acquisition unit; 1123-a filtration unit; 113-a creation module; 114-handle acquisition module; 115-a storage module; 120-a memory; 130-a processor; 140-touch panel.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. The components of embodiments of the present invention generally described and illustrated in the figures herein may be arranged and designed in a wide variety of different configurations.
Thus, the following detailed description of the embodiments of the present invention, presented in the figures, is not intended to limit the scope of the invention, as claimed, but is merely representative of selected embodiments of the invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments of the present invention without making any creative effort, shall fall within the protection scope of the present invention.
It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, it need not be further defined and explained in subsequent figures.
As shown in fig. 1, an embodiment of the present invention is based on providing a touch device 100, where the touch device 100 includes a memory 120, a processor 130, and a multi-program window management apparatus 110.
The memory 120 and the processor 130 are electrically connected directly or indirectly to enable data transmission or interaction. For example, the components may be electrically connected to each other via one or more communication buses or signal lines. The multi-program window management apparatus 110 includes at least one software function module that can be stored in the memory 120 in the form of software or firmware (firmware). The processor 130 is configured to execute executable computer programs stored in the memory 120, such as software functional modules and computer programs included in the multi-program window management apparatus 110, so as to implement the multi-program window management method.
The Memory 120 may be, but is not limited to, a Random Access Memory (RAM), a Read Only Memory (ROM), a Programmable Read-Only Memory (PROM), an Erasable Read-Only Memory (EPROM), an electrically Erasable Read-Only Memory (EEPROM), and the like. The memory 120 is used for storing a program, and the processor 130 executes the program after receiving the execution instruction.
The processor 130 may be an integrated circuit chip having signal processing capabilities. The Processor 130 may be a general-purpose Processor including a Central Processing Unit (CPU), a Network Processor (NP), and the like; but may also be a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other programmable logic device, discrete gate or transistor logic device, discrete hardware components. The various methods, steps and logic blocks disclosed in the embodiments of the present invention may be implemented or performed. A general purpose processor may be a microprocessor or the processor 130 may be any conventional processor or the like.
In addition, in the embodiment, the touch device 100 further includes a touch panel 140, and the touch panel 140 may collect a touch operation performed by a user on or near the touch panel 140, for example, an operation performed by the user on or near the touch panel 140 using any suitable object or accessory such as a finger, a stylus, or the like, and drive a corresponding connection device according to a preset program.
It will be appreciated that the configuration shown in FIG. 1 is merely illustrative, and that the touch device 100 may include more or fewer components than shown in FIG. 1, or have a different configuration than shown in FIG. 1. The components shown in fig. 1 may be implemented in hardware, software, or a combination thereof.
In this embodiment, the touch Device 100 is a Device installed with a Windows system, and may be, but not limited to, a smart phone, a Personal Computer (PC), a tablet PC, a Personal Digital Assistant (PDA), a Mobile Internet Device (MID) or other devices with processing functions.
With reference to fig. 2, an embodiment of the present invention further provides a multi-program window management method applicable to the touch device 100. Wherein the method steps defined by the method related flow may be implemented by the processor 130. The specific process shown in fig. 2 will be described in detail below.
Step S101, after a first operation instruction is detected, whether the first operation instruction accords with a preset display instruction is judged.
Step S102, when the first operation instruction accords with a preset display instruction, obtaining a main window corresponding to each application program in all application programs in the current open state.
In this embodiment, the touch device 100 is triggered by operation, the touch panel 140 is operated to issue an instruction to the touch device 100, for example, a button on the desktop is clicked, or a float is set on the desktop, an instruction is issued to the touch device 100 by clicking the float, or a specific sound or a characteristic gesture, etc. After detecting the first operation instruction, the touch device 100 determines whether the first operation instruction conforms to a preset display instruction, where the preset display instruction is preset and stored in the touch device 100.
If the first operation instruction sent by the user accords with a preset display instruction, the main window corresponding to each application program in all the application programs in the current open state can be obtained.
Referring to fig. 3, in the present embodiment, step S102 may include two sub-steps of step S1021 and step S1022.
Step S1021, traversing the desktop window to obtain all application programs currently in an open state;
step S1022, for each application program, all windows corresponding to the application program are obtained.
Step S1023, the obtained windows are filtered according to the window attribute information of each window to obtain a main window corresponding to the application program.
It should be understood that for an application, there may be more than one window generated after the application is opened, and only one main window is included in the generated windows, which may be obtained for subsequent creation of the multitasking management window in the present embodiment.
Upon detecting a display instruction issued by a user, the desktop window may be traversed to obtain all applications currently in an open state. For each application program, all windows corresponding to the application program can be obtained. Wherein each window has window attribute information, and the main window of the application program and other windows except the main window can be distinguished by identifying the window attribute information. In this way, the obtained windows can be filtered according to the window attribute information of each window, so as to obtain the main window corresponding to the application program.
In this embodiment, after obtaining the main window corresponding to each application program, referring to fig. 4, in this embodiment, the method for managing multiple program windows further includes the following steps:
step S201, a main window handle corresponding to each main window and application information of an application program corresponding to each main window are obtained.
Step S202, storing each main window handle and corresponding application information into a pre-established array.
After each main window is found, a main window handle corresponding to each main window can be obtained, and the main window handle can be a label of the main window, so that the main window can be conveniently managed. In addition, application information of an application program corresponding to the main window can be obtained, and the application information comprises an icon, a title, a thumbnail, window size information and the like of the application program.
Optionally, the obtained main window handle and the corresponding application information are stored in a pre-established array, so that information can be directly extracted from the array when a multitask management window needs to be created subsequently, and convenience and quickness are achieved.
Step S103, creating a corresponding multitask management window according to each main window, and displaying the multitask management window on a multitask main interface of the touch device 100.
Referring to fig. 5, in the present embodiment, the step S103 may include three substeps, namely, step S1031, step S1032 and step S1033.
Step S1031, searching the array to obtain a main window handle corresponding to each main window.
Step S1032, the application information of the application program corresponding to the main window is obtained according to the main window handle.
Step S1033, a corresponding multitask management window is created according to the main window handle, and the application information is filled into the multitask management window.
In this embodiment, the handle of the main window is used as the label of the corresponding main window, which facilitates the query of the main window. Optionally, the array is searched to obtain a main window handle corresponding to each main window of the multitask management window to be created. And finding the corresponding main window according to the main window handle, and obtaining the application information of the application program corresponding to the main window.
After the corresponding multitask management window is created according to the main window handle, the obtained application information can be filled into the multitask management window. For example, a display bar may be created above the multitasking management window, or elsewhere, and application information may be filled into the display bar. Therefore, the user can intuitively know the relevant information of the application program corresponding to the multitask management window.
After the multitasking management window is created, the multitasking management window may be displayed on the multitasking main interface of the touch device 100. Optionally, the display effect of the multitask management window on the multitask main interface may be laid out, for example, the multitask management window may be arranged on the multitask main interface by an arrangement manner such as a horizontal tiled arrangement mode, a horizontal overlapped arrangement mode, or a vertical overlapped arrangement mode. It should be noted that, in this embodiment, the layout manner of the multitask management window on the multitask main interface is not limited to the above manner, and in this embodiment, the layout mode of the multitask management window on the multitask main interface is not specifically limited, and may be set according to actual requirements.
In this embodiment, the multitask management windows may be further arranged in sequence according to a certain rule, for example, the multitask management windows may be sorted according to a time point when the main window of the application program is opened, or opening frequency, opening times, and the like of the window of the application program. For example, the application programs with higher frequency and more opening times have the main window arranged at the front so that the user can operate the application programs more conveniently. And the earlier the application is opened, the later its corresponding main window can be ranked.
Of course, the arrangement of the multitask management windows is not limited to the above-mentioned manner, and the multitask management windows may be arranged according to actual requirements, which is not specifically limited in this embodiment.
In this embodiment, not only creation of the multitask management window but also activation and destruction of a specific window can be realized.
Referring to fig. 6, the method for managing a multitasking program provided by the embodiment further includes the following steps:
step S301, after a second operation instruction of the user is detected, judging whether the second operation instruction accords with a preset activation instruction.
Step S302, when the second operation instruction accords with a preset activation instruction, a target main window corresponding to the activation instruction in the multitask management window is obtained.
Step S303, hiding the multitask main interface and displaying an operable page of the application program corresponding to the target main window.
Similarly, the user may initiate a second operation instruction by operating the touch panel 140, and after detecting the second operation instruction, the touch device 100 may determine whether the second operation instruction is consistent with a preset activation instruction, where the activation instruction is preset and stored in the touch device 100. The activation instruction is different from the display instruction, and optionally, the activation instruction may be a double-click window, or a window clicked by two fingers and expanded, and the like, which is not limited specifically.
The touch device 100 may obtain a target main window in the multitask management window pointed by the second operation instruction when it is determined that the second operation instruction corresponds to the preset activation instruction. Because the multitask main interface is displayed currently, the multitask main interface can be hidden, and the operable page of the application program corresponding to the target main window can be displayed. For example, the target main window may be enlarged by a preset multiple to obtain an enlarged window, which is an operable page of the target main window. The enlarged window may completely cover the touch panel 140 or partially cover the touch panel 140, which is not limited in this embodiment. When the partial coverage touch panel 140 is adopted, the user can activate multiple main windows to be displayed on the touch panel 140 at the same time, so as to meet the requirement of the user on the operation of multiple different main windows
Optionally, the second operation instruction issued by the user may be a closing instruction to close the target main window, in addition to the activation instruction to activate and display the target main window. Referring to fig. 7, the method for managing multiple windows in this embodiment further includes the following steps:
step S401, after a second operation instruction of the user is detected, whether the second operation instruction accords with a preset closing instruction is judged.
Step S402, when the second operation instruction accords with a preset closing instruction, closing a target main window corresponding to the closing instruction in the multitask management window, and destroying the multitask management window corresponding to the target main window.
The user may send a second operation instruction to the touch device 100 by operating the touch panel 140, and the touch device 100 determines whether the second operation instruction is consistent with a preset closing instruction when detecting the second operation instruction, where the closing instruction is preset and stored in the touch device 100. The closing instruction may be set to be a closing button for clicking the window, or two fingers click the window and fold the window, and the like, and the specific embodiment is not limited.
After determining that the second operation instruction matches a preset closing instruction, the touch device 100 may obtain a target main window corresponding to the closing instruction in the multitask management window to which the closing instruction points. The target main window can be closed, and the multitask management window corresponding to the target main window is destroyed. Optionally, the information of the target main window stored in the array is deleted, for example, the window handle of the target main window and the application information of the corresponding application program are deleted. In this way, the touch device 100 may rearrange and arrange the multitask management windows on the multitask main interface according to the updated array.
Through the above process, the processing of switching, closing, destroying, and the like of the multi-window of the touch device 100, which is not equipped with an input device such as a mouse, a keyboard, and the like, of the Windows system is implemented.
Referring to fig. 8, an embodiment of the present application further provides a multi-program window management apparatus 110 applied to the touch device 100, where the multi-program window management apparatus 110 includes a determining module 111, a main window obtaining module 112, and a creating module 113.
The determining module 111 is configured to determine whether the first operation instruction conforms to a preset display instruction after the first operation instruction is detected. In the present embodiment, the description about the determination module 111 may refer to the detailed description of step S101 shown in fig. 2, that is, step S101 may be executed by the determination module 111.
The main window obtaining module 112 is configured to obtain a main window corresponding to each application program in all application programs currently in an open state when the first operation instruction conforms to a preset display instruction. In the present embodiment, the description of the main window obtaining module 112 may refer to the detailed description of step S102 shown in fig. 2, that is, step S102 may be executed by the main window obtaining module 112.
The creating module 113 is configured to create a corresponding multitask management window according to each main window, and display the multitask management window on a multitask main interface of the touch device 100. In the present embodiment, the description about the creating module 113 may refer to the detailed description of step S103 shown in fig. 2, that is, step S103 may be executed by the creating module 113.
Referring to fig. 9, in the present embodiment, the main window obtaining module 112 includes a traversal unit 1121, a window obtaining unit 1122, and a filtering unit 1123.
The traversing unit 1121 is configured to traverse the desktop window to obtain all the applications currently in the open state. In the present embodiment, the description about the traversal unit 1121 may refer to the detailed description of step S1021 shown in fig. 3, that is, step S101 may be performed by the traversal unit 1121.
The window obtaining unit 1122 is configured to obtain, for each application program, all windows corresponding to the application program. In the present embodiment, the description of the window obtaining unit 1122 may specifically refer to the detailed description of step S1022 illustrated in fig. 3, that is, step S1022 may be performed by the window obtaining unit 1122.
The filtering unit 1123 is configured to filter the obtained windows according to the window attribute information of each window to obtain a main window corresponding to the application program. In the present embodiment, the description of the filtering unit 1123 may refer to the detailed description of step S1023 shown in fig. 3, that is, step S1023 may be executed by the filtering unit 1123.
Referring to fig. 10, in the present embodiment, the multi-program window management apparatus 110 further includes a handle obtaining module 114 and a storage module 115.
The handle obtaining module 114 is configured to obtain a handle of a main window corresponding to each main window and application information of an application corresponding to each main window. In the present embodiment, the description of the handle obtaining module 114 may specifically refer to the detailed description of step S201 shown in fig. 4, that is, step S201 may be performed by the handle obtaining module 114.
The storage module 115 is configured to store each of the main window handles and corresponding application information in a pre-established array. In the present embodiment, the description of the storage module 115 may refer to the detailed description of step S202 shown in fig. 4, that is, step S202 may be executed by the storage module 115.
To sum up, the method and the device for managing a multi-program window provided in the embodiments of the present application obtain, by providing a multi-task main interface, a main window corresponding to each application program in all application programs currently in an open state when a first operation instruction is detected and it is determined that the first operation instruction conforms to a preset display instruction, and create a corresponding multi-task management window according to the obtained main window and display the multi-task management window on the multi-task main interface. The multi-program window management scheme is applied to the touch equipment 100 provided with the Windows system, and when the touch equipment 100 is not provided with input equipment such as a mouse, a keyboard and the like, switching among multiple Windows can be realized by creating a multi-task management window, so that effective management of the multiple program Windows is realized.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus and method may be implemented in other ways. The apparatus embodiments described above are merely illustrative and, for example, the flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of apparatus, methods and computer program products according to embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The above description is only a preferred embodiment of the present invention and is not intended to limit the present invention, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention. It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, it need not be further defined and explained in subsequent figures.
The above description is only for the specific embodiments of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention, and all the changes or substitutions should be covered within the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the appended claims.

Claims (8)

1. A multi-program window management method is applied to touch equipment provided with a Windows system, and comprises the following steps:
when a first operation instruction is detected, judging whether the first operation instruction accords with a preset display instruction;
if the first operation instruction accords with a preset display instruction, obtaining a main window corresponding to each application program in all application programs in the current open state;
creating a corresponding multitask management window according to each main window, and displaying the multitask management window on a multitask main interface of the touch equipment;
the step of obtaining a main window corresponding to each application program in all application programs currently in an open state includes:
traversing the desktop window to obtain all application programs which are in an open state at present;
aiming at each application program, obtaining all windows corresponding to the application program;
and filtering the obtained windows according to the window attribute information of each window to obtain the main window corresponding to the application program.
2. The method for managing multiple program windows according to claim 1, wherein after the step of obtaining the main window corresponding to each of the application programs in all the application programs currently in the open state, the method further comprises:
acquiring a main window handle corresponding to each main window and application information of an application program corresponding to each main window;
and storing each main window handle and the corresponding application information into a pre-established array.
3. The method of claim 2, wherein the step of creating a corresponding multitasking management window from each of said main windows comprises:
searching the array to obtain a main window handle corresponding to each main window;
acquiring application information of an application program corresponding to the main window according to the main window handle;
and creating a corresponding multitask management window according to the main window handle, and filling the application information into the multitask management window.
4. The multi-program window management method according to claim 3, wherein the application information includes an icon, a title, a thumbnail, and window size information of the application.
5. The method of claim 1, wherein the step of creating a corresponding multitasking management window from each of the main windows and displaying the multitasking management window on the multitasking main interface is followed by the step of:
after a second operation instruction of the user is detected, judging whether the second operation instruction accords with a preset activation instruction;
if the second operation instruction accords with a preset activation instruction, obtaining a target main window corresponding to the activation instruction in the multitask management window;
hiding the multitask main interface and displaying an operable page of the application program corresponding to the target main window.
6. The method of claim 1, wherein the step of creating a corresponding multitasking management window from each of the main windows and displaying the multitasking management window on the multitasking main interface is followed by the step of:
after a second operation instruction of the user is detected, judging whether the second operation instruction accords with a preset closing instruction or not;
if the second operation instruction accords with a preset closing instruction, closing a target main window corresponding to the closing instruction in the multitask management window, and destroying the multitask management window corresponding to the target main window.
7. A multi-program window management device is applied to touch equipment provided with a Windows system, and comprises:
the judging module is used for judging whether the first operation instruction accords with a preset display instruction or not after the first operation instruction is detected;
the main window acquisition module is used for acquiring a main window corresponding to each application program in all application programs in the current open state when the first operation instruction accords with a preset display instruction;
the creation module is used for creating corresponding multitask management windows according to the main windows and displaying the multitask management windows on a multitask main interface of the touch equipment;
the main window acquisition module comprises a traversal unit, a window acquisition unit and a filtering unit;
the traversal unit is used for traversing the desktop window to obtain all application programs in an open state at present;
the window acquisition unit is used for acquiring all windows corresponding to the application programs aiming at the application programs;
and the filtering unit is used for filtering the obtained windows according to the window attribute information of each window to obtain the main window corresponding to the application program.
8. The multi-program window management apparatus according to claim 7, further comprising a handle acquisition module and a storage module;
the handle acquiring module is used for acquiring a main window handle corresponding to each main window and application information of an application program corresponding to each main window;
and the storage module is used for storing each main window handle and the corresponding application information into a pre-established array.
CN201811171682.7A 2018-10-09 2018-10-09 Multi-program window management method and device Active CN109388468B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811171682.7A CN109388468B (en) 2018-10-09 2018-10-09 Multi-program window management method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811171682.7A CN109388468B (en) 2018-10-09 2018-10-09 Multi-program window management method and device

Publications (2)

Publication Number Publication Date
CN109388468A CN109388468A (en) 2019-02-26
CN109388468B true CN109388468B (en) 2020-11-24

Family

ID=65426720

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811171682.7A Active CN109388468B (en) 2018-10-09 2018-10-09 Multi-program window management method and device

Country Status (1)

Country Link
CN (1) CN109388468B (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111176764B (en) 2019-12-10 2022-04-05 华为技术有限公司 Display control method and terminal equipment
CN111063230B (en) * 2019-12-13 2021-09-10 中国人民解放军空军工程大学 Motion filter of simulation training simulation system
CN117873357A (en) * 2020-04-27 2024-04-12 华为技术有限公司 Application window management method, terminal device and computer readable storage medium
CN113703931A (en) * 2020-05-21 2021-11-26 广东奥飞数据科技股份有限公司 Multitask scheduling method and device
CN112083871A (en) * 2020-09-11 2020-12-15 北京字节跳动网络技术有限公司 Method, device, terminal and storage medium for controlling electronic equipment
CN112256372B (en) * 2020-10-20 2023-12-26 北京字跳网络技术有限公司 Information processing method and device and electronic equipment

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102200875A (en) * 2010-03-26 2011-09-28 宏碁股份有限公司 Window switching method and window switching system
CN102662738A (en) * 2012-03-15 2012-09-12 奇智软件(北京)有限公司 Multiprocessing management method and apparatus
CN103197842A (en) * 2013-04-15 2013-07-10 广州博冠信息科技有限公司 Method and device for controlling application program windows
CN103412763A (en) * 2013-08-30 2013-11-27 广东欧珀移动通信有限公司 Background program management method of mobile terminal and mobile terminal
CN103559033A (en) * 2013-10-30 2014-02-05 上海天奕达电子科技有限公司 Method and device for realizing multi-window display of intelligent terminal

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8874491B2 (en) * 2008-06-30 2014-10-28 Nokia Corporation Task history user interface using a clustering algorithm
CN102521034B (en) * 2011-12-27 2014-05-07 惠州Tcl移动通信有限公司 Multitask management method and multitask management system based on android system
CN106569722A (en) * 2016-10-28 2017-04-19 努比亚技术有限公司 Mobile terminal-based multi-task interface management method and mobile terminal
CN108170333A (en) * 2017-12-26 2018-06-15 珠海格力电器股份有限公司 A kind of application management method, device and mobile terminal

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102200875A (en) * 2010-03-26 2011-09-28 宏碁股份有限公司 Window switching method and window switching system
CN102662738A (en) * 2012-03-15 2012-09-12 奇智软件(北京)有限公司 Multiprocessing management method and apparatus
CN103197842A (en) * 2013-04-15 2013-07-10 广州博冠信息科技有限公司 Method and device for controlling application program windows
CN103412763A (en) * 2013-08-30 2013-11-27 广东欧珀移动通信有限公司 Background program management method of mobile terminal and mobile terminal
CN103559033A (en) * 2013-10-30 2014-02-05 上海天奕达电子科技有限公司 Method and device for realizing multi-window display of intelligent terminal

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
以窗口化运行Windows 8应用;番番;《电脑迷》;20141201(第12期);第36页 *

Also Published As

Publication number Publication date
CN109388468A (en) 2019-02-26

Similar Documents

Publication Publication Date Title
CN109388468B (en) Multi-program window management method and device
US10324592B2 (en) Slicer elements for filtering tabular data
US10936568B2 (en) Moving nodes in a tree structure
KR101183373B1 (en) Operating system program launch menu search
CN108829319B (en) Interaction method and device for touch screen, electronic equipment and storage medium
RU2606553C2 (en) Method and device for user interface management
US8838582B2 (en) Faceted search results
US7730423B2 (en) Method and system for organizing document information
EP2335137B1 (en) Method and apparatus for managing lists using multi-touch
KR101145004B1 (en) Graphical user interface for backup interface
US20130191781A1 (en) Displaying and interacting with touch contextual user interface
KR102009054B1 (en) Formula entry for limited display devices
US9507791B2 (en) Storage system user interface with floating file collection
KR20070113245A (en) Operating system launch menu program listing
WO2006078316A1 (en) Assigning shortcut keys
KR20140078629A (en) User interface for editing a value in place
CN106250190A (en) A kind of application startup method and terminal
US20150309690A1 (en) Method and system for searching information records
US20140143696A1 (en) Method and device for managing a user interface
CN106294872A (en) A kind of method of information processing and terminal
US20120124068A1 (en) Document management apparatus and method for controlling same
US11169652B2 (en) GUI configuration
RU2433464C2 (en) Combined search and launching file execution
CN107102797A (en) A kind of method and terminal that search operation is performed to selected contents of object
US9552132B2 (en) Application program preview interface and operation method thereof

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant