JPH05324232A - Visual input/output processing method for shared object - Google Patents

Visual input/output processing method for shared object

Info

Publication number
JPH05324232A
JPH05324232A JP4127158A JP12715892A JPH05324232A JP H05324232 A JPH05324232 A JP H05324232A JP 4127158 A JP4127158 A JP 4127158A JP 12715892 A JP12715892 A JP 12715892A JP H05324232 A JPH05324232 A JP H05324232A
Authority
JP
Japan
Prior art keywords
data
visual
input
shared
model
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
JP4127158A
Other languages
Japanese (ja)
Inventor
Masaki Furubayashi
勝紀 古林
Naoki Inoue
直樹 井上
Shuji Ushida
修司 牛田
Shingo Kamiya
慎吾 神谷
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.)
N T T DATA TSUSHIN KK
NTT Data Corp
Original Assignee
N T T DATA TSUSHIN KK
NTT Data Communications Systems 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 N T T DATA TSUSHIN KK, NTT Data Communications Systems Corp filed Critical N T T DATA TSUSHIN KK
Priority to JP4127158A priority Critical patent/JPH05324232A/en
Publication of JPH05324232A publication Critical patent/JPH05324232A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Transfer Between Computers (AREA)
  • Computer And Data Communications (AREA)
  • Stored Programmes (AREA)
  • Digital Computer Display Output (AREA)

Abstract

PURPOSE:To enable plural users to process shared data and its visual representation by individually different input/output method by dividing the shared object into a model, a representation, a preference, and a widget and programming them. CONSTITUTION:Base paper is in a high hierarchy and a title, a timer, and a document are in a low hierarchy. When the visual programming of image output devices 1 and 2 is performed, the programming is carried out while the respective objects of the title, timer, document, and base paper are divided into models, representations, preferences, and widgets. The models are essential data and procedures of the object that the user share. The representations are the visual representation which are common to the corresponding model users and data required for them. the preferences are visual representations special for the respective users and data required for them. The widgets serve as interfaces for an input/output device.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、電子会議システム、グ
ル−プCASEツ−ル、あるいは共同執筆システム等の
ように、計算機を用いてグル−プ作業を行う場合、視覚
的入出力処理を行う際の共同作業を支援するシステムを
プログラミングする方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention performs visual input / output processing when performing group work using a computer such as an electronic conference system, a group CASE tool, or a co-writing system. It relates to a method of programming a system that supports collaborative work when doing.

【0002】[0002]

【従来の技術】従来のSmalltalk等のシステムでは、1
人の利用者が視覚的な入出力処理(ディスプレイ画面に
対する入出力処理)のためにプログラミングする場合、
オブジェクトを(a)モデル、(b)ビュ−、(c)コ
ントロ−ラに分けてプログラミングする方法がある。こ
の場合の各要素は、次のように定義されている。 (a)モデル・・・問題対象としてのデ−タと、そのデ
−タに対する操作。 (b)ビュ−・・・ディスプレイを通して、モデルから
ユ−ザに対して情報を与えるもの。 (c)コントロ−ラ・・・ユ−ザからの入力を解釈し
て、モデルまたはビュ−に適切な調整を施すもの。 このようにすれば、1つのモデルに複数のビュ−を対応
させることにより、個人で同一デ−タの視覚表現を複数
種類作成することができた。
2. Description of the Related Art In conventional systems such as Smalltalk, 1
When a human user programs for visual input / output processing (input / output processing for the display screen),
There is a method of programming by dividing the object into (a) model, (b) view, and (c) controller. Each element in this case is defined as follows. (A) Model: data as a problem target and an operation on the data. (B) View: A model provides information to the user through the display. (C) Controller: interpreting the input from the user and making appropriate adjustments to the model or view. In this way, by associating a plurality of views with one model, a plurality of visual representations of the same data could be created by an individual.

【0003】[0003]

