JPH06266545A - Gui parts library development support device - Google Patents

Gui parts library development support device

Info

Publication number
JPH06266545A
JPH06266545A JP5054276A JP5427693A JPH06266545A JP H06266545 A JPH06266545 A JP H06266545A JP 5054276 A JP5054276 A JP 5054276A JP 5427693 A JP5427693 A JP 5427693A JP H06266545 A JPH06266545 A JP H06266545A
Authority
JP
Japan
Prior art keywords
data
graphic
domain
list
information
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
JP5054276A
Other languages
Japanese (ja)
Inventor
Noriaki Koyama
徳章 小山
Shingo Igarashi
真悟 五十嵐
Tomoko Nishimura
朋子 西村
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP5054276A priority Critical patent/JPH06266545A/en
Publication of JPH06266545A publication Critical patent/JPH06266545A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To produce a GUI parts library which is highly flexible to change and addition and excels in the reuse, expansion and maintenance properties in a consistent flow and with high efficiency. CONSTITUTION:A graphic editing function part 2 produces a specific field graphic by combining the graphic element pieces and also produces a group information on the attribute and its operation of each graphic element piece of the specific field graphic as each object based this graphic. A domain-based data editing function part 5 produces the domain-based data, displays a list of information on the type of the domain-based data, and sets the data type selected out of the list as the type of the domain-based data. An interface editing function part 6 displays a list of interfaces of the domain-based data and unifies the interface selected out of the list with the domain-based data and this data type. Then an automatic conversion processing part 7 converts each of editing contents into a source program of an implement language.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、コンピュータ上で図形
シンボルを用いたユーザとの対話的な入出力を実現する
ためのプログラムであるGUI部品ライブラリの開発を
支援するGUI部品ライブラリ開発支援装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a GUI component library development support device for supporting the development of a GUI component library which is a program for realizing interactive input / output with a user using a graphic symbol on a computer. .

【0002】[0002]

【従来の技術】近年、GUI(Graphical User Interfa
ce)、つまりユーザに提供する情報をコンピュータのデ
ィスプレイに図形シンボルとして表示して、ユーザがこ
の図形シンボルを指定することによってコンピュータと
の対話的な入出力を行う手法が、様々な分野の作画作業
の場に導入されつつある。そして、このGUIを用いた
CASE(Computer Aided Software Engineering)ツー
ルとして、最近ドメイン向けつまり特定分野向けのCA
SEツールの開発が行われている。このCASEツール
の開発にあっては、GUIを実現するためのプログラム
であるGUI部品ライブラリの開発が重要な鍵となる。
2. Description of the Related Art In recent years, GUI (Graphical User Interface)
ce), that is, the method of displaying information to be provided to the user as a graphic symbol on the computer display and allowing the user to input and output interactively with the computer by designating this graphic symbol. Is being introduced into the field. Then, as a CASE (Computer Aided Software Engineering) tool using this GUI, recently, CA for domain, that is, for a specific field, is used.
SE tools are being developed. In the development of this CASE tool, the development of a GUI component library which is a program for realizing the GUI is an important key.

【0003】従来、このGUI部品ライブラリの開発で
はこれを構成する部品データとして、 (1)ドメイン向け
の図形の形状とその描画処理に関するデータ、(2)CA
SEツール上で前記 (1)のドメイン向け図形を処理する
ためのデータ(以下、これをドメイン向けデータと呼
ぶ。)とその操作部分、の作成が重要である。
Conventionally, in the development of this GUI component library, as component data constituting the GUI component library, (1) data on the shape of a graphic for a domain and its drawing processing, (2) CA
It is important to create data (hereinafter referred to as domain-oriented data) for processing the domain-oriented graphic of (1) above on the SE tool and its operation part.

【0004】従来、 (1)のデータは、GUI構築支援ツ
ールを用いてユーザと対話的にその作成が行われ、例え
ば個々の図形素片を選択的に組み合わせることによっ
て、これら図形素片が持つ図形データとその描画処理の
ためのデータを用いてドメイン向け図形に関する情報を
作成していた。
Conventionally, the data of (1) is created interactively with a user using a GUI construction support tool, and, for example, by selectively combining individual graphic elements, these graphic elements have the same. Information about domain-oriented figures was created using figure data and data for drawing processing.

