| 意味 | 例文 |
JavaDocを含む例文一覧と使い方
該当件数 : 97件
Java Call Hierarchy The Java Call Hierarchy view displays a tree representing the hierarchy of callers and callees of the selected method in a project.例文帳に追加
「Javadoc アナライザ」プラグインを使用して、既存の Javadoc コメントを確認および修正できます。 - NetBeans
You can step into classes and look up Javadoc pages for the classes without configuring anything else. 例文帳に追加
これだけの設定で、クラスを表示してそのクラスの Javadoc ページを参照することもできます。 - NetBeans
If you have attached Javadoc and source files to a JAR file in the Library Manager, the IDE automatically adds the Javadoc and source files to the project when you register the JAR file on a project's classpath. 例文帳に追加
「ライブラリマネージャー」で Javadoc およびソースファイルが JAR ファイルに接続された場合、IDE は、プロジェクトのクラスパスに JAR ファイルを登録するときに自動的にその Javadoc およびソースファイルをプロジェクトに追加します。 - NetBeans
To make the Hibernate Javadoc available to the Java Editor, select the Javadoc tab, click Add Zip/Folder, navigate to the directory into which you extracted the Hibernate files, select the doc/api subdirectory, and press Enter. 例文帳に追加
Java エディタで Hibernate Javadoc を使用可能にするには、「Javadoc」タブを選択し、「ZIP/フォルダを追加」をクリックして、Hibernate のファイルを展開したディレクトリに移動したあと、doc/api サブディレクトリを選択して Enter キーを押します。 - NetBeans
JavaFX editor with syntax highlighting, source navigation,code completion, code folding, javadoc pop-ups, and error detection. 例文帳に追加
JavaFX エディタ (構文の強調表示、ソースナビゲーション、コード補完、コードの折り畳み、javadoc のポップアップ、エラー検出) - NetBeans
Now any JAR item on the project classpath can be associated with its Javadoc and sources too. 例文帳に追加
プロジェクトクラスパス上の任意の JAR 項目を、Javadoc とソースにも関連付けることができるようになりました。 - NetBeans
When you type in the Source Editor, the IDE provides you with code completion for Struts tags,as well as the Struts Javadoc.例文帳に追加
ソースエディタに入力すると、IDE によって Struts タグに対するコード補完と Struts Javadoc が提供されます。 - NetBeans
Use the Sources and Javadoc tabs to add the folders or archive files containing the source code and documentation.例文帳に追加
「ソース」タブと「Javadoc」タブを使用して、ソースコードとマニュアルを含むフォルダまたはアーカイブファイルを追加します。 - NetBeans
View the Data Provider and the RowSet Javadocs by choosing Help Javadoc References Data Provider and Help Javadoc References RowSet.The log method sends a message and the associatedstack trace to the application server's log to assist in discovering and diagnosing user problems.例文帳に追加
データプロバイダまたは行セットの Javadoc を表示するには、それぞれ「ヘルプ」「Javadoc 参照」「Data Provider」または「ヘルプ」「Javadoc 参照」「RowSet」を選択します。 ユーザーの問題を検出および診断できるように、log メソッドによって、メッセージと関連付けられているスタックトレースがアプリケーションサーバーのログへ送信されます。 - NetBeans
LeaveGenerate Javadoc and Test Project empty, since the Ant script does not contain targets for these commands.例文帳に追加
Ant スクリプトには、「Javadoc を生成」および「プロジェクトのテスト」コマンド用のターゲットがないため、これらのプロパティは空白のままにします。 - NetBeans
You can also view build output like compiled classes, JAR files, WAR files, and generated Javadoc documentation. 例文帳に追加
コンパイル済みクラスや JAR ファイル、WAR ファイルなどの構築出力や生成された Javadoc ドキュメントを表示することもできます。 - NetBeans
In the IDE, you can register multiple Java platforms and attach Javadoc and source code to each platform. 例文帳に追加
IDE では、複数の Java プラットフォームを登録し、それぞれのプラットフォームに Javadoc およびソースコードを接続することができます。 - NetBeans
To learn more, right-click on UploadedFile in a declaration statement in the Java source and choose Show Javadoc from the pop-up menu. 例文帳に追加
Java ソースの宣言文にある UploadedFile を右クリックし、ポップアップメニューから「Javadoc を表示」を選択すると、説明が表示されます。 - NetBeans
To learn more, right-click UploadedFile in a declaration statement in the Java source and choose Show Javadoc from the pop-up menu. 例文帳に追加
Java ソースの宣言文にある UploadedFile を右クリックし、ポップアップメニューから「Javadoc を表示」を選択すると、説明が表示されます。 - NetBeans
To access the Swing Application Framework'sAPI documentation directly from the IDE, choose Help Javadoc References org.jdesktop.application (Swing Application Framework [JSR-296]).You can also display the documentation for framework classes by right-clicking a framework class or class member in the IDE's source editor and choosing Show Javadoc.例文帳に追加
IDE から Swing Application Framework の API ドキュメントディレクトリにアクセスするには、「ヘルプ」「Javadoc 参照」「org.jdesktop.application」(Swing Application Framework [JSR-296]) を選択してください。 フレームワーククラスのドキュメントは、IDE のソースエディタでフレームワーククラスまたはクラスメンバーを右クリックし、「Javadoc を表示」を選択して表示することもできます。 - NetBeans
For a more fine-grained introduction to Struts, see How does Struts work? on the official Struts website.Also, make use of the IDE's Javadoc Index Search (Help Javadoc Index Search) to view the Struts Framework API, which is packaged with the Struts libraries.例文帳に追加
Struts に関するさらに詳しい説明については、公式の Struts Web サイトにある「How does Struts work?」を参照してください。 IDE の Javadoc 索引検索 (「ヘルプ」「Javadoc 索引検索」) を使用して、Struts ライブラリとともにパッケージ化されている Struts フレームワーク API も参照してください。 - NetBeans
Note: To better understand the classes and methods mentioned above, you can access the beans binding Javadoc documentation directly from the IDE.例文帳に追加
注: 前述のクラスやメソッドについて詳しく理解するには、IDE から Beans Binding に関する Javadoc ドキュメントに直接アクセスしてください。 - NetBeans
Note: Leave Generate Javadoc and Test Project empty, since the Ant script does not contain targets for these commands.例文帳に追加
注: Ant スクリプトには、「Javadoc を生成」および「プロジェクトのテスト」コマンド用のターゲットがないため、これらのプロパティーは空白のままにします。 - NetBeans
Note: The IDE also opens a box above the code completion box thatdisplays Javadoc information for the selected class or package. 例文帳に追加
注: IDE はさらに、選択されたクラスまたはパッケージに関する javadoc 情報を表示するコード補完ダイアログを表示します。 - NetBeans
The JavaFX Script Editor supports syntax highlighting,source navigation, code completion, code folding, javadoc pop-ups, and error detection.例文帳に追加
JavaFX スクリプトエディタは、構文の強調表示、ソースナビゲーション、コード補完、コードの折り畳み、javadoc のポップアップ、およびエラー検出をサポートしています。 - NetBeans
To learn more about either method, right-click the method call and choose Show Javadoc from the pop-up menu.例文帳に追加
メソッド呼び出しを右クリックし、ポップアップメニューから「Javadoc を表示」を選択すると、これらのメソッドについての説明を表示できます。 - NetBeans
Note: The IDE also opens a box above the code completion box that displays Javadoc information for the selected class or package.例文帳に追加
注: コード補完ボックスの上に、選択されたクラスまたはパッケージに関する javadoc 情報を表示する別のボックスが表示されます。 - NetBeans
Choose Help Javadocs References org.netbeans.microediton.lcdui The file is opened in a web browser. 例文帳に追加
「ヘルプ」「Javadoc 参照」「org.netbeans.microediton.lcdui」を選択します。 ファイルは Web ブラウザで開きます。 - NetBeans
Toread the Javadocs for the File Browser component: 例文帳に追加
SMS コンポーザコンポーネントの Javadoc を表示するには、次の手順を実行します。 - NetBeans
When you double-click a link in the Dynamic Help window, the IDE displays the information in the appropriate viewer, such as a browser, the Help viewer, or the Javadoc viewer. 例文帳に追加
「ダイナミックヘルプ」ウィンドウのリンクをダブルクリックすると、ブラウザ、ヘルプビューア、Javadoc ビューアなど、それに適したビューアに情報が表示されます。 - NetBeans
To read the Javadocs for the File Browser component:例文帳に追加
ファイルブラウザコンポーネントの Javadoc を表示するには、次の手順を実行します。 - NetBeans
To read the Javadocs for the Login Screen component:例文帳に追加
ログイン画面コンポーネントの Javadoc を表示するには、次の手順を実行します。 - NetBeans
Javadoc is an extensible tool typically used for code documentation purposes, but it is also suitable as a code generation tool. 例文帳に追加
Javadocは代表的にはコード文書化の目的に使われる拡張可能ツールであるが、コード生成ツールとしてもまた適しているのである。 - コンピューター用語辞典
To read the Javadocs for the PIM Browser component do the following:例文帳に追加
PIM ブラウザコンポーネントの Javadoc を表示するには、次の手順を実行します。 - NetBeans
To learn more about these methods, choose Tools Javadoc Index Search, type FacesBean in the text field for the drop-down list, and click Find. 例文帳に追加
このメソッドの詳細については、「ツール」「Javadoc 索引検索」を選択し、ドロップダウンリストのテキストフィールドに「FacesBean」と入力して「検索」をクリックしてください。 - NetBeans
You set the source level in the Project Properties dialog box because this is what the IDE uses to determine the JDK to use for your Javadoc and sources for your project. 例文帳に追加
「プロジェクトプロパティー」ダイアログでソースレベルを設定します。 これは、IDE が Javadoc およびプロジェクトのソースに使用する JDK を判断するために使用します。 - NetBeans
Issue #118174 and other related issues: I18N - Javadoc not found on Solaris, maybe other platforms, in certain cases using the Firefox web brower例文帳に追加
課題 118174 とその他の関連する課題: 国際化 - Firefox Web ブラウザを使用している特定の場合に、Solaris 上で Javadoc が見つからない。 その他のプラットフォームでも同様の可能性がある。 - NetBeans
When the code completion box appears, a box with Javadoc documentation also appears displaying any documentation for the currently selected item in the code completion box. 例文帳に追加
コード補完ボックスが表示されると、Javadoc ドキュメントのボックスも表示され、コード補完ボックスで現在選択されている項目のドキュメントが表示されます。 - NetBeans
This multi-tabbed window is displayed automatically whenever you generate compilation errors, debug your program, generate Javadoc documentation, and so on. 例文帳に追加
この複数のタブがあるウィンドウが自動的に表示されるのは、コンパイルエラーが生成された場合、プログラムのデバッグを行なった場合、Javadoc ドキュメントの生成を行なった場合などです。 - NetBeans
To register a new Java platform, choose Tools Java Platform Manager from the main menu. Specify the directory that contains the Java platform as well as the sources and Javadoc needed for debugging. 例文帳に追加
新しい Java プラットフォームを登録するには、メインメニューから「ツール」「Java プラットフォームマネージャー」を選択し、Java プラットフォームを含むディレクトリとデバッグに必要なソースおよび Javadoc を指定します。 - NetBeans
IntroductionIntroduction-- The phpDocumentor package provides automatic documenting of PHP code API directly from the source. Description The phpDocumentor tool is a standalone auto-documentor similar to JavaDoc written in PHP. 例文帳に追加
導入導入--phpDocumentor パッケージは、ソースから直接 PHP コード APIを自動的にドキュメント化する機能を提供する説明 phpDocumentor は、JavaDocに似た PHP で書かれたスタンドアロンな自動ドキュメント生成ツールです。 - PEAR
For purposes of source code modification, an element is a type, attribute, operation or enum literal declaration preceded by a single line comment or comments (including marker comments), and possibly javadoc comments. 例文帳に追加
ソースコードの変更の目的の場合、要素は単一の行コメントか複数のコメント (マーカーコメントを含む) または場合によっては Javadoc コメントが前に付く型、属性、操作、または列挙リテラル宣言です。 - NetBeans
The NetBeans IDE provides API Javadocs for the PIM Browser component, as well as other components you can use in the VMD.例文帳に追加
NetBeans IDE には、PIM ブラウザコンポーネントや、VMD で使用できるその他のコンポーネントに関する API Javadoc が用意されています。 - NetBeans
The NetBeans IDE provides API Javadocs for the File Browser component, as well as other components you can use in the VMD. 例文帳に追加
NetBeans IDE には、ファイルブラウザコンポーネントや、VMD で使用できるその他のコンポーネントに関する API Javadoc が用意されています。 - NetBeans
The NetBeans IDE provides API Javadocs for the Login Screen component, as well as other components you can use in the VMD.例文帳に追加
NetBeans IDE には、ログイン画面コンポーネントや、VMD で使用できるその他のコンポーネントに関する API Javadoc が用意されています。 - NetBeans
For example: In the case of a project that has euc-jp as its project encoding property on Solaris, and has project name or path using Japanese characters of that encoding, the javadoc won't be found and an error message is displayed in Firefox.例文帳に追加
例: Solaris 上で、プロジェクトのエンコーディングプロパティーとして euc-jp が設定されていて、プロジェクト名およびパスにそのエンコーディングの日本語の文字が使用されているプロジェクトの場合、その Javadoc は見つからず、Firefox にエラーメッセージが表示されます。 - NetBeans
The problem is that part of the URL is UTF-8 and part is EUC-JP; the javadoc tool stores the URL in the encoding it generates for the web page, but the correct way is to generate the text in requested encoding (in this case EUC-JP) and URLs in UTF-8.例文帳に追加
URL の一部が UTF-8 で、一部が EUC-JP であることが問題です。 Javadoc ツールは、Web ページを生成するエンコーディングで URL を 保存しますが、要求されているエンコーディング (この場合は EUC-JP) でテキスト、UTF-8 で URL を生成するのが正しい方法です。 - NetBeans
Description: The javadoc task while creating the temporary parameter file is written in default OS encoding which is MacRoman.This appears to be a Mac OS situation where the BSD and Mach parts (system kernel calls) accept parameters in UTF-8,but OS and HFS promote themselves as MacRoman. 例文帳に追加
説明: 一時パラメータファイルの作成時に、Javadoc タスクがデフォルトの OS エンコーディング (MacRoman) で記述されます。 これは、Mac OS で、BSD および Mach の部分 (システムおよびカーネル呼び出し) が UTF-8 のパラメータを受け入れるが、OS と HFS が MacRoman を推奨している場合に発生します。 - NetBeans
Note that this issue only occurs when invoking the command fromjavadocs or comments and can lead to uncompilable sourcecode.例文帳に追加
この問題は、Javadoc またはコメントからコマンドを実行した場合にのみ発生し、ソースコードのコンパイルができなくなることがあります。 - NetBeans
Within the IDE's Source Editor, you can invoke code completion and Javadocsupport that helps you to work efficiently with these libraries. 例文帳に追加
IDE のソースエディタ内で、それらライブラリの効率的な操作に役立つコード補完および Javadoc サポートを呼び出すことができます。 - NetBeans
Description: When using Firefox on Solaris, and sometimes on Mac OS and Windows, if multibyte or non-ascii characters are used in project name or path, and if the project encoding property is not set to utf-8 (which means these paths are in that encoding), the generated javadoc is not found or shown. 例文帳に追加
説明: Solaris で Firefox を使用している場合 (Mac OS や Windows の場合もある)、プロジェクト名またはパスにマルチバイト文字や ASCII 以外の文字が使用されていて、プロジェクトのエンコーディングプロパティーが utf-8 (パスがこのエンコーディングであることを意味する) でない場合、生成した Javadoc は見つからないか表示されません。 - NetBeans
| 意味 | 例文 |
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| Copyright © 2001 - 2008 by the PEAR Documentation Group. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ). |
| © 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会員(無料)になると
|