【発明が解決しようとする課題】このように、従来で
は、1人の利用者に対して1つのモデルに複数のビュ−
を対応させているので、マルチプロセッサシステムや分
散処理システムで複数の利用者を対象とする場合には、
各利用者にとって非常に不便であった。すなわち、画像
出力装置、入力装置、および処理装置を1組とするコン
ピュ−タシステムを複数台設け、これらのシステムが共
有するデ−タを記憶装置に記憶して、各システムから通
信回線を介してその共通記憶装置に接続したシステムに
おいて、複数のコンピュ−タシステムの各利用者が同時
に視覚的な入出力処理を行う場合、従来の1人の利用者
を対象にしたプログラムでは、処理効率が非常に低下す
る。また、従来の方法では、各個人が異なる入出力方法
で共有デ−タを処理し、かつ異なる方法で視覚的表現を
処理するような機能はなく、さらにデ−タの視覚表現の
階層構造を実現するような機能も与えられていなかっ
た。本発明の目的は、これら従来の課題を解決し、複数
の利用者がそれぞれ個人の異なる入出力方法で共有デ−
タとその視覚表現を処理することができ、かつデ−タの
視覚表現の階層構造を効率的に実現することが可能な共
有オブジェクトの視覚的入出力処理方法を提供すること
にある。
As described above, in the related art, a plurality of views in one model for one user.
Since it corresponds to, when targeting multiple users in a multiprocessor system or distributed processing system,
It was very inconvenient for each user. That is, a plurality of computer systems each having an image output device, an input device, and a processing device as a set are provided, data shared by these systems is stored in a storage device, and the data is shared from each system via a communication line. In a system connected to the common storage device, when each user of a plurality of computer systems simultaneously performs visual input / output processing, a conventional program for one user has a very high processing efficiency. descend. Further, in the conventional method, there is no function for each individual to process shared data by different input / output methods and to process visual expression by different methods. It was not given the function to realize it. An object of the present invention is to solve these conventional problems and to share data by a plurality of users with different input / output methods for each individual.
It is an object of the present invention to provide a visual input / output processing method of a shared object which can process a data and its visual representation and can efficiently realize a hierarchical structure of the visual representation of data.

【0004】[0004]

【課題を解決するための手段】上記目的を達成するた
め、本発明による共有オブジェクトの視覚的入出力処理
方法は、複数の利用者が各々入出力装置と、各利用者に
共有するデ−タを格納する記憶装置とを用い、共有オブ
ジェクトの視覚的な入出力処理を行う計算機システムに
おいて、共有オブジェクトを視覚的入出力処理のために
プログラミングする場合に、オブジェクトの本質的なデ
−タおよび手続きであるモデルと、対応するモデルの利
用者に共通な視覚的入出力手続きおよびそれに必要なデ
−タであるリプレゼンテ−ションと、各利用者に特別な
視覚表現およびそれに必要なデ−タであるプリファレン
スと、各入出力装置へのインタ−フェ−スとなるウィジ
ットの4つの部分に分割してプログラミングすることを
特徴としている。
In order to achieve the above object, a method of visual input / output processing of a shared object according to the present invention is such that a plurality of users each have an input / output device and data shared by each user. In a computer system that performs visual input / output processing of a shared object using a storage device that stores data, the essential data and procedure of the object when programming the shared object for visual input / output processing The model is a visual presentation procedure that is common to the users of the corresponding model and the necessary presentation data, and a special visual expression for each user and the necessary data. It is characterized by being divided into four parts of a certain preference and a widget which is an interface to each input / output device and programmed.

【0005】[0005]

【作用】本発明においては、1つのモデルに複数のリプ
レゼンテ−ション、1つのリプレゼンテ−ションに複数
のプリファレンス、1つのプリファレンスに複数のウィ
ジットを対応させることにより、デ−タおよび手続きの
共有と個人による変更が可能となる。すなわち、1つの
モデルにアクセス可能な複数のリプレゼンテ−ションを
設けることにより、利用者に共通なモデルの視覚表現を
複数だけ共有することができる。また、入出力デ−タの
処理を複数のプリファレンスで行うことにより、各利用
者で自由に入出力方法を設定することができる。さら
に、各プリファレンスに対して複数のウィジットを対応
させることにより、同一の入出力処理を複数の入出力装
置で利用することができる。また、1つのモデルが複数
の別のモデルのリプレゼンテ−ションを子として持つこ
とにより、オブジェクトの視覚表現の階層構造を実現す
ることができる。すなわち、このモデルとリプレゼンテ
−ションの階層構造を、それらに対応しているウィジッ
トの階層構造とすることにより、オブジェクトの視覚表
現の階層構造を画像出力装置に出力することができる。
According to the present invention, one model has a plurality of presentations, one representation has a plurality of preferences, and one preference has a plurality of widgets. Can be shared and changed by the individual. That is, by providing a plurality of representations in which one model can be accessed, it is possible to share only a plurality of common visual representations of models with users. Further, by performing the processing of the input / output data with a plurality of preferences, each user can freely set the input / output method. Furthermore, by making a plurality of widgets correspond to each preference, the same input / output processing can be used in a plurality of input / output devices. In addition, since one model has a plurality of representations of other models as children, a hierarchical structure of visual representation of objects can be realized. That is, the hierarchical structure of the visual representation of the object can be output to the image output device by setting the hierarchical structure of the model and the representation to the hierarchical structure of the corresponding widgets.

【0006】[0006]

【実施例】以下、本発明の実施例を、図面により詳細に
説明する。図2は、本発明が適用されるオブジェクト共
有システムのハ−ドウェア構成図である。図2に示すよ
うに、ハ−ドウェア的には従来の装置構成と同じであ
る。2人の利用者は、それぞれ画像出力装置1,2とキ
−ボ−ド入力装置11,12を具備し、共有するデ−タ
を格納するデ−タ格納装置3とそれぞれ通信回線を介し
て接続している。図1に示す装置を用いて、2人の利用
者がオブジェクトを共有し、視覚的な入出力を行う場合
について述べる。先ず、共有するデ−タをモデル、リプ
レゼンテ−ション、プリファレンス、およびウィジット
の4つの部分に分割してプログラミングする。図1は、
本発明の一実施例を示す画像表示装置上の共有オブジェ
クトの階層構造の図である。図1に示すような構造で、
図2の画像出力装置1,2の画面に表示する。ここで
は、タイトル、時計、文章を台紙に張り付けたものを2
つの画像出力装置1,2に出力する。ここで、タイト
ル、時計、文章、台紙は、共有されるオブジェクトとな
る。
Embodiments of the present invention will now be described in detail with reference to the drawings. FIG. 2 is a hardware configuration diagram of an object sharing system to which the present invention is applied. As shown in FIG. 2, the hardware configuration is the same as the conventional device configuration. Two users have image output devices 1 and 2 and keyboard input devices 11 and 12, respectively, and a data storage device 3 for storing shared data and a communication line respectively. Connected. A case where two users share an object and perform visual input / output using the apparatus shown in FIG. 1 will be described. First, the shared data is divided into four parts, that is, model, representation, preference, and widget, and programmed. Figure 1
It is a figure of a hierarchical structure of a shared object on an image display device showing an example of the present invention. With the structure shown in Fig. 1,
It is displayed on the screens of the image output devices 1 and 2 of FIG. Here, the title, clock, and text attached to the mount are 2
It outputs to the two image output devices 1 and 2. Here, the title, the clock, the text, and the mount are shared objects.

【0007】図1においては、台紙が上位階層であり、
タイトル、時計、および文章が下位の階層である。そし
て、各画像出力装置1,2の視覚的な入出力処理のため
のプログラミングを行う場合に、タイトル、時計、文
章、台紙の各オブジェクトに対して、それぞれモデル、
リプレゼンテ−ション、プリファレンス、ウィジットの
4つのコンポ−ネントに分けてプログラミングを行う。
各コンポ−ネントは、次のように定義される。 (a)モデルとは、利用者に共有されるオブジェクトの
本質的なデ−タおよび手続きである。 (b)リプレゼンテ−ションとは、対応するモデルの利
用者に共通な視覚表現(視覚的な入出力手続き)および
それに必要なデ−タである。 (c)プリファレンスとは、各利用者に特別な視覚表現
およびそれに必要なデ−タである。 (d)ウィジットとは、入出力装置へのインタ−フェ−
スとなるものである。 モデルとリプレゼンテ−ションは利用者間で共有され、
プリファレンスとウィジットは各利用者の個別のデ−タ
および手続きを保持するためのものである。
In FIG. 1, the mount is the upper layer,
The title, clock, and sentence are lower layers. When programming for visual input / output processing of the image output devices 1 and 2, a model, a model, and
Programming is performed by dividing into four components, representation, preference, and widget.
Each component is defined as follows. (A) A model is the essential data and procedure of an object shared by users. (B) Representation is a visual expression (visual input / output procedure) common to users of the corresponding model and data necessary for it. (C) Preference is a special visual expression for each user and data required for it. (D) A widget is an interface to an input / output device.
It will be Models and presentations are shared among users,
Preferences and widgets are meant to hold individual data and procedures for each user.

