CN1160887A - 用于延迟向新开窗口传递焦点的方法、存储器和设备 - Google Patents

用于延迟向新开窗口传递焦点的方法、存储器和设备 Download PDF

Info

Publication number
CN1160887A
CN1160887A CN97102854A CN97102854A CN1160887A CN 1160887 A CN1160887 A CN 1160887A CN 97102854 A CN97102854 A CN 97102854A CN 97102854 A CN97102854 A CN 97102854A CN 1160887 A CN1160887 A CN 1160887A
Authority
CN
China
Prior art keywords
window
focus
keystroke
buffer zone
graphoscope
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.)
Granted
Application number
CN97102854A
Other languages
English (en)
Other versions
CN1103472C (zh
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.)
International Business Machines Corp
Original Assignee
International Business Machines Corp
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 International Business Machines Corp filed Critical International Business Machines Corp
Publication of CN1160887A publication Critical patent/CN1160887A/zh
Application granted granted Critical
Publication of CN1103472C publication Critical patent/CN1103472C/zh
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Classifications

    • 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/14Digital output to display device ; Cooperation and interconnection of the display device with other functional units

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)
  • Digital Computer Display Output (AREA)

Abstract

一种方法、设备和产品控制一个计算机系统延迟向计算机所显示的新开窗口传送焦点。方法包括第一步骤,响应用户控件指令打开一个新窗口、确定一个现存打开窗口是否保持焦点。如果一个现存的打开窗口保持着焦点,第二步骤包括确定当焦点被传送到新窗口时,是否缓冲区至少接收到一个击键,第三步骤包括当保持现存窗口保持焦点时,将新窗口映象到计算机显示器上。

Description

