JP3008537B2 - Data processing device - Google Patents

Data processing device

Info

Publication number
JP3008537B2
JP3008537B2 JP3087012A JP8701291A JP3008537B2 JP 3008537 B2 JP3008537 B2 JP 3008537B2 JP 3087012 A JP3087012 A JP 3087012A JP 8701291 A JP8701291 A JP 8701291A JP 3008537 B2 JP3008537 B2 JP 3008537B2
Authority
JP
Japan
Prior art keywords
definition
component
state
display
unit
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP3087012A
Other languages
Japanese (ja)
Other versions
JPH04319732A (en
Inventor
勝行 近藤
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox Co Ltd
Fujifilm Business Innovation 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 Fuji Xerox Co Ltd, Fujifilm Business Innovation Corp filed Critical Fuji Xerox Co Ltd
Priority to JP3087012A priority Critical patent/JP3008537B2/en
Publication of JPH04319732A publication Critical patent/JPH04319732A/en
Application granted granted Critical
Publication of JP3008537B2 publication Critical patent/JP3008537B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Devices For Executing Special Programs (AREA)
  • Stored Programmes (AREA)
  • Digital Computer Display Output (AREA)

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【産業上の利用分野】この発明はワークステーションや
パーソナルコンピュータ等の対話型のデータ処理装置に
関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an interactive data processing apparatus such as a workstation or a personal computer.

【0002】[0002]

【従来の技術】従来、対話型システムは利用者とシステ
ムとの対話によってデータ処理を行っていくものであ
り、利用者がシステムに処理内容を指示し、それに対し
てシステムが表示画面上に結果を表示する、ということ
を繰り返すことによって処理を進めていく。このとき、
表示画面上の構成要素群のうち、ある1つの要素に対し
て特定の操作を施した結果、他の構成要素の表示内容お
よび表示形態を変化させることにより視覚的な効果が得
られる。
2. Description of the Related Art Conventionally, an interactive system performs data processing by a dialog between a user and the system. The user instructs the system to perform processing, and the system responds to the result on a display screen. Is displayed, and the process is repeated. At this time,
As a result of performing a specific operation on one of the components on the display screen, a visual effect can be obtained by changing the display content and display form of the other components.

【0003】この様な効果を得るために、従来において
は、Smalltalk-80のMVC(モデル・ビュー・コントロ
ーラ)に代表される機構などを用いることによって対処
してきた。
In order to obtain such an effect, conventionally, measures have been taken by using a mechanism typified by an MVC (model view controller) of Smalltalk-80.

【0004】このSmalltalk-80のMVC機構について
は、上谷晃弘 編著:「統合化プログラミング環境−Sm
alltalk-80とInterlisp-D−」(p184〜p20
5)、丸善株式会社、昭和62年1月30日発行、の文
献に詳細に記載されている。
The MVC mechanism of Smalltalk-80 is described in Akihiro Uetani, "Integrated Programming Environment-Sm
alltalk-80 and Interlisp-D- "(p. 184 to p. 20)
5), Maruzen Co., Ltd., published on January 30, 1987, is described in detail.

【0005】しかし、その文献に記載されているMVC
機構では、ある構成要素の状態が変化した際の、他の要
素に対してのアクションをその要素自身の定義部で記述
する必要があったため、構成要素自体の機能はまったく
同じ場合であっても、他の要素に対するアクションが異
なるときは、新たに構成要素を再定義しなければならな
かった。
However, the MVC described in that document
In the mechanism, when the state of a certain component changes, the action for another element must be described in its own definition part, so even if the functions of the components themselves are exactly the same, However, when the actions for other elements were different, new components had to be redefined.

【0006】[0006]

【発明が解決しようとする課題】このように上記文献に
記載されているものでは、ある構成要素の定義部内に、
その要素自身の定義の他に、他の構成要素に対してのア
クションの定義も記述していたので、構成要素自体の機
能がまったく同じ場合であっても、他の構成要素に対す
るアクションが異なるときは、定義されるアクション数
に応じた構成要素(自己の定義内容と他の要素に対する
アクションに関する定義内容とが記述された要素)を定
義しなければならず、このため既存の構成要素を利用す
ることは不可能であった。
As described above, in the documents described in the above-mentioned documents, the definition part of a certain component includes:
In addition to the definition of the element itself, the action definition for other components is also described, so even if the function of the component itself is exactly the same, if the action for the other component is different Must define the components (elements that describe the content of self definition and the content of the action related to other elements) according to the number of actions to be defined, and therefore use existing components. That was impossible.

【0007】従って、構成要素自体の機能が同一で、他
の要素に対するアクションが異なるときは、構成要素の
定義には、手間がかかり、面倒であった。
Therefore, when the functions of the components themselves are the same and the actions for the other components are different, the definition of the components is troublesome and troublesome.

【0008】この発明は上記実情に鑑みてなされたもの
であり、既存の構成要素を再利用することができ、かつ
他の構成要素に対するアクションに関する定義及びその
変更を容易に行うことのできるデータ処理装置を提供す
ることを目的とする。
[0008] The present invention has been made in view of the above-mentioned circumstances, and is a data processing apparatus capable of reusing an existing component and easily defining and changing an action for another component. It is intended to provide a device.

【0009】[0009]

