JPH0644033A - Data processor - Google Patents

Data processor

Info

Publication number
JPH0644033A
JPH0644033A JP4022782A JP2278292A JPH0644033A JP H0644033 A JPH0644033 A JP H0644033A JP 4022782 A JP4022782 A JP 4022782A JP 2278292 A JP2278292 A JP 2278292A JP H0644033 A JPH0644033 A JP H0644033A
Authority
JP
Japan
Prior art keywords
display
model information
window
constitution element
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.)
Pending
Application number
JP4022782A
Other languages
Japanese (ja)
Inventor
Katsuyuki Kondo
近藤勝行
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.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox 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 Fuji Xerox Co Ltd filed Critical Fuji Xerox Co Ltd
Priority to JP4022782A priority Critical patent/JPH0644033A/en
Publication of JPH0644033A publication Critical patent/JPH0644033A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To easily change model information having complicated structure, to convert a window into various display forms and to flexibly convert data by setting not only a character string but also the window to be display elements which can be selected. CONSTITUTION:A control part 101 analyzes a selection operation by a user input part 106 and selects/displays the constitution element A selected in a constitution element display part 105. When the user input part 106 depresses a copy key during selection display, the control part 101 obtains model information which the constitution element A expresses from a model information definition part 102, generates a selection state expressing object and stores it in a temporary data holding part 104. When a paste key is depressed by following the selection operation of the constitution element B by the user input part 106, the control part 101 converts the stored selection state expressing object in an appropriate display form in a data conversion part 103 and displays or exchanges it in the constitution element B on the constitution element display part 105.

Description

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

【0001】[0001]

【産業上の利用分野】本発明はワークステーションや高
機能パーソナルコンピュータ上で動作する対話型システ
ムに関するものであり、特にハイパーテキストシステム
の表示機能にについてのデータ処理装置に関するもので
ある。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an interactive system that operates on a workstation or a high-performance personal computer, and more particularly to a data processing device for the display function of a hypertext system.

【0002】[0002]

【従来の技術】一般に、対話型システムは利用者とシス
テムとの対話によってデータ処理を行っていくものであ
り、利用者がシステムに処理内容を指示し、システムは
処理結果を表示画面に表示する、ということを繰り返す
ことによって処理を進めていく。このようなシステムに
おいては、ウインドウ、カードといった表示要素によっ
て表現されているモデル情報の内容の変更は、その表示
要素に対して所定の操作を施すことによって行うわけで
あるが、その操作の中で重要なものとしてコピー&ペー
ストもしくはカット&ペーストと呼ばれる操作方法があ
る。これは、ある表示要素を他の表示要素の内部に転記
したり移動したりする際に行う操作であり、代表的なも
のとしてワープロソフトやエディタなどにおける文字列
の転記や移動の操作が挙げられる。
2. Description of the Related Art Generally, an interactive system performs data processing by a dialog between a user and the system, the user instructs the system what to do, and the system displays the processing result on a display screen. The process proceeds by repeating ",". In such a system, the content of model information represented by a display element such as a window or a card is changed by performing a predetermined operation on the display element. There is an operation method called copy & paste or cut & paste that is important. This is an operation performed when a certain display element is transcribed or moved inside another display element, and a typical operation is the operation of transcribing or moving a character string in word processing software or an editor. .

【0003】[0003]

