CN102063302B - Window management method, system and terminal - Google Patents

Window management method, system and terminal Download PDF

Info

Publication number
CN102063302B
CN102063302B CN201010613361.5A CN201010613361A CN102063302B CN 102063302 B CN102063302 B CN 102063302B CN 201010613361 A CN201010613361 A CN 201010613361A CN 102063302 B CN102063302 B CN 102063302B
Authority
CN
China
Prior art keywords
window
identification information
stack
application program
privately owned
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.)
Expired - Fee Related
Application number
CN201010613361.5A
Other languages
Chinese (zh)
Other versions
CN102063302A (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.)
Beijing Watchdata Co ltd
Original Assignee
Beijing WatchData System 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 Beijing WatchData System Co Ltd filed Critical Beijing WatchData System Co Ltd
Priority to CN201010613361.5A priority Critical patent/CN102063302B/en
Publication of CN102063302A publication Critical patent/CN102063302A/en
Application granted granted Critical
Publication of CN102063302B publication Critical patent/CN102063302B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • User Interface Of Digital Computer (AREA)

Abstract

The invention provides a window management method, which can comprise that: a system window stack stores identifier information of all application programs, each private window stack stores identifier information of all windows of each application program, and each private window stack corresponds to each application program one to one; and all windows can be sorted according to a sort order of the identifier information of the application programs in the system window stack and a sort order of the identifier information of the windows in each private window stack. The invention also provides a window management method, a window management system and a terminal. According to the invention, the order of the windows can be quickly and effectively managed aiming at the embedded environment, and the power consumption of window management work is reduced simultaneously.

Description

