JPH06131199A - Method and device for processing information - Google Patents

Method and device for processing information

Info

Publication number
JPH06131199A
JPH06131199A JP27886492A JP27886492A JPH06131199A JP H06131199 A JPH06131199 A JP H06131199A JP 27886492 A JP27886492 A JP 27886492A JP 27886492 A JP27886492 A JP 27886492A JP H06131199 A JPH06131199 A JP H06131199A
Authority
JP
Japan
Prior art keywords
data
partial
partial data
buffer
format
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.)
Pending
Application number
JP27886492A
Other languages
Japanese (ja)
Inventor
Tomoaki Fukuyoshi
伴昭 福良
Tokihiko Nishida
時彦 西田
Hiroyuki Katsube
裕之 勝部
Motohide Tamura
元秀 田村
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.)
JustSystems Corp
Original Assignee
JustSystems 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 JustSystems Corp filed Critical JustSystems Corp
Priority to JP27886492A priority Critical patent/JPH06131199A/en
Publication of JPH06131199A publication Critical patent/JPH06131199A/en
Pending legal-status Critical Current

Links

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/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/543User-generated data transfer, e.g. clipboards, dynamic data exchange [DDE], object linking and embedding [OLE]

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)

Abstract

PURPOSE:To execute data link for data specified from plural pieces of the data by storing the plural pieces of the data in a data buffer for performing the data link among plural applications. CONSTITUTION:In respective applications store partial data for performing the data link on a clipboard buffer 3b. Plural stacks 31 for storing the partial data are provided on the clipboard buffer 3b and plural pieces of the partial data are stored in the plural stacks 31 when the need arises. Then, by specifying the data for which the data link is performed from the plural pieces of the stored partial data, the fetching of the data on the activating application is executed.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、複数のアプリケーショ
ン間において、ペースト,組み込み,組み込みリンク等
のデータ連携を行う情報処理方法及び装置に関するもの
である。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an information processing method and apparatus for performing data cooperation such as paste, embedding, and embedding link among a plurality of applications.

【0002】[0002]

【従来の技術】一般に、各種アプリケーションプログラ
ムを実行してドキュメントなどのデータを作成する情報
処理装置においては、作成されたデータの一部を複数の
ドキュメントで共有することを可能とするためにデータ
連携機能を有している。
2. Description of the Related Art Generally, in an information processing apparatus that executes various application programs to create data such as documents, data cooperation is required to enable a part of the created data to be shared by a plurality of documents. It has a function.

【0003】このようなデータ連携機能を実現する1つ
の方法として、アプリケーション自身がデータ連携すべ
きデータを格納するペースト用バッファを所有する方法
がある。これはアプリケーション自身がペースト用バッ
ファを管理するため、そのアプリケーションにより作成
されたデータのみしか扱うことが出来ない。
As one method for realizing such a data linking function, there is a method in which the application itself has a paste buffer for storing data to be data linked. Since the application itself manages the paste buffer, only the data created by that application can be handled.

【0004】また、複数のアプリケーションのデータを
扱うためのデータ連携用のバッファとして、ウィンドウ
システム等のOSが所有するクリップボード用バッファ
がある。このクリップボード用バッファはOSが管理す
るので、各種アプリケーションによるデータの登録が可
能である。
Further, as a data linking buffer for handling data of a plurality of applications, there is a clipboard buffer owned by an OS such as a window system. Since this clipboard buffer is managed by the OS, data can be registered by various applications.

【0005】[0005]

【発明が解決しようとする課題】しかしながら、従来例
でも記述したように、アプリケーションの持つペースト
用バッファは、同一のアプリケーションで作成されたデ
ータしか扱うことができない。このため、同一アプリケ
ーションで作成したデータ相互間でしかデータ連携を実
行することはできず、他のアプリケーションにより作成
されたデータをペースト用バッファを用いて貼り付ける
というようなことは出来なかった。
However, as described in the conventional example, the paste buffer of the application can handle only the data created by the same application. Therefore, data linkage can be executed only between data created by the same application, and data created by other applications cannot be pasted using the paste buffer.

【0006】また、従来のクリップボード用バッファで
は、1度に1つのデータしか格納することが出来ない。
このため、前々回以前のクリップボード用バッファへの
書き込みデータを貼り付けようとする場合は、再度クリ
ップボード用バッファへのデータの書き込みを実行する
必要がある。例えば、あるアプリケーションのドキュメ
ントデータの複数の箇所を他のドキュメントデータ上に
貼り付ける場合には、貼り付けるべき箇所の個数分だけ
データ連携操作が必要となり、非常に煩わしい作業とな
っていた。
Further, the conventional clipboard buffer can store only one data at a time.
For this reason, when pasting the write data to the clipboard buffer before the last time, it is necessary to write the data to the clipboard buffer again. For example, when a plurality of locations of document data of an application are pasted onto other document data, data linkage operations are required for the number of locations to be pasted, which is a very troublesome task.

【0007】本発明は上記の問題点に鑑みてなされたも
のであり、複数のアプリケーション間でデータ連携を行
うためのデータバッファに複数のデータを格納し、これ
ら複数のデータより指定されたデータに対してデータ連
携を実行することが可能な情報処理方法及び装置を提供
することを目的とする。
The present invention has been made in view of the above problems, and stores a plurality of data in a data buffer for performing data cooperation between a plurality of applications, and stores data designated by these plurality of data. It is an object of the present invention to provide an information processing method and device capable of executing data cooperation.

【0008】[0008]

【課題を解決するための手段】上記の目的を達成するた
めに本発明の情報処理装置は以下の構成を備える。即
ち、複数のアプリケーション間でデータ連携を行う情報
処理装置であって、データを格納するための領域を複数
個有するデータバッファにデータ連携を行うための部分
データを格納する格納手段と、前記データバッファに格
納された複数の部分データよりデータ連携を実行するべ
き部分データを指定する指定手段と、前記指定手段によ
り指定された部分データを前記格納手段より読み出し、
当該アプリケーションへ取り込むデータ取り込み手段
と、を備える。
In order to achieve the above object, the information processing apparatus of the present invention has the following configuration. That is, an information processing apparatus for performing data cooperation between a plurality of applications, a storage unit for storing partial data for data cooperation in a data buffer having a plurality of areas for storing data, and the data buffer. Specifying means for specifying the partial data for which data cooperation is to be executed from the plurality of partial data stored in, and reading the partial data specified by the specifying means from the storage means,
Data capturing means for capturing into the application.

【0009】また、上記の目的を達成する本発明による
情報処理方法は以下の工程を備えるものである。即ち、
複数のアプリケーション間でデータ連携を行う情報処理
方法であって、データを格納するための領域を複数個有
するデータバッファにデータ連携を行うための部分デー
タを格納する格納工程と、前記データバッファに格納さ
れた複数の部分データよりデータ連携を実行するべき部
分データを指定する指定工程と、前記指定工程により指
定された部分データを前記格納工程より読み出し、当該
アプリケーションへ取り込むデータ取り込み工程と、を
備える。
Further, the information processing method according to the present invention which achieves the above object comprises the following steps. That is,
An information processing method for linking data between a plurality of applications, comprising a step of storing partial data for linking data in a data buffer having a plurality of areas for storing data, and storing in the data buffer. The method further comprises a designation step of designating the partial data for which data linkage is to be executed from the plurality of designated partial data, and a data loading step of reading the partial data designated by the designating step from the storage step and loading the partial data into the application.

【0010】[0010]

【作用】上述の構成により、各アプリケーションはデー
タバッファ上にデータ連携を行うための部分データを格
納する。このデータバッファには部分データを格納する
ための領域が複数個有り、必要に応じて複数個の部分デ
ータを格納される。そして、これら複数個の部分データ
よりデータ連携すべきデータを指定することにより、起
動中のアプリケーション上へデータの取り込みが実行さ
れる。
With the above-mentioned configuration, each application stores partial data for data cooperation in the data buffer. This data buffer has a plurality of areas for storing partial data, and a plurality of partial data are stored as necessary. Then, by specifying the data to be linked with the data from the plurality of partial data, the loading of data is executed on the running application.

【0011】[0011]

【実施例】以下に添付の図面を参照して本発明の好適な
実施例について説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT A preferred embodiment of the present invention will be described below with reference to the accompanying drawings.

【0012】図1は本実施例による情報処理装置の概略
構成を表すブロック図である。同図において、1はCP
Uであり、本情報処理装置全体の制御を行う。2はRO
Mであり、CPU1がシステムの立ち上げ時等で実行す
る各種制御プログラムや各種データが格納されている。
3はRAMであり、プログラム領域3a,クリップボー
ドバッファ領域3b,作業領域3cを備える。プログラ
ム領域3aでは、CPU1が各種処理を実行するための
オペレーティングシステムや、そのオペレーティングシ
ステム上で動作するアプリケーションプログラム等を格
納する。また、クリップボードバッファ領域3bは、ペ
ーストを実行するためのデータ格納領域であり、詳細は
後述する。作業領域3cはCPU1が各種処理を実行す
るのにデータの一時的な保管等に使用する作業領域であ
る。4はハードディスクであり、各種アプリケーション
プログラム等が格納されている。
FIG. 1 is a block diagram showing the schematic arrangement of an information processing apparatus according to this embodiment. In the figure, 1 is CP
U, which controls the entire information processing apparatus. 2 is RO
M, which stores various control programs and various data executed by the CPU 1 when the system is started up.
A RAM 3 includes a program area 3a, a clipboard buffer area 3b, and a work area 3c. The program area 3a stores an operating system for the CPU 1 to execute various processes, an application program operating on the operating system, and the like. The clipboard buffer area 3b is a data storage area for executing paste, and details will be described later. The work area 3c is a work area used by the CPU 1 for temporary storage of data for executing various processes. A hard disk 4 stores various application programs and the like.

【0013】5はキーボード、6はマウスであり、それ
ぞれ各種データや指令の入力を行うのに使用する。7は
ディスプレイであり、アプリケーションプログラムなど
により作成された文書データ等を表示する。8は外部イ
ンターフェースであり、外部機器、例えばプリンタ等を
接続する。9はプリンタであり、外部インターフェース
8を介して入力された印刷データに基づいて、記録紙等
への印刷を実行する。10はシステムバスであり、上述
の各構成を接続し、相互にデータの授受を可能とする。
A keyboard 5 and a mouse 6 are used for inputting various data and commands. Reference numeral 7 denotes a display, which displays document data created by an application program or the like. An external interface 8 is connected to an external device such as a printer. Reference numeral 9 denotes a printer, which executes printing on recording paper or the like based on print data input through the external interface 8. Reference numeral 10 denotes a system bus, which connects the above-described components to each other and enables mutual data exchange.