用于延迟向新开窗口传递焦点的方法、存储器和设备
本发明涉及计算机系统的图形用户接口(GUI)和操作系统,尤其,并不仅限于此,涉及一种方法、产品和设备,用来延缓焦点向新开窗口的传递。
许多常规的操作系统,如Windows(TM)、OS/2(TM)和AIX(TM)操作系统,都使用图形用户接口(GUI)桌面环境来组织计算机对象。GUI允许用户用鼠标或指针以图形方式查看和操纵那些作为图标的对象。常规的GUI检查对象的标识(如名称),在资源文件中查找标识,然后按照资源文件中存储的信息将代表该对象的图标显示出来。典型地,当用户双击某图标时,GUI打开此对象(如开始一个应用),显示一对应窗口和打开对象的内容,并且自动将焦点传递到窗口。当窗口获得焦点,GUI信息将全部输入信息,如键盘的击键,传递到此窗口中所运行的对象/应用中。
多个对象可以同时打开,建立一个堆栈来保存GUI在显示屏中按缺省大小和位置显示的窗口。当用户单击一个不在窗口堆栈顶部的窗口时,GUI将焦点从堆栈顶部的窗口传递到这个新窗口。当窗口获得焦点时,GUI将此窗口置于窗口堆栈的顶部,并且,如前所述,将用户键盘击键序列发到此窗口中运行的对象/应用。
常规GUI为一个对象提供三种状态——最大化、省缺和图标化(即最小化)。如前所述,当用户打开一个窗口,GUI用预置的大小显示此窗口(即省缺状态)并自动将焦点传递给它。用户可以用鼠标调整窗口边框的边缘位置来手动改变预置大小。然而,手动改变窗口大小的过程既烦人又费时。
一般地,GUI在窗口的标题条中提供两个按钮(参照图2中的最大化和最小化按钮),以使用户可以在最大化状态和图标化状态之间进行变换。当用户最大化一个窗口时,此窗口占满屏幕的全部面积。这样,就无法看到其它窗口。相反地,图标化状态占很小的空间,但不显示所运行应用程序的内容。显然,当用户需要查看所运行应用程序的内容时,这是一个不利的状态。
遗憾地,由于桌面系统(desktop)自动将焦点从一个现存窗口传递到新开窗口,以上所述多进程系统的缺点和局限就表现出来了。用户在刚刚试图打开一个新窗口后,可能仍然在现存窗口中工作。然而,一旦GUI将焦点传递到新窗口,GUI就将所有击键都引导到新窗口而不是现存窗口。因此,需要一个增强的用户接口,在从用户开始打开一个新窗口到GUI将焦点传递到新开窗口之间这段时间,检查用户是否正在现存窗口中输入击键。如果是,则GUI将焦点保留在现存窗口中,直至用户点击新窗口。
根据本发明,一种方法、设备和产品控制计算机系统延迟向计算机显示器所显示的新开窗口传递焦点。此方法包括第一步:响应用户控件发来的命令,打开新窗口,判断现存打开窗口是否保持焦点。如果现存打开窗口保持焦点,则第二步包括判断在焦点传递到新窗口之前是否至少接收到一个击键。如果在焦点传递到新窗口之前缓冲区已经接收到至少一个击键,则第三步包括当将焦点保持在现存窗口中的同时,将新窗口映象到计算机显示器上。
图1是用来实施本发明的硬件环境的示例的图解。
图2表现了一个GUI显示窗口,用来显示一个拥有焦点的缺省窗口和缩小了的窗口。
图3是一个流程图,表现用来实施优选实施方案的详细逻辑。
下面详细描述的是实施本发明当前最好的模式。然而,这个详细描述不应被视为一种限制,而只是用于描述发明的一般原理,本发明的范围仅以所附权利要求的定义为准。
此优选实施方案可以在任何合适的硬件配置中应用,如图1所示的计算机系统100,或膝上型或笔记本计算机系统。计算机系统100包括任何适当的中央处理单元10(如标准微处理器)和任通过系统总线12相互连接的其它对象。为了便于说明,计算机系统100包括存储器,如只读存储器(ROM)16,随机访问存储器(RAM)14和通过I/O适配器18连接到系统总线12的外围存储设备(如盘式或带式设备20)。计算机系统100进一步包括显示适配器36,用来将系统总线12连接到显示设备38。用户接口适配器将系统总线和用户控件,如键盘24、扬声器28、鼠标26、触摸板32或其它用户输入设备(如触摸屏,未画出)。
本领域技术人员容易认识到,在图形用户接口(GUI)中如何使用鼠标和鼠标光标来开始对对象的操纵。例如,用户可以用鼠标和鼠标光标在窗口中拖放对象的图标。而且用户可以通过将鼠标光标放到图标上并双击鼠标的一个按钮来打开和/或关闭对象。
此优选实施方案的图形用户接口(GUI)驻留在计算机可读的介质中并允许用户启动对象的操纵。任何合适的计算机可读介质都可以驻留GUI(如Window manager),如ROM16、RAM14、盘式或带式设备20(如磁盘、磁带、CD-ROM、光盘或其它合适的存储介质)。而且,本优选实施方案中,GUI是用户和AIX操作系统的接口。GUI可以被看作操作系统的一部分。任何合适的操作系统或桌面环境都可以使用。由于GUI只命令和指导CPU10,为说明方便起见,GUI将被描述为具有以下特征和功能。
图2展示了根据本优选实施方案的显示多个窗口的显示屏幕200。本领域技术人员可以很容易地认识到,可以显示出任意多个窗口。窗口210是处于缺省状态并拥有焦点。由于窗口210拥有焦点,GUI将其置于其它窗口堆栈的顶部。然而,当GUI将焦点传给窗口210的时候,GUI“缩小”失去焦点的窗口,如果有的话(如窗口220或230)。除非用户恢复该窗口,否则其它窗口将已被缩小(在此描述)。缩小了的窗口220和230打开着,并且继续显示它们原有内容(即缺省状态所显示内容)的一部分或全部,但它们的高度和宽度尺寸被自动缩小,以使其在显示屏幕200中占有较少的空间。本优选实施方案中,在缩小窗口中显示的内容是按照窗口尺寸的缩小量成比例缩小的。这样,整个窗口的尺寸就被缩小了。或者,内容可以保持原来的尺寸不变,而只减小窗口的尺寸,这样显示较少的内容。
窗口缩小的比例取决于显示屏幕的尺寸,窗口在被缩小前一时刻的原尺寸(即缺省尺寸)和屏幕上显示的窗口数量。但是,有最大和最小的缩小幅度,如窗口不会被缩小超过70%或不足30%。下面的公式储存在系统表中,并用来计算缩小的窗口的高度和宽度。
30%<缩小的窗口高度=[(原窗口尺寸高度)2/屏幕尺寸高度]×[1+1/(屏幕上显示窗口的数量)]<70%
30%<缩小的窗口宽度=[(原窗口尺寸宽度)2/屏幕尺寸宽度]×[1+1/(屏幕上显示窗口的数量)]<70%
或者,可以使用其它缩小公式与/或缩小比例,而不脱离本发明的范围。
窗口210、220和230都包括缩小按钮212、222或232,分别允许用户在缺省状态(尺寸)和缩小状态(尺寸)之间切换各个窗口。
相应地,本优选实施方案通过自动缩小没有焦点的窗口允许用户在屏幕上查看多个窗口。进一步,用户可以选择性地在缩小状态和缺省状态间切换窗口。
本优选实施方案的GUI指导图3中详细阐明的逻辑过程的执行。在300,用户或操作系统打开一个特定对象。例如,用户可以双击一个图标而打开一个动态链接库目录或打开一个包含多个应用程序的文件的目录。在310,GUI读取一个已经载入RAM14的常规系统表。操作系统最初建立此系统表并在每次用户增加或改变对象时不断更新它。然而,根据对象数目,系统表可以是用于识别一个或多个对象的位置的主表。无论如何,现在系统表包括该过程中缩放和恢复窗口所需的信息。例如,系统表包括以上所列的缩小公式,是否引发窗口的缩小状态,是否窗口拥有焦点,窗口的尺寸,缩小后的尺寸和窗口左上角在屏幕上的位置。下面的表展示了一个系统表,包含用于1000×1000个象素的显示屏的缩小信息:
                       系统表
    对象   缩小尺寸   缩放   缺省尺寸         焦点   窗口位置
Path/Name1   333×333   Yes   500×500          No    50,100
Path/Name2   120×213   No   300×400         Yes   200,150
Path/Name3   120×333   Yes   300×500         No   100,100
GUI从系统表中读取选中对象的值并按此值显示窗口和资源文件中的信息。接着,在312,执行事件循环。在314,如果GUI检查到缩小按钮上的事件(如击鼠标),在316,GUI检查系统表的缩放列,判断是否该窗口已经缩小了。如果是,在318,GUI用缺省尺寸和窗口位置重新显示该窗口。如果不是,在322,GUI按照上述公式计算缩小尺寸,并在324用缩小尺寸和缺省窗口位置显示该窗口。
在320,如果GUI检查到由于用户击其它窗口或打开新窗口而使一个窗口正在失去焦点,在322,GUI计算正在失去焦点的窗口的缩小尺寸。在324,GUI用缩小尺寸重新显示该窗口。GUI将继续以缩小状态(即尺寸)显示该窗口,直到用户恢复它(即点击它的缩小按钮),或直到窗口重新获得焦点。
在330,如果GUI检查到用户引发一个对象/应用(如双击对象的图标),在332,如果当GUI向新窗口传递焦点时,检查到击键,在334,GUI在屏幕上用缺省尺寸和窗口位置画出新窗口,但不将焦点传递到新开窗口,直到用户点击此新窗口。否则,GUI用缺省尺寸显示新窗口并对其它窗口那样,将焦点传递给它。
当参照本发明的一个特定实施方案表现和描述本发明时,那些本领域技术人员可以理解到,在不脱离本发明精神和范围的情况下,可以进行前面所述的以及其它形式和细节上的变化。

Claims (9)

1.一种方法,用于控制一个计算机系统延迟向一个计算机显示的新开窗口传送焦点,该计算机系统包括至少一个处理器、用户控件、键盘及计算机显示器,该方法包括下列步骤:
响应用户控件的指令打开第一窗口,确定第二窗口是否保持焦点;
如果第二窗口保持焦点,确定当焦点被传送到第一窗口时,在缓冲区中是否接收到至少一个击键;及
如果当焦点被传送到第一窗口时,缓冲区至少接收到一个击键,则在第二窗口保持焦点时,将第一窗口映象到计算机显示器上。
2.依据权利要求1的方法,其特征在于确定第二窗口是否有焦点的步骤包括下列步骤:
检查系统表的焦点列,来显示第二窗口有焦点。
3.依据权利要求1的方法,其特征在于确定是否接收到击键的步骤包括下列步骤:
如果第二窗口有焦点,确定当向第一窗口传送焦点时,一个顺序排列击键的缓冲区是否正在接收信息。
4.依据权利要求1的方法,其特征在于它还包括下列步骤:
如果焦点被传送到第一窗口时,缓冲区没有接收信息,则将第一窗口映象到计算机显示器上并向第一窗口传送焦点。
5.一个计算机系统,用于控制一个计算机系统延迟向一个计算机显示的新开窗口传送焦点,包括:
用户控件;
键盘;
响应用户控件的指令打开第一窗口,确定第二窗口是否保持焦点的装置;
如果第二窗口保持焦点,确定当焦点被传送到第一窗口时,在缓冲区中是否接收到至少一个击键的装置;及
如果当焦点被传送到第一窗口时,缓冲区至少接收到一个击键,则在第二窗口保持焦点时,将第一窗口映象到计算机显示器上的装置。
6.依据权利要求5的系统,其特征在于它还包括:
检查系统表的焦点列,来显示第二窗口有焦点的装置。
7.依据权利要求5的系统,其特征在于它还包括:
如果第二窗口有焦点,确定当向第一窗口传送焦点时,一个顺序排列击键的缓冲区是否正在接收信息的装置。
8.依据权利要求5的系统,其特征在于它还包括:
如果焦点被传送到第一窗口时,缓冲区没有接收信息,则将第一窗口映象到计算机显示器上并向第一窗口传送焦点的装置。
9.一种产品,包括:
计算机使用的介质,其中装有指导一计算机延迟向显示在计算机显示器上的新开窗口传送焦点的计算机可读程序代码装置,所述计算机具有:至少一个处理器、用户控件、键盘和计算机显示器,所述计算机使用的介质包括:
根据用户控件的指令打开一新窗口,使计算机系统确定现存打开窗口是否保留焦点的第一计算机可读程序代码装置;
如果现存打开窗口保留焦点,使计算机系统确定在将焦点转移到新窗口时,缓冲区是否接收到至少一个来自键盘的击键的第二计算机可程序代码装置;和
如果在将焦点转移到新窗口时,缓冲区接收到至少一个击键,则使计算机系统在现存窗口保留焦点时,在计算机显示器上映象第一窗口的第三计算机可读程序代码装置。
CN97102854A 1996-03-29 1997-03-05 用于延迟向新开窗口传递焦点的方法 Expired - Fee Related CN1103472C (zh)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US626,219 1984-06-29
US626219 1984-06-29
US08/626,219 US5721849A (en) 1996-03-29 1996-03-29 Method, memory and apparatus for postponing transference of focus to a newly opened window

Publications (2)

Publication Number Publication Date
CN1160887A true CN1160887A (zh) 1997-10-01
CN1103472C CN1103472C (zh) 2003-03-19

Family

ID=24509460

Family Applications (1)

Application Number Title Priority Date Filing Date
CN97102854A Expired - Fee Related CN1103472C (zh) 1996-03-29 1997-03-05 用于延迟向新开窗口传递焦点的方法

Country Status (4)

Country Link
US (1) US5721849A (zh)
JP (1) JP3412444B2 (zh)
KR (1) KR100249336B1 (zh)
CN (1) CN1103472C (zh)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101384983B (zh) * 2006-02-16 2012-04-25 微软公司 文本框编号和链接视觉帮助
US8942153B2 (en) 2005-09-30 2015-01-27 Lg Electronics Inc. Method for transmitting and receiving data using a plurality of carriers
CN104978098A (zh) * 2014-04-01 2015-10-14 深圳市驱动人生软件技术有限公司 一种快速更改壁纸的方法及系统
CN107341016A (zh) * 2017-06-30 2017-11-10 百度在线网络技术(北京)有限公司 分屏机制下的焦点态实现方法、装置、终端及存储介质
CN117707395A (zh) * 2023-07-29 2024-03-15 荣耀终端有限公司 响应处理方法、电子设备及存储介质

