JPH0830418A - Editing system for constituent component of graphical user interface - Google Patents

Editing system for constituent component of graphical user interface

Info

Publication number
JPH0830418A
JPH0830418A JP6165122A JP16512294A JPH0830418A JP H0830418 A JPH0830418 A JP H0830418A JP 6165122 A JP6165122 A JP 6165122A JP 16512294 A JP16512294 A JP 16512294A JP H0830418 A JPH0830418 A JP H0830418A
Authority
JP
Japan
Prior art keywords
mode
component
editing
unit
processing
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
JP6165122A
Other languages
Japanese (ja)
Inventor
Junzo Yamamoto
順三 山本
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.)
PFU Ltd
Original Assignee
PFU Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by PFU Ltd filed Critical PFU Ltd
Priority to JP6165122A priority Critical patent/JPH0830418A/en
Publication of JPH0830418A publication Critical patent/JPH0830418A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To enable a user to alter the arrangement of GUI constituent components of application software of an information processor by providing a component editing part which changes the arrangement of the constituent component of a specified GUI to a specified position. CONSTITUTION:When a mode management part 4 is placed in editing mode, a component to be changed in position thereafter through an input part 8 is indicated and when the position of the change destination is indicated, an input processing part 3 performs a process for recognizing respective inputs, and data from the processing part 3 are supplied to a component editing part 6 according to the current mode (editing mode) of the management part 4. The editing part 6 performs a process for changing the contents of a table 5a containing the layout of the current component to the position indicated with the inputted data. When data on respective components to be edited (changed) are inputted, they are edited and the contents set in the table 5a are altered, and the respective editing results are supplied to an output processing part 7, whose processing result is outputted to an output part 9 and displayed.

Description

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

【0001】[0001]

【産業上の利用分野】本発明はグラフィカルユーザイン
タフェース(GUI)を持つアプリケーションのGUI
構成部品を編集するユーザインタフェース編集方式に関
する。
BACKGROUND OF THE INVENTION The present invention relates to a GUI for an application having a graphical user interface (GUI).
The present invention relates to a user interface editing method for editing a component.

【0002】近年,グラフィカルユーザインタフェース
を持つアプリケーションが増大している。これらのアプ
リケーションによればユーザは画面上のボタンや入力フ
ィールド等に対し簡単な操作で入力を行い,出力画面を
得ることにより効率的な処理を実現している。しかし,
このようなアプリケーションでは,画面上のボタンや入
力フィールド等の配置が固定されているため,ユーザに
よっては変更して使用したいという希望があった。
In recent years, the number of applications having a graphical user interface has increased. According to these applications, the user can perform efficient processing by inputting buttons and input fields on the screen with a simple operation and obtaining an output screen. However,
In such an application, since the arrangement of buttons and input fields on the screen is fixed, some users have desired to change and use them.

【0003】[0003]

【従来の技術】図7は従来例の構成図,図8はアプリケ
ーションによる画面の表示例である。図7において,5
0は処理装置(CPU&メモリ),51はグラフィカル
ユーザインタフェース(GUIという)を備えたアプリ
ケーション部,52はキーボード,53やマウス,54
はディスプレイである。
2. Description of the Related Art FIG. 7 is a block diagram of a conventional example, and FIG. 8 is a display example of a screen by an application. In FIG. 7, 5
0 is a processing unit (CPU & memory), 51 is an application unit having a graphical user interface (GUI), 52 is a keyboard, 53 and mouse, 54
Is the display.

【0004】処理装置50において,アプリケーション
部51が動作し,アプリケーション部51に備えられた
GUIにより入力処理部51a,基本処理部51b及び
出力処理部51cが動作して,ディスプレイ54にその
アプリケーション部の機能に対応した画面が表示され
る。この画面の例を図8に示す。
In the processing device 50, the application section 51 operates, and the GUI provided in the application section 51 operates the input processing section 51a, the basic processing section 51b, and the output processing section 51c to display the application section on the display 54. The screen corresponding to the function is displayed. An example of this screen is shown in FIG.

