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
          Deprecated. Most users of these folders will be using their paths directly in XML layers; since these paths are necessarily defined in the APIs anyway, using a method call for each location is not necessary.
static interface Places.Nodes
          Provides access to important node places.
 
Method Summary
 Places.Folders folders()
          Deprecated. Just as easy to access folders by resource name.
 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()
Deprecated. Just as easy to access folders by resource name.

Interesting places for data objects.
Returns:
group of interesting data objects


Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.