【課題を解決するための手段】上記目的を達成するた
め、第1の発明では、表示内容を構成する複数の構成要
素を表示する表示手段を有するデータ処理装置におい
て、前記複数の構成要素毎に構成要素自身に対する特定
の処理操作の内容が定義されると共に、前記複数の構成
要素それぞれを、構成要素自身についての当該定義内容
及び最新の状態を示す情報と他の構成要素の最新の状態
を示す情報とに基づいて、前記表示手段に表示させる構
成要素定義手段と、該構成要素定義手段における定義内
容とは独立して前記複数の構成要素の状態に応じて実行
されるべく処理操作の内容が定義されると共に、前記複
数の構成要素の最新の状態を示す情報と自己に定義され
ている定義内容と基づいて当該定義内容を実行するアク
ション定義手段と、前記特定の処理操作が実施された構
成要素についての最新の状態を示す情報を、前記構成要
素定義手段及びアクション定義手段へ通知する情報通知
手段とを備えることを特徴とする。また、第2の発明で
は、第1の発明において、前記構成要素定義手段は、前
記複数の構成要素に対応した複数の構成要素定義手段か
ら構成され、前記複数の構成要素定義手段は、前記特定
の処理操作の内容が定義される定義手段と、対応する構
成要素の最新の状態を示す情報を保持する保持手段と、
該保持手段に保持されている保持内容と、前記定義手段
に定義されている定義内容と、前記情報通知手段からの
特定の処理操作が実施された構成要素の最新の状態を示
す情報とに基づいて、対応する構成要素を前記表示手段
に表示させる表示処理手段とを備えることを特徴とす
る。
According to a first aspect of the present invention, there is provided a data processing apparatus having display means for displaying a plurality of constituent elements constituting a display content. The content of a specific processing operation for the component itself is defined, and each of the plurality of components indicates the definition content and the latest status of the component itself and the latest status of other components. Based on the information, the component definition means to be displayed on the display means, and the content of the processing operation to be executed in accordance with the states of the plurality of components independently of the definition contents in the component definition means Action defining means for executing the definition contents based on information indicating the latest state of the plurality of constituent elements and the definition contents defined therein; and The information indicating the current state of the components that particular processing operation is carried out, characterized in that it comprises an information notifying means for notifying to said component defining means and the action definition means. Further, in a second aspect based on the first aspect, the component definition means is constituted by a plurality of component definition means corresponding to the plurality of components, and the plurality of component definition means is provided by the identification means. Definition means for defining the content of the processing operation of the, and holding means for holding information indicating the latest state of the corresponding component,
Based on the held contents held in the holding means, the definition contents defined in the defining means, and information indicating the latest state of the component on which the specific processing operation has been performed from the information notifying means. And display processing means for displaying the corresponding components on the display means.

【0010】[0010]

【作用】本発明に係るデータ処理装置では、所望の構成
要素についての定義内容及び最新の状態を示す情報と他
の構成要素の最新の状態を示す情報とに基づいて当該所
望の構成要素を表示するようにしている。このため、所
望の構成要素自身について該構成要素自身の状態及び他
の構成要素の状態を考慮した内容で表示することができ
る。また、既存の構成要素を再利用することができる。
また、本発明に係るデータ処理装置では、構成要素定義
手段における定義内容とは独立してアクション定義手段
に定義されている定義内容と複数の構成要素の最新の状
態を示す情報と基づいて当該定義内容を実行するように
している。このため、複数の構成要素毎の特定の処理操
作の内容を変更することなく、当該複数の構成要素の状
態に応じて実行されるべく処理操作の内容のみを容易に
記述(定義)又は変更(再定義)することができる。
In the data processing apparatus according to the present invention, the desired component is displayed based on the definition of the desired component and information indicating the latest status and information indicating the latest status of other components. I am trying to do it. For this reason, it is possible to display a desired component itself in a content that takes into account the status of the component itself and the status of other components. In addition, existing components can be reused.
Further, in the data processing device according to the present invention, the definition is defined based on the definition contents defined in the action definition means and information indicating the latest state of the plurality of components independently of the definition contents in the component definition means. I am trying to execute the content. Therefore, without changing the content of a specific processing operation for each of a plurality of components, only the content of the processing operation is easily described (defined) or changed (to be executed according to the states of the plurality of components). Redefinition).

【0011】[0011]

【実施例】以下、本発明の実施例を添付図面を参照して
説明する。図1は、本発明に係るデータ処理装置の一実
施例を示す機能ブロック図を示したものである。同図に
おいて、データ処理装置は、構成要素定義手段101
と、アクション定義手段102と、情報保持部103
と、表示内容を構成する複数の構成要素を表示する構成
要素表示部104と、構成要素表示部104に表示され
た各要素を指示(要素の状態の変更要求)を行うユーザ
入力部105と、上記各部を制御するとともに所定の処
理を行う制御部106とを有して構成されている。
Embodiments of the present invention will be described below with reference to the accompanying drawings. FIG. 1 is a functional block diagram showing one embodiment of a data processing device according to the present invention. In the figure, the data processing device includes a component definition unit 101
, Action definition means 102, and information holding unit 103
A component display unit 104 for displaying a plurality of components constituting display content, a user input unit 105 for instructing each element displayed on the component display unit 104 (a request to change the state of the element), The control unit 106 controls the above units and performs a predetermined process.

【0012】情報保持部103は、構成要素定義手段1
01に定義されている各構成要素を示す情報とその状態
とを保持するものである。また情報保持部103は、構
成要素定義手段101からの状態の変更通知に基づいて
自己の保持情報を更新するとともに、ある構成要素の状
態に変更があった旨を構成要素定義手段101及びアク
ション定義手段102へ通知する。なお、この実施例で
は、各構成要素を示す情報は各構成要素の状態を管理す
るために使用するものなので、その情報を例えば構成要
素の名称にしている。
The information holding unit 103 includes the component definition unit 1
It holds information indicating each component defined in “01” and its state. The information holding unit 103 updates its own information based on the status change notification from the component definition unit 101 and notifies the component definition unit 101 and the action definition that the status of a certain component has changed. Notify the means 102. In this embodiment, the information indicating each component is used to manage the state of each component, and the information is, for example, the name of the component.