【発明が解決しようとする課題】従来、Sun Mic
rosystems社のOpen Windowsシス
テム上のアプリケーション群に見られるように、文字列
レベルのデータの転記や移動は、一時データを退避させ
ておくクリップボードを介することにより、同一のアプ
リケーションの内部はもちろん、異なるアプリケーショ
ン間でも行うことができた。しかし、ウィンドウに関す
る転記や移動を行うことについての手段は提供されてい
なかったため、複雑なデータ構造を扱うシステムに、デ
ータを柔軟に変更するためのユーザインターフェースを
設けることは困難であった。また、オブジェクト指向型
のデータを含む複数の種類のデータの表示、変更、再利
用などを容易に行えるようにするもの(特開平2ー28
7830)、クリップボードを介した情報転送を実行す
る場合に、ソーススペース、宛先スペースに保護フィー
ルド、非保護フィールドを設定するようにしたもの(特
開平3ー127246)、データ属性を変換した場合で
も、変換前のデータ属性を保持し、変換後のデータへの
処理要求があっても変換前のデータへの参照を行えるよ
うにしたマルチウインドウ方式(特開昭62ー2519
79)等が提案されているが、いずれもウインドウ自体
の転記や移動を行うことはできなかった。
[Problems to be Solved by the Invention]
As seen in the application group on Open Systems of Rosystems, the transfer and movement of character string level data can be done not only inside the same application but also through different applications by using the clipboard for saving temporary data. It could be done in between. However, since there is no means provided for transcribing or moving windows, it is difficult to provide a system that handles complex data structures with a user interface for flexibly changing data. In addition, it makes it possible to easily display, change, and reuse a plurality of types of data including object-oriented data (JP-A-2-28).
7830), when executing information transfer via the clipboard, a protected field and an unprotected field are set in the source space and the destination space (Japanese Patent Laid-Open No. 3-127246), and even when the data attribute is converted, A multi-window method in which the data attribute before conversion is held and the data before conversion can be referred to even if there is a processing request for the data after conversion (JP-A-62-2519)
79) and the like have been proposed, but none of them was able to transfer or move the window itself.

【0004】本発明は上記課題を解決するためのもの
で、文字列だけでなくウィンドウを選択可能な表示要素
とし、文字列における場合と同様な操作方法によってア
プリケーション内での転記や移動を可能とすることによ
って、複雑なデータ構造を持つモデル情報を表現するた
めのアプリケーションの構築を容易にするデータ処理装
置を提供することを目的とする。
The present invention has been made to solve the above-mentioned problems. In addition to a character string, a window is provided as a selectable display element, and it is possible to transfer or move within an application by the same operation method as in the case of a character string. By doing so, it is an object of the present invention to provide a data processing device that facilitates construction of an application for expressing model information having a complicated data structure.

【0005】[0005]

【課題を解決するための手段】本発明のデータ処理装置
は、入力装置、記憶装置、表示装置を有し、複数の表示
要素を同時に表示可能なハイパーテキストシステムのデ
ータ処理装置において、前記入力装置から与えられる指
示情報に基づいて表示されている表示要素を選択状態に
する選択手段と、選択状態にされた表示要素が表現する
モデル情報を一時的に保持する一時記憶手段と、一時記
憶したモデル情報を他の表示要素内で表示可能な形態に
変換するデータ変換手段とを備え、前記データ変換手段
により所定の形態に変換されたモデル情報を表示装置に
表示するようにしたことを特徴とし、文字列だけでなく
ウィンドウを選択可能な表示要素とし、複雑な構造をも
つモデル情報の変更を容易に行うことができ、ウインド
ウを様々な表示形態に変換し、柔軟なデータ交換が可能
になる。
A data processing device of the present invention is a data processing device of a hypertext system having an input device, a storage device, and a display device and capable of displaying a plurality of display elements at the same time. Selection means for putting the display element displayed on the basis of the instruction information given from the selected state, temporary storage means for temporarily holding the model information represented by the selected display element, and the temporarily stored model Data conversion means for converting the information into a form that can be displayed in another display element, characterized in that the model information converted into a predetermined form by the data conversion means is displayed on the display device, Not only character strings but also windows can be selected as display elements, model information with a complicated structure can be changed easily, and windows can be displayed in various display shapes. It converted to, allowing flexible data exchange.

【0006】[0006]

