~ubuntu-branches/ubuntu/quantal/netbeans/quantal

« back to all changes in this revision

Viewing changes to apisupport/project/javahelp/org/netbeans/modules/apisupport/project/docs/csh/AddModulePanel.html

  • Committer: Bazaar Package Importer
  • Author(s): Marek Slama
  • Date: 2008-01-29 14:11:22 UTC
  • Revision ID: james.westby@ubuntu.com-20080129141122-fnzjbo11ntghxfu7
Tags: upstream-6.0.1
Import upstream version 6.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<!--       
 
3
*     Copyright � 2006 Sun Microsystems, Inc. All rights reserved.
 
4
*     Use is subject to license terms.
 
5
-->
 
6
<html>
 
7
<head>
 
8
    <title>Add Module Dependency Dialog Box</title>
 
9
    <link rel="StyleSheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
 
10
</head>
 
11
<body>
 
12
    <h2>Add Module Dependency Dialog Box</h2>
 
13
    <p> <small><a href="#seealso">See Also</a>&nbsp; </small> 
 
14
 
 
15
    <p>The Add Module Dependency dialog box lets you add the modules
 
16
    that your module needs. When you do so, the IDE adds entries
 
17
    to the module's <tt>project.xml</tt> file.
 
18
 
 
19
    <p>You can open the Add Module Dependency dialog box by right-clicking a project's
 
20
     Libraries node and then choosing Add Module Dependency. Alternatively, right-click
 
21
    a project
 
22
    and then choose Properties. In the Project Properties dialog box, choose Libraries
 
23
    and then click Add next to the Module Dependencies list.
 
24
 
 
25
    <p>In the NetBeans Platform Manager, you can use the following fields:
 
26
    <ul>
 
27
        <li><b>Filter.</b> Search for the modules
 
28
        you need by typing the class that you want to use. The module dependencies list narrows,
 
29
        listing only those modules that can provide the class that you are typing.
 
30
        <li><b>Show Non-API Modules</b>. If unchecked (default), the IDE excludes any module
 
31
        for which the current module cannot access any packages without an implementation
 
32
        dependency. These are known as "non-API modules". 
 
33
        In other words, only modules with public packages are included,
 
34
        or friend packages where this module is a friend. 
 
35
    </ul>
 
36
    <p>Once you have found the module you need, click OK, and then the IDE
 
37
    will add the associated entries in the <tt>project.xml</tt> file.
 
38
 
 
39
    <dl>
 
40
        <dt><a name="seealso">See Also</a></dt>
 
41
        <dd>  <a href="../about/nbmodule-about.html">About NetBeans Platform and Module Development</a></dd>
 
42
        <dd><a href="../about/about-netbeans-platform.html">About the NetBeans Platform</a></dd>
 
43
    </dl> 
 
44
    <hr>
 
45
    <small><a href="../credits.html">Legal Notices</a></small> 
 
46
    <table cellpadding="20" border="0"> 
 
47
        <tr><td>&nbsp;</td></tr> 
 
48
        <tr><td>&nbsp;</td></tr> 
 
49
        <tr><td>&nbsp;</td></tr> 
 
50
    </table> 
 
51
</body></html>