Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


 

org.eclipse.ui.ide
Interface IDE.Preferences

Enclosing interface:
IDE


public static interface IDE.Preferences

Preferences defined by the IDE workbench.

This interface is not intended to be implemented by clients.


Field Summary
static String PROJECT_OPEN_NEW_PERSPECTIVE
          A named preference for how a new perspective should be opened when a new project is created.
 

 

Field Detail

 

 

PROJECT_OPEN_NEW_PERSPECTIVE

public static final String PROJECT_OPEN_NEW_PERSPECTIVE

A named preference for how a new perspective should be opened when a new project is created.

Value is of type String. The possible values are defined by the constants OPEN_PERSPECTIVE_WINDOW, OPEN_PERSPECTIVE_PAGE, OPEN_PERSPECTIVE_REPLACE, and NO_NEW_PERSPECTIVE.

See Also:
IWorkbenchPreferenceConstants.OPEN_PERSPECTIVE_WINDOW, IWorkbenchPreferenceConstants.OPEN_PERSPECTIVE_PAGE, IWorkbenchPreferenceConstants.OPEN_PERSPECTIVE_REPLACE, IWorkbenchPreferenceConstants.NO_NEW_PERSPECTIVE, Constant Field Values


 

Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.