【作用】図1において、制御部101は、ユーザ入力部
106による選択操作を解釈し、構成要素表示部105
において選択された構成要素(構成要素Aとする)の選
択表示を行う。構成要素Aが選択された状態でユーザ入
力部106によるコピーキーの押下が発生した場合、制
御部101は、選択されている構成要素Aが表現するモ
デル情報をモデル情報定義部102から得て、それをも
とに選択状態表現オブジェクトを生成し、一時データ保
持部104に格納する。一時データ保持部104に選択
状態表現オブジェクトが格納されている状態で、ユーザ
入力部106による他の構成要素(構成要素Bとする)
の選択操作に続いてペーストキーの押下が発生した場
合、制御部101は、一時データ保持部104に格納さ
れている選択状態表現オブジェクトをデータ変換部10
3によって適切な表示形態に変換し、構成要素表示部1
05上の構成要素Bの内部に表示するか、もしくは構成
要素Bと表示を置き換える。以上の過程によって、構成
要素Bが表現するモデル情報に変更を加えることができ
る。
In FIG. 1, the control unit 101 interprets the selection operation by the user input unit 106, and the component display unit 105
The selected component (designated as component A) is displayed. When the copy key is pressed by the user input unit 106 while the component A is selected, the control unit 101 obtains the model information represented by the selected component A from the model information definition unit 102, A selection state expression object is generated based on it and stored in the temporary data holding unit 104. While the selected state expression object is stored in the temporary data holding unit 104, another component by the user input unit 106 (referred to as a component B)
When the paste key is pressed subsequent to the selection operation of, the control unit 101 causes the data conversion unit 10 to convert the selected state expression object stored in the temporary data holding unit 104.
3 is converted into an appropriate display form, and the component display unit 1
05 is displayed inside the component B, or the display is replaced with the component B. Through the above process, the model information represented by the component B can be changed.

【0007】[0007]

【実施例】図2は、図1の機能ブロック図に対応する装
置構成を示す図である。制御装置201は制御部101
に、キーボード204、マウス205はユーザ入力部1
06に、表示装置203は構成要素表示部105に、主
記憶装置202はモデル情報定義部102、データ変換
部103、一時データ保持部104にそれぞれ相当す
る。なお、206は磁気ディスクのような補助記憶装置
である。
FIG. 2 is a diagram showing a device configuration corresponding to the functional block diagram of FIG. The control device 201 is the control unit 101.
The keyboard 204 and the mouse 205 are the user input unit 1
The display device 203 corresponds to the component display unit 105, and the main storage device 202 corresponds to the model information definition unit 102, the data conversion unit 103, and the temporary data holding unit 104. Reference numeral 206 is an auxiliary storage device such as a magnetic disk.

【0008】まず、図3によりウインドウの転記につい
て説明する。モデル情報301は前述したモデル情報定
義部102に格納されており、その内容はウインドウ等
を表すビュー302に表現されている。そして特定のビ
ューがマウスで選択されたあとコピーキーが押される
と、選択状態表現オブジェクト303が生成され、これ
が主記憶装置202の1つのエリアであるクリップボー
ド304に記憶される。選択状態表現オブジェクト30
3は何が選択されているか、どういう表示要素が選択さ
れ、その表示要素にはどういうモデル情報が含まれてい
るか等のデータが与えられていると共に、所定の変換手
続も有している。この変換手続は、図1のデータ変換部
103に相当するものであり、例えばテキスト用ウイン
ドウが選択されている状態でペーストキーが押される
と、モデル情報301のうち、モデル情報の名前のみ返
したり、或いは図形用ウインドウが選択された場合には
図形の枠のみ返したり、或いはハイパーテキスト用ウイ
ンドウが選択された場合にはモデル情報全体を返すとい
うように選択用ウインドウに適した情報を返すための変
換手続も持っている。従って、所定のウインドウが選択
された状態でペーストキーが押されると、クリップボー
ド304に退避された選択状態表現オブジェクト303
により指定されるモデル情報が、選択されたウインドウ
に適した形に変換されてペーストされることになる。
First, the transfer of windows will be described with reference to FIG. The model information 301 is stored in the model information definition unit 102 described above, and the content thereof is represented in the view 302 representing a window or the like. Then, when the copy key is pressed after the specific view is selected with the mouse, the selection state expression object 303 is generated and stored in the clipboard 304 which is one area of the main storage device 202. Selection state representation object 30
3 is provided with data such as what is selected, what display element is selected, what model information is included in the display element, and the like, and also has a predetermined conversion procedure. This conversion procedure corresponds to the data conversion unit 103 in FIG. 1. For example, when the paste key is pressed while the text window is selected, only the model information name of the model information 301 is returned. To return information suitable for the selection window, such as returning only the frame of the figure when the figure window is selected, or returning the entire model information when the hypertext window is selected. I also have a conversion procedure. Therefore, when the paste key is pressed with a predetermined window selected, the selection state expression object 303 saved in the clipboard 304
The model information specified by is converted into a form suitable for the selected window and is pasted.

