1153万例文収録!

「add handler」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > add handlerに関連した英語例文

セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

add handlerの部分一致の例文一覧と使い方

該当件数 : 18



例文

Right-click the Fault Handler container and choose Add Add Catch or Add Catch All. 例文帳に追加

フォルトハンドラコンテナを右クリックし、「追加」「キャッチを追加」または「追加」「すべてをキャッチ」を選択します。 - NetBeans

You can add one termination handler for a scope. 例文帳に追加

スコープ 1 つにつき終了ハンドラを 1 つ追加できます。 - NetBeans

In the Handlers for actionPerformed dialog box, add a handler called saveCustomer.例文帳に追加

「actionPerformed のハンドラ」ダイアログで、saveCustomer という名前のハンドラを追加します。 - NetBeans

In the Handlers for actionPerformed dialog box, add a handler called saveOrder.例文帳に追加

「actionPerformed のハンドラ」ダイアログで、saveOrder という名前のハンドラを追加します。 - NetBeans

例文

You can add one Compensation Handler to either the Scope or the Invoke elements. 例文帳に追加

スコープ要素または呼び出し要素に補償ハンドラを 1 つ追加できます。 - NetBeans


例文

You will use the MAXTRIPID value in the action handler for the Save button, which you will add next. 例文帳に追加

MAXTRIPID の値は、このあとで追加する「Save」ボタンのアクションハンドラで使用します。 - NetBeans

Add the following code shown in bold to the button's event handler method: 例文帳に追加

ボタンのイベントハンドラメソッドに、次のボールドで示されているコードを追加します。 - NetBeans

To add a Compensation Handler to Scope or Invoke elements: 例文帳に追加

スコープ要素または呼び出し要素に補償ハンドラを追加するには、次の手順に従います。 - NetBeans

To add a Termination Handler to Scope or Process elements: 例文帳に追加

終了ハンドラをスコープ要素またはプロセス要素に追加するには、次の手順に従います。 - NetBeans

例文

The SMI handler simulates the hot add event in a physical memory, and reports this fact to the OS.例文帳に追加

SMIハンドラは、物理メモリの「ホット・アッド」イベントをシミュレートし、当該イベントをOSに報告する。 - 特許庁

例文

The IDE also registers the method as a handler for the value change event.You add code to this method later.例文帳に追加

また、このメソッドは、値変更イベントのハンドラとして登録されます。 あとでこのメソッドにコードを追加します。 - NetBeans

If you have not added a Fault Handler container to the diagram, in the Design view right-click the Scope or Process element and choose Add Add Fault Handlers. 例文帳に追加

まだフォルトハンドラコンテナを図に追加していない場合、デザインビューでスコープ要素またはプロセス要素を右クリックし、「追加」「フォルトハンドラを追加」を選択します。 - NetBeans

An extended handler incorporating means 11 loads an extended device driver 20 to a device driver code area 15 as an extended system call handler 21 according to an add-on request from an add-on program manager 30, and solves the address information of the symbol of the extended system call handler 21 so that it can operate as a portion of a device driver 10.例文帳に追加

拡張ハンドラ組み込み手段11は、アドオンプログラムマネージャ30からのアドオン要求に応じて拡張デバイスドライバ20を拡張システムコールハンドラ21としてデバイスドライバコード領域15にロードし、デバイスドライバ10の一部として動作可能となるように拡張システムコールハンドラ21のシンボルのアドレス情報の解決を行う。 - 特許庁

If the standard validators do not perform the validation checking you need, you can easily add your own validation handler. 例文帳に追加

標準のバリデータが必要な妥当性検査チェックを実行しない場合、独自の妥当性検査ハンドラを簡単に追加できます。 - NetBeans

Alternatively, you can add your own validation method by right-clicking the component and choosing Edit Event Handler Validate. 例文帳に追加

また、コンポーネントを右クリックし、「イベントハンドラを編集」「validate」を選択することで、独自の妥当性検査メソッドを追加することもできます。 - NetBeans

The Rethrow activity is used to rethrow the fault caught by the fault handler.Before adding the Rethrow element to the BPEL process, you should add a Fault Handler element to the Process or Scope element and add a Catch or Catch All element to the Fault Handler container.例文帳に追加

再スローアクティビティーは、フォルトハンドラでキャッチされたフォルトを再スローするために使用します。 再スロー要素を BPEL プロセスに追加する前に、プロセス要素またはスコープ要素にフォルトハンドラ要素を追加し、フォルトハンドラコンテナにキャッチ要素またはすべてをキャッチ要素を追加してください。 - NetBeans

You now need to modify DVDStoreAdmin.java to add the query strings and create the methods to construct and invoke a query that incorporates the input variables.You also need to modify the button event handler to invoke the correct query and add a method to display the query results in the table.例文帳に追加

DVDStoreAdmin.java を変更して、クエリー文字列を追加し、入力変数を組み込むクエリーを構築して呼び出すメソッドを作成する必要があります。 また、ボタンイベントハンドラを変更して、正しいクエリーを呼び出し、クエリー結果を表に表示するメソッドを追加する必要があります。 - NetBeans

例文

You also learn how to add your own validation handler to an application and how to override the built-in error messages provided by the IDE for when a standard validation fails. 例文帳に追加

また、独自の妥当性検査ハンドラをアプリケーションに追加する方法と、標準の妥当性検査が失敗したときに、IDE が提供する組み込みのエラーメッセージをオーバーライドする方法も学習します。 - NetBeans




  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
© 2010, Oracle Corporation and/or its affiliates.
Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS