JP4974236B2 - 情報連携ウィンドウシステムおよびプログラム - Google Patents
情報連携ウィンドウシステムおよびプログラム Download PDFInfo
- Publication number
- JP4974236B2 JP4974236B2 JP2007281571A JP2007281571A JP4974236B2 JP 4974236 B2 JP4974236 B2 JP 4974236B2 JP 2007281571 A JP2007281571 A JP 2007281571A JP 2007281571 A JP2007281571 A JP 2007281571A JP 4974236 B2 JP4974236 B2 JP 4974236B2
- Authority
- JP
- Japan
- Prior art keywords
- drop
- window
- program
- drag
- data
- 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
Links
Images
Landscapes
- User Interface Of Digital Computer (AREA)
Description
(2)ドロップ先のオブジェクトが表示内容を更新するタイミングは、ドロップ操作が行われたタイミングが基準となる。このため、ドラッグアンドドロップ操作を繰り返していると、表示内容を更新するタイミングがドロップ先の複数のオブジェクトでばらばらになり、表示更新内容が期待する結果とならない場合がある。
(3)ドラッグ元のオブジェクトのデータが時系列により変動するデータの場合、ドラッグアンドドロップ操作を繰り返しているうちに、ドラッグ元のオブジェクトのデータが変動してしまう可能性があり、ドロップ先の複数のオブジェクトに同じデータを渡すことができない場合がある。
情報連携ウィンドウシステム1は、システム全体を制御する制御部2と、制御部2のプログラムやアプリケーションプログラムを記憶する記憶部3と、情報連携ウィンドウシステム1を使用するユーザがシステムに対して指示を与えるためのマウス等のポインティングデバイス4と、キーボード5と、ユーザに対して情報を表示するための表示部6とを有する。
ここで、本実施の形態では、表示部6の画面上の選択可能な対象単位をオブジェクトと呼ぶ。オブジェクトの例としては、ウィンドウ、ボタン、トレンドグラフ、トレンドグラフ中のプロットデータなど様々なものがあり、またこれらの例に限るものではない。
操作判定部8は、操作検出部7の検出結果から、ポインティングデバイス4のカーソルが画面上の選択可能なオブジェクトを指し示し、かつポインティングデバイス4のボタンが押されたことを認識した場合、このオブジェクトが選択されたと判定する(図2ステップS1においてYES)。選択可能なオブジェクトか否かは、各オブジェクトのプログラムに予め設定された属性データを参照することで確認できる。
続いて、操作判定部8は、ユーザの操作によってポインティングデバイス4のボタンが押されたままカーソルが移動したことを認識すると、ステップS2で記憶したカーソル位置からの画面上の位置ずれ量を検出し、このカーソルの位置ずれ量が所定のしきい値以上の場合に、ドラッグ開始と見なす(ステップS3においてYES)。
ドロップ処理実行部10は、選択可能なオブジェクト上でドロップが発生した場合、ドラッグ元のオブジェクトの属性データをドロップ先のオブジェクトのプログラムに渡すドロップ処理を実行する。
一方、ドロップ処理実行部10は、ドロップ先のオブジェクトが複数の場合、例えばドロップ先のオブジェクトがウィンドウで、このウィンドウの中にドロップ処理を受け入れ可能な複数のオブジェクトが含まれる場合、ウィンドウに含まれる複数のオブジェクトのプログラムの各々にドラッグ元のオブジェクトの属性データを渡す(ステップS9)。このとき、ウィンドウ自体も複数のオブジェクトの中に含まれる。
日時情報は、例えばポイントのプロセス変数にアラームが発生した日時を示すものである。日時情報としては、発生日時情報、開始日時情報、終了日時情報などがある。
イベント関連情報は、当該オブジェクトに関係するイベント(例えばポインティングデバイスの操作やアラーム発生など)を示すものである。イベント関連情報としては、ユニット名、イベント名などがある。
ドラッグ・ドロップ対象オブジェクトへの参照情報としては、ドラッグ元オブジェクト名、ドロップ先オブジェクト名などがある。
その他の情報としては、任意の文字列群、任意のデータセット、任意のオブジェクト群などがある。
その他の実施の形態として、ドラッグアンドドロップ操作が行われたときに、ドラッグ元の第1のオブジェクトの属性データを第2のオブジェクトのプログラムに渡す前に、ドロップ処理実行部10が、実行確認のためのダイアログ(ポップアップインドウ)などで、そのドロップ処理を実行するか否かを確認し、ユーザから実行の指示があったときにドロップ処理を実行するようにしてもよい。また、ドロップ処理実行部10が、属性データを選択するための選択メニューダイアログなどを表示することでユーザに属性データの選択を促し、ドラッグ元の第1のオブジェクトの属性データのうちユーザによって適宜選択されたデータを第2のオブジェクトのプログラムに渡すようにしてもよい。
Claims (2)
- ユーザによるポインティングデバイスの操作を検出する操作検出手段と、
前記ポインティングデバイスにより表示画面上の第1のオブジェクトがドラッグアンドドロップ操作されたかどうかを判定する操作判定手段と、
前記ドラッグアンドドロップ操作が行われたときに、ドラッグ元の前記第1のオブジェクトの属性データを前記表示画面上のドロップ先のウィンドウに含まれる複数の第2のオブジェクトのプログラムに渡すドロップ処理実行手段と、
前記複数の第2のオブジェクトの各々のプログラムに従って、前記属性データを処理するデータ処理手段とを備えることを特徴とする情報連携ウィンドウシステム。 - ポインティングデバイスにより表示画面上の第1のオブジェクトがドラッグアンドドロップ操作されたかどうかを判定する操作判定ステップと、
前記ドラッグアンドドロップ操作が行われたときに、ドラッグ元の前記第1のオブジェクトの属性データを前記表示画面上のドロップ先のウィンドウに含まれる複数の第2のオブジェクトのプログラムに渡すドロップ処理実行ステップと、
前記複数の第2のオブジェクトの各々のプログラムに従って、前記属性データを処理するデータ処理ステップとを、コンピュータに実行させることを特徴とする情報連携ウィンドウプログラム。
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2007281571A JP4974236B2 (ja) | 2007-10-30 | 2007-10-30 | 情報連携ウィンドウシステムおよびプログラム |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2007281571A JP4974236B2 (ja) | 2007-10-30 | 2007-10-30 | 情報連携ウィンドウシステムおよびプログラム |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2009110243A JP2009110243A (ja) | 2009-05-21 |
| JP4974236B2 true JP4974236B2 (ja) | 2012-07-11 |
Family
ID=40778678
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2007281571A Expired - Fee Related JP4974236B2 (ja) | 2007-10-30 | 2007-10-30 | 情報連携ウィンドウシステムおよびプログラム |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JP4974236B2 (ja) |
Families Citing this family (32)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| KR101722616B1 (ko) | 2009-12-24 | 2017-04-19 | 삼성전자주식회사 | 터치 기반의 입력 인터페이스를 가지는 터치 디바이스의 어플리케이션 운용 방법 및 장치 |
| US9417754B2 (en) | 2011-08-05 | 2016-08-16 | P4tents1, LLC | User interface system, method, and computer program product |
| EP2847661A2 (en) | 2012-05-09 | 2015-03-18 | Apple Inc. | Device, method, and graphical user interface for moving and dropping a user interface object |
| EP2847658B1 (en) | 2012-05-09 | 2017-06-21 | Apple Inc. | Device, method, and graphical user interface for providing tactile feedback for operations performed in a user interface |
| KR101683868B1 (ko) | 2012-05-09 | 2016-12-07 | 애플 인크. | 제스처에 응답하여 디스플레이 상태들 사이를 전이하기 위한 디바이스, 방법, 및 그래픽 사용자 인터페이스 |
| EP3096218B1 (en) | 2012-05-09 | 2018-12-26 | Apple Inc. | Device, method, and graphical user interface for selecting user interface objects |
| DE202013012233U1 (de) | 2012-05-09 | 2016-01-18 | Apple Inc. | Vorrichtung und grafische Benutzerschnittstelle zum Anzeigen zusätzlicher Informationen in Antwort auf einen Benutzerkontakt |
| WO2013169843A1 (en) | 2012-05-09 | 2013-11-14 | Yknots Industries Llc | Device, method, and graphical user interface for manipulating framed graphical objects |
| WO2013169842A2 (en) | 2012-05-09 | 2013-11-14 | Yknots Industries Llc | Device, method, and graphical user interface for selecting object within a group of objects |
| WO2013169851A2 (en) | 2012-05-09 | 2013-11-14 | Yknots Industries Llc | Device, method, and graphical user interface for facilitating user interaction with controls in a user interface |
| DE112013002412T5 (de) * | 2012-05-09 | 2015-02-19 | Apple Inc. | Vorrichtung, Verfahren und grafische Benutzeroberfläche zum Bereitstellen von Rückmeldung für das Wechseln von Aktivierungszuständen eines Benutzerschnittstellenobjekts |
| WO2013169865A2 (en) | 2012-05-09 | 2013-11-14 | Yknots Industries Llc | Device, method, and graphical user interface for moving a user interface object based on an intensity of a press input |
| WO2013169849A2 (en) | 2012-05-09 | 2013-11-14 | Industries Llc Yknots | Device, method, and graphical user interface for displaying user interface objects corresponding to an application |
| EP2939096B1 (en) | 2012-12-29 | 2019-08-28 | Apple Inc. | Device, method, and graphical user interface for determining whether to scroll or select contents |
| AU2013368440B2 (en) | 2012-12-29 | 2017-01-05 | Apple Inc. | Device, method, and graphical user interface for navigating user interface hierarchies |
| WO2014105279A1 (en) | 2012-12-29 | 2014-07-03 | Yknots Industries Llc | Device, method, and graphical user interface for switching between user interfaces |
| WO2014105275A1 (en) | 2012-12-29 | 2014-07-03 | Yknots Industries Llc | Device, method, and graphical user interface for forgoing generation of tactile output for a multi-contact gesture |
| US9632664B2 (en) | 2015-03-08 | 2017-04-25 | Apple Inc. | Devices, methods, and graphical user interfaces for manipulating user interface objects with visual and/or haptic feedback |
| US10048757B2 (en) | 2015-03-08 | 2018-08-14 | Apple Inc. | Devices and methods for controlling media presentation |
| US10095396B2 (en) | 2015-03-08 | 2018-10-09 | Apple Inc. | Devices, methods, and graphical user interfaces for interacting with a control object while dragging another object |
| US9645732B2 (en) | 2015-03-08 | 2017-05-09 | Apple Inc. | Devices, methods, and graphical user interfaces for displaying and using menus |
| US9639184B2 (en) | 2015-03-19 | 2017-05-02 | Apple Inc. | Touch input cursor manipulation |
| US20170045981A1 (en) | 2015-08-10 | 2017-02-16 | Apple Inc. | Devices and Methods for Processing Touch Inputs Based on Their Intensities |
| US10200598B2 (en) | 2015-06-07 | 2019-02-05 | Apple Inc. | Devices and methods for capturing and interacting with enhanced digital images |
| US9891811B2 (en) | 2015-06-07 | 2018-02-13 | Apple Inc. | Devices and methods for navigating between user interfaces |
| US9830048B2 (en) | 2015-06-07 | 2017-11-28 | Apple Inc. | Devices and methods for processing touch inputs with instructions in a web page |
| US9860451B2 (en) | 2015-06-07 | 2018-01-02 | Apple Inc. | Devices and methods for capturing and interacting with enhanced digital images |
| US10346030B2 (en) | 2015-06-07 | 2019-07-09 | Apple Inc. | Devices and methods for navigating between user interfaces |
| US10235035B2 (en) | 2015-08-10 | 2019-03-19 | Apple Inc. | Devices, methods, and graphical user interfaces for content navigation and manipulation |
| US9880735B2 (en) | 2015-08-10 | 2018-01-30 | Apple Inc. | Devices, methods, and graphical user interfaces for manipulating user interface objects with visual and/or haptic feedback |
| US10416800B2 (en) | 2015-08-10 | 2019-09-17 | Apple Inc. | Devices, methods, and graphical user interfaces for adjusting user interface objects |
| US10248308B2 (en) | 2015-08-10 | 2019-04-02 | Apple Inc. | Devices, methods, and graphical user interfaces for manipulating user interfaces with physical gestures |
Family Cites Families (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2005327039A (ja) * | 2004-05-13 | 2005-11-24 | Keio Gijuku | データ解析支援プログラム、プログラム格納媒体 |
-
2007
- 2007-10-30 JP JP2007281571A patent/JP4974236B2/ja not_active Expired - Fee Related
Also Published As
| Publication number | Publication date |
|---|---|
| JP2009110243A (ja) | 2009-05-21 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP4974236B2 (ja) | 情報連携ウィンドウシステムおよびプログラム | |
| EP2564299B1 (en) | Spin control user interface for selecting options | |
| US10339681B2 (en) | Interactive multimedia process flow chart builder | |
| EP1808757B1 (en) | Method for providing selectable alternate menu views | |
| US20100192102A1 (en) | Displaying radial menus near edges of a display area | |
| US20100185985A1 (en) | Managing radial menus in a computer system | |
| US20100192101A1 (en) | Displaying radial menus in a graphics container | |
| US9208138B2 (en) | Range adjustment for text editing | |
| US20150149912A1 (en) | Interactive multimedia process flow chart analysis | |
| JP2013545380A (ja) | 入力設定の自動調整 | |
| US9043720B2 (en) | Post selection mouse pointer location | |
| US20090150779A1 (en) | Method and apparatus for displaying help information | |
| CN115917446B (zh) | 用于机器人过程自动化的系统和方法 | |
| WO2008001749A1 (fr) | Procédé de réception d'entrée de paramètre | |
| US20120110451A1 (en) | Providing help information | |
| JP2011081778A (ja) | ディスプレイ非依存のコンピュータによるガイダンス方法および装置 | |
| JP4879137B2 (ja) | 情報連携ウィンドウシステムおよびプログラム | |
| EP2388690B1 (en) | Method and apparatus for displaying batch execution data of an industrial plant | |
| JP5183150B2 (ja) | 情報連携ウィンドウシステムおよびプログラム | |
| JP2003084975A (ja) | 動作設計システム | |
| JP7125595B2 (ja) | 作業支援プログラム、作業支援装置および作業支援方法 | |
| JP4507821B2 (ja) | マウス操作支援プログラムと記録媒体とマウス操作支援装置とマウス操作支援方法 | |
| JP4193505B2 (ja) | ユーザプログラム開発支援装置及び表示切替方法並びにプログラム | |
| US8260111B2 (en) | Method of button routing editing for storage medium menu | |
| WO2006098021A1 (ja) | 情報処理システム |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20100826 |
|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20111110 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20111122 |
|
| TRDD | Decision of grant or rejection written | ||
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20120327 |
|
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20120405 |
|
| R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20150420 Year of fee payment: 3 |
|
| LAPS | Cancellation because of no payment of annual fees |