【0005】これに対し、 (2)のデータはGUI構築支
援ツールによる作成支援の対象外とされ、例えば机上で
その設計を行った後、これらのデータ群を (1)のデータ
群の後に既存のプログラミング言語によって直接付加し
ていた。
On the other hand, the data of (2) is excluded from the target of creation support by the GUI construction support tool, and, for example, after designing on a desk, these data groups already exist after the data group of (1). It was added directly by the programming language of.

【0006】したがって、GUI部品ライブラリ作成の
飛躍的な効率向上は望めないばかりではなく、他ドメイ
ンへの再利用化や拡張化等に向けてのGUI部品ライブ
ラリの変更、追加作業を容易には行え難いものとなって
いた。またGUI部品ライブラリを一貫したデータ構造
にしづらいため、ドメイン向けごとに作成するCASE
ツールのドメイン向け処理機能の変更部分が大きなもの
となっていた。
Therefore, it is not possible to expect a dramatic improvement in the efficiency of creating the GUI component library, but it is possible to easily change or add the GUI component library for reuse or extension to another domain. It was difficult. In addition, since it is difficult to make the GUI component library have a consistent data structure, CASE created for each domain
The change part of the processing function for the domain of the tool was big.

【0007】[0007]

【発明が解決しようとする課題】このように、従来から
のGUI部品ライブラリの開発方式では、ひとつの支援
ツール上で一貫してGUI部品ライブラリの作成支援を
行えないため、高い生産性が得られず、また変更、追加
に対する融通性に欠けていた。さらにデータ構造の一貫
性に欠けるため、ドメイン向けごとに作成するCASE
ツールのドメイン向け処理機能の変更部分が大きなもの
となっていた。
As described above, in the conventional GUI component library development method, since it is not possible to consistently support the GUI component library creation on one support tool, high productivity can be obtained. No, and lacked the flexibility to change or add. Furthermore, since the data structure is inconsistent, CASE created for each domain
The change part of the processing function for the domain of the tool was big.

【0008】本発明はこのような課題を解決するための
もので、GUI部品ライブラリの作成効率の向上、およ
びGUI部品ライブラリの再利用性、拡張性、保守性の
向上を図ることのできるGUI部品ライブラリ開発支援
装置の提供を目的としている。
The present invention is intended to solve such a problem, and it is possible to improve the creation efficiency of a GUI component library and the reusability, expandability, and maintainability of the GUI component library. The purpose is to provide a library development support device.

【0009】[0009]

【課題を解決するための手段】本発明のGUI部品ライ
ブラリ開発支援装置は上記した目的を達成するために、
コンピュータ上で、図形表示を用いたマンマシンインタ
フェースを実現するためのGUI部品ライブラリの開発
を支援する装置において、各種図形素片の名称および形
状を含む属性とその操作に関する情報を予め格納した第
1の格納手段と、前記各種図形素片を表示し、外部から
の入力により前記各種図形素片を選択的に組み合わせて
特定分野向け図形の作成を行うと共に、その作図結果を
基に前記第1の格納手段に格納された情報を用いて、前
記特定分野向け図形を構成する個々の図形素片の名称お
よび形状を含む属性およびその操作に関する情報のまと
まりを個々のオブジェクトとして作成する図形設定手段
と、前記コンピュータ上で前記特定分野向け図形に関す
る処理を行うための特定分野向けデータの型に関する情
報の一覧、並びに前記特定分野向けデータの操作に関す
る情報の一覧が予め格納された第2の格納手段と、外部
からの入力により前記特定分野向けデータを作成すると
共に、前記第2の格納手段に格納された前記データ型に
関する情報の一覧を表示してその中で選択されたデータ
型を前記特定分野向けデータのデータ型として設定する
特定分野向けデータ設定手段と、前記第2の格納手段に
格納された前記操作に関する情報の一覧を表示してその
中で選択された操作を、前記特定分野向けデータ設定手
段により設定された前記特定分野向けデータおよびデー
タ型と一体化してオブジェクトを作成するデータ操作部
分設定手段と、前記各設定手段の設定内容を、前記コン
ピュータ上で適用可能な言語のソースプログラムに変換
し、オブジェクト指向に基づくデータ構造を持つ前記G
UI部品ライブラリを生成する変換手段とを具備してい
る。
In order to achieve the above-mentioned object, a GUI component library development support device of the present invention is provided.
In a device that supports the development of a GUI component library for realizing a man-machine interface using a graphic display on a computer, first information that stores in advance information about attributes and operations including names and shapes of various graphic segments is stored in advance. And the various graphic elements are displayed, and the various graphic elements are selectively combined by an input from the outside to create a graphic for a specific field, and based on the drawing result, the first Using the information stored in the storage means, a graphic setting means for creating a group of information about attributes and operations including the names and shapes of the individual graphic elements constituting the specific field graphic as individual objects, A list of information about the types of data for specific fields for performing processing related to the graphics for specific fields on the computer, and The second storage means in which a list of information related to the operation of data for specific fields is stored in advance, and the data for specific fields is created by input from the outside, and the data stored in the second storage means. A field-specific data setting means for displaying a list of information about types and setting a data type selected therein as a data type of the field-specific data, and the operation stored in the second storage means A data operation part setting means for displaying a list of information and integrating an operation selected therein with the data and data type for the specific field set by the specific field data setting means to create an object; The setting contents of each of the setting means are converted into a source program in a language applicable to the computer, and the object-oriented data is converted. Wherein G having the structure
And a conversion unit for generating a UI component library.

【0010】[0010]

【作用】本発明では、まず図形設定手段は、ユーザは各
種図形素片を表示し、外部からの入力により各種図形素
片を選択的に組み合わせて特定分野向け図形の作成を行
う。図形設定手段は、その作図結果を基に第1の格納手
段に格納された情報を用いて、特定分野向け図形を構成
する個々の図形素片の名称および形状を含む属性および
その操作に関する情報のまとまりを個々のオブジェクト
として作成する。次に特定分野向けデータ設定手段は、
外部からの入力により特定分野向けデータの作成支援を
行う。このとき第2の格納手段に格納されたデータ型に
関する情報の一覧を表示してその中でユーザにより選択
されたデータ型を特定分野向けデータのデータ型として
設定する。
In the present invention, first, the graphic setting means allows the user to display various graphic pieces and selectively combine the various graphic pieces by external input to create a graphic for a specific field. The figure setting means uses the information stored in the first storage means based on the drawing result to obtain an attribute including the name and shape of each figure segment forming the special field-specific figure and information about its operation. Create chunks as individual objects. Next, the data setting means for specific fields
Supports creation of data for specific fields by input from the outside. At this time, a list of information on the data types stored in the second storage means is displayed, and the data type selected by the user therein is set as the data type of the specific field data.

【0011】次にデータ操作部分設定手段は、第2の格
納手段に格納された操作に関する情報の一覧を表示し、
その中で選択された操作を、特定分野向けデータ設定手
段により設定された特定分野向けデータおよびデータ型
と一体化してオブジェクトを作成する。
Next, the data operation portion setting means displays a list of information regarding the operation stored in the second storage means,
The operation selected therein is integrated with the specific field data and data type set by the specific field data setting means to create an object.

【0012】この後、変換手段は、以上の設定内容をコ
ンピュータ上で適用可能な言語のソースプログラムに変
換し、オブジェクト指向に基づくデータ構造を持つGU
I部品ライブラリとして生成する。
Thereafter, the conversion means converts the above setting contents into a source program in a language applicable on the computer, and has a GU having a data structure based on object orientation.
Generate as an I-part library.

【0013】したがって、本発明によれば、視覚的な操
作を交えながら一貫した流れの中で、一貫したデータ構
造を有するGUI部品ライブラリを効率良く作成するこ
とができ、これにより変更、追加に対する融通性に富
み、再利用性、拡張性、保守性に優れたGUI部品ライ
ブラリを効率良く作成することができる。
Therefore, according to the present invention, it is possible to efficiently create a GUI component library having a consistent data structure in a consistent flow while visually interacting with it, thereby allowing flexibility for modification and addition. It is possible to efficiently create a GUI component library that is highly versatile, reusable, expandable, and maintainable.

【0014】[0014]