【0009】図4、図5は表示画面の具体例を示す図で
あり、図6は制御の流れを示す図である。図4に示すよ
うに、表示装置203上にはハイパーテキスト用のウイ
ンドウが2枚、図形用のウインドウとテキスト用のウイ
ンドウがそれぞれ1枚ずつ開いているとする。この状態
において、一方のハイパーテキスト用のウインドウ40
1(HW1)内に表示されているウインドウ402(H
W3)をマウスを用いて選択した後、キーボードからコ
ピーキーの入力を行う。次に他方のハイパーテキスト用
のウインドウ403(HW2)内にマウスを用いてキャ
レットを表示させ、キーボードからペーストキーの入力
を行うと、図5に示すように、コピーされたウインドウ
と同様のウインドウがキャレットの位置に表示される。
同様に図形用のウインドウ404(GW)内にキャレッ
トを表示させてペーストキーの入力を行うと、図5に示
すように、コピーされたウインドウと同じ大きさを持つ
長方形が表示され、テキスト用のウインドウ内にキャレ
ットを表示させてペーストキーの入力を行うと、コピー
されたウインドウが表現するモデル情報に付けられてい
た名前(仮に“Model3”とする)が表示される。
以上の操作の結果、表示装置203の表示内容は図5に
示すようなものになる。
4 and 5 are views showing a specific example of the display screen, and FIG. 6 is a view showing the flow of control. As shown in FIG. 4, it is assumed that two hypertext windows and one graphic window and one text window are open on the display device 203. In this state, one of the hypertext windows 40
1 (HW1) window 402 (H
After selecting W3) with the mouse, the copy key is input from the keyboard. Next, when the caret is displayed using the mouse in the other hypertext window 403 (HW2) and the paste key is input from the keyboard, a window similar to the copied window is displayed as shown in FIG. It is displayed at the caret position.
Similarly, when the caret is displayed in the figure window 404 (GW) and the paste key is input, a rectangle having the same size as the copied window is displayed as shown in FIG. When the caret is displayed in the window and the paste key is input, the name given to the model information represented by the copied window (provisionally "Model3") is displayed.
As a result of the above operation, the display content of the display device 203 becomes as shown in FIG.