【0005】図8の場合,ディスプレイの画面60にア
プリケーション部51のGUI構成部品として,選択用
の複数のボタン61〜63やデータ(テキストデータや
イメージデータ等)の入力フィールド64が表示されて
いる。この画面60に対し,ボタン61〜63の一つを
選択する場合,画面上のカーソルをマウス53を操作す
ることにより移動させて,希望するボタンの位置でマウ
スボタンをクリックすることによりそのボタンにより表
示された機能等が選択される。また,入力フィールド6
4へデータを入力する場合は,マウス53を操作して入
力フィールド64を選択した上で,キーボード52から
データを入力すると,入力されたデータが入力フィール
ド64内に表示される。
In the case of FIG. 8, a plurality of selection buttons 61 to 63 and an input field 64 for data (text data, image data, etc.) are displayed on the screen 60 of the display as GUI components of the application section 51. . When selecting one of the buttons 61 to 63 on this screen 60, the cursor on the screen is moved by operating the mouse 53, and the mouse button is clicked at the position of the desired button. The displayed function or the like is selected. Also, input field 6
When inputting data to 4, the mouse 53 is operated to select the input field 64, and then the data is input from the keyboard 52, the input data is displayed in the input field 64.

【0006】このように,従来はGUIを持つアプリケ
ーションにおいて,画面上のGUI構成部品に対して,
ユーザがキーボードやマウス等のポインティングデバイ
スを用いて簡易操作を行うことにより,処理を効率良く
行うことができるよう設計されている。
As described above, in the conventional application having the GUI, the GUI component parts on the screen are
It is designed so that the user can perform processing efficiently by performing a simple operation using a pointing device such as a keyboard or a mouse.

【0007】[0007]

【発明が解決しようとする課題】しかし,従来のGUI
を持つアプリケーションでは,GUI構成部品の配置に
ついては,たとえ一部のユーザにとって都合の良いもの
であったとしても,その他のユーザにとっては必ずしも
都合の良いものであるとは限らなかった。すなわち,上
記図8に示す画面の場合,選択用のボタン61〜63を
画面の下部に配置して,入力フィールド64を上部に配
置する方が操作性が良いと感じる場合がある。
However, the conventional GUI
In the application having, the placement of the GUI components is not necessarily convenient for some users even if it is convenient for some users. That is, in the case of the screen shown in FIG. 8, it may be felt that it is better to arrange the selection buttons 61 to 63 in the lower part of the screen and the input field 64 in the upper part.

【0008】この場合,GUI構成部品の配置を変更す
るためには,開発者側が再度部品配置の変更作業を行え
ば良いが,ユーザ数が多くなれば希望する配置の種類が
多くなり,一律に対応することが困難となっていた。
In this case, in order to change the arrangement of the GUI component parts, the developer side has to perform the work of changing the component arrangement again. However, if the number of users increases, the kind of arrangement desired will increase, and uniformly. It was difficult to respond.

【0009】本発明は情報処理装置におけるアプリケー
ションのGUI構成部品の配置を利用者により変更する
ことができるグラフィカルユーザインタフェースの構成
部品の編集方式を提供することを目的とする。
It is an object of the present invention to provide an editing system of components of a graphical user interface which allows a user to change the arrangement of GUI components of an application in an information processing apparatus.

【0010】[0010]

【課題を解決するための手段】図1は本発明の基本構成
図である。図1において,1は処理装置,2はアプリケ
ーション部,3は入力手段からの入力情報をアプリケー
ション内で認識できる形に変換する処理を行う入力処理
部,4はアプリケーションの基本処理モードか部品編集
モードかの何れで動作するかのモードの状態が設定さ
れ,そのモードに従って入力処理部3から入力する情報
を基本処理部か部品編集部へ渡す機能を備えるモード管
理部,5はアプリケーションの本来の処理を行う基本処
理部,6はGUI構成部品の配置(レイアウト)を編集
する処理を行う部品編集部,7は出力処理部,8は入力
部,9は画面表示を行う出力部である。
FIG. 1 is a basic configuration diagram of the present invention. In FIG. 1, 1 is a processing device, 2 is an application section, 3 is an input processing section for converting input information from an input means into a form that can be recognized in the application, and 4 is a basic processing mode or a parts editing mode of the application. The mode management unit 5 is provided with a function to pass information input from the input processing unit 3 to the basic processing unit or the component editing unit according to which mode is set. Reference numeral 6 is a basic processing unit, 6 is a component editing unit that edits the layout of GUI component parts, 7 is an output processing unit, 8 is an input unit, and 9 is an output unit that displays a screen.

