org.openide
Interface Places.Folders

Enclosing class:
Places

public static interface Places.Folders

Provides access to important folders.


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

Method Detail

templates

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

toolbars

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

menus

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

actions

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

bookmarks

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

projects

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

startup

public DataFolder startup()
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()
Get the welcome folder. Files in this folder with instances should be used in the welcome screen.
Returns:
the folder


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