org.openide
Interface Places.Folders

Enclosing class:
Places

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.

public static interface Places.Folders

Provides access to important folders.


Method Summary
 DataFolder actions()
          Deprecated. Get the folder for actions pool.
 DataFolder bookmarks()
          Deprecated. Get the folder for bookmarks.
 DataFolder menus()
          Deprecated. Get the folder for menus.
 DataFolder projects()
          Deprecated. Get the folder for projects.
 DataFolder startup()
          Deprecated. Get the startup folder.
 DataFolder templates()
          Deprecated. Get the default folder for templates.
 DataFolder toolbars()
          Deprecated. Get the folder for toolbars.
 DataFolder welcome()
          Deprecated. Get the welcome folder.
 

Method Detail

templates

public DataFolder templates()
Deprecated. 
Get the default folder for templates.
Returns:
the folder

toolbars

public DataFolder toolbars()
Deprecated. 
Get the folder for toolbars.
Returns:
the folder

menus

public DataFolder menus()
Deprecated. 
Get the folder for menus.
Returns:
the folder

actions

public DataFolder actions()
Deprecated. 
Get the folder for actions pool.
Returns:
the folder

bookmarks

public DataFolder bookmarks()
Deprecated. 
Get the folder for bookmarks.
Returns:
the folder

projects

public DataFolder projects()
Deprecated. 
Get the folder for projects.
Returns:
the folder

startup

public DataFolder startup()
Deprecated. 
Get the startup folder. Files in this folder implementing ExecCookie will be run upon startup of the IDE.
Returns:
the folder

welcome

public DataFolder welcome()
Deprecated. 
Get the welcome folder. Files in this folder with instances should be used in the welcome screen.
Returns:
the folder


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