【0011】本発明はアプリケーションの動作モードと
して通常の入出力処理を行う処理モードの他にGUI構
成部品の配置(レイアウト)を変更する処理を行う編集
モードを設け,何れのモードで動作させるかの管理を行
うモード管理部に対し外部から入力を行ってモードを設
定するものである。
According to the present invention, as an operation mode of an application, in addition to a normal input / output processing mode, an edit mode for changing the layout (layout) of GUI constituent parts is provided, and which mode is to be used. The mode is set by externally inputting to the mode management unit that manages.

【0012】[0012]

【作用】処理装置1のアプリケーション部2が動作する
と,最初はモード管理部4は処理モードに設定されて,
入力部8からの入力は入力処理部3で処理されると基本
処理部5において,対応する基本処理(選択されたボタ
ンに対応する処理を開始したり,入力フィールドへの入
力等の処理)を実行し,出力処理部7により出力すべき
データの処理を行って,出力部9に表示する処理を行
う。この出力部9により表示される画面には,ボタンや
入力フィールド等のGUI構成部品(以下,構成部品と
いう)が表示されると共に動作モードを選択するボタン
が表示される。なお,そのボタンは構成部品のレイアウ
トを編集する編集モード(処理モードにおいて表示)を
選択するボタンと処理モードを選択するボタン(編集モ
ードにおいて表示)がある。
When the application unit 2 of the processing device 1 operates, the mode management unit 4 is initially set to the processing mode,
When the input from the input unit 8 is processed by the input processing unit 3, the basic processing unit 5 performs the corresponding basic process (starting the process corresponding to the selected button, inputting into the input field, etc.). After that, the output processing unit 7 processes the data to be output, and the output unit 9 displays the data. GUI components such as buttons and input fields (hereinafter referred to as components) are displayed on the screen displayed by the output unit 9, and buttons for selecting an operation mode are displayed. The buttons include a button for selecting an edit mode (displayed in the processing mode) for editing the layout of components and a button for selecting the process mode (displayed in the edit mode).

【0013】なお,編集モードや処理モードのボタンを
表示して,そのボタンを操作する代わりに,入力部8の
キーボードの中に各モードを指定するキーを設けること
ができる。
Instead of displaying the edit mode or processing mode button and operating the button, a key for designating each mode can be provided in the keyboard of the input unit 8.

【0014】出力部9の表示画面の中の編集モードのボ
タンが入力部8により指示されると,入力処理部3でこ
の指示を識別してモード管理部4へ通知する。モード管
理部4はこれを受け取ると動作モードが編集モードに設
定されて保持すると共に部品編集部6を起動する。
When an edit mode button on the display screen of the output section 9 is designated by the input section 8, the input processing section 3 identifies this instruction and notifies the mode management section 4 of it. Upon receiving this, the mode management unit 4 sets the operation mode to the edit mode and holds it, and activates the component editing unit 6.

【0015】モード管理部4が編集モードに設定される
と,その後に入力部8により位置を変更したい部品を指
示し,更にその変更先の位置を指示すると,入力処理部
3で各入力を認識する処理を行い,モード管理部4の現
在のモード(編集モード)に従って,入力処理部3から
のデータが部品編集部6へ供給される。部品編集部6
は,現在の部品のレイアウトを格納するテーブル5aの
内容を,入力されたデータにより指示された位置に変更
する処理を行う。
When the mode management unit 4 is set to the edit mode, the input unit 8 thereafter designates the component whose position is to be changed, and when the position of the change destination is further designated, the input processing unit 3 recognizes each input. The data from the input processing unit 3 is supplied to the component editing unit 6 in accordance with the current mode (editing mode) of the mode management unit 4. Parts editor 6
Performs a process of changing the contents of the table 5a storing the current layout of parts to the position designated by the input data.