【0014】次に上述のクリップボートバッファ3aに
ついて図2及び図3を参照して説明する。
Next, the clipboard buffer 3a described above will be described with reference to FIGS.

【0015】図2はクリップボードバッファ3bの構成
を表すブロック図である。クリップボードバッファ3b
はn個のスタック31と、使用すべきスタックを指定す
るためのカウンタ32とを備えたリングバッファ形式と
なっている。そして、これらn個のスタックそれぞれに
部分データを格納する。
FIG. 2 is a block diagram showing the configuration of the clipboard buffer 3b. Clipboard buffer 3b
Is a ring buffer format having n stacks 31 and a counter 32 for designating a stack to be used. Then, partial data is stored in each of these n stacks.

【0016】尚、図2においては、例えばアプリケーシ
ョンAで作成された文書データA20の部分データ20
aをスタック1へ、部分データ20bをスタック2へ格
納している。同様にアプリケーションBで作成された図
形データ21の部分データ21aをスタック3へ格納し
ている。そして、スタック1から3に格納された各部分
データをアプリケーションCにより作成中のデータC2
2に貼り付けている様子が表されている。
In FIG. 2, the partial data 20 of the document data A20 created by the application A, for example, is used.
a is stored in the stack 1 and partial data 20b is stored in the stack 2. Similarly, the partial data 21a of the graphic data 21 created by the application B is stored in the stack 3. Then, the data C2 being created by the application C for each partial data stored in the stacks 1 to 3
The state of being pasted on No. 2 is shown.

【0017】部分データの取り込み先のスタックはカウ
ンタ32により決定される。例えば、カウンタ32の内
容が1であればスタック1にデータが格納され、その後
カウンタ32の内容が1つ加算される。すると、カウン
タ32の内容は2となるので、次の部分データはスタッ
ク2に格納されるようになる。このようにカウンタは順
次加算されていき、その内容がn+1になると再び1に
戻り、スタック1〜nを循環する。
The stack to which the partial data is taken in is determined by the counter 32. For example, if the content of the counter 32 is 1, the data is stored in the stack 1, and then the content of the counter 32 is incremented by 1. Then, the content of the counter 32 becomes 2, so that the next partial data is stored in the stack 2. In this way, the counters are sequentially incremented, and when the content becomes n + 1, the counter returns to 1 again and the stacks 1 to n are circulated.

【0018】図3はクリップボードバッファ3bの各ス
タック毎のデータ構成を表す図である。各スタックに
は、データ連携を行うべき部分データをそのままのデー
タ形式で登録するとともに、可能な範囲で種々の共通デ
ータ形式に変換されて登録される。したがって、各デー
タ形式における部分データと、そのデータ形式を識別す
るためのデータ形式識別情報とが対応して格納されるこ
とになる。本実施例では、ウインドウシステム上の共通
データ形式として次の4種類の形式を用いるものとす
る。
FIG. 3 is a diagram showing the data structure of each stack of the clipboard buffer 3b. In each stack, partial data for which data cooperation is to be performed is registered in the same data format as it is, and converted into various common data formats as much as possible and registered. Therefore, the partial data in each data format and the data format identification information for identifying the data format are stored correspondingly. In this embodiment, the following four types of formats are used as common data formats on the window system.

【0019】即ち、 1.キャラクタコード形式 … 文字データをキャラク
タコードにて表現したデータ形式. 2.イメージ形式 … ビットマップ形式のイメージデ
ータ. 3.ストローク形式 … オペレーティングシステムの
所有するグラフィック表示ライブラリにて表示が可能な
データ形式. 4.表形式 … 表計算、データベース等の2次元のデ
ータ構造を表現するデータ形式. の4種類のデータ形式である。
That is, 1. Character code format: A data format in which character data is represented by a character code. 2. Image format: Image data in bitmap format. 3. Stroke format ... Data format that can be displayed by the graphic display library owned by the operating system. 4. Table format: A data format that represents a two-dimensional data structure such as a spreadsheet or a database. There are four types of data formats.

【0020】部分データの登録は例えば次のようにな
る。まず、登録される部分データを作成したアプリケー
ションによる固有のデータ形式名と、そのアプリケーシ
ョン固有のデータ形式による部分データとを対応づけて
領域311に格納する。更に、当該部分データを変換可
能な種々のデータ形式に変換して、それぞれのデータ形
式名と対応づけて格納する。例えば、キャラクタコード
形式に変換した部分データを「キャラクタコード形式」
というデータ形式識別情報と対応づけて領域312に登
録する。また、当該部分データがイメージ形式にも変換
可能で有れば、イメージ形式に変換された部分データを
「イメージ形式」というデータ形式識別情報と対応づけ
て領域313に登録する。
Registration of partial data is as follows, for example. First, the data format name unique to the application that created the partial data to be registered and the partial data in the data format unique to the application are stored in the area 311 in association with each other. Further, the partial data is converted into various convertible data formats and stored in association with each data format name. For example, the partial data converted to the character code format is "character code format".
Is registered in the area 312 in association with the data format identification information. If the partial data can be converted into the image format, the partial data converted into the image format is registered in the area 313 in association with the data format identification information “image format”.

