~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/about/about-sfs-browser.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
 
 
9
    <title>Viewing the System Filesystem</title>
 
10
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 
11
    <link rel="StyleSheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
 
12
</head>
 
13
 
 
14
<body>
 
15
    <h2>Viewing the System Filesystem</h2>
 
16
    <p><small> 
 
17
        <a href="#seealso">See Also</a> 
 
18
    </small></p>
 
19
    The <a href="nbmodule-about-system-filesystem.html">system filesystem</a> is the general registry
 
20
    for publicly accessible data and objects.
 
21
    It is a virtual filesystem that contains configuration information.  <a href="about-xml-layers.html">Layer files</a>
 
22
    (<tt>layer.xml</tt>) define
 
23
    folders
 
24
    and files that will be merged into the system filesystem.
 
25
 
 
26
    <p><b>To view the system filesystem:</b>
 
27
    <ol>
 
28
        <li><a href="../create_plugin/projectlevel_create/create_module.html">Create a module project</a>.
 
29
        <li>In the Projects window, expand the Important Files node.
 
30
        <li>Expand the XML Layer node. After a moment, two subnodes appear:
 
31
        <ul>
 
32
            <li><b>&lt;this layer&gt;.</b> The folders and files provided by the current module project's layer file.
 
33
            <li><b>&lt;this layer in context&gt;.</b> All the folders and files provided by
 
34
            all the layer files in all modules available in the system.
 
35
        </ul>
 
36
        <li>Expand a subnode to explore the folders and files within it. When you right-click
 
37
        a subnode, you can, for example, rename it. You can also use actions such as "Cut", "Copy",
 
38
        and "Paste". In addition, you can drag a subnode and drop it elsewhere, to reorder a folder
 
39
        or a file. All of these actions
 
40
        will result in XML entries being added to your module project's layer file.
 
41
 
 
42
    </ol>
 
43
 
 
44
 
 
45
    <dl>
 
46
        <dt><a name="seealso">See Also</a></dt>
 
47
  
 
48
        <dd><a href="about-netbeans-platform.html">About the NetBeans Platform</a></dd>
 
49
        <dd><a href="about-open-apis.html">About the NetBeans APIs</a></dd>
 
50
        <dd><a href="nbmodule-about.html">About NetBeans Platform and Module Development</a></dd>
 
51
        <dd><a href="nbmodule-about-system-filesystem.html">About the System Filesystem</a></dd>
 
52
        <dd><a href="modules_process.html">Working with Modules</a></dd>
 
53
        <dd><a href="modules_quickref.html">Module Tasks: Quick Reference</a></dd>
 
54
    </dl> 
 
55
    <hr>
 
56
    <small><a href="../credits.html">Legal Notices</a></small> 
 
57
    <table cellpadding="20" border="0"> 
 
58
        <tr><td>&nbsp;</td></tr> 
 
59
        <tr><td>&nbsp;</td></tr> 
 
60
        <tr><td>&nbsp;</td></tr> 
 
61
    </table> 
 
62
</body></html>