【実施例】以下、本発明の実施例を図面に基づき説明す
る。
Embodiments of the present invention will be described below with reference to the drawings.

【0015】図1は本発明に係る一実施例のGUI部品
ライブラリ開発支援装置のシステム構成を示すブロック
図、図2はこの装置によって構築されるGUI部品ライ
ブラリのデータ構造を示す図である。
FIG. 1 is a block diagram showing a system configuration of a GUI component library development support device according to an embodiment of the present invention, and FIG. 2 is a diagram showing a data structure of a GUI component library constructed by this device.

【0016】まずGUI部品ライブラリのデータ構造か
ら説明する。図2に示すように、GUI部品ライブラリ
は、グラフィック部分10とドメイン向けデータ部分2
0とに大きく分けられる。
First, the data structure of the GUI component library will be described. As shown in FIG. 2, the GUI part library includes a graphic part 10 and a domain-specific data part 2.
It is roughly divided into 0.

【0017】グラフィック部分10は、ドメイン向け図
形を構成する個々の図形素片の属性(グラフィック名と
描画パラメータを含む。)11とそのメソッド(データ
操作部分)12とのまとまりからなるオブジェクト13
の群からなる。
The graphic portion 10 is an object 13 composed of a set of attributes (including a graphic name and drawing parameters) 11 of individual graphic elements forming a domain-oriented graphic and its method (data operation portion) 12.
It consists of a group of.

【0018】ドメイン向けデータ部分20は、ドメイン
向けデータ(CASEツール上でドメイン向け図形に関
する処理を行うためのデータ)並びにデータ型21と、
そのメソッド(データ操作部分)22とのまとまりから
なるオブジェクト23の群からなる。
The domain-oriented data portion 20 includes domain-oriented data (data for performing processing relating to domain-oriented graphics on the CASE tool) and a data type 21,
It is composed of a group of objects 23 which are made up of the method (data operation part) 22 and the unit.

【0019】このように本実施例のGUI部品ライブラ
リは、その全体がオブジェクト指向に基づくデータ構造
を有するものとなっている。
As described above, the entire GUI component library of this embodiment has a data structure based on object orientation.

【0020】そしてこのようなGUI部品ライブラリを
構築するため、本実施例のGUI部品ライブラリ開発支
援装置は次のようなシステム構成を有している。
In order to construct such a GUI component library, the GUI component library development support device of this embodiment has the following system configuration.

【0021】図1において、1はドメイン向け図形を組
み立てる上で必要な、各種図形素片(例えば、線、方
形、閉曲線、開曲線、文字列等)の名称および形状を含
む属性と、その操作(描画処理)に関する情報を格納し
たプリミティブ図形部品ライブラリである。
In FIG. 1, reference numeral 1 denotes an attribute including the names and shapes of various graphic elements (eg, lines, squares, closed curves, open curves, character strings, etc.) necessary for assembling a domain-oriented graphic, and its operation. It is a primitive graphic part library that stores information regarding (drawing processing).

【0022】2は図形編集機能部である。この図形編集
機能部2は、プリミティブ図形部品ライブラリ1に格納
された各種図形素片を表示し、その中でユーザによって
任意に組み合わされた図形をドメイン向け図形として作
成する。また図形編集機能部2は、その作図結果を基に
プリミティブ図形部品ライブラリ1に格納された情報を
用いて、ドメイン向け図形を構成する個々の図形素片の
属性とその操作(描画処理)に関する情報をそれぞれ作
成し、これを個々のオブジェクトとして外部記憶部3に
格納する。
Reference numeral 2 is a graphic editing function unit. The figure editing function unit 2 displays various figure pieces stored in the primitive figure part library 1 and creates a figure arbitrarily combined by the user as a domain-oriented figure. Further, the graphic editing function unit 2 uses the information stored in the primitive graphic component library 1 based on the drawing result, and the information about the attribute of each graphic element forming the domain-oriented graphic and its operation (drawing process). Are respectively created and stored in the external storage unit 3 as individual objects.