【0021】以上のような部分データのスタックへの格
納は、それぞれのアプリケーションにより、図4のフロ
ーチャートに従って実行される。
The storage of the partial data in the stack as described above is executed by each application according to the flowchart of FIG.

【0022】図4は、部分データの登録処理手順を表す
フローチャートである。尚、本フローチャートはペース
ト処理開始の指令をキーボード5或いはマウス6により
入力することにより開始される。
FIG. 4 is a flowchart showing a registration processing procedure of partial data. It should be noted that this flowchart is started by inputting a command to start the paste processing with the keyboard 5 or the mouse 6.

【0023】まず、ステップS11にてどの部分を部分
データとするかを決定するために、部分データの範囲を
指定する。ステップS12において部分データの範囲の
指定が完了した旨の入力が入ったかどうかをチェック
し、指定が完了すればステップS13へ進む。指定完了
の入力があるまではステップS11へ戻り、部分データ
の範囲の指定を行う。
First, in step S11, a range of partial data is designated in order to determine which part is to be partial data. In step S12, it is checked whether or not an input indicating that the designation of the partial data range is completed is entered, and if the designation is completed, the process proceeds to step S13. Until the designation completion is input, the process returns to step S11 and the range of partial data is designated.

【0024】ステップS13では、カウンタ32により
指定されているスタックの領域31aに部分データを作
成したアプリケーションの固有のデータ形式名を登録す
る。そして、ステップS14で、指定された範囲の部分
データをそのアプリケーションのデータ形式のまま領域
31bに登録する。貼り付け先のドキュメント等が同じ
アプリケーションで作成されているのであればこの部分
データをそのまま使用することが出来る。
In step S13, the unique data format name of the application that created the partial data is registered in the area 31a of the stack designated by the counter 32. Then, in step S14, the partial data of the designated range is registered in the area 31b in the data format of the application. This partial data can be used as it is, as long as the pasted document is created by the same application.

【0025】次のステップS15からステップS18で
はペーストデータのデータ形式を変換して登録していく
手順を表している。まず、ステップS15では、これか
ら変換しようとする共通データ形式を選択(例えば、共
通データ形式のキャラクタコード形式を選択)する。そ
して、ステップS16へ進み、データ形式名を登録す
る。そして、ステップS17で、部分データのデータ形
式をステップS15で選択された共通データ形式に変換
して、ステップS16で登録されたデータ形式名と対応
させて登録する。例えば、キャラクタコード形式にデー
タ変換することが可能か否かをチェックし、可能であれ
ばキャラクタコード形式という形式名と、キャラクタコ
ード形式に変換された部分データを対応させて登録す
る。
In the next steps S15 to S18, the procedure of converting the data format of the paste data and registering it is shown. First, in step S15, the common data format to be converted is selected (for example, the character code format of the common data format is selected). Then, in step S16, the data format name is registered. Then, in step S17, the data format of the partial data is converted into the common data format selected in step S15, and registered in association with the data format name registered in step S16. For example, it is checked whether the data can be converted into the character code format, and if possible, the format name of the character code format and the partial data converted into the character code format are registered in association with each other.

【0026】ステップS18では、共通データ形式の全
て(前述のキャラクタコード形式,イメージ形式,スト
ローク形式,表形式)に対して上述と同様な処理を行う
ために、未処理のデータ形式があるかどうかを判定す
る。そして、未処理のデータ形式があればステップS1
5へ戻り、上述の処理を繰り返す。
In step S18, whether all the common data formats (character code format, image format, stroke format, table format) described above are processed in the same manner as described above, and whether there is an unprocessed data format. To judge. If there is an unprocessed data format, step S1
Returning to step 5, the above processing is repeated.

【0027】ステップS18で未処理のデータ形式がな
くなれば、ステップS19へ進む。ステップS19で
は、次のペーストデータのためにカウンタ32を1つ加
算する。そして、ステップS20では、カウンタ32が
n+1と等しくなったかどうかを判定し、もし等しけれ
ばステップS21にてカウンタ32を1に再設定する。
この処理によりリングバッファ形式が達成される。
When there is no unprocessed data format in step S18, the process proceeds to step S19. In step S19, the counter 32 is incremented by 1 for the next paste data. Then, in step S20, it is determined whether the counter 32 has become equal to n + 1, and if they are equal, the counter 32 is reset to 1 in step S21.
This process achieves the ring buffer format.

【0028】以上のようにして、各スタックへの部分ト
データの登録が実行される。次に、以上のようにして登
録された部分データをあるアプリケーションで作成され
たデータに貼り付ける方法について説明する。
As described above, registration of partial data in each stack is executed. Next, a method of pasting the partial data registered as described above to the data created by a certain application will be described.