【0010】以上の操作において、表示装置203が図
4の状態から図5の状態に変化する際の制御の流れを、
図6を用いて説明する。まず、最初に、利用者がウイン
ドウHW3枠の付近をクリックする()と、HW3の
枠が通常より太くなり、HW3が選択状態にあることが
示される。この状態で利用者がコピーキーを押下する
()と、制御装置201はモデル情報定義部102か
らHW3が表現するモデル情報やHW3を参照し、それ
を元に選択状態表現オブジェクトを生成()する。こ
のオブジェクトは、HW3が表現するモデル情報やHW
3そのものの大きさなどに関する情報を保持するオブジ
ェクトであり、このオブジェクトは一時データ保持部1
04に格納される()。次に利用者がHW2内のバッ
クグラウンド上の任意の位置をクリックする()とそ
の位置にキャレットが表示される。この状態で利用者が
ペーストキーを押下する()と、制御装置201は一
時データ保持部104に格納されている選択状態表現オ
ブジェクトを取り出し、そのオブジェクトからデータ変
換部103を介して()HW3の新しい表示形態を獲
得し()、表示装置203に表示する()。
In the above operation, the flow of control when the display device 203 changes from the state of FIG. 4 to the state of FIG.
This will be described with reference to FIG. First, when the user first clicks in the vicinity of the window HW3 frame (), the frame of HW3 becomes thicker than usual, which indicates that HW3 is in the selected state. In this state, when the user presses the copy key (), the control device 201 refers to the model information or HW3 represented by HW3 from the model information definition unit 102, and generates () a selection state representation object based on that. . This object is used for model information and HW3 represented by HW3.
3 is an object that holds information about the size of itself, and this object is a temporary data holding unit 1.
It is stored in 04 (). Next, when the user clicks on an arbitrary position on the background in HW2 (), the caret is displayed at that position. In this state, when the user presses the paste key (), the control device 201 takes out the selection state expression object stored in the temporary data holding unit 104, and from the object via the data conversion unit 103, () HW3 A new display form is acquired () and displayed on the display device 203 ().

【0011】図7、図8は、以上のような一連の操作に
よってモデル情報がどのように変換されたかを示すもの
である。これらの図中で実線はモデル情報のデータ間で
の包含関係を示し、二重線はウインドウとの関係を示
す。図7は操作を行う前の状態であり、ウインドウHW
3で表現されるモデル情報Model3、14は、ウイ
ンドウHW1で表現されるモデル情報Mode11に包
含されおり、ウインドウHW2で表現されるモデル情報
Model2にはモデル情報Model5が包含されて
おり、モデル情報Model3はモデル情報Model
2とは関係がない。これが上記の操作によって、図8に
示すようにモデル情報Model3はModel2とも
包含関係を持つことになる。
7 and 8 show how the model information is converted by the above series of operations. In these figures, the solid line shows the inclusion relation between model information data, and the double line shows the relation with the window. FIG. 7 shows the state before the operation, and the window HW
The model information Model3 and 14 represented by 3 are included in the model information Model11 represented by the window HW1, the model information Model2 represented by the window HW2 contains model information Model5, and the model information Model3 is represented by Model information Model
It has nothing to do with 2. As a result of the above operation, the model information Model3 also has an inclusive relationship with Model2 as shown in FIG.

【0012】[0012]

【発明の効果】以上のように本発明によれば、ウインド
ウを選択可能な表示要素として文字列と同様に転記や移
動の操作が可能となり、複雑な構造をもつモデル情報の
変更を利用者が容易に行うことが可能となる。また、コ
ピーキーの押下によって生成される選択状態表現オブジ
ェクトは、選択されたウインドウを様々な表示形態に変
換可能なので柔軟なデータ交換が可能となる。
As described above, according to the present invention, the user can change the model information having a complicated structure by using the window as a display element which can be selected, and the operation of transcription and movement can be performed like the character string. It can be easily performed. In addition, the selected state expression object generated by pressing the copy key can convert the selected window into various display modes, which allows flexible data exchange.

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

【図1】 本発明のデータ処理装置の機能ブロック図で
ある。
FIG. 1 is a functional block diagram of a data processing device of the present invention.

【図2】 図1に対応した装置構成を示す図である。FIG. 2 is a diagram showing a device configuration corresponding to FIG.

【図3】 ウインドウの転記を説明する概念図である。FIG. 3 is a conceptual diagram illustrating transfer of a window.

【図4】 表示画面の一具体例を示す図である。FIG. 4 is a diagram showing a specific example of a display screen.

【図5】 ウインドウを転記した表示画面の例を示す図
である。
FIG. 5 is a diagram showing an example of a display screen in which a window is transcribed.

【図6】 制御の流れを示す図である。FIG. 6 is a diagram showing a flow of control.

【図7】 モデル情報とウインドウとの関係を示す図で
ある。
FIG. 7 is a diagram showing a relationship between model information and windows.