【0023】4はドメイン向けデータのデータ型に関す
る情報の一覧、およびデータ操作に関する情報であるイ
ンタフェースの一覧がそれぞれクラスのかたちで格納さ
れたクラスライブラリである。ここで言うインタフェー
スとは、オブジェクト内部のデータ処理部分を他のオブ
ジェクトから呼び出すための手続き部分である。
Reference numeral 4 denotes a class library in which a list of information about the data type of domain-oriented data and a list of interfaces that are information about data operations are stored in the form of classes. The interface referred to here is a procedure part for calling the data processing part inside the object from another object.

【0024】5はドメイン向けデータ編集機能部であ
る。このドメイン向けデータ編集機能部5は、ユーザ入
力によるドメイン向けデータの作成支援を行うと共に、
クラスライブラリ4に格納されたデータ型に関する情報
の一覧を表示して、その中からユーザにより選択された
データ型を、作成したドメイン向けデータのデータ型と
して設定する。そしてこのデータ型をドメイン向けデー
タと共に外部記憶部3に格納する。
Reference numeral 5 is a domain-specific data editing function section. This domain-oriented data editing function unit 5 supports the creation of domain-oriented data by user input, and
A list of information on data types stored in the class library 4 is displayed, and the data type selected by the user is set as the data type of the created domain-specific data. Then, this data type is stored in the external storage unit 3 together with the domain-specific data.

【0025】6はインタフェース編集機能部である。こ
のインタフェース編集機能部6は、クラスライブラリ4
に格納された各種インタフェースの一覧を表示して、そ
の中でユーザにより選択されたインタフェースを、ドメ
イン向けデータ編集機能部5で設定したドメイン向けデ
ータの操作として設定する。そしてこのインタフェース
を既に外部記憶部3に格納されているドメイン向けデー
タ並びにデータ型と一体化してオブジェクトを生成す
る。
Reference numeral 6 is an interface editing function section. The interface editing function unit 6 includes a class library 4
A list of various interfaces stored in is displayed, and the interface selected by the user therein is set as an operation of the domain-specific data set by the domain-specific data editing function unit 5. Then, this interface is integrated with the domain-oriented data and data type already stored in the external storage unit 3 to generate an object.

【0026】7は外部記憶部3に格納された各情報をイ
ンプリメント言語のソースプログラムつまり前記コンピ
ュータ上で適用可能な言語のソースプログラムに自動変
換して、図2に示したGUI部品ライブラリ8を生成す
る自動変換処理部である。
Reference numeral 7 automatically converts each piece of information stored in the external storage unit 3 into a source program in an implementation language, that is, a source program in a language applicable on the computer to generate the GUI component library 8 shown in FIG. It is an automatic conversion processing unit.

【0027】次にこのGUI部品ライブラリ開発支援装
置によるGUI部品ライブラリの構築手順を説明する。
図3はこの手順を示すフローチャートである。
Next, a procedure for constructing a GUI component library by this GUI component library development support device will be described.
FIG. 3 is a flowchart showing this procedure.

【0028】まず図形編集機能部2を起動する。図形編
集機能部2は、まずプリミティブ図形部品ライブラリ1
の内容を読み込み、図形素片の一覧をディスプレイに表
示する。ユーザはこの図形素片の一覧の中から任意の図
形素片を選択し組み合わせることによってドメイン向け
図形を作成する(ステップa)。
First, the graphic editing function unit 2 is activated. The graphic editing function unit 2 firstly detects the primitive graphic component library 1
Read the contents of and display the list of graphic elements on the display. The user creates a domain-oriented graphic by selecting and combining arbitrary graphic fragments from the list of graphic fragments (step a).

【0029】ドメイン向け図形の作成が終了すると、図
形編集機能部2は、作図結果を基にプリミティブ図形部
品ライブラリ1の情報を用いて、ドメイン向け図形を構
成する個々の図形素片の属性とその操作に関する情報、
つまり図2に示すGUI部品ライブラリにおけるグラフ
ィック部分10に相当する部分を作成し(ステップ
b)、これを外部記憶部3に登録する(ステップc)。
なお、各図形素片の属性については視覚的な操作によっ
て変更可能である。
When the creation of the domain-oriented graphic is completed, the graphic editing function unit 2 uses the information of the primitive graphic component library 1 based on the drawing result and the attributes of the individual graphic elements constituting the domain-oriented graphic and their attributes. Information about the operation,
That is, a part corresponding to the graphic part 10 in the GUI part library shown in FIG. 2 is created (step b), and this is registered in the external storage unit 3 (step c).
The attribute of each graphic element can be changed by a visual operation.

【0030】次にドメイン向けデータ編集機能部5を起
動する。ユーザはこのドメイン向けデータ編集機能部5
の文字列編集機能を用いてドメイン向けデータの作成を
行う(ステップd)。このドメイン向けデータの作成終
了後、ドメイン向けデータ編集機能部4はクラスライブ
ラリ3に格納されたデータ型に関する情報の一覧を表示
する(ステップe)。そしてその中からユーザにより選
択されたデータ型を、作成したドメイン向けデータのデ
ータ型として設定する(ステップg)。但しその際、今
回作成したドメイン向けデータに該当するデータ型が一
覧中に存在しない場合は、これを新規のデータ型である
とみなして、この新規のデータ型の名称(概要情報)の
みを文字列編集機能を使って設定する(ステップh)。
Next, the domain-specific data editing function unit 5 is activated. The user is the data editing function unit 5 for this domain.
Data for a domain is created using the character string editing function of (step d). After the creation of the domain-specific data is completed, the domain-specific data editing function unit 4 displays a list of information on the data types stored in the class library 3 (step e). Then, the data type selected by the user is set as the data type of the created domain-specific data (step g). However, at that time, if the data type that corresponds to the domain data created this time does not exist in the list, it is considered as a new data type and only the name (summary information) of this new data type is written. Set using the column editing function (step h).

【0031】データ型の設定後、作成したドメイン向け
データの個数を指定することによって外部記憶部3内の
格納範囲を設定する(ステップi)。
After setting the data type, the storage range in the external storage unit 3 is set by designating the number of created domain-specific data (step i).

【0032】そしてこの外部記憶部3の格納範囲設定
後、ドメイン向けデータ編集機能部4は、作成したドメ
イン向けデータおよびデータ型に関する情報を一体化し
て外部記憶部3に登録する(ステップj)。
After setting the storage range of the external storage unit 3, the domain-specific data editing function unit 4 integrally registers the created domain-specific data and data type information in the external storage unit 3 (step j).

【0033】次にインタフェース編集機能部5を起動す
る。インタフェース編集機能部6は起動後直ちにクラス
ライブラリ4に格納された各種インタフェースを読み込
みこれをディスプレイに表示する(ステップk)。そし
てその中からユーザにより選択されたインタフェース
を、作成されたドメイン向けデータのインタフェースと
して外部記憶部3に登録する(ステップm、n)。その
際、該当するインタフェースが一覧中に存在しない場
合、ユーザは文字列編集機能を用いてこの新規のインタ
フェースの名称(概要情報)のみを設定し、外部記憶部
3に登録する(ステップo、n)。
Next, the interface editing function unit 5 is activated. Immediately after starting, the interface editing function unit 6 reads various interfaces stored in the class library 4 and displays them on the display (step k). Then, the interface selected by the user is registered in the external storage unit 3 as an interface for the created domain-specific data (steps m and n). At that time, if the corresponding interface does not exist in the list, the user sets only the name (outline information) of this new interface using the character string editing function and registers it in the external storage unit 3 (steps o, n). ).

【0034】この後、自動変換処理部6を起動し、外部
記憶部3の内容をインプリメント言語のソースプログラ
ムに自動変換する(ステップp)。このとき、新規のデ
ータ型と新規のインタフェースについてはユーザが設定
した名称のみが出力される。新規のデータ型と新規のイ
ンタフェースの詳細情報については、テキストエディタ
を使ってユーザによりその編集が行われる(ステップ
q)。
After that, the automatic conversion processing unit 6 is activated to automatically convert the contents of the external storage unit 3 into a source language source program (step p). At this time, for the new data type and the new interface, only the name set by the user is output. Detailed information on the new data type and the new interface is edited by the user using a text editor (step q).

【0035】以上により、オブジェクト指向に基づく一
貫したデータ構造を持つGUI部品ライブラリが構築さ
れる。
As described above, the GUI component library having a consistent data structure based on object orientation is constructed.