Window management method, system and terminal
Technical field
The present invention relates to the window management of graphics system, in particular to window management method, system and terminal.
Background technology
Graphical user interface (Graphical User Interface, GUI), as a kind of widely used man-machine interaction mode, provides good user to experience.
Window system, as an assembly of operating system, provides the support environment of graphical user interface, and typical function has:
1) various application programs propose drawing request to window system, and window system is responsible for the drafting of various window members (such as text box, button etc.);
2) read-write operation to graphic hardware and input equipment (as mouse, keyboard, touch-screen);
3) realized a window manager (Windows Manager, WM) assembly.
Window manager provides the various operations to window (for example open, close, maximize, minimize etc.), wherein a most important task is exactly that the mutual relationship of each window in system is managed to (for example, stack between window etc.).
For realizing this task, usual way is:
Safeguard a stack architexture that comprises all windows of opening, this window stack is by an imaginary axle location, and this axle is exactly the Z axis outwards stretching from screen.Window ID information is stored in stack along Z-direction, and this putting in order of window ID information is called Z order.The uppermost corresponding window of Z order covers all other windows, and the corresponding window of the Z order bottom is covered by all other windows.
As shown in Figure 1, wherein, each application program can corresponding one or more windows for the distribution schematic diagram of the window of multiple application program.
According to the method described above all window management operations are carried out in a window stack structure, complexity is low, is easy to realize.The structure of stack as shown in Figure 2,, according to the putting in order of the identification information of the each window in the stack in Fig. 2, is arranged window, and as the window 2 of application program 1 comes the superiors of all windows, the window 1 of application program 2 comes the orlop of all windows.
In the existing window system realizing by above method is transplanted to embedded device time, because the computing power of embedded device is lower, to sensitive power consumption, the administrative mechanism of window management system as shown in Figure 2 has certain limitation:
In the time of multiple application program operation, in operating system, may there are multiple windows, each window can produce a corresponding unit on the window stack of window manager, i.e. and identification information makes the unit in stack many.In the time that the relative order between these windows changes, the time overhead that stack is operated and memory cost are all larger.
Therefore, a kind of window management mode that is directed to embedded environment of demand, the fast and effeciently order of management window reduces the power consumption of the management work of window simultaneously.
Summary of the invention
Technical matters to be solved by this invention is, a kind of window management mode that is directed to embedded environment of demand, and the fast and effeciently order of management window reduces the power consumption of the management work of window simultaneously.
In view of this, the invention provides a kind of window management method, can comprise: the identification information of storing all application programs by system window stack, store the identification information of all windows of each application program by each privately owned window stack, each privately owned window stack is corresponding one by one with each application program; According to putting in order of the identification information of application program in system window stack, and the putting in order of identification information of window in each privately owned window stack, can arrange the order of all windows.By this technical scheme, make the change of window order only relate to the identification information operation in a privately owned window stack of system window stack, and identification information in other privately owned window stacks is without change, the resource taking is still less.
In technique scheme, preferably, the order of all windows is arranged and can be comprised: for the identification information of any two application programs in system window stack, all windows of application program corresponding high address identification information are all placed on all windows of the application program that low address identification information is corresponding or under; And/or for the identification information of any two windows in each privately owned window stack, window corresponding high address identification information is placed on the window that low address identification information is corresponding or under.
In technique scheme, preferably, window management method can also comprise: start when application program, store the identification information of application program in system window stack, and create privately owned window stack for application program; While creating the window of application program, in privately owned window stack, add the identification information of window; While closing window, in privately owned window stack, delete the identification information of window; While exiting application program, delete privately owned window stack, and in system window stack, delete the identification information of application program.
In technique scheme, preferably, the identification information of each application program comprises application identities and privately owned window stack pointer etc., application identities is pointed to each application program, application identities comprises the process number of each application program etc., the privately owned window stack that the each application program of privately owned window stack pointed is corresponding; The identification information of each window comprises window ID etc., and window ID is pointed to. each window, window ID comprises the actual storage address of each window etc.By this technical scheme, make the identification information in system window stack and privately owned window stack less, be conducive to improve the efficiency of stack operation.It will be appreciated by those skilled in the art that the identification information of application program and the identification information of window include but not limited to foregoing.
The present invention also provides a kind of window management method, comprise: the identification information of storing all subsystem window stacks by system window stack, store the identification information of one or more application programs by each subsystem window stack, store the identification information of all windows of each application program by each privately owned window stack, each privately owned window stack is corresponding one by one with each application program; According to putting in order of the identification information of subsystem window stack in system window stack, in each subsystem window stack, the identification information of application program puts in order, and the putting in order of identification information of window in each privately owned window stack, the order of all windows is arranged.It will be appreciated by those skilled in the art that according to this technical scheme, more multistage stack can change and manage for the order to window, changes to reduce window order the resource taking.
In technique scheme, preferably, the type of one or more application programs is identical.By this technical scheme, the windows exchange of application program of the same type relates to the identification information operation in corresponding subsystem window stack, and in other subsystem window stacks, identification information, without operation, improves the efficiency of windows exchange, and the resource taking still less.
The present invention also provides a kind of window management system, comprise: stack administration module, store the identification information of all application programs by system window stack, store the identification information of all windows of each application program by each privately owned window stack, each privately owned window stack is corresponding one by one with each application program; Window is arranged module, according to putting in order of the identification information of application program in system window stack, and the putting in order of identification information of window in each privately owned window stack, the order of all windows is arranged.By this technical scheme, make the change of window order only relate to the identification information operation in a privately owned window stack of system window stack, and identification information in other privately owned window stacks is without change, the resource taking is still less.
In technique scheme, preferably, for the identification information of any two application programs in system window stack, window arrange that module is all placed in all windows of application program corresponding high address identification information on all windows of the application program that low address identification information is corresponding or under; And/or for the identification information of any two windows in each privately owned window stack, window arrange that module is positioned at window corresponding high address identification information on the window that low address identification information is corresponding or under.
In technique scheme, preferably, start when application program, stack administration module is stored the identification information of application program in system window stack, and creates privately owned window stack for application program; While creating the window of application program, stack administration module adds the identification information of window in privately owned window stack; While closing window, stack administration module is deleted the identification information of window in privately owned window stack; While exiting application program, stack administration module is deleted privately owned window stack, and in system window stack, deletes the identification information of application program.
In technique scheme, preferably, the identification information of each application program comprises application identities and privately owned window stack pointer etc., application identities is pointed to each application program, application identities comprises the process number of each application program etc., the privately owned window stack that the each application program of privately owned window stack pointed is corresponding; The identification information of each window comprises window ID etc., and window ID is pointed to each window, and window ID comprises the actual storage address of each window etc.By this technical scheme, make the identification information in system window stack and privately owned window stack less, be conducive to improve the efficiency of stack operation.It will be appreciated by those skilled in the art that the identification information of application program and the identification information of window include but not limited to foregoing.
The present invention also provides a kind of window management system, comprise: stack administration module, store the identification information of all subsystem window stacks by system window stack, store the identification information of one or more application programs by each subsystem window stack, store the identification information of all windows of each application program by each privately owned window stack, each privately owned window stack is corresponding one by one with each application program; Window is arranged module, according to putting in order of the identification information of application program in system window stack, the putting in order of the identification information of window in each subsystem window stack, and the putting in order of identification information in each privately owned window stack, arrange the order of all windows.It will be appreciated by those skilled in the art that according to this technical scheme, more multistage stack can change and manage for the order to window, changes to reduce window order the resource taking.
In technique scheme, preferably, the type of one or more application programs is identical.By this technical scheme, the windows exchange of application program of the same type, relates to the identification information operation in corresponding subsystem window stack, and in other subsystem window stacks, identification information, without operation, improves the efficiency of windows exchange, and the resource taking still less.
The present invention also provides a kind of terminal, comprising: above-mentioned window management system.
Pass through technique scheme, can the order of window be changed and be managed by two-stage or multistage stack architexture, make the order of window change the identification information operation only relating in less stack, identification information in other stacks is without operation, and the mode that only uses a stack to carry out window management may cause the variation of a large amount of window ID information, the resource that technical scheme of the present invention takies significantly reduces, can be for embedded environment, fast and effeciently management window order, the power consumption of reduction window management work.
Accompanying drawing explanation
Fig. 1 is the distribution schematic diagram of multiple windows in prior art;
Fig. 2 is the schematic diagram of the window stack that adopts in window management system in prior art;
Fig. 3 is the process flow diagram of window management method according to an embodiment of the invention;
Fig. 4 is the process flow diagram of window management method according to an embodiment of the invention;
Fig. 5 is the block diagram of window management system according to an embodiment of the invention;
Fig. 6 is the block diagram of window management system according to an embodiment of the invention;
Fig. 7 is the schematic diagram of the system window stack of window management method according to an embodiment of the invention;
Fig. 8 is the system window stack of window management method according to an embodiment of the invention and the schematic diagram of privately owned window stack;
Fig. 9 is the system window stack of window management method according to an embodiment of the invention and the schematic diagram of privately owned window stack;
Figure 10 is the system window stack of window management method according to an embodiment of the invention and the schematic diagram of privately owned window stack;
Figure 11 is the system window stack of window management method according to an embodiment of the invention and the schematic diagram of privately owned window stack;
Figure 12 is the schematic diagram of system window stack, subsystem window stack and the privately owned window stack of window management system in terminal according to an embodiment of the invention.
Embodiment
In order more clearly to understand above-mentioned purpose of the present invention, feature and advantage, below in conjunction with the drawings and specific embodiments, the present invention is further described in detail.
Set forth in the following description a lot of details so that fully understand the present invention, still, the present invention can also adopt other to be different from other modes described here and implement, and therefore, the present invention is not limited to the restriction of following public specific embodiment.
Fig. 3 is the process flow diagram of window management method according to an embodiment of the invention.
As shown in Figure 3, the invention provides a kind of window management method, can comprise: step 302, store the identification information of all application programs by system window stack, store the identification information of all windows of each application program by each privately owned window stack, each privately owned window stack is corresponding one by one with each application program; Step 304, according to putting in order of the identification information of application program in system window stack, and the putting in order of identification information of window in each privately owned window stack, can arrange the order of all windows.
In technique scheme, in described step 304, the order of all windows is arranged and can be comprised: for the identification information of any two application programs in system window stack, all windows of application program corresponding high address identification information (being stored in the identification information of the higher address in stack) are all placed on all windows of the application program that low address identification information (be stored in stack compared with the identification information of low address) is corresponding or under; And/or for the identification information of any two windows in each privately owned window stack, window corresponding high address identification information is placed on the window that low address identification information is corresponding or under.
In technique scheme, window management method can also comprise: start when application program, store the identification information of application program in system window stack, and create privately owned window stack for application program; While creating the window of application program, in privately owned window stack, add the identification information of window; While closing window, in privately owned window stack, delete the identification information of window; While exiting application program, delete privately owned window stack, and in system window stack, delete the identification information of application program.
In technique scheme, the identification information of each application program comprises application identities and privately owned window stack pointer etc., application identities is pointed to each application program, and application identities comprises the process number of each application program etc., the privately owned window stack that the each application program of privately owned window stack pointed is corresponding; The identification information of each window comprises window ID etc., and window ID is pointed to each window, and window ID comprises the actual storage address of each window etc.It will be appreciated by those skilled in the art that the identification information of application program and the identification information of window include but not limited to foregoing.
Pass through technique scheme, employing comprises the two-stage stack architexture of system window stack and privately owned window stack, make the change of window order only relate to the identification information operation in a privately owned window stack of system window stack, and identification information in other privately owned window stacks is without change, the resource taking still less.Meanwhile, because the identification information in stack is less, make the identification information in system window stack and privately owned window stack less, be conducive to improve the efficiency of stack operation.
Fig. 4 is the process flow diagram of window management method according to an embodiment of the invention.
As shown in Figure 4, the present invention also provides a kind of window management method, comprise: step 402, store the identification information of all subsystem window stacks by system window stack, store the identification information of one or more application programs by each subsystem window stack, store the identification information of all windows of each application program by each privately owned window stack, each privately owned window stack is corresponding one by one with each application program; Step 404, according to putting in order of the identification information of subsystem window stack in system window stack, the putting in order of the identification information of application program in each subsystem window stack, and the putting in order of identification information of window in each privately owned window stack, arrange the order of all windows.
In technique scheme, the type of one or more application programs is identical.
Pass through technique scheme, adopt three grades of stack architexture (system window stack, subsystem window stack, privately owned window stack), except possessing the advantage of two-stage stack architexture of Fig. 3 embodiment, the windows exchange of application program of the same type relates to the identification information operation in corresponding subsystem window stack, in other subsystem window stacks, identification information is without operation, the efficiency of windows exchange is improved, and the resource taking still less.It will be appreciated by those skilled in the art that according to this technical scheme, more multistage stack can change and manage for the order to window, changes to reduce window order the resource taking.
Fig. 5 is the block diagram of window management system according to an embodiment of the invention.
As shown in Figure 5, the present invention also provides a kind of window management system 500, comprise: stack administration module 502, store the identification information of all application programs by system window stack, store the identification information of all windows of each application program by each privately owned window stack, each privately owned window stack is corresponding one by one with each application program; Window is arranged module 504, according to putting in order of the identification information of application program in system window stack, and the putting in order of identification information of window in each privately owned window stack, the order of all windows is arranged.
In technique scheme, for the identification information of any two application programs in system window stack, window arrange that module 504 is all placed in all windows of application program corresponding high address identification information on all windows of the application program that low address identification information is corresponding or under; And/or for the identification information of any two windows in each privately owned window stack, window arrange that module 504 is positioned at window corresponding high address identification information on the window that low address identification information is corresponding or under.
In technique scheme, start when application program, stack administration module 502 is stored the identification information of application program in system window stack, and creates privately owned window stack for application program; While creating the window of application program, stack administration module 502 adds the identification information of window in privately owned window stack; While closing window, stack administration module 502 is deleted the identification information of window in privately owned window stack; While exiting application program, stack administration module 502 is deleted privately owned window stack, and in system window stack, deletes the identification information of application program.
In technique scheme, the identification information of each application program comprises application identities and privately owned window stack pointer etc., application identities is pointed to each application program, and application identities comprises the process number of each application program etc., the privately owned window stack that the each application program of privately owned window stack pointed is corresponding; The identification information of each window comprises window ID etc., and window ID is pointed to each window, and window ID comprises the actual storage address of each window etc.
Pass through technique scheme, employing comprises the two-stage stack architexture of system window stack and privately owned window stack, make the change of window order only relate to the identification information operation in a privately owned window stack of system window stack, and identification information in other privately owned window stacks is without change, the resource taking still less.Meanwhile, because the identification information in stack is less, make the identification information in system window stack and privately owned window stack less, be conducive to improve the efficiency of stack operation.
Fig. 6 is the block diagram of window management system according to an embodiment of the invention.
As shown in Figure 6, the present invention also provides a kind of window management system 600, comprise: stack administration module 602, store the identification information of all subsystem window stacks by system window stack, store the identification information of one or more application programs by each subsystem window stack, store the identification information of all windows of each application program by each privately owned window stack, each privately owned window stack is corresponding one by one with each application program; Window is arranged module 604, according to putting in order of the identification information of subsystem window stack in system window stack, in each subsystem window stack, the identification information of application program puts in order, and the putting in order of identification information of window in each privately owned window stack, the order of all windows is arranged.
In technique scheme, the type of one or more application programs is identical.
Pass through technique scheme, adopt three grades of stack architexture (system window stack, subsystem window stack, privately owned window stack), except possessing the advantage of two-stage stack architexture of Fig. 5 embodiment, the windows exchange of application program of the same type relates to the identification information operation in corresponding subsystem window stack, in other subsystem window stacks, identification information is without operation, the efficiency of windows exchange is improved, and the resource taking still less.It will be appreciated by those skilled in the art that according to this technical scheme, more multistage stack can change and manage for the order to window, changes to reduce window order the resource taking.
Fig. 7 to Figure 11 is the schematic diagram of window management method according to an embodiment of the invention.
The present embodiment has proposed the window management method based on two-stage stack architexture:
Its principle is: in operating system, safeguard a system window stack structure take application program as unit, it has reflected the DISPLAY ORDER of the application program of moving, for example, in system window stack, all windows of the application program of top all come on the window of other application programs.In operating system, move three graphics application programs, each application program has two windows of opening, and a possible system window stack just as shown in Figure 7 so.
For each graphics application program in running status, safeguard the privately owned window stack structure of all windows that this application program opens, it has reflected the hierarchical relationship between all windows of same application program, for example, the window that is positioned at privately owned window stack stack top is on other windows with application.As shown in Figure 8, be a possible window stack of the application 1 in Fig. 7.
The window management method based on two-stage stack architexture below the present embodiment being proposed is described in detail, and as shown in Figure 9, is the detailed maps of system window stack and privately owned window stack.
In conjunction with Fig. 9, the management process of the window management method of the present embodiment is:
In the time of an application program launching with graphic user interface, for it creates a privately owned window stack (this application program at least comprises a window, the i.e. main window of this application program) for managing each window in this application program.Store the identification information of this graphics application program at system window stack, for raising the efficiency, this identification information can be that the index information of application program is (for retrieving the required content of this application program, identification information also can comprise the other guide in application program herein, for example can be using the full content of application program in identification information deposits stack in), index information at least comprises as follows: the application identities of application program (can be used process number (process id, be pid) as application identities, in Fig. 9, adopt the process number of application program as application identities), and point to the pointer of the privately owned window stack of this application program, for example, this pointer specifically can point to stack top index information, the identification information of storing the window of this application program in the privately owned window stack of this application program, this identification information can adopt index information equally, the window of having opened in corresponding this application program of each index information simultaneously.Index information in privately owned window stack should at least comprise following information: window ID, point to corresponding window, and can be the actual storage address of window.
User comprises following situation to the operation of window:
1) user chooses a window, this window is placed in to the superiors of all windows.For example, if user wants the window 3 of application program 1 correspondence to be placed on all windows, now, in system window stack, the index information of application program 1 has been positioned at stack top, does not need variation, in the privately owned window stack of application program 1 correspondence, the index information of window 3 is placed in to stack top, i.e. location superlatively in stack, was positioned at the window 1 on the index information of window 3, the index information of window 2 all sends behind to low address originally.In privately owned window stack corresponding to other application programs without doing any variation.
If user wants the window 2 of application program 2 to be placed in the superiors of all windows, in system window stack, the index information of application program 2 is placed in to stack top, originally the index information that was positioned at the application program 1 on the index information of application program 2 is moved down to one deck simultaneously, and in the privately owned window stack of application program 2 correspondences, the index information of window 2 is placed in to stack top, and the index information that was originally positioned at the window 1 on the index information of window 2 is moved to the address of low one deck.In privately owned window stack corresponding to other application programs without doing any variation.
2) user selects a window to minimize, processing mode and 1) similar.First guarantee in system window stack, the index information of the application program that this window is corresponding is at lowest address, and simultaneously in privately owned window stack corresponding to this application program, the index information of guaranteeing this window is positioned at address at the bottom of stack.
By above-mentioned explanation, can find, by the stack architexture of system window stack and two ranks of privately owned window stack, in the time that window is operated, only the information data in system window stack and a privately owned window stack need to be carried out move operation, information data in other window stacks does not need variation, and this makes the shared resource of user's window operation few, is particularly useful for opening a large amount of windows under Embedded environment.And, because the index information content of the index information of application program, window is simple, be more conducive to improve the efficiency of window operation.
Figure 12 is the schematic diagram of system window stack, subsystem window stack and the privately owned window stack of window management system in terminal according to an embodiment of the invention.
As shown in figure 12, in terminal in the present embodiment, window management system provides the window management method that adopts multi-level window stack scheme, system window stack is divided into multiple subsystem window stacks according to priority level, realizes the Managed Solution (system window stack, subsystem window stack, privately owned window stack corresponding to application program) of three grades of window stacks.
The division of the application program in subsystem window stack can be according to following standard: the requirement of user's application programs response time.It will be appreciated by those skilled in the art that and can application program be subdivided into corresponding subsystem window stack according to multiple standards, be not limited to the response time.
For example, three softwares in the system of terminal, are started: application navigation software, multimedia player and trivial games, divide according to the requirement to the response time, the identification information of game is managed by subsystem window stack 2, and the information of navigation software, multimedia player is managed by subsystem window stack 1.In the time that system is carried out windows exchange, the windows exchange between navigation software, multimedia player can be obtained shorter switching time.
Those skilled in the art are to be understood that, the window management method of the stack architexture of three ranks of the privately owned window stack based on system window stack, subsystem window stack, application in the present embodiment is not limited to the present invention, according to actual needs, can obtain the window management method of the stack architexture based on more multi-level according to the present invention.
Along with the embedded device take handheld device as representative is further universal, consumer is in meeting the demands such as groundwork, study and amusement, and the requirement that user is experienced is constantly increased.The window management scheme of the window stack based on multi-level that the present invention proposes, has reduced the computational resource consumption of window management, and then has reduced the power consumption of equipment; On the other hand, reduce the time of window management operation, improved the response speed of graphical interfaces to user's operation.
The foregoing is only the preferred embodiments of the present invention, be not limited to the present invention, for a person skilled in the art, the present invention can have various modifications and variations.Within the spirit and principles in the present invention all, any modification of doing, be equal to replacement, improvement etc., within all should being included in protection scope of the present invention.

Claims (10)

1. a window management method, is characterized in that, comprising:
Store the identification information of all application programs by system window stack, store the identification information of all windows of each application program by each privately owned window stack, described each privately owned window stack is corresponding one by one with described each application program;
According to putting in order of the identification information of application program in described system window stack, and the putting in order of identification information of window in described each privately owned window stack, the order of all windows is arranged;
Wherein, the described order to all windows is arranged and is comprised:
For the identification information of any two application programs in described system window stack, all windows of application program corresponding high address identification information are all placed on all windows of the application program that low address identification information is corresponding or under; And/or
For the identification information of any two windows in described each privately owned window stack, window corresponding high address identification information is positioned on the window that low address identification information is corresponding or under.
2. window management method according to claim 1, is characterized in that, described window management method also comprises:
While starting application program, in described system window stack, store the identification information of described application program, and create privately owned window stack for described application program;
While creating the window of described application program, in described privately owned window stack, add the identification information of described window;
While closing described window, in described privately owned window stack, delete the identification information of described window;
While exiting described application program, delete described privately owned window stack, and in described system window stack, delete the identification information of described application program.
3. window management method according to claim 1 and 2, it is characterized in that, the identification information of each application program comprises application identities and privately owned window stack pointer, described application identities is pointed to described each application program, privately owned window stack corresponding to each application program described in described privately owned window stack pointed;
The identification information of each window comprises window ID, and described window ID is pointed to described each window.
4. a window management method, is characterized in that, comprising:
Store the identification information of all subsystem window stacks by system window stack, store the identification information of one or more application programs by each subsystem window stack, store the identification information of all windows of each application program by each privately owned window stack, described each privately owned window stack is corresponding one by one with described each application program;
According to putting in order of the identification information of subsystem window stack in described system window stack, in described each subsystem window stack, the identification information of application program puts in order, and the putting in order of identification information of window in described each privately owned window stack, the order of all windows is arranged.
5. window management method according to claim 4, is characterized in that, the type of described one or more application programs is identical.
6. a window management system, is characterized in that, comprising:
Stack administration module, stores the identification information of all application programs by system window stack, store the identification information of all windows of each application program by each privately owned window stack, and described each privately owned window stack is corresponding one by one with described each application program;
Window is arranged module, according to putting in order of the identification information of application program in described system window stack, and the putting in order of identification information of window in described each privately owned window stack, the order of all windows is arranged;
Wherein, for the identification information of any two application programs in described system window stack, described window arrange on all windows that module is all placed in all windows of application program corresponding high address identification information the application program that low address identification information is corresponding or under; And/or
For the identification information of any two windows in described each privately owned window stack, described window arrange that module is positioned at window corresponding high address identification information on the window that low address identification information is corresponding or under.
7. window management system according to claim 6, is characterized in that, while starting application program, described stack administration module is stored the identification information of described application program in described system window stack, and creates privately owned window stack for described application program;
While creating the window of described application program, described stack administration module adds the identification information of described window in described privately owned window stack;
While closing described window, described stack administration module is deleted the identification information of described window in described privately owned window stack;
While exiting described application program, described stack administration module is deleted described privately owned window stack, and in described system window stack, deletes the identification information of described application program.
8. a window management system, is characterized in that, comprising:
Stack administration module, store the identification information of all subsystem window stacks by system window stack, store the identification information of one or more application programs by each subsystem window stack, store the identification information of all windows of each application program by each privately owned window stack, described each privately owned window stack is corresponding one by one with described each application program;
Window is arranged module, according to putting in order of the identification information of subsystem window stack in described system window stack, in described each subsystem window stack, the identification information of application program puts in order, and the putting in order of identification information of window in described each privately owned window stack, the order of all windows is arranged.
9. window management system according to claim 8, is characterized in that, the type of described one or more application programs is identical.
10. a terminal, is characterized in that, comprising:
Window management system in claim 6 to 9 described in any one.
CN201010613361.5A 2010-12-20 2010-12-20 Window management method, system and terminal Expired - Fee Related CN102063302B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201010613361.5A CN102063302B (en) 2010-12-20 2010-12-20 Window management method, system and terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201010613361.5A CN102063302B (en) 2010-12-20 2010-12-20 Window management method, system and terminal

