| 例文 |
source editorの部分一致の例文一覧と使い方
該当件数 : 360件
The welcome page, index.jsp, opens in the Source Editor in the main window. 例文帳に追加
開始ページである index.jsp がメインウィンドウのソースエディタで開きます。 - NetBeans
In the Source Editor, insert the following code between the body tags of login.jsp. 例文帳に追加
ソースエディタで、login.jsp の body タグの間に次のコードを挿入します。 - NetBeans
Right-click in the Source Editor and choose Reformat Code. 例文帳に追加
ソースエディタ内を右クリックし、「コードを再フォーマット」を選択します。 - NetBeans
In the Projects window, double-click Source Packages ajaxchatroom SessionBean1.java to open the file in the source editor. 例文帳に追加
「プロジェクト」ウィンドウで「ソースパッケージ」「ajaxchatroom」「SessionBean1.java」をダブルクリックし、ファイルをソースエディタで開きます。 - NetBeans
Now, add another attribute to the EntryStation using the Source Editor. 例文帳に追加
ここでは、ソースエディタを使用して別の属性を EntryStation に追加します。 - NetBeans
In the Source Editor, type the following code below the first attribute: 例文帳に追加
ソースエディタで、1 つ目の属性の下に次のコードを入力します。 - NetBeans
The IDE creates the web service and opens LoanProcessor in the Source Editor. 例文帳に追加
IDE によって Web サービスが作成され、ソースエディタで LoanProcessor が表示されます。 - NetBeans
Opens the file in the IDE's Source Editor at the specified line. 例文帳に追加
IDE のソースエディタでファイルを開き、指定された行を表示します。 - NetBeans
You can now modify the class in the Source Editor and save it. 例文帳に追加
これで、ソースエディタでクラスを変更し、保存することができます。 - NetBeans
OpenapplicationContext.xml in the Source Editor and enter the following bean declaration:bean name=helloService class=service.HelloService />例文帳に追加
applicationContext.xml をソースエディタで開き、次の Bean 宣言を入力します。 bean name=helloService class=service.HelloService / - NetBeans
In the source editor, add the following field declaration (in bold) to AccountStatusBean: 例文帳に追加
ソースエディタで次のフィールド宣言 (ボールド部分) を AccountStatusBean に追加します。 - NetBeans
In the Source Editor, replace the existing code in pageU.html with the following code. 例文帳に追加
ソースエディタで、pageU.html 内の既存コードを次のコードに置き換えます。 - NetBeans
In the Source Editor, replace the existing code in pageA.html with the following code. 例文帳に追加
ソースエディタで、pageA.html 内の既存コードを次のコードに置き換えます。 - NetBeans
Open index.jsp in the Source Editor and add the following links to pageA.html and pageU.html: 例文帳に追加
ソースエディタで index.jsp を開き、次の pageA.html および pageU.html へのリンクを追加します。 - NetBeans
In the Source Editor, replace the existing code in loginError.html with the following code. 例文帳に追加
ソースエディタで、loginError.html 内の既存コードを次のコードに置き換えます。 - NetBeans
In the Palette (Ctrl-Shift-8) located to the right of the Source Editor,expand HTML Forms and drag a Form item to a point after the h2tags into the Source Editor. 例文帳に追加
ソースエディタの右側にあるパレット (Ctrl-Shift-8) で「HTML フォーム」を展開し、「フォーム」項目をソースエディタ内の h2 タグのあとにドラッグします。 - NetBeans
For more on how to configure how code templates are implemented in the Source Editor, see Configuring the Editor. 例文帳に追加
ソースエディタでのコードテンプレートの実装方法を設定する方法は、「エディタの設定」を参照してください。 - NetBeans
You can configure Source Editor settings in the Options window by choosing either Editor or Fonts Colors in the left pane. 例文帳に追加
ソースエディタの設定は、「オプション」ウィンドウの左の区画で「エディタ」または「フォントと色」を選択して設定します。 - NetBeans
To view the source of the Schema you created, click the Source button on the XML Schema Editor toolbar. 例文帳に追加
作成したスキーマのソースを表示するには、XML スキーマエディタツールバーの「ソース」ボタンをクリックします。 - NetBeans
The WSDL Editor includes the Design view, Source view, and the Partner view. 例文帳に追加
WSDL エディタには、デザインビュー、ソースビュー、およびパートナービューが含まれています。 - NetBeans
Using the Source Code Editor, you manually create the code for your MIDlets. 例文帳に追加
ソースコードエディタを使用すると、MIDlet のコードを手動で作成できます。 - NetBeans
When you create the custom Ant task file, the template opens in the Source Editor. 例文帳に追加
カスタム Ant タスクファイルを作成すると、ソースエディタにテンプレートが開きます。 - NetBeans
In the Navigator window, double-click SessionBean1 to open the source code in the Java Editor. 例文帳に追加
「ナビゲータ」ウィンドウで SessionBean1 をダブルクリックしてソースコードを Java エディタで開きます。 - NetBeans
You can access code templates by doing the following in the Source Editor: 例文帳に追加
コードテンプレートにアクセスするには、ソースエディタで次の操作を行います。 - NetBeans
Double-click Main.java in the Projects window to open the file in the Source Editor. 例文帳に追加
「プロジェクト」ウィンドウで「Main.java」をダブルクリックし、ソースエディタでファイルを開きます。 - NetBeans
A worker modifies the source file before modified by an editor (S22).例文帳に追加
修正前のソースファイルを作業者がエディタで修正する(S22)。 - 特許庁
Click Finish.The Name class is created and opened in the Source Editor. 例文帳に追加
「完了」をクリックします。 Name クラスが作成され、ソースエディタで開きます。 - NetBeans
Opendispatcher-servlet.xml in the Source Editor and enter the following bean declaration:bean class=controller.HelloController p:helloService-ref=helloService/例文帳に追加
dispatcher-servlet.xml をソースエディタで開き、次の Bean 宣言を入力します。 bean class=controller.HelloController p:helloService-ref=helloService/ - NetBeans
The new JSP file is created in the jsp folder and opens in the Source Editor.例文帳に追加
新規 JSP ファイルが jsp フォルダに作成され、ソースエディタに表示されます。 - NetBeans
Double-click the Text Field component to open its source code in the Java Editor. 例文帳に追加
「テキストフィールド」コンポーネントをダブルクリックすると、ソースコードが Java エディタで開きます。 - NetBeans
Right-click in the Source Editor and choose Refactor Encapsulate Fields. 例文帳に追加
ソースエディタ内を右クリックし、「リファクタリング」「フィールドをカプセル化」を選択します。 - NetBeans
You can only edit code appearing in the white areas of the Editor when in Source view.例文帳に追加
ソースビューでコードを編集できるのはエディタの白い部分だけです。 - NetBeans
Right-click in the Source Editor and select Refactor Encapsulate Fields. 例文帳に追加
ソースエディタ内で右クリックし、「リファクタリング」「フィールドをカプセル化」を選択します。 - NetBeans
Click Finish.When you click Finish, the bean class Bean30Bean.java opens in the Source Editor. 例文帳に追加
「完了」をクリックすると、Bean30Bean.java という Bean クラスがソースエディタに表示されます。 - NetBeans
Do any window resizing before maximizing a document in the Source Editor. 例文帳に追加
ソースエディタのタブを最大化する前に、ウィンドウをリサイズしないでください。 - NetBeans
In the Outline window, double-click SessionBean1 to open its source code in the Java Editor.例文帳に追加
「アウトライン」ウィンドウで、「SessionBean1」をダブルクリックして、Java エディタでソースコードを開きます。 - NetBeans
Expand the EnterpriseAppEE5-app-client Source Packages enterpriseappee5 in the Projects window and double-click Main.java to open the file in the Source Editor.例文帳に追加
「プロジェクト」ウィンドウで「EnterpriseAppEE5-app-client」「ソースパッケージ」「enterpriseappee5」を展開し、「Main.java」をダブルクリックしてファイルをソースエディタで開きます。 - NetBeans
Press Ctrl-S anywhere in the Source Editor to save the changes made to the AccountTest.java source file. 例文帳に追加
ソースエディタ内の任意の場所で Ctrl-S キーを押し、 AccountTest.java のソースファイルへの変更内容を保存します。 - NetBeans
In the Projects window, expandSecure-app-client Source Packages secure and double-click Main.java to open the file in the source editor. 例文帳に追加
「プロジェクト」ウィンドウで「Secure-app-client」「ソースパッケージ」「secure」を展開し、Main.java をダブルクリックしてファイルをソースエディタで開きます。 - NetBeans
The IDE creates the new application and opens the main class in the Source Editor.例文帳に追加
新しいアプリケーションが作成され、ソースエディタに主クラスが表示されます。 - NetBeans
Make sure the Design view for the SynchronousSample.bpel is the active window in the Source Editor. 例文帳に追加
SynchronousSample.bpel のデザインビューがソースエディタ内でアクティブになっていることを確認します。 - NetBeans
Press Enter to position the Java editor in the source code at that entry's declaration. 例文帳に追加
Enter キーを押すと、ソースコードの Java エディタでそのエントリの宣言部分に移動します。 - NetBeans
(You see these rules when you click the Source button in the Page Flow editor.) 例文帳に追加
これらの規則は、ページフローエディタで「ソース」ボタンをクリックすると表示されます。 - NetBeans
The MyApp project is displayed in the Project window and Main.java opens in the Source Editor.例文帳に追加
「プロジェクト」ウィンドウに MyApp プロジェクトが表示され、ソースエディタに Main.java が表示されます。 - NetBeans
The Source Editor contains a tab for the WSDL file, LoanRequestor.wsdl, with the WSDL view open.例文帳に追加
ソースエディタには、WSDL ファイル LoanRequestor.wsdl のタブが含まれており、WSDL ビューが開かれています。 - NetBeans
Right-click anywhere in the Source Editor and choose Fix Imports. 例文帳に追加
ソースエディタ内の任意の場所を右クリックし、「インポートを修正」を選択します。 - NetBeans
Reformat the entire file or whatever text is selected in the Source Editor. 例文帳に追加
ファイル全体またはソースエディタで選択されているテキストを再フォーマットします。 - NetBeans
The Source Editor makes it easy to manage large number of open documents at one time. 例文帳に追加
ソースエディタでは、一度に開いた多数のドキュメントを容易に管理できます。 - NetBeans
Also note that four files open by default in the IDE's Source Editor: dispatcher-servlet.xml,applicationContext.xml, redirect.jsp, and index.jsp.例文帳に追加
また、IDE のソースエディタで dispatcher-servlet.xml、applicationContext.xml、redirect.jsp、および index.jsp の 4 つのファイルがデフォルトで開きます。 - 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会員(無料)になると
|