【0036】かくして本実施例のGUI部品ライブラリ
開発支援装置によれば、オブジェクト指向に基づくデー
タ構造を有するGUI部品ライブラリを、視覚的な操作
を交えながら一貫した流れの中で効率良く作成すること
ができる。またGUI部品ライブラリにオブジェクト指
向に基づく一貫したデータ構造を持たせることができる
ので、ドメイン向けごとに作成するCASEツールのド
メイン向け処理機能の変更部分を縮小することができ
る。
Thus, according to the GUI component library development support apparatus of this embodiment, it is possible to efficiently create a GUI component library having a data structure based on object orientation in a consistent flow with visual operations. it can. Further, since the GUI component library can have a consistent data structure based on object orientation, it is possible to reduce the changed portion of the domain-oriented processing function of the CASE tool created for each domain.

【0037】[0037]

【発明の効果】以上説明したように本発明のGUI部品
ライブラリ開発支援装置によれば、視覚的な操作を交え
ながら一貫した流れの中で、一貫したデータ構造を有す
るGUI部品ライブラリを効率良く作成することがで
き、これにより変更、追加に対する融通性に富み、再利
用性、拡張性、保守性に優れたGUI部品ライブラリを
効率良く作成することができる。
As described above, according to the GUI component library development support apparatus of the present invention, a GUI component library having a consistent data structure can be efficiently created in a consistent flow with visual operations. As a result, it is possible to efficiently create a GUI component library that is highly flexible with respect to changes and additions, and has excellent reusability, expandability, and maintainability.

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

【図1】本発明に係る一実施例のGUI部品ライブラリ
開発支援装置のシステム構成を示すブロック図である。
FIG. 1 is a block diagram showing a system configuration of a GUI component library development support device according to an embodiment of the present invention.

【図2】図1のGUI部品ライブラリ開発支援装置によ
って構築されるGUI部品ライブラリのデータ構造を示
す図である。
FIG. 2 is a diagram showing a data structure of a GUI component library constructed by the GUI component library development support device of FIG.

【図3】図1のGUI部品ライブラリ開発支援装置によ
るGUI部品ライブラリの構築手順を示すフローチャー
トである。
FIG. 3 is a flowchart showing a procedure for constructing a GUI component library by the GUI component library development support device of FIG.

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

1…プリミティブ図形部品ライブラリ、2…図形編集機
能部、3…外部記憶部、4…クラスライブラリ、5…ド
メイン向けデータ編集機能部、6…インタフェース編集
機能部、7…自動変換処理部。
1 ... Primitive graphic component library, 2 ... Graphic editing function unit, 3 ... External storage unit, 4 ... Class library, 5 ... Domain data editing function unit, 6 ... Interface editing function unit, 7 ... Automatic conversion processing unit.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 コンピュータ上で、図形表示を用いたマ
ンマシンインタフェースを実現するためのGUI部品ラ
イブラリの開発を支援する装置において、 各種図形素片の名称および形状を含む属性とその操作に
関する情報を予め格納した第1の格納手段と、 前記各種図形素片を表示し、外部からの入力により前記
各種図形素片を選択的に組み合わせて特定分野向け図形
の作成を行うと共に、その作図結果を基に前記第1の格
納手段に格納された情報を用いて、前記特定分野向け図
形を構成する個々の図形素片の名称および形状を含む属
性およびその操作に関する情報のまとまりを個々のオブ
ジェクトとして作成する図形設定手段と、 前記コンピュータ上で前記特定分野向け図形に関する処
理を行うための特定分野向けデータの型に関する情報の
一覧、並びに前記特定分野向けデータの操作に関する情
報の一覧が予め格納された第2の格納手段と、 外部からの入力により前記特定分野向けデータを作成す
ると共に、前記第2の格納手段に格納された前記データ
型に関する情報の一覧を表示してその中で選択されたデ
ータ型を前記特定分野向けデータのデータ型として設定
する特定分野向けデータ設定手段と、 前記第2の格納手段に格納された前記操作に関する情報
の一覧を表示してその中で選択された操作を、前記特定
分野向けデータ設定手段により設定された前記特定分野
向けデータおよびデータ型と一体化してオブジェクトを
作成するデータ操作部分設定手段と、 前記各設定手段の設定内容を、前記コンピュータ上で適
用可能な言語のソースプログラムに変換し、オブジェク
ト指向に基づくデータ構造を持つ前記GUI部品ライブ
ラリを生成する変換手段とを具備することを特徴とする
GUI部品ライブラリ開発支援装置。
1. An apparatus for supporting the development of a GUI component library for realizing a man-machine interface using a graphic display on a computer, wherein information including attributes and operations including names and shapes of various graphic elements is displayed. The first storage means stored in advance and the various graphic elements are displayed, and the various graphic elements are selectively combined by an external input to create a graphic for a specific field, and based on the drawing result. Using the information stored in the first storage means, a group of information including attributes and operations including the names and shapes of the individual graphic segments forming the specific-field graphic is created as individual objects. Graphic setting means, and information regarding the type of data for specific fields for performing processing related to the specific fields on the computer And a second storage means in which a list of information relating to the operation of the specific field data is stored in advance, and the specific field data is created by an external input and stored in the second storage means. A specific field data setting means for displaying a list of information regarding the specified data types and setting the data type selected therein as the data type of the specific field data; and stored in the second storage means. A data operation part that displays a list of information related to the operation and integrates the operation selected in the list with the data and data type for the specific field set by the specific field data setting means to create an object. Setting means, and the setting contents of each of the setting means is converted into a source program in a language applicable on the computer, GUI component library development support apparatus characterized by comprising a conversion means for generating the GUI component library with a data structure based on the direction.
JP5054276A 1993-03-15 1993-03-15 Gui parts library development support device Pending JPH06266545A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5054276A JPH06266545A (en) 1993-03-15 1993-03-15 Gui parts library development support device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5054276A JPH06266545A (en) 1993-03-15 1993-03-15 Gui parts library development support device

