JP2007114935A - Gui/cui cooperation system, method therefor and program therefor - Google Patents

Gui/cui cooperation system, method therefor and program therefor Download PDF

Info

Publication number
JP2007114935A
JP2007114935A JP2005304231A JP2005304231A JP2007114935A JP 2007114935 A JP2007114935 A JP 2007114935A JP 2005304231 A JP2005304231 A JP 2005304231A JP 2005304231 A JP2005304231 A JP 2005304231A JP 2007114935 A JP2007114935 A JP 2007114935A
Authority
JP
Japan
Prior art keywords
gui
cui
processing means
display
display screen
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
JP2005304231A
Other languages
Japanese (ja)
Inventor
Yoshiya Shirai
巧也 白井
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.)
Kyocera Document Solutions Inc
Original Assignee
Kyocera Mita 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 Kyocera Mita Corp filed Critical Kyocera Mita Corp
Priority to JP2005304231A priority Critical patent/JP2007114935A/en
Publication of JP2007114935A publication Critical patent/JP2007114935A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • User Interface Of Digital Computer (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To share advantages of both a GUI and a CUI, and to complement respective faults. <P>SOLUTION: This GUI/CUI cooperation system for creating GUI environment and CUI environment on the same display screens 10, 13 of a display 4 has: a GUI processing means 7 performing processing for displaying prescribed setting items 15, 17 by a graphic on the display screens 10, 13; a CUI processing means 8 performing processing for displaying command lines 12, 16 wherein the prescribed setting items 15, 17 are displayed on the display screens 10, 13; and a cooperation means 9 making the CUI processing means 8 acquire information related to the prescribed setting items 15, 17 graphic-displayed by the GUI processing means 7, and performing processing for making the GUI processing means 7 acquire setting information inputted from the command lines 12, 16 to the prescribed setting items 15, 17. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、コンピュータシステムにおいて、同一の表示画面上にGUI環境とCUI環境を同時に創り出すためのGUI/CUI協動システム及びその方法並びにそのプログラムに関する。   The present invention relates to a GUI / CUI cooperative system, a method thereof, and a program therefor for simultaneously creating a GUI environment and a CUI environment on the same display screen in a computer system.

従来、パソコン等を使用したコンピュータシステムにおいて、ユーザとの間で情報のやり取りを行う場合の環境として、ディスプレイ上に文字によって情報を表示し、その情報に対する入力操作をキーボードから行わせるCUI(Character-based User Interface)と、ディスプレイ上にウィンドウやアイコン等のグラフィックによって情報を表示し、その情報に対する入力操作をマウス等のポインティングデバイスにより行わせるGUI(Graphical User Interface)が知られている。   2. Description of the Related Art Conventionally, in a computer system using a personal computer or the like, as an environment for exchanging information with a user, a CUI (Character-) is used to display information by characters on a display and perform an input operation on the information from a keyboard. based User Interface) and GUI (Graphical User Interface) that displays information on a display using graphics such as windows and icons and allows an input operation on the information to be performed by a pointing device such as a mouse.

そして、これらの内、CUIは、所定のコマンドを知っていれば、複雑な操作や処理も簡単に行なうことができるといった利点を有しており、一方、GUIは、画面上のグラフィックを見ながら、マウス等のポインティングデバイスによって比較的簡単に操作することができるといった利点を有している。そのため、従来のコンピュータシステムでは、そのシステムの使用状況や用途等に応じて、CUIとGUIが使い分けされていた(例えば、特許文献1又は2参照)。
特開平10−63463号公報 特開2005−196734号公報
Of these, the CUI has an advantage that a complicated operation and processing can be easily performed if a predetermined command is known. On the other hand, the GUI can be viewed while viewing a graphic on the screen. Further, it has an advantage that it can be operated relatively easily by a pointing device such as a mouse. Therefore, in the conventional computer system, the CUI and the GUI are properly used according to the usage status and purpose of the system (for example, refer to Patent Document 1 or 2).
JP-A-10-63463 JP 2005-196734 A