Families Citing this family (68)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1997027531A1 (fr) * 1996-01-23 1997-07-31 Aim Corporation Systeme d'affichage d'informations
US6018341A (en) * 1996-11-20 2000-01-25 International Business Machines Corporation Data processing system and method for performing automatic actions in a graphical user interface
US5916310A (en) * 1997-08-18 1999-06-29 Novell, Inc. Method and system for enhancing keyboard functionality in an HTML document
US6300951B1 (en) * 1997-11-04 2001-10-09 International Business Machines Corporation System and method for queues and space activation for toggling windows
US6609146B1 (en) 1997-11-12 2003-08-19 Benjamin Slotznick System for automatically switching between two executable programs at a user's computer interface during processing by one of the executable programs
US7865832B2 (en) * 1999-07-26 2011-01-04 Sony Corporation Extended elements and mechanisms for displaying a rich graphical user interface in panel subunit
US6615293B1 (en) * 1998-07-01 2003-09-02 Sony Corporation Method and system for providing an exact image transfer and a root panel list within the panel subunit graphical user interface mechanism
US6535615B1 (en) 1999-03-31 2003-03-18 Acuson Corp. Method and system for facilitating interaction between image and non-image sections displayed on an image review station such as an ultrasound image review station
US6762776B2 (en) * 2000-11-10 2004-07-13 Microsoft Corporation Mouse input panel windows class list
US7312785B2 (en) * 2001-10-22 2007-12-25 Apple Inc. Method and apparatus for accelerated scrolling
US20070085841A1 (en) * 2001-10-22 2007-04-19 Apple Computer, Inc. Method and apparatus for accelerated scrolling
US7345671B2 (en) * 2001-10-22 2008-03-18 Apple Inc. Method and apparatus for use of rotational user inputs
US7333092B2 (en) * 2002-02-25 2008-02-19 Apple Computer, Inc. Touch pad for handheld device
US7302648B1 (en) * 2002-07-10 2007-11-27 Apple Inc. Method and apparatus for resizing buffered windows
US7461352B2 (en) * 2003-02-10 2008-12-02 Ronald Mark Katsuranis Voice activated system and methods to enable a computer user working in a first graphical application window to display and control on-screen help, internet, and other information content in a second graphical application window
US7380218B2 (en) * 2003-03-27 2008-05-27 International Business Machines Corporation Method and apparatus for managing windows
KR100955772B1 (ko) * 2003-06-20 2010-04-30 엘지디스플레이 주식회사 액정 표시 장치용 어레이 기판 및 그 제조 방법
US20060181517A1 (en) * 2005-02-11 2006-08-17 Apple Computer, Inc. Display actuator
US7499040B2 (en) * 2003-08-18 2009-03-03 Apple Inc. Movable touch pad with added functionality
US20070152977A1 (en) * 2005-12-30 2007-07-05 Apple Computer, Inc. Illuminated touchpad
US7495659B2 (en) * 2003-11-25 2009-02-24 Apple Inc. Touch pad for handheld device
US8059099B2 (en) * 2006-06-02 2011-11-15 Apple Inc. Techniques for interactive input to portable electronic devices
US7865839B2 (en) * 2004-03-05 2011-01-04 Aol Inc. Focus stealing prevention
US7490299B2 (en) * 2004-06-30 2009-02-10 International Business Machines Corporation System and method for handling unexpected focus change messages in a computing device
EP1779228B1 (en) * 2004-08-16 2012-04-11 Apple Inc. A method of increasing the spatial resolution of touch sensitive devices
US7634738B2 (en) * 2004-11-19 2009-12-15 Microsoft Corporation Systems and methods for processing input data before, during, and/or after an input focus change event
US7454712B2 (en) * 2005-07-18 2008-11-18 International Business Machines Corporation Method, system, and computer program product for preventing unwanted application behavior
JP2009505204A (ja) * 2005-08-11 2009-02-05 コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ インタラクティブシステムとインタフェースシステムを駆動する方法
US7880729B2 (en) * 2005-10-11 2011-02-01 Apple Inc. Center button isolation ring
US20070152983A1 (en) 2005-12-30 2007-07-05 Apple Computer, Inc. Touch pad with symbols based on mode
US8743060B2 (en) * 2006-07-06 2014-06-03 Apple Inc. Mutual capacitance touch sensing device
US9360967B2 (en) * 2006-07-06 2016-06-07 Apple Inc. Mutual capacitance touch sensing device
US8022935B2 (en) 2006-07-06 2011-09-20 Apple Inc. Capacitance sensing electrode with integrated I/O mechanism
US20080006454A1 (en) * 2006-07-10 2008-01-10 Apple Computer, Inc. Mutual capacitance touch sensing device
US7795553B2 (en) 2006-09-11 2010-09-14 Apple Inc. Hybrid button
US20080088600A1 (en) * 2006-10-11 2008-04-17 Apple Inc. Method and apparatus for implementing multiple push buttons in a user input device
US8274479B2 (en) * 2006-10-11 2012-09-25 Apple Inc. Gimballed scroll wheel
US20080088597A1 (en) * 2006-10-11 2008-04-17 Apple Inc. Sensor configurations in a user input device
US8482530B2 (en) * 2006-11-13 2013-07-09 Apple Inc. Method of capacitively sensing finger position
JP5172156B2 (ja) * 2007-01-15 2013-03-27 富士通株式会社 情報処理装置,表示方法および表示プログラム
US20090058801A1 (en) * 2007-09-04 2009-03-05 Apple Inc. Fluid motion user interface control
US8683378B2 (en) 2007-09-04 2014-03-25 Apple Inc. Scrolling techniques for user interfaces
US7910843B2 (en) * 2007-09-04 2011-03-22 Apple Inc. Compact input device
US20090073130A1 (en) * 2007-09-17 2009-03-19 Apple Inc. Device having cover with integrally formed sensor
US8416198B2 (en) * 2007-12-03 2013-04-09 Apple Inc. Multi-dimensional scroll wheel
CN101184300B (zh) * 2007-12-06 2010-09-29 中兴通讯股份有限公司 一种手机图形系统中的窗口管理方法
US8125461B2 (en) * 2008-01-11 2012-02-28 Apple Inc. Dynamic input graphic display
US8820133B2 (en) * 2008-02-01 2014-09-02 Apple Inc. Co-extruded materials and methods
US9454256B2 (en) * 2008-03-14 2016-09-27 Apple Inc. Sensor configurations of an input device that are switchable based on mode
US20100058251A1 (en) * 2008-08-27 2010-03-04 Apple Inc. Omnidirectional gesture detection
US20100060568A1 (en) * 2008-09-05 2010-03-11 Apple Inc. Curved surface input device with normalized capacitive sensing
US8816967B2 (en) 2008-09-25 2014-08-26 Apple Inc. Capacitive sensor having electrodes arranged on the substrate and the flex circuit
US8395590B2 (en) * 2008-12-17 2013-03-12 Apple Inc. Integrated contact switch and touch sensor elements
US9354751B2 (en) * 2009-05-15 2016-05-31 Apple Inc. Input device with optimized capacitive sensing
US8872771B2 (en) * 2009-07-07 2014-10-28 Apple Inc. Touch sensing device having conductive nodes
US8434134B2 (en) 2010-05-26 2013-04-30 Google Inc. Providing an electronic document collection
WO2012020866A1 (ko) * 2010-08-13 2012-02-16 엘지전자 주식회사 이동단말기, 디스플레이 장치 및 그 제어 방법
WO2012074798A1 (en) 2010-11-18 2012-06-07 Google Inc. Haptic feedback to abnormal computing events
US9069374B2 (en) 2012-01-04 2015-06-30 International Business Machines Corporation Web video occlusion: a method for rendering the videos watched over multiple windows
US8856640B1 (en) 2012-01-20 2014-10-07 Google Inc. Method and apparatus for applying revision specific electronic signatures to an electronically stored document
US9529916B1 (en) 2012-10-30 2016-12-27 Google Inc. Managing documents based on access context
US11308037B2 (en) 2012-10-30 2022-04-19 Google Llc Automatic collaboration
US9384285B1 (en) 2012-12-18 2016-07-05 Google Inc. Methods for identifying related documents
US9495341B1 (en) 2012-12-18 2016-11-15 Google Inc. Fact correction and completion during document drafting
US9514113B1 (en) 2013-07-29 2016-12-06 Google Inc. Methods for automatic footnote generation
US9842113B1 (en) 2013-08-27 2017-12-12 Google Inc. Context-based file selection
US9529791B1 (en) 2013-12-12 2016-12-27 Google Inc. Template and content aware document and template editing
US9703763B1 (en) 2014-08-14 2017-07-11 Google Inc. Automatic document citations by utilizing copied content for candidate sources

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5062060A (en) * 1987-01-05 1991-10-29 Motorola Inc. Computer human interface comprising user-adjustable window for displaying or printing information
US5394521A (en) * 1991-12-09 1995-02-28 Xerox Corporation User interface with multiple workspaces for sharing display system objects
US5060170A (en) * 1989-08-09 1991-10-22 International Business Machines Corp. Space allocation and positioning method for screen display regions in a variable windowing system
US5263134A (en) * 1989-10-25 1993-11-16 Apple Computer, Inc. Method and apparatus for controlling computer displays by using a two dimensional scroll palette
US5163046A (en) * 1989-11-30 1992-11-10 At&T Bell Laboratories Dynamic window sizing in a data network
EP0439087B1 (en) * 1990-01-25 1996-12-11 Radius Inc. Method for resizing and moving computer display windows

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8942153B2 (en) 2005-09-30 2015-01-27 Lg Electronics Inc. Method for transmitting and receiving data using a plurality of carriers
CN101384983B (zh) * 2006-02-16 2012-04-25 微软公司 文本框编号和链接视觉帮助
CN104978098A (zh) * 2014-04-01 2015-10-14 深圳市驱动人生软件技术有限公司 一种快速更改壁纸的方法及系统
CN107341016A (zh) * 2017-06-30 2017-11-10 百度在线网络技术(北京)有限公司 分屏机制下的焦点态实现方法、装置、终端及存储介质
CN107341016B (zh) * 2017-06-30 2020-09-04 百度在线网络技术(北京)有限公司 分屏机制下的焦点态实现方法、装置、终端及存储介质
CN117707395A (zh) * 2023-07-29 2024-03-15 荣耀终端有限公司 响应处理方法、电子设备及存储介质