【0016】編集(変更)したい各部品についてデータ
が入力されると,それぞれについて編集が行われてテー
ブル5aに設定された内容が変更されると共に,各編集
結果は出力処理部7へ供給されて,出力のための処理が
行われ,その結果が出力部9へ出力されて表示される。
When data is input for each part to be edited (changed), the editing is performed for each part and the contents set in the table 5a are changed, and each edit result is supplied to the output processing unit 7. , Output processing is performed, and the result is output to the output unit 9 and displayed.

【0017】この編集モードにおける処理が終了する
と,入力部8を用いて処理モードを基本処理モードに戻
す指示をすることにより,モード管理部4は基本処理モ
ードに設定される。この時,基本処理部5は編集された
内容を保持するテーブル5aに従って構成部品を出力処
理部7へ供給して出力部9で表示され,入力部8から入
力された情報は,入力処理部3で変換されて基本処理部
5に渡されて,各構成部品に対してアプリケーションの
基本処理が実行される。
When the processing in the edit mode is completed, the mode managing section 4 is set to the basic processing mode by instructing the input section 8 to return the processing mode to the basic processing mode. At this time, the basic processing unit 5 supplies the components to the output processing unit 7 according to the table 5a holding the edited contents and is displayed on the output unit 9, and the information input from the input unit 8 is input to the input processing unit 3. Is converted and passed to the basic processing unit 5, and the basic processing of the application is executed for each component.

【0018】[0018]

【実施例】図2は実施例の構成図である。図2におい
て,20は処理装置(CPU及びメモリ),21はオペ
レーティングシステム,22はアプリケーション部,2
3は入力処理部,24はモード管理部,24aはモード
保持部,25は基本処理部,26は部品テーブル,27
は部品編集部,28は出力処理部,29はキーボード,
30はマウス,31はディスプレイであり,図2の構成
において,22〜25,27及び28はそれぞれ上記図
1の2〜7に対応し同様の機能を備え,図2のキーボー
ド29,マウス30は図1の入力部8,図2のディスプ
レイ31は図1の出力部9に対応する。
FIG. 2 is a block diagram of an embodiment. In FIG. 2, 20 is a processing device (CPU and memory), 21 is an operating system, 22 is an application unit, 2
3 is an input processing unit, 24 is a mode management unit, 24a is a mode holding unit, 25 is a basic processing unit, 26 is a parts table, 27
Is a parts editing unit, 28 is an output processing unit, 29 is a keyboard,
Reference numeral 30 denotes a mouse and 31 denotes a display. In the configuration of FIG. 2, reference numerals 22 to 25, 27 and 28 correspond to the above 2 to 7 of FIG. 1 respectively and have the same functions. The keyboard 29 and the mouse 30 of FIG. The input unit 8 of FIG. 1 and the display 31 of FIG. 2 correspond to the output unit 9 of FIG.

【0019】実施例の動作を図3乃至図5に示す具体例
を用いて説明すると,この具体例はファイルシステムに
アクセスするためのアプリケーションであり,指定ファ
イルの新規作成/更新/削除/情報参照といった基本処
理を画面上のボタンや入力フィールドを使用して行うも
のである。
The operation of the embodiment will be described with reference to a concrete example shown in FIGS. 3 to 5. This concrete example is an application for accessing a file system, and creates / updates / deletes / references a specified file. The above basic processing is performed by using the buttons and input fields on the screen.

【0020】図3は初期状態画面を示す図であり,40
はアプリケーション画面,41はアプリケーションを終
了させるボタン,42はファイル名を指定する入力フィ
ールド,43は入力フィールドで指定されたファイルに
該当するファイルの一覧を表示するリストフィールド,
44は新規にファイルを作成するボタン,45はファイ
ルを更新するボタン,46はファイルを削除するボタ
ン,47はファイルの情報を参照するボタン,48は各
種情報を表示するテキストフィールド,49はモード切
替ボタンである。
FIG. 3 is a diagram showing an initial state screen.
Is an application screen, 41 is a button for terminating the application, 42 is an input field for specifying a file name, 43 is a list field for displaying a list of files corresponding to the file specified in the input field,
44 is a button for creating a new file, 45 is a button for updating a file, 46 is a button for deleting a file, 47 is a button for referring to file information, 48 is a text field for displaying various information, and 49 is a mode switch. It is a button.