Publications (1)

Publication Number Publication Date
JPH06266545A true JPH06266545A (en) 1994-09-22

Family

ID=12966056

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5054276A Pending JPH06266545A (en) 1993-03-15 1993-03-15 Gui parts library development support device

Country Status (1)

Country Link
JP (1) JPH06266545A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100424677B1 (en) * 2001-04-16 2004-03-27 한국전자통신연구원 Apparatus and method for authoring of multi-media contents with object-based interactivity
JP2014048812A (en) * 2012-08-30 2014-03-17 Oki Data Corp Simulation preparation device, simulation program preparation method and simulation program preparation program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100424677B1 (en) * 2001-04-16 2004-03-27 한국전자통신연구원 Apparatus and method for authoring of multi-media contents with object-based interactivity
JP2014048812A (en) * 2012-08-30 2014-03-17 Oki Data Corp Simulation preparation device, simulation program preparation method and simulation program preparation program

Similar Documents

Publication Publication Date Title
US5262761A (en) Displaying hierarchical tree-like designs in windows
JPH0855019A (en) Visual programming method
JPH06243023A (en) Scenario editing device
JPH07219754A (en) Request definition support device using screen transition diagram
JPH06266545A (en) Gui parts library development support device
JP3294691B2 (en) Object-oriented system construction method
JPH01199756A (en) Production planning simulation device
JPH07152544A (en) Diagram production support system and its method
JPH06332645A (en) Data input/output screen constructing system
JP2001134423A (en) Method for outputting picture information of new system using interactive existing system
JPH0520046A (en) Method and device for program development assistance
JPH0683594A (en) Graphical user interface, wherein withy-wig type edditer and compiler are integrated
Wiseman et al. Rainbow—a multi‐purpose CAD system
JPH08166973A (en) Image data managing system
JPH0969041A (en) Generation support method for software component
JP2937381B2 (en) Integrated circuit design method and design apparatus
Olsen Jr et al. Automatic generation of interactively consistent search dialogs
JP5164032B2 (en) Editing support program and program editing support method
KR100370347B1 (en) Method for processing graphic data for simulation
JPH0462671A (en) Supporting device for preparing information processing system design specification
Ratcliffe Interface design with TBK
JPS63197229A (en) Automatic generation system for module structure
JPH05233295A (en) Supporting system for design type expert system construction
JPH06259477A (en) Link editing method
JPH04199226A (en) Selecting and actuating method for tool

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20010403