1016万例文収録!

「イベントハンドラ」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > イベントハンドラの意味・解説 > イベントハンドラに関連した英語例文

セーフサーチ:オン

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

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

セーフサーチについて

イベントハンドラを含む例文一覧と使い方

該当件数 : 103



例文

イベントハンドラ例文帳に追加

Event Handlers  - NetBeans

イベントハンドラ例文帳に追加

Event Handler  - NetBeans

イベントハンドラの使用例文帳に追加

Using an Event Handler  - NetBeans

イベントハンドラの良くない使い方例文帳に追加

Bad Practice of Event Handler Usage  - NetBeans

例文

コード例 2:Button1 のイベントハンドラ例文帳に追加

Code Sample 2: Button1 Event Handler  - NetBeans


例文

コード例 1: 値変更イベントハンドラメソッド例文帳に追加

Code Sample 1: Value Change Event Handler Method  - NetBeans

ダイアログ内のボタンのイベントハンドラを作成する。例文帳に追加

Create event handlers for the buttons in the dialogs.  - NetBeans

コード例 1: ドロップダウンリストのイベントハンドラ例文帳に追加

Code Sample 1: Drop Down List Event Handler  - NetBeans

また、イベントハンドラは例外をスローしません。例文帳に追加

Note also that the event handler does not throw exceptions.  - NetBeans

例文

イベントハンドラコンテナを追加したら、イベントハンドラ要素を右クリックして、イベント時分岐またはアラーム時分岐を追加します。例文帳に追加

Once you have added an Event Handlers container, you can right-click on the Event Handlers element to add an On Event or On Alarm branch.  - NetBeans

例文

\\fIposition\\fP がXtListTailならば、イベントハンドラは、以前に登録されたどのイベントハンドラよりも後に呼び出される位置に登録される。例文帳に追加

If position is XtListTail, the event handler is registeredto be called after any previously registered event handlers.  - XFree86

イベントハンドラ抽出部106は、文書ファイルから所定のイベントハンドラを含むオブジェクトを抽出する。例文帳に追加

An event handler extraction part 106 is configured to extract an object including a predetermined event handler from a document file. - 特許庁

イベントハンドラコンテナを右クリックし、「追加」「イベント時」を選択します。例文帳に追加

Right-click the Event Handlers container and choose Add On Event.  - NetBeans

より詳しい情報は、イベントハンドラの使用を参照してください。例文帳に追加

For more informatiom refer to Using an Event Handler section.  - NetBeans

イベントリスナーとイベントハンドラを作成するには、次の手順に従います。例文帳に追加

To create the event listeners and handlers:  - NetBeans

これはインタプリタの内部ループイベントハンドラに影響を与えます。例文帳に追加

Influence the interpreter inner loop event handling.  - Python

値変更イベントハンドラが呼び出されたあとで、アプリケーションによって prerender メソッドが呼び出されます。例文帳に追加

After the value change event handlers are called, the application calls the prerender method. - NetBeans

注: イベントハンドラはビジネスプロセスのメインフローを遮ることはありません。例文帳に追加

Note: Event handlers do not interfere with the main flow of the business process.  - NetBeans

プロセス要素または任意のスコープを右クリックして、「追加」「イベントハンドラ」を選択します。例文帳に追加

Right-click the Process element or any Scope and choose Add Event Handlers.  - NetBeans

不適切なイベントハンドラの使い方によって、プロセスの妥当性検査が失敗する場合があります。例文帳に追加

The process may not pass validation because of inappropriate event handler usage.  - NetBeans

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

Add the following code shown in bold to the button's event handler method:  - NetBeans

IDE によってアクションイベントハンドラメソッドが作成され、Java エディタにメソッドが表示されます。例文帳に追加

The IDE creates an action event handler method and positions the Java editor on the method.  - NetBeans

このようなイベントに応答する値変更イベントハンドラとしてメソッドを登録できます。例文帳に追加

You can register a method as a value change event handler for responding to such an event.  - NetBeans

登録されたイベントハンドラの名前がある場合は、コンポーネントの「valueChange」プロパティーに表示されます。例文帳に追加

The component's valueChange property shows the name of the registered event handler, if any.  - NetBeans

イベントがある場合は、この関数を使うと、Pythonイベントハンドラ関数を渡せます。例文帳に追加

With this function you can pass a Python event-handler function that will be called if an event is available. - Python

既にイベントハンドラがセットされているのに、さらにセットしようとするとエラーになります。 有効性:MacPython-OS9例文帳に追加

Setting an event handler while one is already set is anerror.Availability: MacPython-OS9.  - Python

なお、この関数はユーザが作成したイベントを(イベントハンドラに)配送するためにも利用できる。例文帳に追加

However, it also can be used to dispatch user-constructed events.  - XFree86

\\fIposition\\fP 1i以前に登録された他のハンドラに対して、このイベントハンドラがいつ呼ばれるかを指定する。例文帳に追加

widget Specifies the widget for this event handler.  - XFree86

.LP関数XtRemoveEventTypeHandlerは、XtInsertEventTypeHandlerを使って指定したイベント型に登録されたイベントハンドラの登録を抹消する。例文帳に追加

The XtRemoveEventTypeHandlerfunction unregisters an even handler registered with XtInsertEventTypeHandler for the specified event type. - XFree86

例示的なシステムは、クライアントログオンなどのイベント通知を受け取るイベントハンドラを含む。例文帳に追加

An exemplary system includes an event handler to receive event notifications, such as, a client logon. - 特許庁

その中でイベントautoPlayが発行され、対応するイベントハンドラonAutoPlayが実行される。例文帳に追加

During this, an event autoPlay is issued, and a corresponding event handler onAutoPlay is executed. - 特許庁