しかしながら、上記した特許文献1や特許文献2に開示された技術では、CUIとGUIのいずれか一方の方式を採用するシステムとなっているため、CUIやGUIの欠点がそのままシステムの欠点となっていた。   However, since the techniques disclosed in Patent Document 1 and Patent Document 2 described above are systems that employ one of the CUI and GUI methods, the disadvantages of the CUI and GUI are the system disadvantages as they are. It was.

すなわち、CUIを採用する特許文献1に開示された技術では、所定のコマンドをキーボードから入力しなければならないため、そのコマンドを覚える必要があり、使いこなすには熟練を要するといった欠点があった。   That is, the technique disclosed in Patent Document 1 adopting the CUI has a drawback that a predetermined command must be input from the keyboard, so that the command needs to be remembered, and skill is required to use it.

一方、GUIを採用する特許文献2に開示された技術では、ポインティングデバイスを使用してカーソルをウィンドウ等の適切な位置に合わせる操作を行う必要があるため、大量のファイルを一度に連続して処理させたり、複雑な操作を行なわせたりする場合には、そのような操作を繰り返し行う必要があり、操作が煩雑になるといった欠点があった。   On the other hand, in the technique disclosed in Patent Document 2 adopting a GUI, it is necessary to perform an operation for adjusting the cursor to an appropriate position such as a window using a pointing device. In the case of making it difficult to perform complicated operations, it is necessary to repeat such operations, resulting in a disadvantage that the operation becomes complicated.

本発明は、上記した課題を解決すべくなされたものであり、GUIとCUIの両方の利点を共有すると共に、それぞれの欠点を補完し合うことのできるGUI/CUI協動システム及びその方法並びにそのプログラムを提供することを目的とする。   The present invention has been made to solve the above-described problems. The GUI / CUI cooperative system and method, and the method, which can share the advantages of both GUI and CUI, and can complement the respective disadvantages, and the same The purpose is to provide a program.

上記した目的を達成するため、本発明は、コンピュータシステムにおいて、ディスプレイの同一表示画面上にGUI環境とCUI環境を同時に創り出すためのGUI/CUI協動システムであって、前記表示画面上に所定の設定項目をグラフィック表示させる処理を行うGUI処理手段と、前記表示画面上に前記所定の設定項目を表示したコマンドラインを表示させる処理を行うCUI処理手段と、前記GUI処理手段がグラフィック表示した前記所定の設定項目に関する情報を前記CUI処理手段に取得させると共に、前記所定の設定項目に対して前記コマンドラインから入力された設定情報を前記GUI処理手段に取得させる処理を行う協動処理手段とを備えていることを特徴とする。   In order to achieve the above object, the present invention provides a GUI / CUI cooperative system for simultaneously creating a GUI environment and a CUI environment on the same display screen of a display in a computer system. GUI processing means for performing graphic display processing of setting items, CUI processing means for performing processing for displaying a command line displaying the predetermined setting items on the display screen, and the predetermined graphics displayed by the GUI processing means. And a cooperative processing means for performing processing for causing the GUI processing means to acquire setting information input from the command line for the predetermined setting item. It is characterized by.

また、本発明は、コンピュータシステムにおいて、ディスプレイの同一表示画面上にGUI環境とCUI環境を同時に創り出すためのGUI/CUI協動方法であって、GUI処理手段が所定の設定項目を前記表示画面上にグラフィック表示させるステップと、前記GUI処理手段がグラフィック表示させた前記所定の設定項目に関する情報をCUI処理手段に取得させ、前記所定の設定項目を表示したコマンドラインを前記CUI処理手段が前記表示画面上に表示させるステップと、前記所定の設定項目に対して前記コマンドラインから入力された設定情報を前記GUI処理手段に取得させ、前記所定の設定項目に対する設定情報を前記GUI処理手段が前記表示画面上にグラフィック表示させるステップとを備えていることを特徴とする。   The present invention is also a GUI / CUI cooperation method for simultaneously creating a GUI environment and a CUI environment on the same display screen of a display in a computer system, wherein the GUI processing means assigns predetermined setting items on the display screen. A step of causing the GUI processing means to acquire information relating to the predetermined setting item displayed graphically by the GUI processing means, and the CUI processing means causes the display screen to display a command line displaying the predetermined setting item. Displaying the setting information input from the command line for the predetermined setting item to the GUI processing means, and the GUI processing means displays the setting information for the predetermined setting item on the display screen. And a step of displaying a graphic on the top.