【0008】あるモデルに対応するリプレゼンテ−ショ
ンとプリファレンスが合成されて、画面上の1つの視覚
表現を実現する。1つのモデルに対しては、複数のリプ
レゼンテ−ションがアクセス可能であり、1つのリプレ
ゼンテ−ションに対しては、複数のプリファレンスがア
クセス可能である。また、同じように、1つのプリファ
レンスに対しては、複数のウィジットを対応させること
ができる。すなわち、モデルとリプレゼンテ−ション、
リプレゼンテ−ションとプリファレンス、プリファレン
スとウィジットは、いずれも1対n(nは1以上の整
数)の対応関係である。このように、1つのモデルとそ
れに対応するリプレゼンテ−ションに各個人毎のプリフ
ァレンスを複数対応させることにより、同一のデ−タお
よびその視覚表現を各個人で異なる入出力方法で処理す
ることができる。さらに、モデルは、別のモデルのリプ
レゼンテ−ションを子として複数個持つことができる。
逆に、1つのリプレゼンテ−ションは、複数のモデルを
親として持つことができる。これによって、オブジェク
トの視覚表現の階層構造を実現することが可能となる。
Representation and preferences corresponding to a model are combined to realize one visual representation on the screen. Multiple presentations can be accessed for one model, and multiple preferences can be accessed for one representation. Similarly, a plurality of widgets can be associated with one preference. That is, the model and the presentation,
Representation and preference, and preference and widget have a one-to-n correspondence (n is an integer of 1 or more). In this way, the same data and its visual representation are processed by different input / output methods for each individual by associating a plurality of preferences for each individual with one model and the corresponding representation. You can Further, a model can have a plurality of representations of another model as children.
On the contrary, one representation can have multiple models as parents. This makes it possible to realize a hierarchical structure of visual representation of objects.

【0009】図3は、図1における画像出力装置の具体
的な出力画面例を示す図であり、図4は、本発明を用い
たオブジェクトのコンポ−ネントの概念的な構成図であ
る。図3のように、画像出力装置1と2には、フォン
ト、色、形状等の異なるタイトル、時計、文章が画面表
示されている。これらは、文字列のコ−ド等の本質的な
デ−タは両出力装置に共通であるが、出力範囲や文字フ
ォントや色等の利用者の好みに関するコンポ−ネントは
非共通であることを示している。従って、実線矢印で示
すように、共有されないコンポ−ネントであるウィジッ
トやプリファレンスは画像出力装置毎に保持され、共有
されるコンポ−ネントであるリプレゼンテ−ションやモ
デルは2つの画像出力装置に共有デ−タとして1組だけ
保持される。図4に示すように、例えば文章というオブ
ジェクトは、共有デ−タである文章モデルと文章リプレ
ゼンテ−ション、および非共有デ−タである文章プリフ
ァレンスと文章ウィジットとして保持される。すなわ
ち、画像出力装置1と2で共有される本質的なデ−タ
(文字列のコ−ド等)を文章モデルとして、画像出力装
置1と2での文章の共通の視覚表現(出力形式等)を文
章リプレゼンテ−ションとして、また共有されないデ−
タ(出力範囲、フォント、色等)を文章プリファレンス
として、各画像出力装置へのインタ−フェ−スを文章ウ
ィジットとしている。
FIG. 3 is a diagram showing an example of a concrete output screen of the image output device in FIG. 1, and FIG. 4 is a conceptual configuration diagram of an object component using the present invention. As shown in FIG. 3, on the image output devices 1 and 2, titles, clocks, and sentences having different fonts, colors, shapes, etc. are displayed on the screen. Although the essential data such as the character string code is common to both output devices, the components related to the user's preference such as the output range, character font and color are not common. Is shown. Therefore, as indicated by the solid arrow, widgets and preferences that are not shared components are held for each image output device, and representations and models that are shared components are stored in two image output devices. Only one set is held as shared data. As shown in FIG. 4, for example, a text object is held as a text data model and text presentation which are shared data, and a text preference and text widget which are non-shared data. That is, using the essential data (codes of character strings, etc.) shared by the image output devices 1 and 2 as a sentence model, a common visual expression (output format, etc.) of sentences in the image output devices 1 and 2 is used. ) As the text presentation and the unshared data
The data (output range, font, color, etc.) is used as the text preference, and the interface to each image output device is used as the text widget.