【0029】図5は部分データの貼り付け処理手順を表
すフローチャートである。尚、本フローチャートは、貼
り付け処理の開始指令を受けて起動される。
FIG. 5 is a flow chart showing the procedure for pasting partial data. It should be noted that this flow chart is started upon receiving a paste processing start command.

【0030】ステップS31において、部分データの一
覧表を表示する。この一覧表は図6に示されるように、
ディスプレイ7の表示画面の下のほうに表示される。図
6において、61は部分データ一覧表である。また、6
2はポインタであり、マウス6により操作される。ここ
で、各部分データ毎にアプリケーション名とデータ内容
が表示される。ここで、当該アプリケーションにおいて
貼り付け処理が実行できない部分データは薄く表示する
などして使用者に知らせる。この貼り付け処理が可能か
不可能かの判断は、当該アプリケーションが処理可能な
データ形式の領域にデータが有るか無いかで判断するこ
とが出来る。この処理の詳細は図7のフローチャートを
参照して後述する。
In step S31, a partial data list is displayed. This list, as shown in Figure 6,
It is displayed at the bottom of the display screen of the display 7. In FIG. 6, reference numeral 61 is a partial data list. Also, 6
A pointer 2 is operated by the mouse 6. Here, the application name and the data content are displayed for each partial data. Here, the partial data that cannot be pasted in the application is notified to the user by lightly displaying it. Whether or not this paste processing is possible can be determined by whether or not there is data in the area of the data format that can be processed by the application. Details of this processing will be described later with reference to the flowchart of FIG. 7.

【0031】ステップS32では部分データの指定を行
う。これはマウス6を用いて、ポインタ62を操作し、
直接一覧表の部分を指定しても良いし、キーボード5を
用いて該当する番号を指定するようにしても良い。ステ
ップS33で指定が完了するとステップS34へ進む。
ステップS34では、指定した部分データをどこに貼り
付けるかを指定する。そして、ステップS35で貼り付
け位置の指定を完了すると、ステップS36以降の各処
理により、スタックに格納された部分データが取り出さ
れて、データの貼り付けが実行される。
In step S32, partial data is designated. This uses the mouse 6 to operate the pointer 62,
The portion of the list may be designated directly, or the corresponding number may be designated using the keyboard 5. When the designation is completed in step S33, the process proceeds to step S34.
In step S34, where to paste the designated partial data is designated. Then, when the designation of the pasting position is completed in step S35, the partial data stored in the stack is taken out and the pasting of the data is executed by the processes of step S36 and subsequent steps.

【0032】ステップS36では、現在起動中のアプリ
ケーションが取り込み可能なデータ形式を検索し、その
スタックに、取り込み可能なデータ形式に部分データが
変換されて登録されているかを調べる。この結果、登録
されていれば、ステップS37よりステップS38へ進
み、その取り込み可能なデータ形式名と対応して登録さ
れた部分データを用いて、指定された位置への貼り付け
を実行する。一方、取り込み可能なデータ形式に変換さ
れていなければ部分データの取り込みは行わず本処理を
終了する。尚、上述のステップS36におけるデータ形
式の検索は、取り込み可能なデータ形式が2つ以上ある
場合に、起動中のアプリケーションにより適したデータ
形式のもから順に検索していく。従って、より適したデ
ータ形式により部分データの取り込みを行うことができ
る。
In step S36, a data format that can be fetched by the currently activated application is searched, and it is checked whether or not partial data is converted into the fetchable data format and registered in the stack. As a result, if it has been registered, the process proceeds from step S37 to step S38, and the partial data registered corresponding to the data format name that can be taken in is used to execute the pasting to the designated position. On the other hand, if the data format has not been converted into a data format that can be imported, the partial data is not imported and this process ends. In the search of the data format in step S36 described above, when there are two or more data formats that can be fetched, the data format more suitable for the running application is sequentially searched. Therefore, the partial data can be captured in a more suitable data format.

【0033】次に、上述のステップS31における部分
データの一覧表示の処理について図7のフローチャート
を用いて説明する。
Next, the process of displaying the partial data list in step S31 will be described with reference to the flowchart of FIG.

【0034】まず、ステップS51で、一覧表に表示す
べきスタックへアクセスする。次に、ステップS52
で、起動中のアプリケーションが取り込み可能なデータ
形式でもって部分データがそのスタックに登録されてい
るかどうかを調べるために、登録されているデータ形式
を検索する。ステップS54で、検索に成功した場合
(即ち、取り込み可能なデータ形式で部分データが登録
されていた場合)はステップS54へ進み、その部分デ
ータの内容を通常の明るさで一覧表に表示する。一方、
ステップS53において、検索が不成功に終わった場合
は、ステップS55へ進み、部分データの内容を薄く表
示する。そして、ステップS56で、処理すべきスタッ
クが残っているかどうかをチェックし、まだ未表示のス
タックが残っていればステップS51へ戻り、未表示の
スタックに対して上述の処理を繰り返す。また、全スタ
ックに対して処理が終了したら本処理を終了する。
First, in step S51, the stack to be displayed in the list is accessed. Next, step S52.
Then, the registered data format is searched to check whether or not the partial data is registered in the stack in a data format that can be fetched by the running application. If the search is successful in step S54 (that is, if the partial data is registered in the importable data format), the process proceeds to step S54, and the contents of the partial data are displayed in the list with normal brightness. on the other hand,
When the search is unsuccessful in step S53, the process proceeds to step S55, and the contents of the partial data are displayed in a light color. Then, in step S56, it is checked whether or not there is a stack to be processed, and if there is any undisplayed stack, the process returns to step S51, and the above-described processing is repeated for the undisplayed stack. When the processing is completed for all the stacks, this processing is completed.