【0021】図2の処理装置20のアプリケーション部
22は初期状態では,モード管理部24のモード保持部
24aは処理モードに設定されアプリケーションを実行
する状態にあり,基本処理部25は部品テーブル26に
記憶された構成部品を出力処理部28で処理し,ディス
プレイ31には図3に示す内容が表示される。
In the initial state, the application unit 22 of the processing apparatus 20 of FIG. 2 is in a state in which the mode holding unit 24a of the mode management unit 24 is set to the processing mode and executes the application, and the basic processing unit 25 stores in the parts table 26. The stored components are processed by the output processing unit 28, and the contents shown in FIG. 3 are displayed on the display 31.

【0022】図3のアプリケーションの画面において,
部品の配置をユーザが変更した場合,モード切替ボタン
49をマウス30またはキーボード29により指示して
切替えることによりアプリケーションのモードを処理モ
ードから編集モードに切替える。編集モードでは,部品
の配置をキーボード29上の移動キー(図示せず)また
はマウス30を用いて部品を移動させる。具体的には,
カーソルを移動させて,変更したい部品を指示して,そ
のままカーソルを移動して移動先の位置で開放指示を行
う。
On the screen of the application shown in FIG.
When the user changes the arrangement of parts, the mode of the application is switched from the processing mode to the editing mode by instructing and switching the mode switching button 49 with the mouse 30 or the keyboard 29. In the edit mode, the parts are moved by using the movement keys (not shown) on the keyboard 29 or the mouse 30 to arrange the parts. In particular,
Move the cursor to indicate the part you want to change, move the cursor as it is, and give a release instruction at the destination position.

【0023】図4は部品配置変更の手順の例を示し,図
5は部品配置変更後の画面を示す。図4の例では,画面
の左端に配置された部品であるファイル名入力フィール
ド42とリストフィールド43をそれぞれ右側へ移動さ
せ,右端に配置された各機能ボタン44〜47を左側に
移動させる。また,ボタン群のうち,最下部に配置され
た情報ボタン47を左側の最上部に移動し,他のボタン
44〜46は点線の矢印で示すように,情報ボタン47
の下部に移動させる。移動操作が完了した時点で,モー
ド切替ボタン49を操作すると,処理モードに戻る。
FIG. 4 shows an example of the procedure for changing the component arrangement, and FIG. 5 shows the screen after changing the component arrangement. In the example of FIG. 4, the file name input field 42 and the list field 43, which are components arranged at the left end of the screen, are moved to the right side, and the function buttons 44 to 47 arranged at the right end are moved to the left side. In addition, the information button 47 arranged at the bottom of the button group is moved to the uppermost part on the left side, and the other buttons 44 to 46 are information buttons 47 as indicated by dotted arrows.
To the bottom of. When the mode switching button 49 is operated at the time when the moving operation is completed, the processing mode is restored.

【0024】図5は部品配置変更後の画面を示し,上記
図4に示す部品変更を行った後の状態である。このよう
にGUIの構成部品の配置を変更した後はこの情報が部
品テーブル(図2の26)に格納されているので,以後
の処理モードでは,部品テーブルの内容に従った表示が
行われる。
FIG. 5 shows the screen after changing the parts layout, which is the state after the parts are changed as shown in FIG. Since this information is stored in the parts table (26 in FIG. 2) after the arrangement of the GUI component parts is changed in this way, in the subsequent processing modes, display is performed according to the contents of the parts table.