【0013】構成要素定義手段101には、表示内容を
構成する複数の構成要素毎に、要素自身に関する機能や
他の構成要素との相互の依存関係など、他の要素に影響
を与えない要素自身の定義が記述されている。構成要素
定義手段101は、各構成要素毎の構成要素の内部情報
(例えば、自己の状態、相互関係などの情報)を保持し
ており、変更要求に応じて状態が変化した構成要素の内
部情報を更新するとともに、その旨を情報保持部103
へ通知する。また、各構成要素毎に、要素自身の定義に
基づく構成要素の構成要素表示部104への表示処理を
行うとともに、自己の内部情報と情報保持部103から
の通知内容とに基づいて構成要素の再表示をすべく表示
処理を行う。
The component definition means 101 includes, for each of a plurality of components constituting the display content, an element which does not affect other elements, such as a function relating to the element itself and an interdependency with other components. Is described. The component definition means 101 holds the internal information of the component for each component (for example, information on its own state, mutual relation, etc.), and the internal information of the component whose state has changed in response to the change request. And the information holding unit 103
Notify to In addition, for each component, a process of displaying the component on the component display unit 104 based on the definition of the component itself is performed, and the configuration of the component is determined based on its own internal information and the notification content from the information storage unit 103. A display process is performed to redisplay.

【0014】アクション定義手段102には他の構成要
素に対するアクションに関する定義が記述されており、
アクション定義手段102は、情報保持部103からの
通知(ある構成要素の状態が変化した旨)を受け取る
と、情報保持部103が保持している保持情報(ある構
成要素の状態が変化した際に更新した最新の保持情報)
を参照し、その情報(つまり各構成要素の状態)が、自
己に記述されている定義内容を満足している場合に、そ
の定義内容(アクション)を実行する。
The action definition means 102 describes a definition related to an action for another component.
When the action definition unit 102 receives a notification (a change in the state of a certain component) from the information storage unit 103, the action definition unit 102 stores the information held by the information storage unit 103 (when the state of a certain component changes). Updated latest retention information)
If the information (that is, the state of each component) satisfies the definition content described therein, the definition content (action) is executed.

【0015】なお、この実施例では、構成要素定義手段
101、アクション定義手段102及び情報保持部10
3は、それぞれの機能を遂行させるプログラム(ソフト
ウェア)を制御部106が実行することにより実現され
ている。なお、ファームウェア構成やハードウェア構成
とすることも可能である。
In this embodiment, the component definition means 101, the action definition means 102, and the information holding unit 10
3 is realized by the control unit 106 executing a program (software) for performing each function. Note that a firmware configuration or a hardware configuration is also possible.