【0035】以上説明してきたように、本実施例の情報
処理装置によれば、同じ範囲データについて複数種類の
データを持つことで、複数のアプリケーションのデータ
連携を容易にかつ高品位に行うことができ、また各アプ
リケーションが最も表現しやすいデータを利用すること
ができる。更に、クリップボードバッファが複数の部分
データを格納できるので、複数のデータを貼り付ける場
合に、書き込んでは貼り付けるという操作を繰り返す必
要が無くなり、データ連携処理における操作性が著しく
向上する。
As described above, according to the information processing apparatus of the present embodiment, by having a plurality of types of data for the same range data, data linkage of a plurality of applications can be performed easily and with high quality. Also, the data that each application can express most easily can be used. Further, since the clipboard buffer can store a plurality of partial data, when pasting a plurality of data, it is not necessary to repeat the operation of writing and pasting, and the operability in the data cooperation processing is significantly improved.

【0036】更に、本実施例の情報処理装置によれば、
貼り付けを行うべき部分データを指定するときに、デー
タ連携が可能な部分データとそうでないデータとが区別
できるので、データ連携における操作性が向上する。
Further, according to the information processing apparatus of this embodiment,
When the partial data to be pasted is specified, the partial data that can be linked with the data can be distinguished from the data that is not linked, so that the operability in the data link is improved.

【0037】更に、本実施例の情報処理装置において
は、クリップボードバッファを複数のデータが登録可能
なリングバッファ形式とし、各部分データに対しては種
々のデータ形式に変換してデータ登録を行うため、異な
るアプリケーション間においても、そのデータの違いを
意識することなく、部分データのデータ連携が可能とな
る。そして、このようなクリップボードを備えることに
より、更に以下のような効果を得ることができる。
Further, in the information processing apparatus of the present embodiment, the clipboard buffer has a ring buffer format capable of registering a plurality of data, and each partial data is converted into various data formats for data registration. Even between different applications, data linkage of partial data becomes possible without being aware of the difference in the data. By providing such a clipboard, the following effects can be further obtained.

【0038】即ち、 ・データ形式をウインドウシステム等のアプリケーショ
ン間の共通形式とすることにより、クリップボードを利
用するアプリケーションのデータを個別に知っておく必
要がなくなるので、アプリケーションの開発効率が向上
する. ・複数のデータ形式を共通規約とし、同時にクリップボ
ードに書き込むようにすることにより、文書処理,表計
算,データベース,図形処理等様々なジャンルのアプリ
ケーションがクリップボードを利用できるようになる. ・また、各アプリケーションは適切なデータ形式でクリ
ップボードからの読み出し処理ができる. ・クリップボードに登録する共通のデータ形式として、
一般的なテキストデータ形式を含めることで更に容易な
クリップボード利用が可能となる. という効果を得る。
That is, by making the data format common to applications such as a window system, it is not necessary to individually know the data of the application using the clipboard, so that the application development efficiency is improved. -By using multiple data formats as common conventions and writing to the clipboard at the same time, applications of various genres such as document processing, spreadsheets, databases, and graphic processing can use the clipboard. -Each application can read from the clipboard in an appropriate data format.・ As a common data format to be registered in the clipboard,
By including a general text data format, the clipboard can be used more easily. Get the effect.

【0039】[0039]

【発明の効果】以上説明したように本発明の情報処理方
法及び装置によれば、複数のアプリケーション間でデー
タ連携を行うためのデータバッファに複数のデータを格
納し、これら複数のデータより指定されたデータに対し
てデータ連携を実行することが可能となる。このため、
例えば、あるアプリケーションのドキュメントデータの
複数の部分データを他のドキュメントデータ上に組み込
む場合等において、データバッファへの登録操作と、ド
キュメントデータ上への組み込み操作とがそれぞれ一括
して実行できる等、操作性が著しく向上する。
As described above, according to the information processing method and apparatus of the present invention, a plurality of data are stored in a data buffer for performing data cooperation between a plurality of applications, and designated by these plurality of data. It becomes possible to perform data cooperation for the data that has been obtained. For this reason,
For example, in the case of embedding multiple partial data of the document data of a certain application in other document data, etc., the operation of registering in the data buffer and the operation of embedding in the document data can be executed collectively. Significantly improved.

【0040】[0040]

【図面の簡単な説明】[Brief description of drawings]

【図1】本実施例による情報処理装置の概略構成を表す
ブロック図である。
FIG. 1 is a block diagram showing a schematic configuration of an information processing apparatus according to this embodiment.

【図2】クリップボードバッファの構成を表すブロック
図である。
FIG. 2 is a block diagram showing a configuration of a clipboard buffer.

【図3】クリップボードバッファの各スタック毎のデー
タ構成を表す図である。
FIG. 3 is a diagram showing a data structure of each stack of a clipboard buffer.