【図8】 モデル情報の包含関係を示す図である。FIG. 8 is a diagram showing an inclusion relationship of model information.

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

101…制御部、102…モデル情報定義部、103…
データ変換部、104…一時データ保持部、105…構
成要素表示部、106…ユーザ入力部、401、40
2、403、404…ハイパーテキストウインドウ、4
05…図形用ウインドウ、406…テキスト用ウインド
ウ。
101 ... Control unit, 102 ... Model information definition unit, 103 ...
Data conversion unit 104 ... Temporary data holding unit 105 ... Component display unit 106 ... User input unit 401, 40
2, 403, 404 ... Hypertext window, 4
05 ... Graphic window, 406 ... Text window.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 入力装置、記憶装置、表示装置を有し、
複数の表示要素を同時に表示可能なハイパーテキストシ
ステムのデータ処理装置において、 前記入力装置から与えられる指示情報に基づいて表示さ
れている表示要素を選択状態にする選択手段と、 選択状態にされた表示要素が表現するモデル情報を一時
的に保持する一時記憶手段と、 一時記憶したモデル情報を他の表示要素内で表示可能な
形態に変換するデータ変換手段とを備え、 前記データ変換手段により所定の形態に変換されたモデ
ル情報を表示装置に表示するようにしたことを特徴とす
るデータ処理装置。
1. An input device, a storage device, and a display device are provided,
In a data processing device of a hypertext system capable of displaying a plurality of display elements at the same time, selection means for selecting a display element displayed based on instruction information given from the input device, and display in the selected state A temporary storage unit that temporarily holds the model information represented by the element and a data conversion unit that converts the temporarily stored model information into a form that can be displayed in another display element are provided. A data processing device, wherein model information converted into a form is displayed on a display device.
JP4022782A 1992-02-07 1992-02-07 Data processor Pending JPH0644033A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4022782A JPH0644033A (en) 1992-02-07 1992-02-07 Data processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4022782A JPH0644033A (en) 1992-02-07 1992-02-07 Data processor

Publications (1)

Publication Number Publication Date
JPH0644033A true JPH0644033A (en) 1994-02-18

Family

ID=12092246

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4022782A Pending JPH0644033A (en) 1992-02-07 1992-02-07 Data processor

Country Status (1)

Country Link
JP (1) JPH0644033A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE3625944A1 (en) * 1985-07-31 1987-02-12 Ricoh Kk OVERHEAD PROJECTOR

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE3625944A1 (en) * 1985-07-31 1987-02-12 Ricoh Kk OVERHEAD PROJECTOR

Similar Documents

Publication Publication Date Title
US4864516A (en) Method for implementing an on-line presentation in an information processing system
US5920841A (en) Speech supported navigation of a pointer in a graphical user interface
CA2135527C (en) Object oriented notification framework system
JP2006228210A (en) Using existing content to generate active content wizard executable file for execution of task
JPH0756840A (en) Operating method of processor-based apparatus
JPH0756839A (en) Operating method of processor-based apparatus
US5898819A (en) System for black and white printing of colored pages
JPH0644033A (en) Data processor
JP3254793B2 (en) Control method of interactive processing system
JPH0231234A (en) Knowledge editing device
JP2000181912A (en) Data editing device and recording medium
JP2536722B2 (en) Image control change device
JPH02176853A (en) Character processor
JP3348943B2 (en) Table format conversion method for database search results
JP2843077B2 (en) Information processing device using both keyboard and position input device
JPH03189864A (en) Screen display method in logical structure editing device for document
JPH0635688A (en) Conversational processing system
JPH0863477A (en) Electronic equipment
JPH06242941A (en) Interactive processing system
JPS61229161A (en) Documentation and editing device
JPH02214964A (en) Computer system
Ellis et al. Office Systems Tools
JPH10340149A (en) Operation translating device
JPH04170638A (en) Object oriented programming editor
JPH0312779A (en) Display system for translating device