org.openide
Interface Places


public interface Places

Provides access to all basic components ("places") in the IDE. One can obtain folders for templates, project files, a node for the repository, etc.


Inner Class Summary
static interface Places.Folders
          Provides access to important folders.
static interface Places.Nodes
          Provides access to important node places.
 
Method Summary
 Places.Folders folders()
          Interesting places for data objects.
 Places.Nodes nodes()
          Interesting places for nodes.
 

Method Detail

nodes

public Places.Nodes nodes()
Interesting places for nodes.
Returns:
group of interesting nodes

folders

public Places.Folders folders()
Interesting places for data objects.
Returns:
group of interesting data objects


Built on February 22 2001.  |  Portions Copyright 1997-2000 Sun Microsystems, Inc. All rights reserved.