~ubuntu-branches/ubuntu/trusty/netbeans/trusty

« back to all changes in this revision

Viewing changes to java/helpset/javahelp/org/netbeans/modules/java/helpset/docs/project/csh/files_window.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 � 2007 Sun Microsystems, Inc. All rights reserved.
 
4
*     Use is subject to license terms.
 
5
-->
 
6
<html>
 
7
    <head>
 
8
        <title>Files Window (Java Projects)</title>
 
9
        <link rel="StyleSheet" type="text/css"
 
10
            href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css">
 
11
    </head>
 
12
    
 
13
    <body>
 
14
        <h2>Files Window (Java Projects)</h2>
 
15
 
 
16
        <p><small><a href="#seealso">See Also</a></small></p>
 
17
        
 
18
        <p>The Files window shows a directory-based view of your projects, including 
 
19
            files and folders that are not displayed in the <a href="proj_window.html">Projects 
 
20
            Window</a>. You can open the Files window by choosing Window &gt; Files (Ctrl-2).</p>
 
21
            
 
22
        <p>For <object classid="java:com.sun.java.help.impl.JHSecondaryViewer">
 
23
            <param name="content" value="glossary_standard.html">
 
24
            <param name="viewerActivator" value="javax.help.LinkLabel">
 
25
            <param name="viewerStyle" value="javax.help.Popup">
 
26
            <param name="viewerSize" value="400,220">
 
27
            <param name="text" value="standard projects">
 
28
            <param name="textFontSize" value="medium">
 
29
            <param name="textFontFamily" value="SansSerif">
 
30
            <param name="textFontStyle" value="italic">
 
31
            <param name="textFontWeight" value="bold">
 
32
            <param name="textColor" value="blue">
 
33
        </object>, the Files window displays the following:</p>
 
34
        
 
35
        <ul>
 
36
            <li>Project folder, including output folders</li>
 
37
            <li>Source folder</li>
 
38
            <li>Test folder</li>
 
39
        </ul>
 
40
        
 
41
        <p>For <object classid="java:com.sun.java.help.impl.JHSecondaryViewer">
 
42
                <param name="content" value="glossary_freeform.html">
 
43
                <param name="viewerActivator" value="javax.help.LinkLabel">
 
44
                <param name="viewerStyle" value="javax.help.Popup">
 
45
                <param name="viewerSize" value="400,160">
 
46
                <param name="text" value="free-form projects">
 
47
                <param name="textFontSize" value="medium">
 
48
                <param name="textFontFamily" value="SansSerif">
 
49
                <param name="textFontStyle" value="italic">
 
50
                <param name="textFontWeight" value="bold">
 
51
                <param name="textColor" value="blue">
 
52
        </object>, the Files window displays the following:</p>
 
53
        
 
54
        <ul>
 
55
            <li>Project location</li>
 
56
            <li>Project folder, if it is different from the project location</li>
 
57
            <li>Source folders outside of the project location</li>
 
58
        </ul>
 
59
            
 
60
        <h3>Context-Sensitive Menu</h3>
 
61
        
 
62
        <p>Each node in the Files window has a context-sensitive pop-up menu of commands 
 
63
            that you can run on that node. You open a node's pop-up menu by right-clicking 
 
64
            the node. In the Files window, the pop-up menu for project nodes does not 
 
65
            contain the major project commands, like Build, Run, and Debug. These commands 
 
66
            are only available in the Projects window.</p>
 
67
            
 
68
        <dl>
 
69
            <dt><a name="seealso">See Also</a></dt>
 
70
            <dd><a href="proj_window.html">Java: Projects Window</a></dd>
 
71
        </dl>
 
72
        
 
73
        <hr>
 
74
        <small><a href="../../credits.html">Legal Notices</a></small> 
 
75
        <br><br><br>
 
76
    </body>
 
77
</html>