Also Published As

Publication number Publication date
KR970066840A (ko) 1997-10-13
CN1103472C (zh) 2003-03-19
KR100249336B1 (ko) 2000-03-15
JP3412444B2 (ja) 2003-06-03
US5721849A (en) 1998-02-24
JPH1011258A (ja) 1998-01-16

Similar Documents

Publication Publication Date Title
CN1103472C (zh) 用于延迟向新开窗口传递焦点的方法
EP0660220B1 (en) Drag and drop operations in a graphical user interface
US5463726A (en) Method and apparatus for graphic accessing of multiple software applications
US5699535A (en) Method, memory and apparatus for automatically resizing a plurality of windows displayed on a computer display
CA2346605C (en) Automatically scaling icons to fit a display area within a data processing system
US6011551A (en) Method, memory and apparatus for automatically resizing a window while continuing to display information therein
US5559948A (en) Apparatus and method for manipulating an object in a computer system graphical user interface
US7480863B2 (en) Dynamic and intelligent hover assistance
US7345675B1 (en) Apparatus for manipulating an object displayed on a display device by using a touch screen
US5666498A (en) Method, memory and apparatus for automatically resizing a window
US7913183B2 (en) System and method for managing software applications in a graphical user interface
US6163317A (en) Method and apparatus for dynamically grouping objects
JPH0225960A (ja) オーバーラツプしたプログラムのアクセス方法
US5990889A (en) Method, memory and apparatus for automatically resizing a window in response to a loss or gain in focus
EP0557320B1 (en) User interface having simulated devices
US5704050A (en) Snap control for relocating elements of a graphical user interface
US5648795A (en) Method of resetting a computer video display mode
US6208343B1 (en) Graphical user interface scroll bar that provides varied levels of access granularity
US20050088410A1 (en) Dynamically changing cursor for user interface
US5977952A (en) Method and system for an ambidextrous mouse
JPH0635654A (ja) メニュー・バー内に埋込みアイコンを有する表示システム
US6823494B2 (en) Method for displaying a window
US6141008A (en) Method and system for providing size adjustment for a maximized window in a computer system graphical user interface
GB2310989A (en) Graphical user interface
US5561753A (en) Method and system for relocating selectable graphical objects in a graphical user interface environment

Legal Events

Date Code Title Description
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C06 Publication
PB01 Publication
C14 Grant of patent or utility model
GR01 Patent grant
C19 Lapse of patent right due to non-payment of the annual fee
CF01 Termination of patent right due to non-payment of annual fee