さらに、本発明は、上記した各ステップをコンピュータに実行させるためのGUI/CUI協動プログラムである。   Furthermore, the present invention is a GUI / CUI cooperative program for causing a computer to execute the above steps.

本発明によれば、GUIのグラフィックを見ながら、CUIのコマンドラインに入力操作をすることができるため、「GUIの可視性」と「CUIの迅速な入力操作」といったGUIとCUIの両方の利点を共有することができると共に、それぞれの欠点を補完し合うことができる。   According to the present invention, it is possible to perform an input operation on the command line of the CUI while observing the GUI graphic. Therefore, the advantages of both the GUI and the CUI, such as “GUI visibility” and “CUI quick input operation”. Can be shared and each defect can be complemented.

以下、図1〜図3を参照しつつ、本発明の実施の形態について説明する。ここで、図1は本実施の形態におけるコンピュータシステムのハードウェアの構成を示すブロック図、図2は本実施の形態に係るGUI/CUI協動システムのソフトウェアの構成を示す機能ブロック図、図3は本実施の形態に係るGUI/CUI協動システムにおいて、ディスプレイの同一表示画面上にウィンドウとコマンドラインが同時に表示された状態を示す図である。   Hereinafter, embodiments of the present invention will be described with reference to FIGS. Here, FIG. 1 is a block diagram showing a hardware configuration of the computer system in the present embodiment, FIG. 2 is a functional block diagram showing a software configuration of the GUI / CUI cooperative system according to the present embodiment, and FIG. FIG. 4 is a diagram showing a state in which a window and a command line are simultaneously displayed on the same display screen of the display in the GUI / CUI cooperative system according to the present embodiment.

本実施の形態に係るGUI/CUI協動システムは、図1に示す構成を備えたコンピュータシステムを使用してGUI環境とCUI環境を同時に創り出すように構成されており、このコンピュータシステムは、該コンピュータシステムの各構成手段を制御するためのCPU(Central Processing Unit)1と、各種データやプログラムを一時的に記憶するためのメモリ2と、CPU1が実行する制御プログラムを格納するためのハードディスク3と、液晶表示装置等のディスプレイ4と、マウスやキーボード等の入力装置5とがそれぞれバス6を介して接続されて構成されている。そして、本実施の形態に係るGUI/CUI協動システムは、前記コンピュータシステムにインストールされたGUI/CUI協動プログラムをCPU1が実行することにより機能するようになっている。   The GUI / CUI cooperative system according to the present embodiment is configured to simultaneously create a GUI environment and a CUI environment using a computer system having the configuration shown in FIG. A CPU (Central Processing Unit) 1 for controlling each component of the system, a memory 2 for temporarily storing various data and programs, a hard disk 3 for storing control programs executed by the CPU 1, A display 4 such as a liquid crystal display device and an input device 5 such as a mouse and a keyboard are respectively connected via a bus 6. The GUI / CUI cooperation system according to the present embodiment functions by the CPU 1 executing a GUI / CUI cooperation program installed in the computer system.

図2に示されているように、このGUI/CUI協動システムは、GUI処理部7と、CUI処理部8と、GUI処理部7とCUI処理部8を仲介して両者を協動させる処理を行う協動処理部9とから構成されている。   As shown in FIG. 2, this GUI / CUI cooperation system is a process for coordinating the GUI processing unit 7, the CUI processing unit 8, and the GUI processing unit 7 and the CUI processing unit 8. It is comprised from the cooperation process part 9 which performs.

図3に例示されているように、GUI処理部7は、ディスプレイ4の表示画面10に、例えば、「保存しますか?」という確認のメッセージと「Yes(Y)」及び「No(N)」の選択ボタンを含むウィンドウ11を、所定の設定項目としてグラフィック表示させ、さらに、入力装置5のマウスからの操作或いはポップアップウインドによって、そのウィンドウ11をアクティブにさせる処理を行う。   As illustrated in FIG. 3, the GUI processing unit 7 displays, for example, a confirmation message “Do you want to save?”, “Yes (Y)”, and “No (N)” on the display screen 10 of the display 4. The window 11 including the selection button is displayed as a predetermined setting item, and the window 11 is activated by an operation from the mouse of the input device 5 or a pop-up window.

