JPH10289106A - Information processor - Google Patents

Information processor

Info

Publication number
JPH10289106A
JPH10289106A JP9097009A JP9700997A JPH10289106A JP H10289106 A JPH10289106 A JP H10289106A JP 9097009 A JP9097009 A JP 9097009A JP 9700997 A JP9700997 A JP 9700997A JP H10289106 A JPH10289106 A JP H10289106A
Authority
JP
Japan
Prior art keywords
instance
user
password
mode
state
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
JP9097009A
Other languages
Japanese (ja)
Inventor
Yuji Ishizu
優司 石津
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP9097009A priority Critical patent/JPH10289106A/en
Publication of JPH10289106A publication Critical patent/JPH10289106A/en
Pending legal-status Critical Current

Links

Landscapes

  • Storage Device Security (AREA)

Abstract

PROBLEM TO BE SOLVED: To enable a user to customize an object by inhibiting or permitting the deletion and protecting a password not for an application level but for the object itself. SOLUTION: This information processor consists of a CPU 1, a display device 2, a hard disk device 3, a main storage 4, a mouse input device 5 and a keyboard input device 6. The method executable and unexecutable states are alternately changed by the instruction of a user. In an instance execution mode, a selected method is executed to a selected object if the selected method is kept in a password non-protection state. If the method that selected in an instance execution mode is kept in a password protection state, the user is instructed to input a password. Then the selected method is executed to a selected instance as long as the password inputted by the user is correct.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、オブジェクト指向
理論を応用した情報処理装置に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an information processing apparatus to which the object-oriented theory is applied.

【0002】[0002]

【従来の技術】情報処理装置は、コンピュータにインス
トールされたソフトウエアが動作することにより、実現
されるものであり、近年、ソフトウエアには、ユーザー
フレンドリーなマンマシンインターフェイスを実現する
目的で、オブジェクト指向理論を応用し、表示装置上に
表示されユーザがマウス等の入力手段で操作できるグラ
フィックユーザインターフェイスの要素(ウィンドウ、
メニュー、ボタン、エディットコントロール、スクロー
ルバーなどのリソース、あるいはリソース(アイコン
等)に対応付けられるデータ)を、クラス構造を用いて
カプセル化しているものが多い。即ち、ソフトウエア
が、オブジェクト指向理論に基づいて取り扱うデータ
は、整数型などの単純な型ではなく、特定のクラスとし
て型宣言されたオブジェクトのインスタンス(具体化、
特定化された実体)として取扱われる。このクラスは、
構造体に似たものであり、一般に、データメンバと呼ば
れる変数群と、何らかの振る舞いを行うメソッド群とを
含む。
2. Description of the Related Art An information processing apparatus is realized by operation of software installed in a computer. In recent years, software has been provided with an object for realizing a user-friendly man-machine interface. Elements of a graphic user interface (windows, windows, etc.) displayed on a display device and operated by an input means such as a mouse by applying the orientation theory.
In many cases, resources such as menus, buttons, edit controls, and scroll bars, or data associated with resources (such as icons) are encapsulated using a class structure. That is, data handled by software based on the object-oriented theory is not a simple type such as an integer type, but an instance of an object typed as a specific class (incarnation,
(Specified entity). This class is
It is similar to a structure, and generally includes a group of variables called data members and a group of methods that perform some behavior.

【0003】そして、このメソッド群には、特定のイベ
ントが発生すると呼び出され、あるデータメンバの値を
変更したり、他の特定のメソッドを呼出すというような
振る舞いを行うイベントハンドラを含めることができ
る。例えば、マウスの右ボタンがクリックされると、当
該オブジェクトに対して実行可能なメソッド一覧を表示
するというようなイベントハンドラを記述できる。
[0003] The group of methods can include an event handler which is called when a specific event occurs, changes the value of a certain data member, or performs an action such as calling another specific method. . For example, an event handler that displays a list of executable methods for the object when the right mouse button is clicked can be described.

【0004】そして、このイベントハンドラを有するオ
ブジェクトのインスタンスが生成されており、そのイン
スタンスに関するリソースが表示装置上に表示され、フ
ォーカスを持ち、イネーブル状態にあるときに、使用者
が、このリソースを右クリックすると、そのイベントハ
ンドラが呼出され、上述の一覧が表示される。そして、
この一覧の中から使用者が実行したいメソッドを選択す
れば、そのインスタンスに対してメソッド(選択された
リソースに対応付けられたイベントハンドラ)が実行さ
れる。例えば、「文書」インスタンスをマウスの右ボタ
ンでクリックすると、そのメソッドである「開く」、
「削除する」等のメニューがインスタンス横に表示され
る。仮に「開く」メソッドを選択すると、編集用のモジ
ュールが起動され当該文書のデータがその中に表示さ
れ、編集状態となるという具合いである。
[0004] Then, an instance of an object having this event handler is generated, and a resource related to the instance is displayed on a display device. When the user has the focus and is in an enabled state, the user can right-click this resource. When clicked, the event handler is called, and the above list is displayed. And
When the user selects a method to be executed from the list, the method (the event handler associated with the selected resource) is executed for the instance. For example, if you click the "Document" instance with the right mouse button, its methods "Open",
A menu such as "Delete" is displayed next to the instance. If the "open" method is selected, a module for editing is activated, the data of the document is displayed in the module, and the document is edited.

【0005】[0005]

【発明が解決しようとする課題】しかしながら、従来の
技術では、イベントハンドラは特定のイベントが発生す
ると必ず呼出されてしまうので、使用者が、オブジェク
トのメソッドを実行可能状態から不可能状態に変更した
り、あるいは実行不可能状態から可能状態に変更したり
することができなかった。従って、例えば、あるオブジ
ェクトに対して現在実行可能な「削除する」というメソ
ッドを、誤って削除することを禁止する目的で実行不可
能にしたいといった使用者の要求を満たすことができな
かった。更に、従来の技術では、使用者がオブジェクト
のメソッドに対してパスワードによる保護を行うことが
できなかった。従って例えば、あるオブジェクトに対し
て現在実行可能な「開く」というメソッドを、第三者に
オブジェクトの内容を開示したくないという目的でパス
ワード保護機能を付与したいといった使用者の要求を満
たすことができなかった。
However, in the prior art, the event handler is always called when a specific event occurs, so that the user changes the method of the object from the executable state to the impossible state. Or it could not be changed from an unexecutable state to an enabled state. Therefore, for example, it has not been possible to satisfy a user's request to make a method “delete” currently executable for a certain object unexecutable for the purpose of prohibiting erroneous deletion. Further, in the related art, a user cannot protect a method of an object with a password. Therefore, for example, the method of "open" which can be currently executed for an object can be satisfied by a user who wants to provide a password protection function for the purpose of not disclosing the contents of the object to a third party. Did not.

【0006】そこで本発明は、オブジェクトの振る舞い
をカスタマイズできる情報処理装置を提供することを目
的とする。
Accordingly, an object of the present invention is to provide an information processing apparatus capable of customizing the behavior of an object.

【0007】[0007]

【課題を解決するための手段】本発明の情報処理装置
は、生成可能な複数のオブジェクトの一覧を不揮発性記
憶媒体に記録する手段と、各オブジェクトに対して実行
可能となりうるメソッド候補の一覧を、各オブジェクト
に対応させて不揮発性記憶媒体に記録する手段と、各メ
ソッドが現在実行可能であるか否かを示す情報とパスワ
ード保護状態であるか否かを示す情報とそのパスワード
文字列を、各メソッドに対応させて不揮発性記憶媒体に
記録する手段と、使用者の指示によりオブジェクト編集
モードとインスタンス生成モードとインスタンス実行モ
ードとを切り替える手段と、オブジェクト編集モードに
おいて、使用者に編集すべきオブジェクトを選択させる
手段と、オブジェクト編集モードにおいて、選択された
オブジェクトに対して現在実行可能または実行不可能な
メソッドの一覧を表示する手段と、オブジェクト編集モ
ードにおいて、使用者の指示によりメソッドを実行可能
な状態と実行不可能な状態とにおいて相互に状態を変更
する手段と、オブジェクト編集モードにおいて、使用者
の指示により実行可能なメソッドをパスワード保護状態
とパスワード非保護状態とにおいて相互に状態を変更す
る手段と、オブジェクトインスタンス生成モードにおい
て、生成可能なオブジェクト一覧を表示する手段と、イ
ンスタンス生成モードにおいて、使用者に生成するオブ
ジェクトを選択させる手段と、インスタンス生成モード
において、選択されたオブジェクトの種類のインスタン
スを生成する手段と、インスタンス実行モードにおい
て、使用者に実行すべきインスタンスを選択させる手段
と、インスタンス実行モードにおいて、選択されたイン
スタンスに対して現在実行可能なメソッドを表示する手
段と、インスタンス実行モードにおいて、表示された実
行可能なメソッドのうち実行すべきメソッドを使用者に
選択させる手段と、インスタンス実行モードにおいて、
選択されたメソッドがパスワード非保護状態である場
合、選択されたオブジェクトに対して選択されたメソッ
ドを実行する手段と、インスタンス実行モードにおい
て、選択されたメソッドがパスワード保護状態である場
合、使用者にパスワードを入力させ、正当なパスワード
が入力された場合に限り、選択されたインスタンスに対
して選択されたメソッドを実行する手段とを具備してい
る。
An information processing apparatus according to the present invention includes means for recording a list of a plurality of objects that can be generated on a non-volatile storage medium and a list of method candidates that can be executed for each object. Means for recording in a non-volatile storage medium in association with each object, information indicating whether each method is currently executable, information indicating whether or not the password protection state and the password character string, Means for recording in a non-volatile storage medium corresponding to each method, means for switching between an object editing mode, an instance generation mode, and an instance execution mode according to a user's instruction, and an object to be edited by a user in the object editing mode. Means to select the object, and in the object edit mode, A means for displaying a list of currently executable or non-executable methods, and a means for mutually changing a state between an executable state and an unexecutable state according to a user's instruction in the object editing mode, Means for mutually changing the state of a method executable by a user's instruction in a password protected state and a password unprotected state in an object editing mode, and a means for displaying a list of objects that can be generated in an object instance generating mode. Means for allowing the user to select an object to be generated in the instance generation mode, means for generating an instance of the type of the selected object in the instance generation mode, and an instance to be executed by the user in the instance execution mode. Means for selecting, in the instance execution mode, means for displaying a currently executable method for the selected instance, and, in the instance execution mode, a method to be executed among the displayed executable methods to the user. In the instance execution mode,
If the selected method is password protected, the means to execute the selected method on the selected object, and if the selected method is password protected in instance execution mode, Means for inputting a password and executing the selected method on the selected instance only when a valid password is input.

【0008】[0008]

【発明の実施の形態】請求項1記載の情報処理装置は、
生成可能な複数のオブジェクトの一覧を不揮発性記憶媒
体に記録する手段と、各オブジェクトに対して実行可能
となりうるメソッド候補の一覧を、各オブジェクトに対
応させて不揮発性記憶媒体に記録する手段と、各メソッ
ドが現在実行可能であるか否かを示す情報とパスワード
保護状態であるか否かを示す情報とそのパスワード文字
列を、各メソッドに対応させて不揮発性記憶媒体に記録
する手段と、使用者の指示によりオブジェクト編集モー
ドとインスタンス生成モードとインスタンス実行モード
とを切り替える手段と、オブジェクト編集モードにおい
て、使用者に編集すべきオブジェクトを選択させる手段
と、オブジェクト編集モードにおいて、選択されたオブ
ジェクトに対して現在実行可能または実行不可能なメソ
ッドの一覧を表示する手段と、オブジェクト編集モード
において、使用者の指示によりメソッドを実行可能な状
態と実行不可能な状態とにおいて相互に状態を変更する
手段と、オブジェクト編集モードにおいて、使用者の指
示により実行可能なメソッドをパスワード保護状態とパ
スワード非保護状態とにおいて相互に状態を変更する手
段と、オブジェクトインスタンス生成モードにおいて、
生成可能なオブジェクト一覧を表示する手段と、インス
タンス生成モードにおいて、使用者に生成するオブジェ
クトを選択させる手段と、インスタンス生成モードにお
いて、選択されたオブジェクトの種類のインスタンスを
生成する手段と、インスタンス実行モードにおいて、使
用者に実行すべきインスタンスを選択させる手段と、イ
ンスタンス実行モードにおいて、選択されたインスタン
スに対して現在実行可能なメソッドを表示する手段と、
インスタンス実行モードにおいて、表示された実行可能
なメソッドのうち実行すべきメソッドを使用者に選択さ
せる手段と、インスタンス実行モードにおいて、選択さ
れたメソッドがパスワード非保護状態である場合、選択
されたオブジェクトに対して選択されたメソッドを実行
する手段と、インスタンス実行モードにおいて、選択さ
れたメソッドがパスワード保護状態である場合、使用者
にパスワードを入力させ、正当なパスワードが入力され
た場合に限り、選択されたインスタンスに対して選択さ
れたメソッドを実行する手段とを具備している。この構
成により、アプリケーションレベルではなく、オブジェ
クト自体において削除の禁止/許可とパスワード保護を
行うことができる。
DESCRIPTION OF THE PREFERRED EMBODIMENTS The information processing apparatus according to the first aspect of the present invention
Means for recording a list of a plurality of objects that can be generated on a non-volatile storage medium, means for recording a list of method candidates that can be executable for each object on the non-volatile storage medium in association with each object, Means for recording, in a non-volatile storage medium, information indicating whether each method is currently executable or not, information indicating whether the method is in a password protected state, and the password character string in association with each method. Means for switching between an object editing mode, an instance generation mode, and an instance execution mode in accordance with a user's instruction; means for allowing a user to select an object to be edited in the object editing mode; List of currently executable or non-executable methods Means for mutually changing a state between a state in which the method can be executed and a state in which the method cannot be executed in response to a user's instruction in the object editing mode; Means for mutually changing the method between a password protected state and a password unprotected state; and
Means for displaying a list of objects that can be created, means for allowing the user to select an object to be created in the instance creation mode, means for creating an instance of the type of the selected object in the instance creation mode, and instance execution mode A means for allowing a user to select an instance to be executed; and a means for displaying a currently executable method for the selected instance in an instance execution mode;
In the instance execution mode, means for allowing the user to select a method to be executed among the displayed executable methods, and, in the instance execution mode, when the selected method is in a password unprotected state, the selected object is executed. In the instance execution mode, if the selected method is in a password protected state, the user is required to enter a password, and only when a valid password is entered, Means for executing the selected method on the selected instance. With this configuration, deletion prohibition / permission and password protection can be performed not on the application level but on the object itself.

【0009】次に、本発明の一実施の形態について図面
を参照して説明する。ここで、図1は本発明の一実施の
形態における情報処理装置の構成図、図2は本発明の一
実施の形態における「オブジェクトテーブル」の構成図
である。図1において、1は各装置の制御や論理判断を
行う中央処理装置、2は液晶ディスプレイやCRT(陰
極線管)等の表示装置、3は実行すべきプログラムファ
イルや「オブジェクトテーブル」などのデータファイル
を格納するための不揮発性記憶媒体としてのハードディ
スク装置、4はハードディスク装置3から実行すべきプ
ログラムファイルや「オブジェクトテーブル」などのデ
ータファイルをロードするための主記憶装置、5、6
は、それぞれ本システムに対して使用者が指示を送るた
めのマウス入力装置とキーボード入力装置である。
Next, an embodiment of the present invention will be described with reference to the drawings. Here, FIG. 1 is a configuration diagram of an information processing apparatus according to an embodiment of the present invention, and FIG. 2 is a configuration diagram of an “object table” according to an embodiment of the present invention. In FIG. 1, reference numeral 1 denotes a central processing unit that controls each device and makes logical decisions; 2 denotes a display device such as a liquid crystal display or a CRT (cathode ray tube); A hard disk device as a non-volatile storage medium for storing the program file and a data file such as an “object table” to be executed from the hard disk device 3;
Are a mouse input device and a keyboard input device for the user to send instructions to the system.

【0010】またハードディスク装置3上には、図2に
示すような「オブジェクトテーブル」ファイルが記録さ
れている。すなわち「オブジェクトテーブル」には、装
置で生成可能なオブジェクトの名称と、オブジェクトに
対応する実行可能となりうる複数個のメソッドが記録さ
れている。メソッドには、現在実行可能か否かパスワー
ド保護が付与されてるのかを示す「実行属性」と「パス
ワード文字列」が格納されている。または、「実行属
性」、「パスワード文字列」を保持するデータメンバ
と、これらのデータメンバの値を変更するメソッドを記
述しても良い。
An "object table" file as shown in FIG. 2 is recorded on the hard disk device 3. That is, the “object table” records the names of objects that can be generated by the device and a plurality of executable methods corresponding to the objects. The method stores an “execution attribute” and a “password character string” indicating whether or not the method is currently executable and whether password protection is provided. Alternatively, a data member holding “execution attribute” and “password character string” and a method for changing the values of these data members may be described.

【0011】具体的には、メソッドが現在実行可能でか
つパスワード保護無しの場合には「実行属性」として数
値01が、メソッドが現在実行可能でかつパスワード保
護有りの場合には「実行属性」として数値11が、メソ
ッドが現在実行不可能の場合には「実行属性」として数
値00が、それぞれ記録される。また「パスワード文字
列」には、当初にはなにも記録されていない(NUL
L)が、使用者が何らかのパスワードを設定した場合
に、特定の文字列が記録される。また、初期状態におい
て全てのメソッドの「実行属性」には数値00がセット
され、「パスワード文字列」には文字はセットされてい
ない。
Specifically, when the method is currently executable and the password is not protected, the numerical value 01 is set as the “execution attribute”. When the method is currently executable and the password is protected, the numerical value 01 is set as the “execution attribute”. Numerical value 11 is recorded as the numerical value 11 as the “execution attribute” when the method cannot be executed at present. Nothing is initially recorded in the “password character string” (NUL
L), when the user sets any password, a specific character string is recorded. In the initial state, the numerical value 00 is set in the “execution attribute” of all the methods, and no characters are set in the “password character string”.

【0012】先ず、オブジェクト編集モード、インスタ
ンス生成モード、インスタンス実行モードへの入り方に
ついて図3に基づいて説明する。ここで、図3は本発明
の一実施の形態におけるモード選択時の表示例図であ
る。使用者が、マウス入力装置5あるいはキーボード入
力装置6で、図3に示すように、表示装置2上のメニュ
ーを選択する操作で、オブジェクト編集モードに入る指
示をした場合に、装置はオブジェクト編集モードに入
り、インスタンス生成モードに入る指示をした場合に、
装置はインスタンス生成モードに入り、インスタンス実
行モードに入る指示をした場合に、装置はインスタンス
実行モードに入る。
First, how to enter the object edit mode, instance creation mode, and instance execution mode will be described with reference to FIG. Here, FIG. 3 is a diagram showing a display example when a mode is selected in the embodiment of the present invention. When the user gives an instruction to enter the object editing mode by operating the mouse input device 5 or the keyboard input device 6 to select a menu on the display device 2 as shown in FIG. Into the instance creation mode,
The device enters the instance creation mode, and when instructed to enter the instance execution mode, the device enters the instance execution mode.

【0013】次に、オブジェクト編集モードでの作業に
ついて図4に基づいて説明する。ここで、図4は本発明
の一実施の形態におけるオブジェクト編集処理の流れ図
である。上述のように、使用者の指示によりオブジェク
ト編集モードに入るが、この時ステップ1において、中
央処理装置1は、ハードディスク装置3上の「オブジェ
クトテーブル」ファイルを主記憶装置4上に読み出す。
ステップ2において中央処理装置1は、読み出してきた
「オブジェクトテーブル」を参照し、オブジェクト一覧
を、図5に示すように表示装置2に表示する。即ち、オ
ブジェクト名とそれに対して現在実行可能な(即ち「実
行属性」が01あるいは11なる)メソッドおよび現在
実行不可能な(即ち「実行属性」が00なる)メソッド
を、オブジェクトに対応させる形式で表示する。この
時、現在現在実行可能なメソッドについてのみ、その旨
を示す「○」印を先頭に表示する。更に、パスワード保
護有り(即ち「実行属性」が11なる)のメソッドにつ
いてのみ、その旨を示す「P」印を先頭に表示する。
Next, the operation in the object editing mode will be described with reference to FIG. Here, FIG. 4 is a flowchart of the object editing process according to the embodiment of the present invention. As described above, the object editing mode is entered according to the user's instruction. At this time, in step 1, the central processing unit 1 reads out the “object table” file on the hard disk device 3 onto the main storage device 4.
In step 2, the central processing unit 1 refers to the read "object table" and displays an object list on the display device 2 as shown in FIG. That is, the object name and the currently executable method (that is, the “execution attribute” is 01 or 11) and the currently unexecutable method (that is, the “execution attribute” is 00) are associated with the object. indicate. At this time, only the method that can be currently executed is displayed at the top with a “O” mark indicating that. Further, only the method having the password protection (that is, the “execution attribute” is 11) is displayed at the top with a “P” mark indicating that fact.

【0014】さらに、この状態で、使用者が所望のメソ
ッドをマウス入力装置5でダブルクリックすることで、
図6に示すように、編集パネルが表示され、その中で使
用者はメソッドを編集する。即ち、現在実行可能である
メソッドを実行不可能にする場合「実行不可能」ボタン
をマウス入力装置5でクリックする。また、現在実行不
可能であるメソッドを実行可能にする場合「実行可能」
ボタンをマウス入力装置5でクリックし、さらにパスワ
ードを付ける場合は、「パスワード有り」ボタンをクリ
ックし、「パスワードボックス」に設定するパスワード
を入力し、あるいはパスワードを付けない場合は、「パ
スワード無し」ボタンをクリックする。ここで、使用者
が「OK」ボタンをクリックすれば、ステップ4におい
て中央処理装置1は主記憶装置4上の「オブジェクトテ
ーブル」データをハードディスク装置3にファイルとし
て保存する。
Further, in this state, when the user double-clicks the desired method with the mouse input device 5,
As shown in FIG. 6, an editing panel is displayed, in which the user edits the method. That is, when the currently executable method is made unexecutable, the “executable” button is clicked with the mouse input device 5. Also, "executable" when making a method that is not executable at present executable
Click the button with the mouse input device 5 and click the "Password" button to add a password and enter the password to be set in the "Password box", or "No password" if no password is to be added. Click the button. Here, if the user clicks the “OK” button, the central processing unit 1 stores the “object table” data in the main storage device 4 as a file in the hard disk device 3 in step 4.

【0015】次に、インスタンス生成モードでの作業に
ついて、図7に基づいて説明する。ここで、図7は本発
明の一実施の形態におけるインスタンス生成処理の流れ
図である。上述のように使用者の指示により、インスタ
ンス生成モードに入るが、この時ステップ1において、
中央処理装置1はハードディスク装置3上の「オブジェ
クトテーブル」ファイルを主記憶装置4上に読み出す。
ステップ2において、中央処理装置1は、読み出してき
た「オブジェクトテーブル」を参照し、オブジェクト一
覧を、図8に示すように表示装置2に表示する。ステッ
プ3において、使用者が生成するオブジェクトをマウス
入力装置5でクリックし、「OK」ボタンをクリックす
れば、ステップ4において、中央処理装置1は、図9に
示すようにインスタンスを表示する。
Next, the operation in the instance generation mode will be described with reference to FIG. Here, FIG. 7 is a flowchart of the instance generation processing in one embodiment of the present invention. As described above, an instance generation mode is entered according to a user's instruction.
The central processing unit 1 reads the “object table” file on the hard disk device 3 onto the main storage device 4.
In step 2, the central processing unit 1 refers to the read "object table" and displays an object list on the display device 2 as shown in FIG. In step 3, if the user clicks on the object generated by the user with the mouse input device 5 and clicks the "OK" button, in step 4, the central processing unit 1 displays an instance as shown in FIG.

【0016】次に、インスタンス実行モードでの作業に
ついて、図10に基づいて説明する。上述のように使用
者の指示によりインスタンス実行モードに入るが、この
時ステップ1において、中央処理装置1はハードディス
ク装置3上の「オブジェクトテーブル」ファイルを主記
憶装置4上に読み出す。ステップ2において、使用者
は、表示装置2上のインスタンスをマウス入力装置5で
クリックし選択する。ステップ3において、中央処理装
置1は「オブジェクトテーブル」上の選択されたインス
タンスに対応するメソッドのうち現在実行可能なもの
を、図11のようにインスタンスの横に表示する。
Next, the operation in the instance execution mode will be described with reference to FIG. As described above, the process enters the instance execution mode in accordance with the user's instruction. At this time, in step 1, the central processing unit 1 reads out the “object table” file on the hard disk device 3 onto the main storage device 4. In step 2, the user clicks and selects an instance on the display device 2 with the mouse input device 5. In step 3, the central processing unit 1 displays a currently executable method corresponding to the selected instance on the "object table" next to the instance as shown in FIG.

【0017】ステップ4において、使用者は、表示装置
2上のメソッドをマウス入力装置5でクリックし選択す
る。ステップ5において選択されたメソッドがパスワー
ド保護されている場合ステップ7へ進み、そうでなけれ
ばステップ6へ進む。ステップ6で、中央処理装置1
は、インスタンスに対してメソッドを実行し、結果とし
て例えば図12に示すように表示装置2に表示する。ま
た、ステップ7で中央処理装置1は、図13に示すよう
に使用者にパスワードを入力させる。ステップ8で入力
されたパスワードが正当であると判断した場合は、ステ
ップ6へ進み、そうでなければステップ9へ進む。ステ
ップ9で中央処理装置1は使用者に入力されたパスワー
ドが不正であった旨を表示装置2に表示する。
In step 4, the user clicks a method on the display device 2 with the mouse input device 5 to select it. If the method selected in step 5 is password protected, proceed to step 7; otherwise proceed to step 6. In step 6, the central processing unit 1
Executes a method on the instance, and displays the result on the display device 2 as shown in FIG. 12, for example. In step 7, the central processing unit 1 prompts the user to input a password as shown in FIG. If it is determined in step 8 that the input password is valid, the process proceeds to step 6; otherwise, the process proceeds to step 9. In step 9, the central processing unit 1 displays on the display device 2 that the password input to the user is incorrect.

【0018】[0018]

【発明の効果】本発明によれば、オブジェクトに対する
メソッドを使用者の希望に合わせて実行可能あるいは不
可能にできるため、削除してはならないオブジェクトを
誤って削除してしまうなどの誤操作を防止できる。併せ
てパスワード保護機能の使用できるため、限られた使用
者にのみメソッドの実行を許可できる。これらのことか
ら、使用者はオブジェクトをカスタマイズすることがで
きる。
According to the present invention, since a method for an object can be executed or disabled according to the user's request, erroneous operations such as erroneous deletion of an object that should not be deleted can be prevented. . In addition, since the password protection function can be used, only a limited number of users can be allowed to execute the method. From these things, the user can customize the object.

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

【図1】本発明の一実施の形態における情報処理装置の
構成図
FIG. 1 is a configuration diagram of an information processing apparatus according to an embodiment of the present invention;

【図2】本発明の一実施の形態における「オブジェクト
テーブル」の構成図
FIG. 2 is a configuration diagram of an “object table” according to an embodiment of the present invention;

【図3】本発明の一実施の形態におけるモード選択時の
表示例図
FIG. 3 is a display example when a mode is selected according to the embodiment of the present invention;

【図4】本発明の一実施の形態におけるオブジェクト編
集処理の流れ図
FIG. 4 is a flowchart of an object editing process according to an embodiment of the present invention;

【図5】本発明の一実施の形態におけるオブジェクト編
集処理のメソッド選択処理時の表示例図
FIG. 5 is a display example at the time of a method selection process in the object editing process according to the embodiment of the present invention;

【図6】本発明の一実施の形態におけるオブジェクト編
集処理のメソッド編集処理時の表示例図
FIG. 6 is a diagram illustrating a display example during a method editing process in an object editing process according to an embodiment of the present invention;

【図7】本発明の一実施の形態におけるインスタンス生
成処理の流れ図
FIG. 7 is a flowchart of an instance generation process according to an embodiment of the present invention;

【図8】本発明の一実施の形態におけるインスタンス生
成処理のオブジェクト選択処理時の表示例図
FIG. 8 is a diagram illustrating a display example at the time of object selection processing in instance generation processing according to an embodiment of the present invention;

【図9】本発明の一実施の形態におけるインスタンス生
成後の表示例図
FIG. 9 is a view showing a display example after instance generation according to the embodiment of the present invention;

【図10】本発明の一実施の形態におけるインスタンス
実行処理の流れ図
FIG. 10 is a flowchart of an instance execution process according to an embodiment of the present invention;

【図11】本発明の一実施の形態におけるインスタンス
実行処理のメソッド選択処理時の表示例図
FIG. 11 is a display example diagram at the time of a method selection process in the instance execution process according to the embodiment of the present invention;

【図12】本発明の一実施の形態におけるインスタンス
実行後の表示例図
FIG. 12 is a diagram illustrating a display example after executing an instance according to an embodiment of the present invention;

【図13】本発明の一実施の形態におけるインスタンス
実行処理のパスワード入力処理時の表示例図
FIG. 13 is a display example of a password input process in the instance execution process according to the embodiment of the present invention.

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

1 中央処理装置 2 表示装置 3 ハードディスク装置 4 主記憶装置 5 マウス入力装置 6 キーボード入力装置 DESCRIPTION OF SYMBOLS 1 Central processing unit 2 Display device 3 Hard disk drive 4 Main storage device 5 Mouse input device 6 Keyboard input device

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】生成可能な複数のオブジェクトの一覧を不
揮発性記憶媒体に記録する手段と、各オブジェクトに対
して実行可能となりうるメソッド候補の一覧を、各オブ
ジェクトに対応させて前記不揮発性記憶媒体に記録する
手段と、各メソッドが現在実行可能であるか否かを示す
情報とパスワード保護状態であるか否かを示す情報とそ
のパスワード文字列を、各メソッドに対応させて前記不
揮発性記憶媒体に記録する手段と、 使用者の指示によりオブジェクト編集モードとインスタ
ンス生成モードとインスタンス実行モードとを切り替え
る手段と、 前記オブジェクト編集モードにおいて、使用者に編集す
べきオブジェクトを選択させる手段と、前記オブジェク
ト編集モードにおいて、選択されたオブジェクトに対し
て現在実行可能または実行不可能なメソッドの一覧を表
示する手段と、前記オブジェクト編集モードにおいて、
使用者の指示によりメソッドを実行可能な状態と実行不
可能な状態とにおいて相互に状態を変更する手段と、前
記オブジェクト編集モードにおいて、使用者の指示によ
り実行可能なメソッドをパスワード保護状態とパスワー
ド非保護状態とにおいて相互に状態を変更する手段と、 前記オブジェクトインスタンス生成モードにおいて、生
成可能なオブジェクト一覧を表示する手段と、前記イン
スタンス生成モードにおいて、使用者に生成するオブジ
ェクトを選択させる手段と、前記インスタンス生成モー
ドにおいて、選択されたオブジェクトの種類のインスタ
ンスを生成する手段と、 前記インスタンス実行モードにおいて、使用者に実行す
べきインスタンスを選択させる手段と、前記インスタン
ス実行モードにおいて、選択されたインスタンスに対し
て現在実行可能なメソッドを表示する手段と、前記イン
スタンス実行モードにおいて、表示された実行可能なメ
ソッドのうち実行すべきメソッドを使用者に選択させる
手段と、前記インスタンス実行モードにおいて、選択さ
れたメソッドがパスワード非保護状態である場合、選択
されたオブジェクトに対して選択されたメソッドを実行
する手段と、前記インスタンス実行モードにおいて、選
択されたメソッドがパスワード保護状態である場合、使
用者にパスワードを入力させ、正当なパスワードが入力
された場合に限り、選択されたインスタンスに対して選
択されたメソッドを実行する手段とを具備したことを特
徴とする情報処理装置。
1. A means for recording a list of a plurality of objects that can be generated in a non-volatile storage medium, and a list of method candidates that can be executed with respect to each object, in correspondence with each object. Means for recording each method, information indicating whether each method is currently executable, information indicating whether the method is in a password protected state, and a password character string corresponding to each method. Means for switching between an object editing mode, an instance generation mode, and an instance execution mode in accordance with a user's instruction; means for allowing a user to select an object to be edited in the object editing mode; Mode, the current executable or real And means for displaying a list of non-method, in the object editing mode,
Means for mutually changing the state between a state in which the method can be executed and a state in which the method cannot be executed according to a user's instruction; Means for mutually changing the state with the protection state, means for displaying a list of objects that can be created in the object instance creation mode, means for allowing the user to select an object to be created in the instance creation mode, Means for generating an instance of the selected object type in the instance generation mode; means for allowing the user to select an instance to be executed in the instance execution mode; and an instance selected in the instance execution mode. Means for displaying a currently executable method for the user, means for allowing the user to select a method to be executed among the displayed executable methods in the instance execution mode, Means for executing the selected method on the selected object when the selected method is in the password unprotected state, and providing a password to the user when the selected method is in the password protected state in the instance execution mode. And a means for executing the selected method on the selected instance only when a valid password is input.
JP9097009A 1997-04-15 1997-04-15 Information processor Pending JPH10289106A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9097009A JPH10289106A (en) 1997-04-15 1997-04-15 Information processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9097009A JPH10289106A (en) 1997-04-15 1997-04-15 Information processor

Publications (1)

Publication Number Publication Date
JPH10289106A true JPH10289106A (en) 1998-10-27

Family

ID=14180311

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9097009A Pending JPH10289106A (en) 1997-04-15 1997-04-15 Information processor

Country Status (1)

Country Link
JP (1) JPH10289106A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001092953A1 (en) * 2000-05-31 2001-12-06 Seiko Epson Corporation Projector and projection display system and method, and recorded medium
SG96365A1 (en) * 2001-08-28 2005-04-28 Seiko Epson Corp Projector for projecting password
JP2007156955A (en) * 2005-12-07 2007-06-21 Mitsubishi Electric Corp Device and program for generating guidance
US8230000B2 (en) 2003-03-24 2012-07-24 Seiko Epson Corporation Image-display method, projector, image-display system, projector-control method, image-display program, and projector-control program
US8296572B2 (en) 2006-04-04 2012-10-23 Seiko Epson Corporation Projector system

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7782330B2 (en) 2000-05-31 2010-08-24 Seiko Epson Corporation Projector, projection display system, and corresponding method and recording medium
WO2001092953A1 (en) * 2000-05-31 2001-12-06 Seiko Epson Corporation Projector and projection display system and method, and recorded medium
US9888221B2 (en) 2000-05-31 2018-02-06 Seiko Epson Corporation Projector, projection display system, and corresponding method and recording medium
US7397476B2 (en) 2000-05-31 2008-07-08 Seiko Epson Corporation Projector, projection display system, and corresponding method and recording medium
US7965284B2 (en) 2000-05-31 2011-06-21 Seiko Epson Corporation Projector, projection display system, and corresponding method and recording medium
US9270729B2 (en) 2000-05-31 2016-02-23 Seiko Epson Corporation Projector, projection display system, and corresponding method and recording medium
US8654109B2 (en) 2000-05-31 2014-02-18 Seiko Epson Corporation Projector, projection display system, and corresponding method and recording medium
US8155768B2 (en) 2000-05-31 2012-04-10 Seiko Epson Corporation Projector, projection display system, and corresponding method and recording medium
US7447906B2 (en) 2001-08-28 2008-11-04 Seiko Epson Corporation Projector projecting password
US8272035B2 (en) 2001-08-28 2012-09-18 Seiko Epson Corporation Projector projecting password
SG96365A1 (en) * 2001-08-28 2005-04-28 Seiko Epson Corp Projector for projecting password
US7770210B2 (en) 2001-08-28 2010-08-03 Seiko Epson Corporation Projector projecting password
US8230000B2 (en) 2003-03-24 2012-07-24 Seiko Epson Corporation Image-display method, projector, image-display system, projector-control method, image-display program, and projector-control program
JP2007156955A (en) * 2005-12-07 2007-06-21 Mitsubishi Electric Corp Device and program for generating guidance
US8296572B2 (en) 2006-04-04 2012-10-23 Seiko Epson Corporation Projector system

Similar Documents

Publication Publication Date Title
US10248294B2 (en) Modal-less interface enhancements
JP4972254B2 (en) Integrated method for creating refreshable web queries
US7490314B2 (en) System and method for exposing tasks in a development environment
KR100863125B1 (en) User interface element representation with simplified view
US6278450B1 (en) System and method for customizing controls on a toolbar
US6289363B1 (en) Navigation editor framework for building mulitmedia titles
US5664133A (en) Context sensitive menu system/menu behavior
US7055109B2 (en) System and method for business process space definition
US20020175955A1 (en) Graphical user interface having contextual menus
US8112723B2 (en) Previewing next state based on potential action in current state
JP5116541B2 (en) Method, system, and medium for establishing a context-based software layer (context-based software layer)
JP4921352B2 (en) Dynamic instantiation of entities that are not visible on the screen (method and apparatus for displaying information)
KR20060015397A (en) Method and apparatus for changing background screen in gui operating system
JPH10289106A (en) Information processor
EP0717343A1 (en) Context sensitive menu system/menu behavior
JP2560191B2 (en) Method of controlling computer system with graphical user interface
JP5330302B2 (en) Operation recording program and apparatus
JP4679834B2 (en) GUI design apparatus and program
JP3471224B2 (en) File operating device, file operating method, and recording medium recording file operating program
JPH0635855A (en) Work station control method for computer system
JP2008052387A (en) Program generation device, program generation method, program, and recording medium
JP2909011B2 (en) Memory dump analysis support tool
JP3005523B2 (en) File installation method and recording medium
Gregory et al. Lists
JPH0651932A (en) Window system