【0025】図6は部品編集の処理フローであり,図2
のアプリケーション部の部品編集部において実行され
る。最初に,動作モードが編集モードであるかモード管
理部24(図2)のモード保持部24a(図2)の状態
により判定し(図6のS1),編集モードでない場合
(処理モードの場合)は処理を終了する。編集モードの
場合,この後マウス30によるドラッグを開始したかを
マウスからの入力情報に基づいて判定する(図6のS
2)。このドラッグは,マウス30によりマウスカーソ
ルを変更元の部品に位置付けて,マウスのボタンを押し
たままマウスを移動して,マウスカーソルを希望する位
置まで移動させる操作であり,変更先の位置でマウスボ
タンを開放して終了する。
FIG. 6 is a process flow of part editing, and FIG.
It is executed in the component editing section of the application section of. First, it is determined whether the operation mode is the edit mode or not based on the state of the mode holding unit 24a (FIG. 2) of the mode management unit 24 (FIG. 2) (S1 in FIG. 6), and when it is not the edit mode (in the processing mode) Ends the process. In the case of the edit mode, it is determined based on the input information from the mouse whether the dragging by the mouse 30 is started thereafter (S in FIG. 6).
2). This dragging is an operation in which the mouse cursor is positioned on the change source part by the mouse 30, the mouse is moved while the mouse button is pressed, and the mouse cursor is moved to the desired position. Release the button to finish.

【0026】このドラッグが開始した場合は,次にドラ
ッグが操作中か判定し(図6のS3),ドラッグ操作が
終了すると,ドラッグ開始位置に部品があったか判定す
る(図6のS4)。開始位置に部品があった場合は,そ
の部品はドラッグの終了位置に移動したことを登録する
ため,部品の配置情報を変更する(図6のS5)。この
変更は,部品テーブル26(図2)に格納され,その部
品テーブル26の情報に基づいて表示処理が行われ(図
6のS6),上記図6のように変更された配置情報に従
って表示され,処理モードが変更されて処理モードにな
ると部品編集部の処理が終了する。
When the dragging is started, it is then determined whether the dragging is in operation (S3 in FIG. 6). When the dragging operation is completed, it is determined whether or not there is a component at the dragging start position (S4 in FIG. 6). If there is a component at the start position, the placement information of the component is changed to register that the component has moved to the drag end position (S5 in FIG. 6). This change is stored in the parts table 26 (FIG. 2), the display process is performed based on the information of the parts table 26 (S6 in FIG. 6), and the display is displayed according to the changed placement information as shown in FIG. When the processing mode is changed to the processing mode, the processing of the component editing unit ends.

【0027】[0027]

【発明の効果】本発明によればアプリケーションのGU
I構成部品を変更することができるので,ユーザが自身
の都合に合わせて効率良くアプリケーションを操作する
ことができる。
According to the present invention, the application GUI
Since the I component can be changed, the user can efficiently operate the application at his or her own convenience.

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

【図1】本発明の基本構成図である。FIG. 1 is a basic configuration diagram of the present invention.

【図2】実施例の構成図である。FIG. 2 is a configuration diagram of an embodiment.

【図3】初期状態画面を示す図である。FIG. 3 is a diagram showing an initial state screen.

【図4】部品配置変更の手順の例を示す図である。FIG. 4 is a diagram showing an example of a procedure for changing a component layout.

【図5】部品配置変更後の画面を示す。FIG. 5 shows a screen after the component layout is changed.

【図6】部品編集の処理フローを示す図である。FIG. 6 is a diagram showing a processing flow of component editing.

【図7】従来例の構成図である。FIG. 7 is a configuration diagram of a conventional example.

【図8】アプリケーションによる画面の表示例を示す図
である。
FIG. 8 is a diagram showing a display example of a screen by an application.

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