一方、CUI処理部8は、入力装置5のキーボードからのショートカットキー操作等によって、ディスプレイ4の表示画面10に、例えば、「保存しますか?(Y/N)>」というメッセージを含むコマンドライン12を表示させ、さらに、入力装置5のキーボードから、「Y」又は「N」という文字情報が入力されると、この文字情報を前記所定の設定項目に対する設定情報としてコマンドライン12に表示させる処理を行う。   On the other hand, the CUI processing unit 8 performs, for example, a command line including a message “Do you want to save? (Y / N)>” on the display screen 10 of the display 4 by a shortcut key operation from the keyboard of the input device 5 or the like. 12 and when the character information “Y” or “N” is input from the keyboard of the input device 5, the character information is displayed on the command line 12 as setting information for the predetermined setting item. I do.

そして、協動処理部9は、CUI処理部8に対して、前記所定の設定項目に関する情報を取得させると共に、GUI処理部7に対して前記所定の設定項目に対する設定情報を取得させる処理を行う。   Then, the cooperation processing unit 9 causes the CUI processing unit 8 to acquire information regarding the predetermined setting item, and also causes the GUI processing unit 7 to acquire setting information regarding the predetermined setting item. .

次に、図4及び図5を参照しつつ、本発明の実施の形態に係るGUI/CUI協動システムの動作について、印刷処理の場合を例にとって説明する。ここで、図4は本実施の形態に係るGUI/CUI協動システムにおいて、ディスプレイの同一表示画面上に印刷条件設定用のウィンドウとコマンドラインが同時に表示された状態を示す図、図5はGUI/CUI協動システムにおいて、印刷条件設定用の別のコマンドラインが表示された状態を示す図である。   Next, the operation of the GUI / CUI cooperation system according to the embodiment of the present invention will be described with reference to FIGS. 4 and 5 by taking the case of print processing as an example. Here, FIG. 4 is a diagram showing a state in which a print condition setting window and a command line are simultaneously displayed on the same display screen of the display in the GUI / CUI cooperative system according to the present embodiment, and FIG. 5 is a GUI. FIG. 10 is a diagram showing a state where another command line for setting printing conditions is displayed in the / CUI cooperative system.

先ず、入力装置5のマウス等を使用して所定の操作が行われると、GUI処理部7は、ディスプレイ4の表示画面13に印刷条件設定用のウィンドウ、例えば、図4に示すように、印刷条件の基本設定用のウィンドウ14を表示させる。そこで、タブキー等の操作によって、ウィンドウ14上において所定の設定項目、例えば、図4において黒色で示すように、原稿サイズ15が選択されると、協動処理部9は、この所定の設定項目に関する情報をCUI処理部8に取得させる。これにより、CUI処理部8は、ディスプレイ4の表示画面13にコマンドライン16を表示させ、このコマンドライン16に、「用紙サイズ>A4」のように、現在の用紙サイズの設定情報を表示させる。   First, when a predetermined operation is performed using the mouse or the like of the input device 5, the GUI processing unit 7 prints a print condition setting window on the display screen 13 of the display 4, for example, as shown in FIG. A window 14 for basic setting of conditions is displayed. Therefore, when a predetermined setting item on the window 14, for example, a document size 15 is selected as shown in black in FIG. 4 by the operation of the tab key or the like, the cooperation processing unit 9 relates to the predetermined setting item. The information is acquired by the CUI processing unit 8. As a result, the CUI processing unit 8 displays the command line 16 on the display screen 13 of the display 4 and causes the command line 16 to display the current paper size setting information such as “paper size> A4”.

