Eclipse Platform
Release 3.1

org.eclipse.jface.util
Class Policy

java.lang.Object
  extended byorg.eclipse.jface.util.Policy

public class Policy
extends Object

The Policy class handles debug flags and logging within JFace.

Since:
3.0

Field Summary
static boolean DEBUG_DIALOG_NO_PARENT
          A flag to indicate whether unparented dialogs should be checked.
static boolean DEFAULT
          Constant for the the default setting for debug options.
static String JFACE
          The unique identifier of the JFace plug-in.
static boolean TRACE_ACTIONS
          A flag to indicate whether actions are being traced.
static boolean TRACE_TOOLBAR
          A flag to indicate whether toolbars are being traced.
 
Constructor Summary
Policy()
           
 
Method Summary
static ILogger getLog()
          Returns the logger used by JFace to log errors.
static void setLog(ILogger logger)
          Sets the logger used by JFace to log errors.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT

public static final boolean DEFAULT
Constant for the the default setting for debug options.

See Also:
Constant Field Values

JFACE

public static final String JFACE
The unique identifier of the JFace plug-in.

See Also:
Constant Field Values

DEBUG_DIALOG_NO_PARENT

public static boolean DEBUG_DIALOG_NO_PARENT
A flag to indicate whether unparented dialogs should be checked.


TRACE_ACTIONS

public static boolean TRACE_ACTIONS
A flag to indicate whether actions are being traced.


TRACE_TOOLBAR

public static boolean TRACE_TOOLBAR
A flag to indicate whether toolbars are being traced.

Constructor Detail

Policy

public Policy()
Method Detail

setLog

public static void setLog(ILogger logger)
Sets the logger used by JFace to log errors.

Parameters:
logger - the logger to use, or null to use the default logger
Since:
3.1

getLog

public static ILogger getLog()
Returns the logger used by JFace to log errors.

The default logger prints the status to System.err.

Returns:
the logger
Since:
3.1

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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