1 処理装置 2 アプリケーション部 3 入力処理部 4 モード管理部 5 基本処理部 6 部品編集部 7 出力処理部 8 入力部 9 出力部 DESCRIPTION OF SYMBOLS 1 Processor 2 Application part 3 Input processing part 4 Mode management part 5 Basic processing part 6 Parts editing part 7 Output processing part 8 Input part 9 Output part

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 処理装置のアプリケーション部における
グラフィカルユーザインタフェース(GUI)の構成部
品の編集方式であって,前記アプリケーション部に,入
力手段からのモード指定により動作モードが,処理モー
ドか編集モードかに設定されるモード管理部と,前記モ
ード管理部に設定される動作モードの処理モードと編集
モードとに対応して起動するアプリケーション処理を行
う基本処理部と部品編集部とを備え,前記部品編集部
は,起動すると入力手段から指定されたGUIの構成部
品の配置を,指定された位置に変更する処理を行うこと
を特徴とするグラフィカルユーザインタフェースの構成
部品の編集方式。
1. A method of editing a component of a graphical user interface (GUI) in an application unit of a processing apparatus, wherein the operation mode is a processing mode or an edit mode according to a mode designation from input means in the application unit. The component editing unit includes a mode management unit to be set, a basic processing unit that performs application processing that is activated corresponding to the processing mode and the editing mode of the operation mode set in the mode management unit, and the component editing unit. Is a method of editing a component of a graphical user interface characterized by performing a process of changing the arrangement of the component of the GUI designated by the input means to the designated position when activated.
【請求項2】 請求項1において,前記基本処理部は予
め設定されたGUIの構成部品の配置情報を記憶するテ
ーブルを備え,前記部品編集部は,編集モードにおいて
入力された構成部品の配置を変更する情報により前記テ
ーブルの配置情報を変更し,前記編集モードの後に処理
モードの設定により起動する前記基本処理部は前記編集
モードにより変更された前記テーブルの配置情報に従っ
て構成部品を出力することを特徴とするグラフィカルユ
ーザインタフェースの構成部品の編集方式。
2. The basic processing unit according to claim 1, further comprising: a table for storing preset arrangement information of component parts of the GUI, and the component editing unit stores the arrangement of the component parts input in the edit mode. The basic processing unit that changes the arrangement information of the table according to the information to be changed and is activated by setting the processing mode after the edit mode outputs the component according to the arrangement information of the table changed by the edit mode. A method for editing the components of the characteristic graphical user interface.
JP6165122A 1994-07-18 1994-07-18 Editing system for constituent component of graphical user interface Pending JPH0830418A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6165122A JPH0830418A (en) 1994-07-18 1994-07-18 Editing system for constituent component of graphical user interface

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6165122A JPH0830418A (en) 1994-07-18 1994-07-18 Editing system for constituent component of graphical user interface

Publications (1)

Publication Number Publication Date
JPH0830418A true JPH0830418A (en) 1996-02-02

Family

ID=15806336

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6165122A Pending JPH0830418A (en) 1994-07-18 1994-07-18 Editing system for constituent component of graphical user interface

Country Status (1)

Country Link
JP (1) JPH0830418A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100475432B1 (en) * 2002-02-26 2005-03-10 삼성전자주식회사 method for design modification of Graphic User Interface and recorded media thereof
JP2014063524A (en) * 2011-04-28 2014-04-10 Canon Marketing Japan Inc Information processing system, application server, information processing method, program and recording medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100475432B1 (en) * 2002-02-26 2005-03-10 삼성전자주식회사 method for design modification of Graphic User Interface and recorded media thereof
JP2014063524A (en) * 2011-04-28 2014-04-10 Canon Marketing Japan Inc Information processing system, application server, information processing method, program and recording medium

Similar Documents

Publication Publication Date Title
JP3317763B2 (en) Program starting method and processing device thereof
JPH0822370A (en) Information processor
JPS62194532A (en) Display system for designated pattern to be processed
JPH08328795A (en) Method for setting tool button and editing device
JPH07160462A (en) Screen display controller
JPH0830446A (en) Graphical user interface generating device
JPH10214171A (en) Information processor
JPH0830418A (en) Editing system for constituent component of graphical user interface
WO1994006065A1 (en) Sequence program editing system
JP2002014854A (en) Method for preparing thumb nail icon and device for displaying the same
JPH05173693A (en) Menu editing device
JPH05216574A (en) Information processor
JPH0470925A (en) Help message display system
JPH08137645A (en) Information processor and tool bar edit method
JPH04257973A (en) Device and method for supporting design
JPH0535451A (en) System for development environment switching by development name unit
JP2004030446A (en) Help guidance method
JPH0954668A (en) Device and system for displaying menu screen
JPH08286897A (en) Program editing device having hierarchical structure display function
JPH064279A (en) User interface picture editing device
JPH08314670A (en) Method for rearranging screen component
JPH11167644A (en) Design supporting device
JP3189110B2 (en) Document processing device
JPH10240412A (en) Function registration executing device
JPH05204624A (en) Program creating device