【図4】部分データの登録処理手順を表すフローチャー
トである。
FIG. 4 is a flowchart showing a registration processing procedure of partial data.

【図5】部分データの貼り付け処理手順を表すフローチ
ャートである。
FIG. 5 is a flowchart showing a procedure for pasting partial data.

【図6】ディスプレイ画面における部分データ一覧表の
表示状態を表す図である。
FIG. 6 is a diagram showing a display state of a partial data list on a display screen.

【図7】部分データの一覧表示の表示処理手順を表すフ
ローチャートである。
FIG. 7 is a flowchart showing a display processing procedure for displaying a list of partial data.

【符号の説明】[Explanation of symbols]

1 CPU 2 ROM 3 RAM 3a クリップボードバッファ 3b プログラム領域 3c 作業領域 31 スタック 32 カウンタ 1 CPU 2 ROM 3 RAM 3a Clipboard buffer 3b Program area 3c Work area 31 Stack 32 Counter

───────────────────────────────────────────────────── フロントページの続き (72)発明者 田村 元秀 徳島県徳島市沖浜東3−46 株式会社ジャ ストシステム内 ─────────────────────────────────────────────────── ─── Continuation of the front page (72) Inventor Motohide Tamura 3-46 Okihamahigashi, Tokushima City, Tokushima Prefecture Justsystem Co., Ltd.

Claims (8)

【特許請求の範囲】[Claims] 【請求項1】 複数のアプリケーション間でデータ連携
を行う情報処理装置であって、 データを格納するための領域を複数個有するデータバッ
ファにデータ連携を行うための部分データを格納する格
納手段と、 前記データバッファに格納された複数の部分データより
データ連携を実行するべき部分データを指定する指定手
段と、 前記指定手段により指定された部分データを前記格納手
段より読み出し、起動中のアプリケーションへ取り込む
データ取り込み手段と、 を備えることを特徴とする情報処理装置。
1. An information processing device for performing data cooperation between a plurality of applications, comprising a storage means for storing partial data for data cooperation in a data buffer having a plurality of areas for storing data. Designating means for designating the partial data for which data cooperation is to be executed from the plurality of partial data stored in the data buffer, and data for reading the partial data designated by the designating means from the storage means and loading it into a running application An information processing device comprising: a capturing unit.
【請求項2】 前記格納手段におけるデータバッファ
は、データを格納するための領域を複数有するリングバ
ッファ形式である、 ことを特徴とする請求項1に記載の情報処理装置。
2. The information processing apparatus according to claim 1, wherein the data buffer in the storage unit has a ring buffer format having a plurality of areas for storing data.
【請求項3】 前記データバッファに格納されている部
分データの一覧表を表示する表示手段を更に備え、 前記指定手段は、前記表示手段により表示された部分デ
ータの一覧表より起動中のアプリケーションへ取り込む
べき部分データを指定する、 ことを特徴とする請求項1または2に記載の情報処理装
置。
3. A display means for displaying a list of the partial data stored in the data buffer, wherein the designating means changes from the list of the partial data displayed by the display means to an application being activated. The information processing apparatus according to claim 1 or 2, wherein partial data to be taken in is designated.
【請求項4】 前記格納手段は、データを格納するため
の領域を複数個有するデータバッファにデータ連携を行
うための部分データを格納するとともに当該部分データ
のデータ形式に関する情報を格納し、 前記表示手段は、前記データバッファに格納されている
部分データの一覧表を表示するとともに、各部分データ
のデータ形式により起動中のアプリケーションへデータ
の取り込みが可能かを判定し、その判定結果を併せて表
示する、 ことを特徴とする請求項3に記載の情報処理装置。
4. The storage means stores partial data for performing data cooperation in a data buffer having a plurality of areas for storing data, stores information about a data format of the partial data, and displays the partial data. The means displays a list of partial data stored in the data buffer, determines whether or not data can be taken into the running application by the data format of each partial data, and displays the determination result together. The information processing apparatus according to claim 3, wherein:
【請求項5】 複数のアプリケーション間でデータ連携
を行う情報処理方法であって、 データを格納するための領域を複数個有するデータバッ
ファにデータ連携を行うための部分データを格納する格
納工程と、 前記データバッファに格納された複数の部分データより
データ連携を実行するべき部分データを指定する指定工
程と、 前記指定工程により指定された部分データを前記格納工
程より読み出し、当該アプリケーションへ取り込むデー
タ取り込み工程と、 を備えることを特徴とする情報処理方法。
5. An information processing method for linking data between a plurality of applications, the storing step of storing partial data for linking data in a data buffer having a plurality of areas for storing data. A designating step of designating partial data for which data cooperation is to be executed from a plurality of partial data stored in the data buffer, and a data loading step of reading the partial data designated by the designating step from the storing step and loading the data into the application And an information processing method comprising:
【請求項6】 前記格納工程におけるデータバッファ
は、データを格納するための領域を複数有するリングバ
ッファ形式である、 ことを特徴とする請求項5に記載の情報処理方法。
6. The information processing method according to claim 5, wherein the data buffer in the storing step is a ring buffer format having a plurality of areas for storing data.
【請求項7】 前記データバッファに格納されている部
分データの一覧表を表示する表示工程を更に備え、 前記指定工程は、前記表示工程により表示された部分デ
ータの一覧表より起動中のアプリケーションへ取り込む
べき部分データを指定する、 ことを特徴とする請求項5または6に記載の情報処理方
法。
7. The method further comprises a display step of displaying a list of partial data stored in the data buffer, wherein the designating step changes from the partial data list displayed by the display step to a running application. 7. The information processing method according to claim 5, wherein partial data to be taken in is designated.
【請求項8】 前記格納工程は、データを格納するため
の領域を複数個有するデータバッファにデータ連携を行
うための部分データを格納するとともに当該部分データ
のデータ形式に関する情報を格納し、 前記表示工程は、前記データバッファに格納されている
部分データの一覧表を表示するとともに、各部分データ
のデータ形式により起動中のアプリケーションへデータ
の取り込みが可能かを判定し、その判定結果を併せて表
示する、 ことを特徴とする請求項7に記載の情報処理方法。
8. The storage step stores partial data for performing data cooperation in a data buffer having a plurality of areas for storing data, stores information about a data format of the partial data, and displays the partial data. The process displays a list of partial data stored in the data buffer, determines whether data can be loaded into the running application by the data format of each partial data, and displays the determination result as well. The information processing method according to claim 7, wherein
JP27886492A 1992-10-16 1992-10-16 Method and device for processing information Pending JPH06131199A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP27886492A JPH06131199A (en) 1992-10-16 1992-10-16 Method and device for processing information

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP27886492A JPH06131199A (en) 1992-10-16 1992-10-16 Method and device for processing information

