|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.databinding.util.Policy
The Policy class handles settings for behaviour, debug flags and logging within JFace Data Binding.
Field Summary | |
---|---|
static boolean |
DEFAULT
Constant for the the default setting for debug options. |
static String |
JFACE_DATABINDING
The unique identifier of the JFace plug-in. |
Constructor Summary | |
---|---|
Policy()
|
Method Summary | |
---|---|
static ILogger |
getLog()
Returns the logger used by JFace Data Binding to log errors. |
static void |
setLog(ILogger logger)
Sets the logger used by JFace Data Binding to log errors. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final boolean DEFAULT
public static final String JFACE_DATABINDING
Constructor Detail |
public Policy()
Method Detail |
public static void setLog(ILogger logger)
logger
- the logger to use, or null
to use the default
loggerpublic static ILogger getLog()
The default logger prints the status to System.err
.
|
Eclipse Platform Release 3.3 |
|||||||||||
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, 2007. All rights reserved.