Publications (2)

Publication Number Publication Date
CN102063302A CN102063302A (en) 2011-05-18
CN102063302B true CN102063302B (en) 2014-07-02

Family

ID=43998591

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201010613361.5A Expired - Fee Related CN102063302B (en) 2010-12-20 2010-12-20 Window management method, system and terminal

Country Status (1)

Country Link
CN (1) CN102063302B (en)

Families Citing this family (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103116441B (en) * 2013-01-28 2016-06-29 广东威创视讯科技股份有限公司 A kind of windows switching method and device
US11483415B2 (en) 2014-07-16 2022-10-25 Tensera Networks Ltd. Background pre-rendering of user applications
US11516309B2 (en) * 2014-07-16 2022-11-29 Tensera Networks Ltd. Transparent pre-loading of user applications
US11095743B2 (en) 2014-07-16 2021-08-17 Tensera Networks Ltd. Optimized content-delivery network (CDN) for the wireless last mile
CN104202647A (en) * 2014-08-08 2014-12-10 深圳市同洲电子股份有限公司 Display method and device of window
CN105786301B (en) * 2014-12-23 2020-03-10 阿里巴巴集团控股有限公司 Method and device for switching display object under multi-window system
JP2017010481A (en) * 2015-06-26 2017-01-12 シャープ株式会社 Content display device and program
CN106681827B (en) * 2016-05-11 2021-04-06 腾讯科技(深圳)有限公司 Method and device for detecting slow running of software card and electronic equipment
CN106598572B (en) * 2016-11-17 2018-08-03 武汉斗鱼网络科技有限公司 Method and device is exited in a kind of application
US11922187B2 (en) 2018-03-05 2024-03-05 Tensera Networks Ltd. Robust application preloading with accurate user experience
US11915012B2 (en) 2018-03-05 2024-02-27 Tensera Networks Ltd. Application preloading in the presence of user actions
CN109151582A (en) * 2018-08-16 2019-01-04 海信电子科技(深圳)有限公司 More application management methods, device and terminal based on Linux set-top box
EP4004767A4 (en) 2019-07-30 2023-03-08 Tensera Networks Ltd. Pre-rendering of application user-interfaces in user devices
CN116670646A (en) 2020-12-03 2023-08-29 腾赛拉网络有限公司 Preloading applications with existing tasks
CN113407293B (en) * 2021-08-19 2021-11-09 北京鲸鲮信息系统技术有限公司 Window management method, device, equipment and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6750858B1 (en) * 1993-10-25 2004-06-15 Object Technology Licensing Corporation Object-oriented window area display system
CN1771475A (en) * 2003-04-10 2006-05-10 松下电器产业株式会社 Window stack control method, window management program, and window management apparatus
CN101241498A (en) * 2007-02-06 2008-08-13 佳能株式会社 Display image control apparatus and control method thereof

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6750858B1 (en) * 1993-10-25 2004-06-15 Object Technology Licensing Corporation Object-oriented window area display system
CN1771475A (en) * 2003-04-10 2006-05-10 松下电器产业株式会社 Window stack control method, window management program, and window management apparatus
CN101241498A (en) * 2007-02-06 2008-08-13 佳能株式会社 Display image control apparatus and control method thereof

Also Published As

Publication number Publication date
CN102063302A (en) 2011-05-18

Similar Documents

Publication Publication Date Title
CN102063302B (en) Window management method, system and terminal
CN100456311C (en) System and method for actualizing content-based file system security
CN110287044A (en) Without lock shared drive processing method, device, electronic equipment and readable storage medium storing program for executing
CN104380256B (en) Method, system and execution code segment for virtualizing the hardware resource associated with computer system
CN102819496B (en) Address translation method of flash FTL (Flash Translation Layer)
CN103186350A (en) Hybrid storage system and hot spot data block migration method
CN104731896B (en) A kind of data processing method and system
CN104408163B (en) A kind of data classification storage and device
CN109902255B (en) Page mixed browsing record generation method, device, equipment and storage medium
CN102317926A (en) With the storage system of high-speed storage device as the buffer memory use
CN103177058A (en) Hybrid database table stored as both row and column store
CN108140021A (en) It is related to the hierarchical index of the priorization of interested data content
CN102646152B (en) A kind of map changing method and system
CN100377117C (en) Method and device for converting virtual address, reading and writing high-speed buffer memory
CN107784108A (en) A kind of data storage and management method, device and equipment
EP3189410A1 (en) Semantic card view
CN106909383A (en) The display methods and display device of application program
CN103294407B (en) Storage device and data read-write method
CN104063224A (en) Method and device for switching multiple fine control scenarios based on three-dimensional GIS (geographic information system)
CN109783321A (en) Monitoring data management method, device, terminal device
CN109901909A (en) Method and virtualization system for virtualization system
CN111078152A (en) Cloud hard disk creation method and device based on cloud platform
CN103714007B (en) Data writing method and electronic equipment
CN102546961A (en) Contact lookup method and mobile terminal
CN116090408A (en) Text content self-adaptive implementation method capable of loading large data table component cell

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CP01 Change in the name or title of a patent holder
CP01 Change in the name or title of a patent holder

Address after: 100015 Beijing city Chaoyang District Dongzhimen West eight Street No. 2 room Wanhong Yan Dong Business Garden

Patentee after: BEIJING WATCHDATA Co.,Ltd.

Address before: 100015 Beijing city Chaoyang District Dongzhimen West eight Street No. 2 room Wanhong Yan Dong Business Garden

Patentee before: BEIJING WATCH DATA SYSTEM Co.,Ltd.

CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20140702

Termination date: 20211220