Publications (1)

Publication Number Publication Date
JPH06131199A true JPH06131199A (en) 1994-05-13

Family

ID=17603196

Family Applications (1)

Application Number Title Priority Date Filing Date
JP27886492A Pending JPH06131199A (en) 1992-10-16 1992-10-16 Method and device for processing information

Country Status (1)

Country Link
JP (1) JPH06131199A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06131153A (en) * 1992-10-16 1994-05-13 Just Syst Corp Method and device for processing information
JPH09198375A (en) * 1996-01-16 1997-07-31 Matsushita Electric Ind Co Ltd Mathematical expression/chemical formula inputting and editing system
JPH11143724A (en) * 1997-11-13 1999-05-28 Sharp Corp Information processor and computer readable recording medium for recording information processing program
JP2006072906A (en) * 2004-09-06 2006-03-16 Dainippon Printing Co Ltd Information processor and information delivery method
WO2008041357A1 (en) * 2006-09-29 2008-04-10 Access Co., Ltd. Document processing device and program

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06131153A (en) * 1992-10-16 1994-05-13 Just Syst Corp Method and device for processing information
JPH09198375A (en) * 1996-01-16 1997-07-31 Matsushita Electric Ind Co Ltd Mathematical expression/chemical formula inputting and editing system
JPH11143724A (en) * 1997-11-13 1999-05-28 Sharp Corp Information processor and computer readable recording medium for recording information processing program
US6532474B2 (en) 1997-11-13 2003-03-11 Sharp Kabushiki Kaisha Apparatus and method for carrying out data linkage among a plurality of applications
JP2006072906A (en) * 2004-09-06 2006-03-16 Dainippon Printing Co Ltd Information processor and information delivery method
WO2008041357A1 (en) * 2006-09-29 2008-04-10 Access Co., Ltd. Document processing device and program
JPWO2008041357A1 (en) * 2006-09-29 2010-02-04 株式会社Access Document processing apparatus and program
US8452783B2 (en) 2006-09-29 2013-05-28 Access Co., Ltd. Document processing device and program

Similar Documents

Publication Publication Date Title
JP3434105B2 (en) Macro program management device
US5771380A (en) Method for information retrieval with scaled down images
US20020007365A1 (en) Method of and an apparatus for displaying version information and configuration and a computer-readable recording medium on which a version and configuration information display program is recorded
US20090049375A1 (en) Selective processing of information from a digital copy of a document for data entry
US6600498B1 (en) Method, means, and device for acquiring user input by a computer
JPH06131199A (en) Method and device for processing information
JPH06131153A (en) Method and device for processing information
US6947926B2 (en) Data processing method and apparatus and storage medium
EP1256900A1 (en) Database entry system and method employing optical character recognition
JP2000003403A (en) Method for supporting slip input
JP5420695B2 (en) Structured data file creation device for software development
JP2002298081A (en) Optical character recognition device and field definition method of document reading definition body
JP3910680B2 (en) Material allocation device prepared as digital data
JPH07114610A (en) Input device and method for information processing system
JP2003132078A (en) Database construction device, method therefor, program thereof and recording medium
JP2003308325A (en) Device, method and program for registering data, and recording medium
JP4755622B2 (en) Multilingual display device and multilingual display method
JP2002366321A (en) Image processor, image processing system, and image processing program
JP2003316628A (en) Document management system, method and program and storage medium
JPH04241618A (en) Slip preparing device
JPH06266487A (en) Information processor and help information presenting method
JPH08329050A (en) Document data converting device
JPH08235220A (en) Data processor
JPH11175742A (en) Character reader, layout information setting means, and recording medium
JP2006184939A (en) Category information preparing device, category information preparing program