【0010】また、図4の破線の結合で示すように、台
紙モデルの子を文章リプレゼンテ−ション、時計リプレ
ゼンテ−ション、タイトルリプレゼンテ−ションとする
ことにより、台紙の視覚表現を親とし、タイトル、文
章、時計の視覚表現を子とする階層構造を実現すること
ができる。直感的には、台紙の上に文章、時計、タイト
ルがはり付いていると考えることができる。このよう
に、複数のリプレゼンテ−ションを台紙モデルでまとめ
て、1つの部品として利用することができる。さらに、
利用者の好みに応じてプリファレンスを変更することに
より、他の利用者に何の影響も与えることなく、入出力
をカスタマイズすることができる。
Further, as shown by the connection of the broken lines in FIG. 4, the child of the mount model is used as a text representation, a clock representation, and a title representation, so that the visual representation of the mount becomes a parent. , A title, a sentence, and a visual structure of a clock can be realized as a hierarchical structure. Intuitively, you can think of text, clocks, and titles clinging to the mount. In this way, a plurality of representations can be put together in a mount model and used as one component. further,
By changing the preference according to the preference of the user, the input / output can be customized without affecting other users.

【0011】[0011]

【発明の効果】以上説明したように、本発明によれば、
複数の利用者が各個人の異なる入出力方法で同じデ−タ
とその視覚表現の処理、およびデ−タの視覚表現の階層
構造を効率的に実現することができる。
As described above, according to the present invention,
It is possible for a plurality of users to efficiently realize the same data and the processing of the visual representation thereof and the hierarchical structure of the visual representation of the data by different input / output methods for each individual.

【0012】[0012]

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

【図1】本発明の一実施例を示す画像表示装置上の共有
オブジェクトの階層構造の図である。
FIG. 1 is a diagram of a hierarchical structure of shared objects on an image display device showing an embodiment of the present invention.

【図2】本発明が適用されるオブジェクト共有システム
のハ−ドウェア構成図である。
FIG. 2 is a hardware configuration diagram of an object sharing system to which the present invention is applied.

【図3】図1における具体的な画面出力例を示す図であ
る。
FIG. 3 is a diagram showing a specific screen output example in FIG.

【図4】図3におけるコンポ−ネントの概念的構成を示
す図である。
4 is a diagram showing a conceptual configuration of a component in FIG.

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

1,2 画像出力装置 3 デ−タ格納装置 11,12 入力装置 1, 2 image output device 3 data storage device 11, 12 input device

───────────────────────────────────────────────────── フロントページの続き (72)発明者 神谷 慎吾 東京都港区虎ノ門1丁目26番5号 エヌ・ ティ・ティ・データ通信株式会社内 ─────────────────────────────────────────────────── ─── Continuation of the front page (72) Inventor Shingo Kamiya 1-26 Toranomon, Minato-ku, Tokyo NTT Data Communications Co., Ltd.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 複数の利用者が各々入出力装置と、各利
用者に共有するデ−タを格納する記憶装置とを用い、共
有オブジェクトの視覚的な入出力処理を行う計算機シス
テムにおいて、上記共有オブジェクトを視覚的入出力処
理のためにプログラミングする場合に、該オブジェクト
の本質的なデ−タおよび手続きであるモデルと、対応す
るモデルの利用者に共通な視覚的入出力手続きおよびそ
れに必要なデ−タであるリプレゼンテ−ションと、各利
用者に特別な視覚表現およびそれに必要なデ−タである
プリファレンスと、各入出力装置へのインタ−フェ−ス
となるウィジットの4つの部分に分割してプログラミン
グすることを特徴とする共有オブジェクトの視覚的入出
力処理方法。
1. A computer system for visually inputting / outputting a shared object, wherein a plurality of users each use an input / output device and a storage device for storing data shared by each user. When a shared object is programmed for visual input / output processing, the model which is the essential data and procedure of the object and the visual input / output procedure common to the users of the corresponding model and the necessary There are four parts: Representation, which is data, a visual representation for each user and the preference, which is the data required for it, and a widget, which is an interface to each input / output device. A method for visual input / output processing of shared objects, which is characterized by being divided into two and programmed.
JP4127158A 1992-05-20 1992-05-20 Visual input/output processing method for shared object Pending JPH05324232A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4127158A JPH05324232A (en) 1992-05-20 1992-05-20 Visual input/output processing method for shared object

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4127158A JPH05324232A (en) 1992-05-20 1992-05-20 Visual input/output processing method for shared object

Publications (1)

Publication Number Publication Date
JPH05324232A true JPH05324232A (en) 1993-12-07

Family

ID=14953076

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4127158A Pending JPH05324232A (en) 1992-05-20 1992-05-20 Visual input/output processing method for shared object

Country Status (1)

Country Link
JP (1) JPH05324232A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007538314A (en) * 2004-05-03 2007-12-27 マイクロソフト コーポレーション General user interface command architecture
JP2010009623A (en) * 2002-05-08 2010-01-14 Ntt Docomo Inc Transformation of platform specific graphical user interface widgets migrated between heterogeneous device platforms
US7895522B2 (en) 2001-09-28 2011-02-22 Ntt Docomo, Inc. Layout of platform specific graphical user interface widgets migrated between heterogeneous device platforms
US7934162B2 (en) 2001-09-28 2011-04-26 Ntt Docomo, Inc. Running state migration of platform specific graphical user interface widgets between heterogeneous device platforms

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7895522B2 (en) 2001-09-28 2011-02-22 Ntt Docomo, Inc. Layout of platform specific graphical user interface widgets migrated between heterogeneous device platforms
US7934162B2 (en) 2001-09-28 2011-04-26 Ntt Docomo, Inc. Running state migration of platform specific graphical user interface widgets between heterogeneous device platforms
JP2010009623A (en) * 2002-05-08 2010-01-14 Ntt Docomo Inc Transformation of platform specific graphical user interface widgets migrated between heterogeneous device platforms
JP2007538314A (en) * 2004-05-03 2007-12-27 マイクロソフト コーポレーション General user interface command architecture

Similar Documents

Publication Publication Date Title
Mynatt et al. Nonvisual presentation of graphical user interfaces: contrasting two approaches
Grudin The case against user interface consistency
Gentner et al. The anti-mac interface
JP2752040B2 (en) How to Create a Multimedia Application
JPH05324232A (en) Visual input/output processing method for shared object
Petrie et al. Tactile-based direct manipulation in GUIs for blind users
TW511007B (en) System and method editing and processing character string
Tidwell A pattern language for human-computer interface design
JP2004517375A (en) Method and apparatus for editing an image representing an idea
Bertino Design issues in interactive user interfaces
Manning et al. Using visual rhetoric to avoid PowerPoint pitfalls
Glinert A large font virtual terminal interface: a software prosthesis for the visually impaired
JP2001331483A (en) Sentence preparation device
Coulmann General requirements for a program visualization tool to be used in engineering of 4GL-programs
Shneiderman Human-computer interaction research at the University of Maryland
JPH0231234A (en) Knowledge editing device
Van Ittersum Computing Attachments: Engelbart's Controversial Writing Technology
JPH01280866A (en) Japanese word processing system
Migunov et al. MarkHub Cloud Online Editor as a modern web-based book creation tool
JPH0571109B2 (en)
Ruvalcaba Macromedia Dreamweaver 8 Unleashed
JPH02148118A (en) Operation procedure display system
Moreau et al. A microcomputer-based interactive presentation development system
Dilligan Computing in the Web Age: A Web-interactive Introduction
Jokinen Visualization and User Interface Questions about Disability