【0016】次に上述した構成において、データ処理装
置の基本的な処理動作を説明する。最初に、制御部10
6は、ユーザ入力部105からの入力(ある構成要素の
状態に変化を与える操作)を解釈し、ある構成要素に対
する指示があった旨を、構成要素定義手段101に定義
されている各構成要素のうち、該当する構成要素に通知
する。構成要素定義手段101においては、通知を受け
た構成要素は、自己の内部情報(例えば、自己の状態、
相互関係などの情報)を更新し、さらにその更新内容を
情報保持部103へ通知する。この通知内容は制御部1
06を通じて情報保持部103に通知される。
Next, a basic processing operation of the data processing device in the above-described configuration will be described. First, the control unit 10
6 interprets an input from the user input unit 105 (operation for changing the state of a certain component), and notifies each component defined in the component definition unit 101 that there is an instruction for the certain component. Of the relevant components. In the component definition unit 101, the notified component includes its own internal information (for example, its own status,
(Information such as mutual relations), and notifies the information holding unit 103 of the updated contents. The contents of this notification are
06 to the information holding unit 103.

【0017】情報保持部103は、伝えられた更新内容
を、自己が保持している各構成要素のうち、該当する構
成要素の情報内容に反映させるとともに、ある構成要素
の状態が変化した旨を、構成要素定義手段101に定義
されている全ての構成要素、およびアクション定義手段
102へ通知する。この通知内容は制御部106を通じ
て前記定義手段101、102に通知される。
The information holding unit 103 reflects the transmitted update contents on the information contents of the corresponding constituent element among the constituent elements held by the information holding unit 103, and notifies that the state of a certain constituent element has changed. , All the components defined in the component definition means 101 and the action definition means 102 are notified. The contents of this notification are notified to the definition means 101 and 102 via the control unit 106.

【0018】変化が起こったことを伝えられた各構成要
素は、自己の内部状態と情報保持部103の保持内容に
応じて自己の再表示を、制御部106を通じて構成要素
表示部104に行う。一方、アクション定義手段102
は、各構成要素の状態に応じて、自己に定義されている
アクションに関する定義を実行する。
Each of the components notified of the change is redisplayed to the component display unit 104 via the control unit 106 in accordance with the internal state of the component and the contents held in the information holding unit 103. On the other hand, the action definition means 102
Executes the definition of the action defined for itself according to the state of each component.

【0019】図2は図1に示した装置を実現するための
ワークステーションの一実施例を示すブロック図を示し
ている。同図において、ワークステーションは、ビット
マップディスプレイ等の表示装置201と、キーボード
等のデータ入力装置202と、ポインティング入力装置
としてのマウス203と、主記憶装置204と、制御装
置205と、磁気ディスク等の補助記憶装置206とを
有して構成されている。
FIG. 2 is a block diagram showing one embodiment of a workstation for realizing the apparatus shown in FIG. In the figure, the workstation includes a display device 201 such as a bitmap display, a data input device 202 such as a keyboard, a mouse 203 as a pointing input device, a main storage device 204, a control device 205, a magnetic disk and the like. And an auxiliary storage device 206.

【0020】ここで、図1に示した構成要素定義手段1
01、アクション定義手段102、情報保持部103は
主記憶装置203に、図1に示した構成要素表示部10
4は表示装置201に、図1に示したユーザ入力部10
5はマウス203に、図1に示した制御部106は制御
装置203にそれぞれ相当している。
Here, the component definition means 1 shown in FIG.
01, the action definition unit 102, and the information storage unit 103 are stored in the main storage device 203 in the component display unit 10 shown in FIG.
Reference numeral 4 denotes a display unit 201 which is provided with the user input unit 10 shown in FIG.
5 corresponds to the mouse 203, and the control unit 106 shown in FIG.

【0021】次に上述したワークステーションによる表
示処理の制御の流れを図3に示している。
FIG. 3 shows the flow of control of the display processing by the workstation described above.

【0022】この図において、構成要素定義手段101
には、表示内容を構成する構成要素としての、on(オ
ン)とoff(オフ)の2つの状態を持つボタン1〜3
の3つのボタンが、それぞれボタン1定義部101A、
ボタン2定義部101B、ボタン3定義部101Cに定
義されている。その各ボタン定義部には、例えば、ボタ
ン2定義部101Bにはボタン2はボタン1とは同時に
on状態になれないとか、ボタン3定義部101Cには
ボタン3は他のボタンの状態に関係なく自分の状態を持
てるとか、というような相互の依存関係が定義されてい
る。
In this figure, component definition means 101
Are buttons 1 to 3 having two states, on (on) and off (off), as constituent elements constituting display contents.
Are defined as a button 1 definition unit 101A,
It is defined in the button 2 definition unit 101B and the button 3 definition unit 101C. In each of the button definition sections, for example, the button 2 definition section 101B indicates that the button 2 cannot be turned on at the same time as the button 1 or the button 3 definition section 101C indicates that the button 3 is independent of the state of the other buttons. Interdependencies, such as having your own state, are defined.

【0023】上記各ボタン定義部は、自己内に定義され
ている構成要素の内部情報に基づいて、構成要素をon
状態あるいはoff状態にして構成要素表示部104に
表示させる。
Each of the above-mentioned button definition units turns on a component based on internal information of the component defined within itself.
A state or an off state is displayed on the component display unit 104.

【0024】アクション定義手段102には、「3つの
ボタンのうち、1つでもon状態のボタンがあるときは
全てのボタンを通常の表示で行い」、「全てのボタンが
off状態のとはき、全てのボタンを含む領域(例えば
ボタンを示す図形(この実施例では「○」の図形とす
る)とその名称(この実施例ではボタン1〜3))を霞
んだ表示にする」、という内容が定義されている。
In the action definition means 102, "when at least one of the three buttons is in the on state, all buttons are displayed in a normal display" and "when all the buttons are in the off state, And an area including all the buttons (for example, a figure indicating a button (in this embodiment, a figure of “○”) and its name (buttons 1 to 3 in this embodiment) are displayed in a blurred state). Is defined.

【0025】情報保持部103には、各構成要素の名称
を示すボタン1〜3の3つのボタンの名称が登録されて
おり、各名称に対応して該当するボタンの状態(on/
offの状態)が保持される。初期状態では、各ボタン
に対応してoffの状態を示す情報が保持されている。
In the information holding unit 103, the names of three buttons, ie, buttons 1 to 3 indicating the names of the constituent elements are registered, and the state of the corresponding button (on /
off state) is maintained. In the initial state, information indicating an off state is held for each button.

【0026】表示装置201上には、初期状態では上記
3つのボタンが全てのボタンを含む領域が霞んだ状態で
表示される。その表示されている各ボタンは、マウス2
03の移動に伴って移動するポインタ(カーソル)をそ
の表示領域上に移動して、マウス203に備えられてい
るマウスボタンをクリックすることによってonとof
fの切替えを行うことができる。ここでon状態のボタ
ンがクリックされるとそのボタンはoff状態に、of
f状態のボタンがクリックされるとそのボタンはon状
態にそれぞれ変化する。
On the display device 201, in the initial state, the above three buttons are displayed in a state where the area including all the buttons is blurred. The displayed buttons are mouse 2
The pointer (cursor) that moves in accordance with the movement of the mouse 03 is moved to the display area, and the mouse button provided on the mouse 203 is clicked to turn on and off.
f can be switched. Here, when the button in the on state is clicked, the button is turned off, and the button is turned off.
When the button in the f state is clicked, the button changes to the on state.

【0027】次に上述したワークステーションによる表
示処理動作を、図3及び図4を参照して説明する。
Next, the display processing operation by the above-described workstation will be described with reference to FIGS.

【0028】なお図4(a)は構成要素表示部104に
表示される初期状態を、図4(b)はボタン1をon状
態にしたときの表示状態をそれぞれ示している。
FIG. 4A shows an initial state displayed on the component display unit 104, and FIG. 4B shows a display state when the button 1 is turned on.

【0029】この実施例では、ボタンは「○」の図形で
表現し、そのon/off状態は、on状態であれば図
形「○」内に「●」の図形を挿入した形式で表現し、一
方、off状態であれば図形「○」のままの形式で表現
するようになっている。
In this embodiment, the button is represented by a figure of “○”, and its on / off state is represented by a form in which a figure of “●” is inserted in the figure of “」 ”if it is in the on state. On the other hand, if it is in the off state, it is expressed in the form as it is in the figure “○”.

【0030】最初に、図4(a)に示すように、off
状態になっているボタン1の表示領域にポインタを置い
た状態で利用者がマウスボタンをクリックすると(制御
線301)、制御装置205は、ボタン1が指示された
と認識して、その旨を構成要素定義手段101のボタン
1定義部101Aに通知する。
First, as shown in FIG.
When the user clicks the mouse button (control line 301) with the pointer placed on the display area of button 1 in the state, control unit 205 recognizes that button 1 has been instructed, and configures that effect. The button 1 definition unit 101A of the element definition unit 101 is notified.

【0031】ボタン1定義部101Aでは、現在の自分
の状態(内部状態)を変更、この例ではoffからon
に変更して、自分がon状態になったことを情報保持部
204に伝える(制御線302)。
The button 1 definition unit 101A changes its current state (internal state). In this example, it changes from off to on.
To notify the information holding unit 204 that the user has been turned on (control line 302).

【0032】すると情報保持部204は、現在保持して
いる保持情報、つまりボタン1はoff状態、ボタン2
はoff状態、ボタン3はoff状態をそれぞれ示す情
報のうち、ボタン1の状態をoffからonに変更する
とともに、ボタン1がon状態に変化した旨を、構成要
素定義手段101に定義されている各構成要素へ通知す
る(制御線304)。と同時に、アクション定義手段1
02に対してもボタン1がon状態に変化した旨を通知
する。
Then, the information holding unit 204 holds the currently held information, that is, the button 1 is in the off state, the button 2
Is the off state, and the button 3 changes the state of the button 1 from off to on in the information indicating the off state, and the component definition means 101 defines that the button 1 has changed to the on state. Each component is notified (control line 304). At the same time, action definition means 1
02 is also notified that the button 1 has changed to the on state.

【0033】その通知を受けた構成要素定義手段101
内の各ボタン定義部は、上述したような相互の依存関係
と情報保持部103に保持されている保持情報とに基づ
いて表示装置201に自己の表示を行う(制御線30
5)。
The component definition means 101 having received the notification
Each of the button definition units within the display unit displays itself on the display device 201 based on the mutual dependency described above and the information held in the information holding unit 103 (control line 30).
5).

【0034】この場合、ボタン1定義部101Aはボタ
ン1をon状態に変更して構成要素表示部103に表示
し、一方、ボタン2定義部101B及びボタン3定義部
101Cは、ボタン2及びボタン3の状態を変更せずに
現在のoff状態のまま構成要素表示部103に表示す
ることになる。
In this case, the button 1 definition unit 101A changes the button 1 to the on state and displays it on the component display unit 103, while the button 2 definition unit 101B and the button 3 definition unit 101C execute the button 2 and the button 3 Will be displayed on the component display unit 103 without changing the state.

【0035】一方、情報保持部103からの変更があっ
た旨の通知を受け取ったアクション定義手段102で
は、情報保持部103内の最新の保持情報(ボタン1は
on状態、ボタン2はoff状態、ボタン3はoff状
態)を参照して、その保持情報が、自己に記述されてい
る定義内容を満足するかどうかを調べる。満足していれ
ば、その定義内容を実行する。
On the other hand, when the action definition means 102 receives the notification from the information holding unit 103 that there is a change, the latest held information (the button 1 is in the on state, the button 2 is in the off state, With reference to the button 3 in the off state, it is checked whether or not the held information satisfies the definition content described therein. If satisfied, execute the definition.

【0036】この場合は、ボタン1がon状態に、ボタ
ン2及び3がoff状態になっているので、アクション
定義手段102は、自己内に記述されている定義内容
(1つでもon状態のボタンがあるときは全てのボタン
を通常表示するという定義)を実行する。これによっ
て、on状態のボタン1、off状態のボタン2及び3
はそれぞれ霞み表示から通常の表示に変更されて再表示
されることになる(制御線306)。すなわち、図4
(a)に示した表示状態は図4(b)に示した表示状態
に変更されることになる。
In this case, since the button 1 is in the on state and the buttons 2 and 3 are in the off state, the action definition means 102 executes the definition contents described in itself (one of the buttons in the on state). When there is, the definition that all buttons are displayed normally) is executed. Thereby, the button 1 in the on state, the buttons 2 and 3 in the off state,
Are changed from the haze display to the normal display and are displayed again (control line 306). That is, FIG.
The display state shown in FIG. 4A is changed to the display state shown in FIG.

【0037】また同様に、今度は図4(b)に示した表
示状態でon状態になっているボタン1にポインタを置
いた状態で利用者がマウスボタンをクリックすると、今
度はボタン1はoff状態に再表示されるが、ボタン2
及び3はoff状態のままの状態になっている。このと
き全てのボタンがoff状態になるので、アクション定
義手段102は、「全てのボタンがoff状態のとき
は、全てのボタンを含む領域を霞んだ表示にする」とい
う内容の定義に従って、ボタン1〜3を霞んだ状態で再
表示する。すなわち、図4(b)に示した表示状態は図
4(a)に示した表示状態に変更される。
Similarly, when the user clicks the mouse button with the pointer placed on the button 1 in the on state in the display state shown in FIG. 4B, the button 1 is turned off this time. It reappears in the state, but button 2
And 3 remain in the off state. At this time, all the buttons are in the off state. Therefore, the action defining unit 102 sets the button 1 according to the definition that “when all the buttons are in the off state, the area including all the buttons is blurred”. 3 are displayed again in a hazy state. That is, the display state shown in FIG. 4B is changed to the display state shown in FIG.

【0038】ここで、全てのボタンがoff状態のとき
に、例えば全てのボタンを含む領域を白黒反転させて表
示したい場合には、アクション定義手段102に定義さ
れている定義内容を、「全てのボタンがoff状態のと
きは、全てのボタンを含む領域を白黒反転の表示にす
る」、という内容に変更するだけで実現できる。
Here, when all the buttons are in the off state, for example, when it is desired to display an area including all the buttons in black and white inverted, the definition content defined in the action definition means 102 is changed to "all When the buttons are in the off state, the area including all the buttons is displayed in a black-and-white inverted state. "

【0039】ところが、従来においては、表示方法を変
更したい場合には、各ボタン定義部にそれぞれ記述され
ているアクションに関する定義内容を、上記の変更内容
に変更しなければならなかった。
However, conventionally, when it is desired to change the display method, the definition of the action described in each button definition section must be changed to the above-mentioned change.

【0040】なお上述した実施例では、構成要素がボタ
ンの場合であったが、次のような場合にも適用できる。
In the above embodiment, the component is a button, but the present invention can be applied to the following cases.

【0041】例えば、構成要素としてのプロパティシー
トなどによる属性の設定において、「登録」コマンドが
実行された際に、各項目に対応するデータの変更に加え
て、記入漏れなどに対してユーザに注意を促したい方が
良い場合がある。
For example, in setting an attribute using a property sheet or the like as a constituent element, when the “register” command is executed, the user is careful not only to change data corresponding to each item but also to omit entry. You may want to encourage

【0042】ここでいう「登録」コマンドは、項目名と
それに対する値とのペアのリストを引数にして与えるも
のであり、これはウィンドウシステムの存在を前提とす
るものではない。従って、ウィンドウシステムにおいて
は、例えばプロパティシート内のあるボタン(例えば登
録コマンドに対応するボタン)が指示されたときに登録
コマンドを発行すれば良いし、一方、キャラクタディス
プレイ上においては、例えば登録すべき旨を示すキーが
押下されたときに登録コマンドを発行すれば良い。
The "registration" command is given by giving a list of a pair of an item name and a value corresponding to the item name as an argument, and does not assume that a window system exists. Therefore, in a window system, for example, a registration command may be issued when a certain button (for example, a button corresponding to a registration command) in a property sheet is instructed. The registration command may be issued when the key indicating the effect is pressed.

【0043】通常、ウィンドウシステム上とキャラクタ
ディスプレイ上とにおいては、ユーザに注意を促すため
の手段が異なっている。そこで、ウィンドウシステム上
での表示状態の遷移を図5に、一方、キャラクタディス
プレイ上での表示状態の遷移を図6にそれぞれ示しい
る。なお、いずれの場合も、No、Name、Address
に関する情報が全て入力され、登録すべき旨の操作が行
われた際に、その内容が登録されるようになっている。
Normally, the means for calling the user's attention is different between the window system and the character display. FIG. 5 shows the transition of the display state on the window system, and FIG. 6 shows the transition of the display state on the character display. In each case, No, Name, Address
When all the information regarding the information is input and the operation to register is performed, the content is registered.

【0044】ウィンドウシステム上においては、図5に
示すように、“Address ”のフィールド501が未記入
となっているプロパティシート502の内容で、accept
ボタン503が指示(クリック)されると、「登録」コ
マンドが実行され、これによって表示内容504は表示
内容505に変化する。表示内容505においては、未
記入項目が存在する状態で「登録」コマンドが実行され
ることになるので、ウィンドウ506上にメッセージが
表示(あるいは新しい警告用のウィンドウ)が表示され
ている。
On the window system, as shown in FIG. 5, the contents of the property sheet 502 in which the "Address" field 501 is not entered are accepted.
When the button 503 is instructed (clicked), a “register” command is executed, whereby the display content 504 changes to the display content 505. In the display content 505, the “registration” command is executed in a state where there is an unfilled item, so that a message is displayed on the window 506 (or a new warning window).

【0045】一方、キャラクタディスプレイ上において
は、図6に示すように、Address に関する情報が未記入
となっている内容601の状態で、例えば登録すべき旨
を示すキーが押下されると、「登録」コマンドが実行さ
れ、これによって表示内容602は表示内容603に変
化する。この場合は、未記入項目が存在する内容601
の状態で「登録」コマンドが実行されることになるの
で、表示内容603においては、警告するメッセージ6
04が単に文字列として表示されている。
On the other hand, on the character display, as shown in FIG. 6, when a key indicating that registration is to be performed is pressed in the state of the content 601 in which information on Address is not entered, for example, the “registration” is displayed. Command is executed, whereby the display content 602 changes to the display content 603. In this case, the content 601 in which an unfilled item exists
In this state, the “registration” command is executed.
04 is simply displayed as a character string.

【0046】以上説明したように「登録」コマンドが予
めあらゆる環境で使用できるためには、ユーザに注意を
促す(アクション)ための定義を、「登録」コマンドに
対応する定義とは分離して記述する必要がある。そこ
で、本発明の如く、構成要素定義手段101に「登録」
コマンドに対応する定義を、一方、アクション定義手段
102に警告の表示方法に関する定義をそれぞれ記述し
ておくことにより、他の環境での動作させる場合にはア
クション定義手段102内の定義内容の変更のみで済
む。また各プロパティシートの登録に関してアクション
定義手段102の定義内容を共有できるので、メッセー
ジの表示方法をシステム全体に渡って変更するような場
合であっても、アクション定義手段102内の定義内容
の変更のみで済む。
As described above, in order for the “registration” command to be usable in any environment in advance, the definition for calling the user's attention (action) is described separately from the definition corresponding to the “registration” command. There is a need to. Therefore, as in the present invention, “register”
By describing the definition corresponding to the command and the definition relating to the display method of the warning in the action definition means 102 on the other hand, when operating in another environment, only the definition contents in the action definition means 102 are changed. Only needs to be done. Further, since the definition contents of the action definition means 102 can be shared with respect to the registration of each property sheet, even when the display method of the message is changed over the entire system, only the definition contents in the action definition means 102 are changed. Only needs to be done.

【0047】また、例えば上述したプロパティシートを
ウィンドウと考えれば、ウィンドウについても、上述し
たプロパティシートを例にとって説明したような処理が
行われる。さらにはメニューを構成要素とすることも可
能である。
Further, for example, if the above-described property sheet is considered as a window, the window is subjected to the above-described processing using the above-described property sheet as an example. Further, a menu can be used as a component.

【0048】なお本発明は、上述した例の他に、ある構
成要素群のある特定の状態の組み合わせが起こった際
に、それらの構成要素の機能とは直接関係のないアクシ
ョンを発生させたい場合にも適用することができる。
It should be noted that, in addition to the above-described example, the present invention is also applicable to a case where when a combination of certain states of a certain component group occurs, an action which is not directly related to the function of those components is desired to be generated. Can also be applied.

【0049】例えば、道路の交差点の状況をシミュレー
トするような場合に、「信号機が青になったら車が動い
て、赤になったら車が止まる」、というルールは人間が
作ったものであり、そのようなルールの有無に関係なく
信号機は動作する。
For example, in the case of simulating the situation of a road intersection, the rule that "the car moves when the traffic light turns green and the car stops when the traffic light turns red" is created by a human. The traffic light operates with or without such rules.