このイベントハンドラは、イベント通知を受け取ったことに応答して、管理サービス300を呼び出す。例文帳に追加

The event handler calls out a management service 300, in response to receiving an event notification. - 特許庁

イベントハンドラの直接の子はスコープだけなので、パレットからイベントハンドラに要素をドラッグすると、その要素は自動的にスコープにラップされます。例文帳に追加

The onlyimmediate child of an Event Handler is Scope, so when you drag an element from the Palette into an Event Handler, it is automatically wrapped in Scope. - NetBeans

この場合は、イベントハンドラの処理によってビジネスプロセスの状態が集められ、イベントハンドラを起動させた要求に対して返信を行います。例文帳に追加

In this case, the activities in the event handler will collect data about the state of the business process, and then reply to the request that triggered the event handler. - NetBeans

\\fIposition\\fP がXtListHeadならば、イベントハンドラは、以前に同じウィジェットに対して登録されたどのイベントハンドラよりも前に呼ばれる位置に登録される。例文帳に追加

XtInsertEventHandleris identical to XtAddEventHandler with the additional position argument.if position is XtListHead, the event handler is registered to that itwill be called before any event handlers that were previously registeredfor the same widget.  - XFree86

管理情報は、再生リスト情報と、少なくともユーザオペレーションを含むイベントにより起動されるイベントハンドラとを含み、イベントハンドラには識別子が割り当てられている。例文帳に追加

The management information includes reproduction list information and an event handler to be started by an event including at least a user operation and an identifier is allocated to the event handler. - 特許庁

レイヤ302でメソッドend()以降のスクリプトがイベントハンドラの最後まで実行され、次いでキューの並び順でイベントの発行と対応するイベントハンドラの実行が行われる。例文帳に追加

Scripts after the method end () are executed until the last of the event handler on the layer 302, and the event handler corresponding to the event issuance is executed in the arraying order of queues. - 特許庁

スクリプト実行部108は、フォーカス制御部によって選択されたオブジェクトがイベントハンドラを含むオブジェクトである場合、イベントハンドラに関連づけられたスクリプトを実行する。例文帳に追加

A script execution part 108 is configured to, when the object selected by the focus control part is an object including the event handler, execute the script associated with the event handler. - 特許庁

イベント駆動型プログラミングモデルは,プログラムを,マウスイベントなどのイベントに応答する一連のイベントハンドラとして編成する.例文帳に追加

Event driven programming model organizes a program as a series of event handlers that respond to events such as a mouse event.  - コンピューター用語辞典

「テキストフィールド」コンポーネントを右クリックし、「イベントハンドラを編集」「validate」を選択します。 Java エディタが開きます。例文帳に追加

Right-click the Text Field component and choose Edit Event Handler > validate.This opens the Java Editor.  - NetBeans

イベントハンドラメソッドのスタブは、「ドロップダウンリスト」コンポーネントをはじめてダブルクリックしたときに作成されます。例文帳に追加

The IDE creates this event handler method stub the first time that you double-click the Drop Down List component. - NetBeans

具体的には、ボタンがクリックされたときにアプリケーションによって呼び出されるイベントハンドラを追加します。例文帳に追加

You do this by adding an event handler that the application calls whenever the button is clicked. - NetBeans

相互関係セット名は、ピック要素のメッセージ時分岐、およびイベントハンドラのイベント時変種でも使用されます。例文帳に追加

Correlation set names are also used in the onMessage branches of Pick elements and in the onEvent variant of event handlers. - NetBeans

デザインビューで、要素 (呼び出し、受信、返信、ピックのメッセージ時分岐、イベントハンドラコンテナ要素のイベント時分岐) をダブルクリックします。例文帳に追加

In the Design view, double-click an element (Invoke, Receive, Reply,the On Message branch of Pick, or the On Event branch of an Event Handlers container element). - NetBeans

注: BPEL 実行環境は、フロー要素とアラーム時要素の中、およびイベントハンドラ要素のイベント時子の中では、終了をサポートしません。例文帳に追加

Note: The BPEL runtime does not support Exit within the Flow and OnAlarm elements, or within the On Event child of the Event Handler element.  - NetBeans

イベントハンドラ内で実行されるアクションは、シーケンスやフローなど、どのようなタイプのアクティビティーにもなります。例文帳に追加

The actions taken within an Event Handler can be any type of activity, such as Sequence or Flow. - NetBeans

特定のイベント時要素またはアラーム時要素を、いくつでもイベントハンドラグループに追加できます。例文帳に追加

You may add as many specific On Event or On Alarm elements as you wish to the Event Handlers group.  - NetBeans

例えば、主フローに送信されたリクエストに返信するイベントハンドラを使うと、妥当性検査でエラーが発生します。例文帳に追加

For example,using an event handler for sending a reply to a request sent to the main flow will cause validation errors.  - NetBeans

ビジュアルデザイナで、終了日付カレンダコンポーネントを右クリックし、「イベントハンドラを編集」「validate」を選択します。例文帳に追加

In the Visual Designer, right-click the End Calendar component and choose Edit Event Handler validate. - NetBeans

例文

ビジュアルデザイナで「リストボックス」コンポーネントを右クリックし、「イベントハンドラを編集」「processValueChange」を選択します。例文帳に追加

In the Visual Designer, right click on Listbox component and select Edit Event Handler processValueChange.  - NetBeans

索引トップ用語の索引



  
Copyright © Japan Patent office. All Rights Reserved.
  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  
Copyright 2001-2004 Python Software Foundation.All rights reserved.
Copyright 2000 BeOpen.com.All rights reserved.
Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved.
Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.
  
© 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会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS