| 例文 |
source editorの部分一致の例文一覧と使い方
該当件数 : 360件
In the source editor, right-click in the class body and choose Insert Code (Ctrl-I) Call Enterprise Bean. 例文帳に追加
ソースエディタ内を右クリックし、「エンタープライズリソース」「エンタープライズ Bean を呼び出し」を選択します。 - NetBeans
In the Source Editor tab for the Input.xml file, define the variable values by replacing these lines of code: 例文帳に追加
Input.xml ファイル用の「ソースエディタ」タブで、次のコード行の値を置き換えて変数値を定義します。 - NetBeans
Open struts-config.xml in the Source Editor, right-click anywhere in the actionentry for LoginForm, and choose Struts Add Forward. 例文帳に追加
ソースエディタで struts-config.xml を開き、LoginForm の action エントリ内を右クリックし、「Struts」「転送を追加」を選択します。 - NetBeans
In the Source Editor, declare a field by typing the following line directly below the class declaration: String name;例文帳に追加
ソースエディタで、クラス宣言のすぐ下に次の行を入力してフィールドを宣言します。 String name; - NetBeans
Right click any of these elements and select Navigate to Source and the source file in the Java project is opened in the NetBeans editor. 例文帳に追加
これらの要素のいずれかを右クリックし、「ソースにナビゲート」を選択すると、Java プロジェクト内のソースファイルが NetBeans エディタで開きます。 - NetBeans
When you edit your C and C++ source files, the Source Editor does "smart"matching of pair characters such as brackets, parentheses, and quotation marks. 例文帳に追加
C/C++ ソースファイルを編集するときは、ソースエディタは大括弧、丸括弧、引用符などのペア文字を自動的に一致させます。 - NetBeans
When you click Finish, the new entity class Pavilion.java opens in the Source Editor.In the Source Editor, do the following: 例文帳に追加
「完了」をクリックすると新しいエンティティークラス Pavilion.java がソースエディタに表示されます。 ソースエディタで次の手順を実行します。 - NetBeans
Using the Source Code Editor, you manually create the code for your MIDlets.Creating code in the Source Code Editor gives you more flexibility when editing the code, and enables you to insert preprocessor code blocks.例文帳に追加
ソースコードエディタを使用すると、MIDlet のコードを手動で作成できます。 ソースコードエディタでコードを作成すると、より柔軟にコードを編集したり、プリプロセッサコードブロックを挿入したりできます。 - NetBeans
You can do this by clicking on the lightbulb icon that displays in the left margin of the Source Editor例文帳に追加
そのためには、ソースエディタの左側の余白に表示される電球のアイコンをクリックします。 - NetBeans
Expand the hibernatetravelapp source package in the Projects window and double-click SessionBean1.java to open the file in the editor. 例文帳に追加
「hibernatetravelapp」ソースパッケージを「プロジェクト」ウィンドウで展開し、「SessionBean1.java」をダブルクリックしてこのファイルをエディタで開きます。 - NetBeans
In the Source Editor, declare a String variable by typing the following line directly below the class declaration:String name;例文帳に追加
ソースエディタで、クラス宣言のすぐ下に次の行を入力して String 変数を宣言します。 String name; - NetBeans
Notice that a response.jspfile node displays in the Projects window beneath index.jsp, and the new file opens in the Source Editor.例文帳に追加
「プロジェクト」ウィンドウ内で index.jsp の下に response.jsp ファイルノードが表示され、ソースエディタで新しいファイルが開きます。 - NetBeans
JavaFX editor with syntax highlighting, source navigation,code completion, code folding, javadoc pop-ups, and error detection. 例文帳に追加
JavaFX エディタ (構文の強調表示、ソースナビゲーション、コード補完、コードの折り畳み、javadoc のポップアップ、エラー検出) - NetBeans
The IDE creates an action method for the send Button and displays the method in the source code editor.例文帳に追加
IDE によって送信ボタンの action メソッドが作成され、このメソッドがソースコードエディタに表示されます。 - NetBeans
Displays author and revision number information in the left margin of files opened in the Source Editor.例文帳に追加
ソースエディタで開かれているファイルの左マージンに、作成者、リビジョン番号情報を表示します。 - NetBeans
Although the Source Editor can be considered a single IDE component, it is really a collection of editors. 例文帳に追加
ソースエディタは、IDE の 1 つのコンポーネントとして考えることができますが、実際にはエディタの集合です。 - NetBeans
When you click on an element, the insertion point is placed at the line containing that element in the Source Editor. 例文帳に追加
要素をクリックすると、ソースエディタでその要素が含まれる行に挿入ポイントが配置されます。 - NetBeans
The following list gives you a quick overview of the search and selection tools that are available in the Source Editor: 例文帳に追加
次の表は、ソースエディタで利用できる検索および選択ツールを簡単にまとめたものです。 - NetBeans
Clone a document.Right-click the document tab in the Source Editor and choose Clone Document. 例文帳に追加
ドキュメントのクローン作成。 ソースエディタ内でドキュメントのタブを右クリックし、「ドキュメントをクローン」を選択します。 - NetBeans
Here is a quick overview of some of the more common customizations to the Source Editor: 例文帳に追加
ソースエディタに対する一般的なカスタマイズの概要を次に示します。 コードテンプレートの表示と変更。 - NetBeans
In the source editor, right-click in the class body and choose Insert Code (Ctrl-I) Add Business Method. 例文帳に追加
ソースエディタ内を右クリックし、「EJB メソッド」「ビジネスメソッドを追加」を選択して Bean のビジネスメソッドを生成します。 - NetBeans
Click Finish. The IDE creates the ContactEditor.properties file and opens the ContactEditor(default language) file in the Source Editor.例文帳に追加
「完了」をクリックします。 IDE は ContactEditor.properties ファイルを作成し、ソースエディタで ContactEditor (デフォルト言語) ファイルを開きます。 - NetBeans
In the Projects window, right-click Find.java and choose Edit.The IDE opens the Find.java file in the Source Editor. 例文帳に追加
「プロジェクト」ウィンドウで、Find.java を右クリックして「編集」を選択します。 IDE は、ソースエディタで Find.java ファイルを開きます。 - NetBeans
Double-click any of the Ant script's subnodes to jump to that target's location in the Source Editor. 例文帳に追加
Ant スクリプトの任意のサブノードをダブルクリックすると、ソースエディタ内のそのターゲットの場所にジャンプします。 - 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
Click OK.In the Source Editor, remove the line that comments out the body of the processRequest method.例文帳に追加
「了解」をクリックします。 ソースエディタで、processRequest メソッドの本体をコメントアウトしている行を削除します。 - NetBeans
In the Source Editor, set breakpoints in your source code by clicking the line number of the element you want to place a breakpoint for. 例文帳に追加
ソースエディタで、ブレークポイントを配置する要素の行番号をクリックすることにより、ソースコード内にブレークポイントを設定します。 - NetBeans
Right-click in the Source Editor and choose Insert Code and then select Call Enterprise Bean.(If you are using NetBeans IDE 6.0 or 6.1, right-click in the source code and select Enterprise Resources Call Enterprise Bean.) 例文帳に追加
ソースエディタで次の手順を実行します。 ソースコードを右クリックし、「エンタープライズリソース」「エンタープライズ Bean を呼び出し」を選択します。 - NetBeans
In the Source Editor, right-click in the source code and choose EJB Methods Add Business Method from the popup window to generate a business method for the bean.例文帳に追加
ソースエディタで、ソースコード内を右クリックし、ポップアップウィンドウから「EJB メソッド」「ビジネスメソッドを追加」を選択して、Bean のビジネスメソッドを生成します。 - NetBeans
In the Source Editor, right-click in the source code and choose EJB Methods Add Business Method from the popup menu to open the Add Business Method dialog box.例文帳に追加
ソースエディタで、ソースコード内を右クリックし、ポップアップメニューから「EJB メソッド」「ビジネスメソッドを追加」を選択して、「ビジネスメソッドを追加」ダイアログを開きます。 - NetBeans
In the Palette on the right side of the Source Editor, expand JSP and drag a Use Bean item right below the body tag in the Source Editor.Set the following values:例文帳に追加
ソースエディタの右側の「パレット」で、「JSP」を展開し、「Bean を使用」項目をソースエディタ内の body タグのすぐ下にドラッグします。 次の値を設定します。 - NetBeans
The Source Editor has a set of customizable code templates for common snippets of C and C++ code.例文帳に追加
ソースエディタには、一般的な C/C++ コード断片に対するカスタマイズ可能なコードテンプレートが一式があります。 - NetBeans
When you type one of these characters, the Source Editor automatically inserts the closing character. 例文帳に追加
これらの文字の 1 つを入力すると、ソースエディタが自動的に対応する閉じる側の文字を挿入します。 - NetBeans
Look at the the Links tag in the Source Editor and at its Attributes to see that it takes a separatorattribute.例文帳に追加
ソースエディタの「リンク」タグとその「属性」を参照し、個別の属性を取得していることを確認します。 - NetBeans
Note: For a complete guide to using the Java Source Editor in NetBeans see Java Editing in NetBeans IDE. 例文帳に追加
注: NetBeans の Java ソースエディタの詳しい使用方法については、「NetBeans IDE でのソースの編集」を参照してください。 - NetBeans
In the Projects window, expand the Web Pages node of the SpellCheckService project and double-click index.jspso that it opens in the Source Editor. 例文帳に追加
「プロジェクト」ウィンドウで、「Web ページ」ノードを展開して「index.jsp」をダブルクリックすると、そのファイルがソースエディタで開きます。 - NetBeans
Once the code is expanded in the Source Editor, you can simply press tab to jump to the next variable in the code snippet. 例文帳に追加
ソースエディタでコードが展開されると、タブキーを押すだけで、コードの次の可変部分に移動できます。 - NetBeans
The Source Editor jumps to the first occurrence of the string and highlights all matching strings. 例文帳に追加
ソースエディタは最初に一致した検索文字列にジャンプし、一致した文字列をすべて強調表示します。 - NetBeans
A red box shows you where the new Source Editor partition will reside once you drop the document. 例文帳に追加
ドキュメントをドロップしたときに新しいソースエディタ区画が作成される場所が、赤いボックスで示されます。 - NetBeans
In addition, the Editor also displayserror hints that assist you with removing imports that aren't needed in your source.例文帳に追加
また、エディタには、ソースに必要がないインポートを削除するときに役立つエラーヒントも表示されます。 - NetBeans
When binding in the GUI Editor, you initiate a binding on the target and then you declare the source in the Bind dialog box.例文帳に追加
GUI エディタでバインドを行う場合は、ターゲットでバインドを開始してから、「バインド」ダイアログでソースを宣言します。 - NetBeans
Fix import errors by right-clicking in the Source Editor and choosing Fix Imports(Ctrl-Shift-I; -Shift-I on Mac). 例文帳に追加
ソースエディタ内を右クリックし、「インポートを修正」(Ctrl-Shift-I、Mac の場合は□-Shift-I) を選択してインポートエラーを修正します。 - NetBeans
In the Source Editor, change the content of both the title and h1 tags (or h2 tags, depending on the IDE version you are using) to Login Form.例文帳に追加
ソースエディタでtitle と h1 タグ (または使用中の IDE バージョンによっては h2 タグ) の内容を Login Form に変更します。 - NetBeans
mounts the directory containing the specified file in the Filesystems window and opens the file in the Source Editor.例文帳に追加
指定されたファイルを含むディレクトリを「ファイルシステム」ウィンドウにマウントし、そのファイルをソースエディタで開きます。 - NetBeans
mounts the directory containing the specified file in the Filesystems window and opens the file in the Source Editor at the specified line.例文帳に追加
指定されたファイルを含むディレクトリを「ファイルシステム」ウィンドウにマウントし、そのファイルをソースエディタで開きます。 - NetBeans
In the source editor, right-click in the class and choose Insert Code (Alt-Insert) and then select Call Enterprise Bean.In NetBeans IDE 6.0 and 6.1, right-click in the class and choose Enterprise Resources Call Enterprise Bean. 例文帳に追加
ソースエディタ内を右クリックし、「エンタープライズリソース」「エンタープライズ Bean を呼び出し」を選択します。 - NetBeans
In the Projects window, double-click the Output node.The Source Editor now contains a tab for the output file, Output.xml. 例文帳に追加
「プロジェクト」ウィンドウで、「Output」ノードをダブルクリックします。 ソースエディタには、出力ファイル Output.xml 用のタブが含まれています。 - NetBeans
| 例文 |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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会員(無料)になると
|