【0050】従って、シミュレーションを行う際に、従
来の如く、信号機を表現する構成要素の定義部に、信号
機の状態が変化したときの車の動作(アクション)を記
述してしまうと、交通ルールが変わった場合に信号機を
表現する構成要素を再定義する必要がある。しかし、本
発明の如く、信号機の機能の定義を構成要素定義手段1
01に、車の動作の定義をアクション定義手段102に
それぞれ記述しておくことにより、仮に交通ルールが変
わっても(例えば、信号機が赤になったら車が動いて、
青になったら車が止まる」というような交通ルールに変
わっても)そのアクション定義手段102の定義内容を
変更するのみで済むことになる。
Therefore, when a simulation is performed, if the operation (action) of a car when the state of a traffic light changes is described in the definition part of the component expressing the traffic light as in the related art, the traffic rules will be changed. If it changes, it is necessary to redefine the components that represent the traffic light. However, as in the present invention, the function of the traffic light is defined by the component defining means 1.
01, the definition of the operation of the car is described in the action definition means 102, respectively, so that even if the traffic rules change (for example, the car moves when the traffic light turns red,
Even if it changes to a traffic rule such as "the car stops when it turns blue", it is only necessary to change the definition of the action definition means 102.

【0051】以上説明したように本実施例によれば、構
成要素自身の定義と、他の構成要素に対するアクション
(その構成要素自身とは直接関係のない機能に関する部
分)とをそれぞれ独立した領域に分離して記述するよう
にしたので、既存の構成要素の再利用が容易になる。と
同時に、構成要素群のある特定の状態の組合わせが起こ
った際に実行するアクションの定義とその変更も容易に
なる。
As described above, according to the present embodiment, the definition of the component itself and the action for the other component (the part relating to the function not directly related to the component itself) are stored in independent areas. Since it is described separately, existing components can be easily reused. At the same time, it is easy to define and change the action to be performed when a certain combination of states of the component group occurs.

【0052】[0052]

【発明の効果】以上説明したように、本発明によれば、
所望の構成要素についての定義内容及び最新の状態を示
す情報と他の構成要素の最新の状態を示す情報とに基づ
いて当該対象の構成要素を再表示すると共に、構成要素
定義手段における定義内容とは独立してアクション定義
手段に定義されている定義内容と複数の構成要素の最新
の状態を示す情報と基づいて当該定義内容を実行するよ
う構成したので、所望の構成要素自身について該構成要
素自身の状態及び他の構成要素の状態を考慮した内容で
表示することができ、しかも既存の構成要素を再利用す
ることができると共に、複数の構成要素毎の特定の処理
操作の内容を変更することなく、当該複数の構成要素の
状態に応じて実行されるべく処理操作の内容のみを容易
に記述(定義)又は変更(再定義)することができる。
As described above, according to the present invention,
The target component is re-displayed based on the definition of the desired component and the information indicating the latest status of the component and the information indicating the latest status of the other components. Is configured to execute the definition contents independently based on the definition contents defined in the action definition means and the information indicating the latest state of a plurality of constituent elements. Can be displayed in consideration of the state of the other components and the status of other components, and the existing components can be reused, and the content of a specific processing operation for each of a plurality of components can be changed. Instead, it is possible to easily describe (define) or change (redefine) only the contents of the processing operation to be executed according to the states of the plurality of components.

【0053】従って、ユーザは、表示内容を構成する各
構成要素の作成及び編集を容易に行うことが可能とな
る。
Therefore, the user can easily create and edit each component constituting the display content.

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

【図1】本発明に係るデータ処理装置の一実施例を示す
機能ブロック図。
FIG. 1 is a functional block diagram showing an embodiment of a data processing device according to the present invention.

【図2】図1に示した装置を実現するためのワークステ
ーションの一実施例を示すブロック図。
FIG. 2 is a block diagram showing an embodiment of a workstation for realizing the apparatus shown in FIG.

【図3】本実施例における制御の流れを示す図。FIG. 3 is a diagram showing a control flow in the embodiment.

【図4】構成要素としてのボタンの表示状態の一例を示
す図。
FIG. 4 is a diagram showing an example of a display state of a button as a component.

【図5】他の構成要素の表示状態の遷移を示す図。FIG. 5 is a diagram showing a transition of a display state of another component.

【図6】他の構成要素の表示状態の遷移を示す図。FIG. 6 is a diagram showing a transition of a display state of another component.

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

101…構成要素定義手段、102…アクション定義手
段、 103…情報保持部、104…構成要素表示部、105
…ユーザ入力部、 106…制御部、201…表示装置、202…キーボー
ド、203…マウス、 204…主記憶装置、205…制御装置、206…補助
記憶装置。
101: component definition means, 102: action definition means, 103: information holding unit, 104: component display unit, 105
.., A user input unit, 106, a control unit, 201, a display device, 202, a keyboard, 203, a mouse, 204, a main storage device, 205, a control device, 206, an auxiliary storage device.

───────────────────────────────────────────────────── フロントページの続き (56)参考文献 特開 平3−91026(JP,A) 情報処理学会第35回(昭和62年後期) 全国大会講演論文集、p.813〜814. 情報処理学会第42回(平成3年前期) 全国大会講演論文集、p.5−33〜5− 34. ASCII,Vol.14、No.3 (1990年3月)、株式会社アスキー、 p.313〜320 (58)調査した分野(Int.Cl.7,DB名) G06F 9/44 G06F 9/06 G06F 3/14 G06F 3/00 CSDB(日本国特許庁)──────────────────────────────────────────────────続 き Continuation of the front page (56) References JP-A-3-91026 (JP, A) Information Processing Society of Japan 35th (late 1987) National Conference Lecture Papers, p. 813-814. Information Processing Society of Japan 42nd (Early 1991) National Convention Lecture Papers, p. 5-33 to 5-34. ASCII, Vol. 14, No. 3 (March 1990), ASCII Corporation, p. 313-320 (58) Fields investigated (Int. Cl. 7 , DB name) G06F 9/44 G06F 9/06 G06F 3/14 G06F 3/00 CSDB (Japan Patent Office)

Claims (2)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 表示内容を構成する複数の構成要素を表
示する表示手段を有するデータ処理装置において、 前記複数の構成要素毎に構成要素自身に対する特定の処
理操作の内容が定義されると共に、前記複数の構成要素
それぞれを、構成要素自身についての当該定義内容及び
最新の状態を示す情報と他の構成要素の最新の状態を示
す情報とに基づいて、前記表示手段に表示させる構成要
素定義手段と、 前記構成要素定義手段における定義内容とは独立して前
記複数の構成要素の状態に応じて実行されるべく処理操
作の内容が定義されると共に、前記複数の構成要素の最
新の状態を示す情報と自己に定義されている定義内容と
基づいて当該定義内容を実行するアクション定義手段
と、 前記特定の処理操作が実施された構成要素についての最
新の状態を示す情報を、前記構成要素定義手段及びアク
ション定義手段へ通知する情報通知手段とを備えること
を特徴とするデータ処理装置。
1. A data processing apparatus having a display means for displaying a plurality of constituent elements constituting display contents, wherein a content of a specific processing operation on the constituent element itself is defined for each of the plurality of constituent elements, A component definition unit that causes each of the plurality of components to be displayed on the display unit based on information indicating the definition and the latest status of the component itself and information indicating the latest status of the other components. Independently of the definition contents in the component definition means, the content of the processing operation is defined to be executed according to the status of the plurality of components, and information indicating the latest status of the plurality of components. Action definition means for executing the definition contents based on the definition contents defined in the self and the latest definition contents for the component on which the specific processing operation is performed. A data processing apparatus comprising: an information notification unit that notifies information indicating a state to the component definition unit and the action definition unit.
【請求項2】 前記構成要素定義手段は、前記複数の構
成要素に対応した複数の構成要素定義手段から構成さ
れ、 前記複数の構成要素定義手段は、 前記特定の処理操作の内容が定義される定義手段と、 対応する構成要素の最新の状態を示す情報を保持する保
持手段と、 前記保持手段に保持されている保持内容と、前記定義手
段に定義されている定義内容と、前記情報通知手段から
の特定の処理操作が実施された構成要素の最新の状態を
示す情報とに基づいて、対応する構成要素を前記表示手
段に表示させる表示処理手段とを備えることを特徴とす
る請求項1記載のデータ処理装置。
2. The component definition means comprises a plurality of component definition means corresponding to the plurality of components, wherein the plurality of component definition means define the contents of the specific processing operation. Definition means; holding means for holding information indicating the latest state of the corresponding component; holding content held by the holding means; definition content defined by the definition means; and the information notification means 2. A display processing unit for displaying a corresponding component on the display unit based on information indicating the latest state of a component on which a specific processing operation has been performed. Data processing equipment.
JP3087012A 1991-04-18 1991-04-18 Data processing device Expired - Fee Related JP3008537B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3087012A JP3008537B2 (en) 1991-04-18 1991-04-18 Data processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3087012A JP3008537B2 (en) 1991-04-18 1991-04-18 Data processing device

Publications (2)

Publication Number Publication Date
JPH04319732A JPH04319732A (en) 1992-11-10
JP3008537B2 true JP3008537B2 (en) 2000-02-14

Family

ID=13903055

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3087012A Expired - Fee Related JP3008537B2 (en) 1991-04-18 1991-04-18 Data processing device

Country Status (1)

Country Link
JP (1) JP3008537B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0744345A (en) * 1993-07-28 1995-02-14 Sony Corp Information synchronism control device and method thereof
JPH0793119A (en) * 1993-09-21 1995-04-07 Mitsubishi Electric Corp Graphical user interface device
JP5237031B2 (en) * 2008-09-12 2013-07-17 株式会社Access Content information processing method, content information processing program, and content information processing apparatus

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
ASCII,Vol.14、No.3(1990年3月)、株式会社アスキー、p.313〜320
情報処理学会第35回(昭和62年後期)全国大会講演論文集、p.813〜814.
情報処理学会第42回(平成3年前期)全国大会講演論文集、p.5−33〜5−34.

Also Published As

Publication number Publication date
JPH04319732A (en) 1992-11-10

Similar Documents

Publication Publication Date Title
CA2027157C (en) Computer user interface
US5742285A (en) Virtual screen display system
CA2196683C (en) Method and apparatus for data alteration by manipulation of representational graphs
US5315711A (en) Method and apparatus for remotely and centrally controlling a plurality of host processors
CN1030804C (en) Method and apparatus utiliging multi-demensional data icons
US5917499A (en) Interactive graph display system
JPS62276673A (en) Multiwindow display device
JPH0574094B2 (en)
JPH04344928A (en) Method and apparatus for graphically associating user-dialogue display with main application in data processing system
JP2000194474A (en) Plant monitor and control system
JP3008537B2 (en) Data processing device
JPH0619663A (en) Automatic control method for multiwindow
JPH036631A (en) Method of monitoring status of application operation program
JPH11272382A (en) Computer system
JPH06149525A (en) Diplay control method
JPH052382A (en) Multi-screen display controller
JPH06214744A (en) Multi-window display device
JPH09128199A (en) Display or not-display switching method in graphic display
JP2004029933A (en) Display controller and display control method
JPH0635645A (en) Intelligent graphic operating panel
JPH04328626A (en) Information processor
JPH01233617A (en) Information processor
Herczeg et al. Progress in building user interface toolkits: The world according to XIT
JPH0997158A (en) Screen transition control method
JPH09237174A (en) Display control device and its method

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20071203

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081203

Year of fee payment: 9

LAPS Cancellation because of no payment of annual fees