IDEを含む例文一覧と使い方
該当件数 : 3656件
Generally speaking, to be able to respond, each interactive GUI component needs to register to an event listener and needs to implement an event handler.As you can see, NetBeans IDE handles hooking up the event listener for you, so you can concentrate on implementing the actual business logic that should be triggered by the event.例文帳に追加
一般に、応答できるためには、対話型の GUI コンポーネントがイベントリスナーに登録され、イベントハンドラを実装する必要があります。 イベントリスナーの関連付けは NetBeans IDE によって自動的に行われるので、開発者はそのイベントでトリガーする実際のビジネスロジックの実装に専念できます。 - NetBeans
Description: UML code generation uses default system encoding instead of the encoding of the java project and this can mean non ASCII characters might not be seen and processed correctly if the java project encoding is not the same as the encoding of the locale in which the user is running the NetBeans IDE. 例文帳に追加
説明: UML コード生成では、Java プロジェクトのエンコーディングの代わりにデフォルトのシステムエンコーディングを使用します。 これは、Java プロジェクトのエンコーディングが NetBeans IDE を実行しているロケールのエンコーディングと同じでない場合に、ASCII 以外の文字の表示と処理が正しく行われない可能性があることを意味します。 - NetBeans
NetBeans IDE automatically tries to identify the location of the cleartool executable file by using the PATH system variable on your computer.Depending on your platform however, or whether you installed the ClearCase client to a different location, it may be necessary to specify the path to the executable file explicitly.例文帳に追加
NetBeans IDE は、コンピュータ上の PATH システム変数を使用して、自動的に cleartool 実行可能ファイルの場所を特定しようとします。 ただし、プラットフォームに応じて、または別の場所に ClearCase クライアントをインストールしたかどうかに応じて、実行可能ファイルのパスを明示的に指定する必要がある場合があります。 - NetBeans
If the checkbox is selected, the IDE creates the Bundle.properties file in the demo package as it is set in the Properties Bundle File property.If you need to have this file in a different location,you can click the ellipsis (...) button and choose a location or directly type the path in the property's text field.例文帳に追加
チェックボックスが選択されると、「プロパティーバンドルファイル」プロパティーで設定されているとおりに、IDE が demo パッケージ内に Bundle.properties ファイルを作成します。 このファイルを別の場所に置く必要がある場合は、省略符号ボタン (...) をクリックして場所を選択するか、プロパティーのテキストフィールドにパスを直接入力できます。 - NetBeans
To add support for Hibernate to a J2SE project you need to add the Hibernate library to the project. The Hibernate library is included with the IDE and can be added to any project by right-clicking the 'Libraries' node in the Projects window,selecting 'Add Library' and then selecting the Hibernate library in the Add Library dialog box.例文帳に追加
Hibernate サポートを J2SE プロジェクトに追加するには、Hibernate ライブラリをプロジェクトに追加する必要があります。 Hibernate ライブラリは IDE に含まれており、「プロジェクト」ウィンドウで「ライブラリ」ノードを右クリックして「ライブラリを追加」を選択し、「ライブラリを追加」ダイアログで「Hibernate」ライブラリを選択することで、任意のプロジェクトに追加できます。 - NetBeans
You now use the Entity Classes from Database wizard to create entity classes based on tables in the bundled sample database.The sample database is a JavaDB database, but you can use the wizard to quickly generate entity classes fromany supported database if the database connection is registered with the IDE. 例文帳に追加
ここでは「データベースからのエンティティークラス」ウィザードを使用して、付属の sample データベース内の表に基づいてエンティティークラスを作成します。 sample データベースは JavaDB データベースですが、ウィザードを使用すれば、データベース接続が IDE に登録されている任意のデータベースからエンティティークラスをすぐに生成できます。 - NetBeans
For each entity class the IDE also created JSF converter and controller classes in the hibernatesample.jsf package.Each JSF converter class implements the javax.faces.convert.Converter interface defined by JavaServer Faces and performs the work of converting instances of the corresponding entity class to String objects and vice versa.The IDE generated three utility classes in the hibernatesample.jsf.util package containing the general JSF logic used by the JSF controllers.例文帳に追加
各 JSF コンバータクラスは、JavaServer Faces で定義されている javax.faces.convert.Converter インタフェースを実装し、対応するエンティティークラスのインスタンスと文字列型のオブジェクトの間の変換を行います。 hibernatesample.jsf.util パッケージ内には、JSF コントローラによって使用される汎用の JSF ロジックを含む 3 つのユーティリティークラスが生成されます。 - NetBeans
If you expand the Configuration Files node and open faces-config.xml in the XML editor,you can see that the IDE inserted the managed-bean and converter elements for each of the controller and converter classes. The IDE also inserted a navigation-rule element for each JSP, indicating the logical outcome that causes the application to navigate to that JSP.例文帳に追加
「構成ファイル」ノードを展開し、faces-config.xml を XML エディタで開くと、コントローラおよびコンバータクラスごとに管理対象 Bean とコンバータ要素が挿入されたことがわかります。 また、アプリケーションを JSP にナビゲートさせる論理的な結果を示すナビゲーション規則要素も JSP ごとに挿入されています。 - NetBeans
To integrate the profiling tool with the project, click OK in the dialog box.The IDE creates a backup of build.xml named build-before-profiler.xmland adds the following line to build.xml:import file=nbproject/profiler-build-impl.xml/You can restore the original build script by choosing Advanced Commands Unintegrate from the Profile menu. 例文帳に追加
プロジェクトとプロファイルツールを統合するには、ダイアログボックスで「了解」をクリックします。 IDE は build.xml のバックアップを build-before-profiler.xml という名前で作成し、build.xml に以下の行を追加します:import file="nbproject/profiler-build-impl.xml"/メニューから「プロファイル」「拡張コマンド」「プロファイラの統合を解除」を選択することによって、元のビルドスクリプトに戻すことができます。 - NetBeans
Note: You can save snapshots anywhere on your filesystem, however only snapshots saved in the default location in your project will be listed in the Profiler window.You can also click the "Save current view to image" button in the snapshot's toolbar to save the snapshot as an image files (.png) that can be viewed outside of the IDE.例文帳に追加
注: スナップショットはファイルシステム上のどこにでも保存することができますが、プロファイラウィンドウにリスト表示されるのは、プロジェクト内のデフォルトの位置に保存されたスナップショットのみです。 スナップショットをイメージファイル (.png) として保存して IDE を使わずに内容を見ることもできます。 - NetBeans
If the window component doesn't open automatically or if you accidentally close it before taking the steps that follow, just insert this in thelayer.xml file and then restart the application from inside the IDE and open the window component from the newly created Client menu:例文帳に追加
ウィンドウコンポーネントが自動的に開かない場合、またはあとに続く手順を実行する前にウィンドウを閉じてしまった場合は、layer.xml ファイルに次のコードを挿入します。 次に、IDE 内からアプリケーションを再起動して、新しく作成されるクライアントメニューからウィンドウコンポーネントを開きます。 - NetBeans
In addition to using the Python IDE interactively, you can also type out a complete Python program, saving it incrementally, and execute it or smaller selections of it.You can create a new script, open a previously saved script, and save your currently open script by selecting the appropriate item in the``File'' menu.例文帳に追加
Python IDE は、対話的に使うだけでなく、Python プログラムを書き上げたり、順次保存したりでき、全体や一部分の実行もできます。 「File」メニューの適当なメニューアイテムを選択すれば新たにスクリプトを作成したり、前に保存したスクリプトを開いたり、 現在開いているスクリプトを保存したりできます。 - Python
To specify an inexpensive IDE disk drive in a storage array provided with simplified cabling/signal routing, hot plugging and a passive center plane.例文帳に追加
簡素化されたケーブリング/信号ルーティング、ホットプラギング、及び受動センター面を備えた記憶アレイ内での安価なIDEディスクドライブを特定する。 - 特許庁
You can use the IDE's HTTP Server monitor to verify the HTTP communication that takes place as requests and responses are passed between the client and server.例文帳に追加
IDE の HTTP サーバーモニターを使用して、要求と応答がクライアントとサーバーの間で受け渡されるときに実行される HTTP 通信を確認できます。 - NetBeans
When you added a Data Provider for the TRIP table, the IDE created a RowSet object with an SQL query that returns all the rows for all the columns in the table.例文帳に追加
TRIP 表のデータプロバイダを追加したときに、行セットオブジェクトと、表内のすべての列のすべての行を返す SQL クエリーが作成されました。 - NetBeans
If you are using an operating system for which there is no installer you can still use NetBeansIDE by downloading and installing archive distributions.例文帳に追加
インストーラの用意されていないオペレーティングシステムを使用していても、アーカイブ版をダウンロードし、インストールすることによって、NetBeans IDE を使用することができます。 - NetBeans
If there are any complications, the IDE displays the related error messages in the Output window and does not continue with the build-and-run process. 例文帳に追加
配備中に問題が発生した場合は、関連するエラーメッセージが「出力」ウィンドウに表示され、一連の構築・実行プロセスは中断されます。 - NetBeans
The IDE cleans out the project's build directory and dist directory, undeploys the web application, and then builds and deploys the application. 例文帳に追加
これにより、プロジェクトの build ディレクトリと dist ディレクトリの内容が削除され、Web アプリケーションの配備が取り消され、再度アプリケーションの構築と配備が行われます。 - NetBeans
When we added the JFrame container, the IDE opened the newly-created ContactEditorUI form in an Editor tab with a toolbar containing several buttons, as shown in the preceeding illustration.例文帳に追加
上図に示すように、JFrame コンテナを追加すると、新しく作成された ContactEditorUI フォームがエディタのタブで開きます。 ツールバーには、複数のボタンがあります。 - NetBeans
Thanks to the IDE's Free Design paradigm, you no longer have to struggle with layout managers to control the size and position of the components within your containers.例文帳に追加
IDE ではフリーデザイン方式が採用されているので、レイアウトマネージャーを使ってコンテナ内のコンポーネントのサイズや位置を制御する必要がありません。 - NetBeans
Though the IDE's GUI Builder simplifies the process of creating Java GUIs,it is often helpful to sketch out the way you want your interface to look before beginning to lay it out.例文帳に追加
IDE の GUI ビルダーによって、Java の GUI を作成するプロセスが簡素化されますが、配置を始める前にインタフェースのレイアウトをスケッチすると役立ちます。 - NetBeans
To take advantage of NetBeans IDE's Java EE 5 capabilities, use an application server that is fully compliant with the Java EE 5 specification, such as the GlassFishApplication Server V2 UR2.例文帳に追加
NetBeans IDE の Java EE 5 機能を活用するためには、GlassFish アプリケーションサーバー V2 UR2 などの、Java EE 5 仕様に完全に準拠したアプリケーションサーバーを使用してください。 - NetBeans
For example, you can write an Ant target that compiles the currently selected file and then map the target to the IDE's Run File command. 例文帳に追加
たとえば、現在選択されているファイルをコンパイルする Ant ターゲットを作成し、そのターゲットを IDE の「ファイルを実行」コマンドにマッピングすることができます。 - NetBeans
Since we know that all of IDE's classes take up a specific amount of memory, we give the JVM a hint as to how much memory it will need. 例文帳に追加
IDE のクラス全体が一定量のメモリーを占有することは自明のことのため、必要なメモリー量に関するヒントを JVM に提供します。 - NetBeans
If you expand the ejb source package in the Projects window you can see that the IDE created the Java classes Customer.java and DiscountCode.java in the ejb package in the web application project.例文帳に追加
「プロジェクト」ウィンドウで ejb ソースパッケージを展開すると、Web アプリケーションプロジェクトの ejb パッケージ内に、Java クラス Customer.java および DiscountCode.java が作成されたのが確認できます。 - NetBeans
Click Run Main Project in the main toolbar.The IDE saves all changed files, rebuilds the application, and redeploys the application to the server.例文帳に追加
メインツールバーで「主プロジェクトを実行」をクリックします。 変更したファイルがすべて保存され、アプリケーションが再構築され、サーバーに再配備されます。 - NetBeans
Place the cursor on an exception in a method declarationthrows clause.The IDE highlights all the places where that exception can be thrown.例文帳に追加
メソッド宣言の throws 句内の例外の上にカーソルを置きます。 この例外がスローされる可能性があるすべての箇所が強調表示されます。 - NetBeans
It demonstrated how to install framework support plugins by downloading manually as well as via an update center in the IDE's Plugin Manager.例文帳に追加
IDE のプラグインマネージャーからアップデートセンターを使用する方法と、手動でのダウンロードによってフレームワークサポートプラグインをインストールする方法を紹介しました。 - NetBeans
If this project is the first Ruby project that you have opened or created, a dialogmight appear asking you to choose a Ruby interpreter.例文帳に追加
このプロジェクトが IDE で最初に開いた、または作成された Ruby プロジェクトである場合、Ruby インタプリタの選択を求めるダイアログが表示されることがあります。 - NetBeans
Because NetBeans is open source, you can influence what happens to the IDE and the direction for NetBeans' future growthContributing code is not the only way to help NetBeans!例文帳に追加
つまり、NetBeans において、あなたはコミュニティーの担い手です。 このソフトウェアを利用する人がいなければ、コミュニティーが存在する理由はありません。 - NetBeans
When you click Finish, the IDE creates the web application project and opens welcomeJSF.jsp in the editor.You can close welcomeJSF.jsp because you will not need to edit this file. 例文帳に追加
「完了」をクリックすると、Web アプリケーションプロジェクトが作成され、welcomeJSF.jsp がエディタに表示されます。 welcomeJSF.jsp は編集する必要がないので、閉じてもかまいません。 - NetBeans
You can still write and run JUnit 3 tests if you select JUnit 4 as the version,but the IDE uses the JUnit 4 template for generating test skeletons. 例文帳に追加
バージョンとして JUnit 4 を選択しても JUnit 3 のテストを記述して実行することはできますが、テストスケルトンの生成には JUnit 4 のテンプレートが使用されます。 - NetBeans
When you run the test suite the IDE runs the tests included in the suite in the order they are listed.The results are displayed in the JUnit Test Results window. 例文帳に追加
テストスイートを実行すると、スイートに含まれるテストが一覧表示された順に実行されます。 結果は「JUnit テスト結果」ウィンドウに表示されます。 - NetBeans
It is a command-line tool and not ideal for use with the IDE.Type any arguments for the admin tool in the Arguments field. 例文帳に追加
これはコマンド行ツールであり、IDE での使用には適していません。 管理ツールに引数を付ける場合は、「引数」フィールドに引数を入力します。 - NetBeans
You can easily add support for the JMeter load generator by downloading and installing the JMeter Kit and Load Generator plugins from the NetBeans Update Center.例文帳に追加
JMeter Kit と Load Generator プラグインを NetBeans アップデートセンターからダウンロードしてインストールすることによって、JMeter 負荷生成器のサポートを簡単に IDE に追加することができます。 - NetBeans
With a C/C++ Application, Dynamic Library, or Static Library project, theIDE controls all aspectsof how your application is built, run, and debugged. 例文帳に追加
C/C++ アプリケーション、動的ライブラリ、または静的ライブラリプロジェクトを使用すると、アプリケーションの構築、実行、およびデバッグのすべてが IDE によって制御されます。 - NetBeans
The IDE builds the web application and deploys it, using the server you specified when creating the project. The browser opens and displays the login.jsp page.例文帳に追加
Web アプリケーションが構築され、プロジェクトを作成するときに指定したサーバーを使用して配備されます。 ブラウザが開き、loginForm.jsp ページが表示されます。 - NetBeans
If you are running Java Desktop System 2.0 in an Asian locale, you should use the version of NetBeans IDE that comes with the Java DesktopSystem (JDS) CD pack.例文帳に追加
Java Desktop System Release 2 の日本語環境で NetBeans 3.6 を使用する場合は、Java Desktop System (JDS) CD または NetBeans 3.6 CD に含まれている Java 2 SDK (J2SDK) をインストールして使用することを推奨します。 - NetBeans
Workaround: Do the following steps so that the Add New Server dialog box recognizes the installation as a Tomcat 5 server:例文帳に追加
これは、IDE がその Tomcat を Tomcat 5 サーバーとして認識していないからです。 回避策: 以下の手順によって、「新規サーバーを追加」ダイアログで JWSDP の Tomcat を追加できます。 - NetBeans
The purpose of this tutorial is to introduce some of the IDE's UML modeling features, not to teach you about UML concepts or the Java programming language. 例文帳に追加
このチュートリアルの目的は、UML の概念や Java プログラミング言語について説明することではなく、IDE の UML モデリング機能をいくつか紹介することです。 - NetBeans
The purpose of this tutorial is to introduce the IDE's UML Modeling Use Case diagram, not to teach you about UML concepts or the Java programming language. 例文帳に追加
このチュートリアルの目的は、UML の概念や Java プログラミング言語について説明することではなく、IDE の UML モデリングのユースケース図を紹介することです。 - NetBeans
From the main menu, choose Help Help Contents to open the Help viewer, and then in the Contents pane choose Java Project Basics Editing Source Files About Editing Source Files. 例文帳に追加
メインメニューから「ヘルプ」「ヘルプの目次」を選択してヘルプビューアを開いたあと、「目次」区画で「IDE 基本」「ソースファイル」「ソースファイルの編集」を選択します。 - NetBeans
Then, a hard disk system 8 is connected with a master of of an IDE-BUS I/F 7 of the personal computer 1 and the CD-ROM device 15 is connected with its slave , respectively.例文帳に追加
而して、パーソナルコンピュータ1のIDE−BUS I/F7のマスターにハードディスク装置8を、スレーブに前記CD−ROM装置15を夫々接続する。 - 特許庁
The substantial data transfer speed of the USB interface is improved, and brought close to the data transfer speed of the IDE interface.例文帳に追加
これにより、USBインタフェースの実質的なデータ転送速度を向上することができるとともに、IDEインタフェースのデータ転送速度に近づけることができる。 - 特許庁
To mediate data transfer between a data processor for transferring data by SCSI(small computer system interface) standard and a storage device for transferring data by IDE(integrated device electronics) standard.例文帳に追加
SCSI規格によるデータ転送を行うデータ処理装置とIDE規格によるデータ転送を行う記憶装置との間のデータ転送を仲介する。 - 特許庁
A model prediction control section 30 determines the operating state of an inverter, on the basis of a difference between command currents idr, iqr and predicted currents ide, iqe.例文帳に追加
モデル予測制御部30では、指令電流idr,iqrと予測電流ide,iqeとの差に基づきインバータの操作状態を決定する。 - 特許庁
An internal equipment control circuit for configuration control on internal equipment connected to the PC motherboard 1 can be connected to the IDE interface 10.例文帳に追加
また、PCマザーボード1に接続される内部機器の構成制御を行う内部機器制御回路が、そのIDEインタフェース10に接続されることもある。 - 特許庁
To provide a device and a method for inserting/ejecting integrated device electronics(IDE) devices with which system failure does not occurs in the main body of a computer by a dummy circuit when performing hot-line insertion/ejection.例文帳に追加
活線挿抜をおこなうときに、コンピュータ本体にダミー回路によりシステムダウンをさせないIDEデバイス挿抜装置および方法を提供する。 - 特許庁
Type ActivityDiagProj for the project name and ActivityDiagTut for the location for your project.Notice that when you type the Project Name, the IDE automatically suggests this name for the name of the Project Folder. 例文帳に追加
プロジェクト名として「ActivityDiagProj」、プロジェクトの場所として「ActivityDiagTut」と入力します。 プロジェクト名を入力すると、プロジェクトフォルダ名も自動的にこの名前になります。 - NetBeans
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| 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会員(無料)になると
|