ここで、用紙サイズの設定を変更したい場合には、入力装置5のキーボードによって、コマンドライン16から、「A4」の表示を削除し、他のサイズ、例えば、「B5」を設定する操作が行われると、協動処理部9は、この情報を前記所定の設定項目に対する設定情報として、GUI処理部7に取得させる。これにより、GUI処理部7は、ウィンドウ14の原稿サイズの設定を「B5」に変更して表示させ、この結果、原稿サイズの設定は「A4」から「B5」に変更される。   Here, in order to change the paper size setting, the display of “A4” is deleted from the command line 16 by the keyboard of the input device 5, and an operation for setting another size, for example, “B5” is performed. Then, the cooperation processing unit 9 causes the GUI processing unit 7 to acquire this information as setting information for the predetermined setting item. As a result, the GUI processing unit 7 changes the document size setting of the window 14 to “B5” and displays it. As a result, the document size setting is changed from “A4” to “B5”.

また、入力装置5のキーボードからタブキーを操作することにより、前記設定項目を移動させることができる。例えば、図4の状態から、タブキーを1回操作すると、前記設定項目は、次の出力用紙サイズ17に移動し、この時、コマンドライン16には、「出力用紙サイズ>原稿サイズと同じ」のように、現在の出力用紙サイズの設定情報が表示される(図5参照)。   Further, the setting item can be moved by operating a tab key from the keyboard of the input device 5. For example, when the tab key is operated once from the state of FIG. 4, the setting item moves to the next output paper size 17, and at this time, the command line 16 indicates that “output paper size> same as document size”. Thus, the current output paper size setting information is displayed (see FIG. 5).

なお、上記したようにコマンドライン16から設定情報を文字ですべて入力する代わりに、例えば、所定のキー操作によって予め用意されている設定情報がコマンドライン16に表示され、その設定情報を選択できるように構成したり、或いは、予め前記設定情報にエイリアス番号を対応付けておき、該エイリアス番号をコマンドライン16に入力することにより、所定の設定情報が選択されるように構成したりすることもできる。   Instead of inputting all the setting information from the command line 16 as described above, for example, setting information prepared in advance by a predetermined key operation is displayed on the command line 16 so that the setting information can be selected. Alternatively, it is also possible to associate an alias number with the setting information in advance and input the alias number to the command line 16 so that predetermined setting information is selected. .

このように、上記した実施の形態に係るGUI/CUI協動システムによれば、GUIのウィンドウ等のグラフィックを見ながら、CUIのコマンドラインに入力操作をすることができるため、「GUIの可視性」と「CUIの迅速な入力操作」といったGUIとCUIの両方の利点を共有することができると共に、それぞれの欠点を補完し合うことができる。   As described above, according to the GUI / CUI cooperative system according to the above-described embodiment, an input operation can be performed on the command line of the CUI while viewing a graphic such as a GUI window. ”And“ quick input operation of CUI ”can share the advantages of both GUI and CUI, and can complement each drawback.

すなわち、操作者は、ウィンドウ等のグラフィックを見ながらコマンドラインの入力操作を行うことができるため、コマンドを覚える必要がなく、初心者であっても簡単に使いこなすことができる。また、複雑な処理を行わせる場合にも、ポインティングデバイスを使用してカーソルをウィンドウ等の適切な位置に合わせる操作を繰り返し行うといった煩雑な操作を行う必要がないため、操作性の向上を図ることができる。   That is, the operator can perform a command line input operation while looking at a graphic such as a window, so there is no need to memorize the command, and even a beginner can easily use it. In addition, even when complicated processing is performed, it is not necessary to perform complicated operations such as repeatedly operating the cursor to an appropriate position such as a window using a pointing device. Can do.

なお、上記した実施の形態では、ファイルにデータを保存させる処理等、ファイル名の決定から保存に至る一連の操作を行わせることもできる。この場合、コマンドライン12,16にファイル名を入力した後、「保存しますか?(Y/N)」という確認のメッセージに対して「Y」を入力して決定させると、そのファイル名がGUIのグラフィックにもされるようになる。   In the above-described embodiment, a series of operations from determination of a file name to storage can be performed, such as processing for storing data in a file. In this case, after inputting the file name on the command lines 12 and 16 and inputting “Y” in response to the confirmation message “Do you want to save? (Y / N)”, the file name is changed. It will also be used as GUI graphics.

本発明の実施の形態におけるコンピュータシステムのハードウェアの構成を示すブロック図である。It is a block diagram which shows the structure of the hardware of the computer system in embodiment of this invention. 本発明の実施の形態に係るGUI/CUI協動システムのソフトウェアの構成を示す機能ブロック図である。It is a functional block diagram which shows the structure of the software of the GUI / CUI cooperation system which concerns on embodiment of this invention. 本発明の実施の形態に係るGUI/CUI協動システムにおいて、ディスプレイの同一表示画面上にウィンドウとコマンドラインが同時に表示された状態を示す図である。It is a figure which shows the state by which the window and the command line were simultaneously displayed on the same display screen of a display in the GUI / CUI cooperation system which concerns on embodiment of this invention. 本発明の実施の形態に係るGUI/CUI協動システムにおいて、ディスプレイの同一表示画面上に印刷条件設定用のウィンドウとコマンドラインが同時に表示された状態を示す図である。In the GUI / CUI cooperative system according to the embodiment of the present invention, it is a diagram showing a state in which a window for setting printing conditions and a command line are simultaneously displayed on the same display screen of the display. 本発明の実施の形態に係るGUI/CUI協動システムにおいて、印刷条件設定用の別のコマンドラインが表示された状態を示す図である。FIG. 10 is a diagram showing a state in which another command line for setting printing conditions is displayed in the GUI / CUI cooperation system according to the embodiment of the present invention.

符号の説明Explanation of symbols

4 ディスプレイ
7 GUI処理部
8 CUI処理部
9 協動処理部
10 表示画面
12 コマンドライン
13 表示画面
15 設定項目
16 コマンドライン
17 設定項目
4 Display 7 GUI processing unit 8 CUI processing unit 9 Cooperation processing unit 10 Display screen 12 Command line 13 Display screen 15 Setting item 16 Command line 17 Setting item

Claims (3)

コンピュータシステムにおいて、ディスプレイの同一表示画面上にGUI環境とCUI環境を同時に創り出すためのGUI/CUI協動システムであって、
前記表示画面上に所定の設定項目をグラフィック表示させる処理を行うGUI処理手段と、
前記表示画面上に前記所定の設定項目を表示したコマンドラインを表示させる処理を行うCUI処理手段と、
前記GUI処理手段がグラフィック表示した前記所定の設定項目に関する情報を前記CUI処理手段に取得させると共に、前記所定の設定項目に対して前記コマンドラインから入力された設定情報を前記GUI処理手段に取得させる処理を行う協動処理手段と、
を備えていることを特徴とするGUI/CUI協動システム。
In a computer system, a GUI / CUI cooperative system for simultaneously creating a GUI environment and a CUI environment on the same display screen of a display,
GUI processing means for performing processing for graphic display of predetermined setting items on the display screen;
CUI processing means for performing processing for displaying a command line displaying the predetermined setting item on the display screen;
The GUI processing unit causes the CUI processing unit to acquire information on the predetermined setting item displayed graphically by the GUI processing unit, and causes the GUI processing unit to acquire setting information input from the command line for the predetermined setting item. Collaborative processing means for processing;
A GUI / CUI cooperation system characterized by comprising:
コンピュータシステムにおいて、ディスプレイの同一表示画面上にGUI環境とCUI環境を同時に創り出すためのGUI/CUI協動方法であって、
GUI処理手段が所定の設定項目を前記表示画面上にグラフィック表示させるステップと、
前記GUI処理手段がグラフィック表示させた前記所定の設定項目に関する情報をCUI処理手段に取得させ、前記所定の設定項目を表示したコマンドラインを前記CUI処理手段が前記表示画面上に表示させるステップと、
前記所定の設定項目に対して前記コマンドラインから入力された設定情報を前記GUI処理手段に取得させ、前記所定の設定項目に対する設定情報を前記GUI処理手段が前記表示画面上にグラフィック表示させるステップと、
を備えていることを特徴とするGUI/CUI協動方法。
In a computer system, a GUI / CUI cooperation method for simultaneously creating a GUI environment and a CUI environment on the same display screen of a display,
A step of causing the GUI processing means to graphically display predetermined setting items on the display screen;
Causing the CUI processing means to acquire information relating to the predetermined setting item displayed graphically by the GUI processing means, and causing the CUI processing means to display a command line displaying the predetermined setting item on the display screen;
Causing the GUI processing means to acquire setting information input from the command line for the predetermined setting item, and causing the GUI processing means to graphically display the setting information for the predetermined setting item on the display screen; ,
A GUI / CUI cooperation method characterized by comprising:
請求項2に記載の各ステップをコンピュータに実行させるためのGUI/CUI協動プログラム。
A GUI / CUI cooperation program for causing a computer to execute each step according to claim 2.
JP2005304231A 2005-10-19 2005-10-19 Gui/cui cooperation system, method therefor and program therefor Pending JP2007114935A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005304231A JP2007114935A (en) 2005-10-19 2005-10-19 Gui/cui cooperation system, method therefor and program therefor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005304231A JP2007114935A (en) 2005-10-19 2005-10-19 Gui/cui cooperation system, method therefor and program therefor

Publications (1)

Publication Number Publication Date
JP2007114935A true JP2007114935A (en) 2007-05-10

Family

ID=38097064

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005304231A Pending JP2007114935A (en) 2005-10-19 2005-10-19 Gui/cui cooperation system, method therefor and program therefor

Country Status (1)

Country Link
JP (1) JP2007114935A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012519321A (en) * 2009-02-27 2012-08-23 アマデウス エス.アー.エス. Graphical user interface for search request management
JP2014167755A (en) * 2013-02-28 2014-09-11 Mamoru Fujiyoshi Tactile graphics drawing system

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09134273A (en) * 1995-11-09 1997-05-20 Toshiba Corp Data processor
JP2004013578A (en) * 2002-06-07 2004-01-15 Nec Soft Ltd Method for constructing graphical user interface and its program

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09134273A (en) * 1995-11-09 1997-05-20 Toshiba Corp Data processor
JP2004013578A (en) * 2002-06-07 2004-01-15 Nec Soft Ltd Method for constructing graphical user interface and its program

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012519321A (en) * 2009-02-27 2012-08-23 アマデウス エス.アー.エス. Graphical user interface for search request management
US9459765B2 (en) 2009-02-27 2016-10-04 Amadeus S.A.S. Graphical user interface for search request management
US10353544B2 (en) 2009-02-27 2019-07-16 Amadeus S.A.S. Graphical user interface for search request management
JP2014167755A (en) * 2013-02-28 2014-09-11 Mamoru Fujiyoshi Tactile graphics drawing system

Similar Documents

Publication Publication Date Title
US6049336A (en) Transition animation for menu structure
KR100504476B1 (en) method and display system for controlling icon
US20090222761A1 (en) Computer-readable recording medium having display screen setting program recorded thereon, information processing apparatus, and display screen setting method
JP6043221B2 (en) Information terminal, operation area control method, and operation area control program
US7701471B1 (en) Methods and apparatus to display a viewing region
JPWO2008001771A1 (en) Method, program, and data processing system for changing shape of display object
JP2014191612A (en) Information terminal, information input auxiliary method, and information input auxiliary program
JP2020067977A (en) Information processing apparatus and program
JP2008176479A (en) Information processor, information processing method and information processing program
JP6876557B2 (en) Display control program, display control method and display control device
JP2007323346A (en) Information processor and display method
JP2007114935A (en) Gui/cui cooperation system, method therefor and program therefor
JP2007122286A (en) Information processing apparatus, control method for information processing apparatus, and program for executing the control method
US9417780B2 (en) Information processing apparatus
JP2011129164A (en) Information processing device and display method
JP6161546B2 (en) A method, apparatus, and program for generating and displaying a specific area.
JP6188405B2 (en) Display control apparatus, display control method, and program
JPH05173741A (en) Window system
JP5060996B2 (en) Software verification support apparatus, software verification support method, and software verification support program
JP2000187547A (en) Device and method for controlling scroll
JP2000020212A (en) Device and method for table data display and storage medium having stored program for table data display thereon
JP7386660B2 (en) Information processing device, information processing method and program
WO2023047846A1 (en) Method, device, and program for editing mathematical formula
JP7215054B2 (en) PROGRAMMING DISPLAY, PROGRAMMING DISPLAY METHOD, AND PROGRAM
JPH11327731A (en) Device and method for multiwindow display and computer readable recording medium recorded with program making computer execute the method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080929

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20101005

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20110301