|
RSE Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.rse.ui.operations.Policy
public class Policy
Field Summary | |
---|---|
protected static ResourceBundle |
bundle
|
Constructor Summary | |
---|---|
Policy()
|
Method Summary | |
---|---|
static String |
bind(String key)
Gets a string from the resource bundle. |
static String |
bind(String key,
Object[] args)
Gets a string from the resource bundle and binds it with the given arguments. |
static String |
bind(String id,
String binding)
Lookup the message with the given ID in this catalog and bind its substitution locations with the given string. |
static String |
bind(String id,
String binding1,
String binding2)
Lookup the message with the given ID in this catalog and bind its substitution locations with the given strings. |
static void |
cancelOperation()
|
static void |
checkCanceled(IProgressMonitor monitor)
Progress monitor helpers |
static ResourceBundle |
getBundle()
|
static void |
localize(String bundleName)
Creates a NLS catalog for the given locale. |
static IProgressMonitor |
monitorFor(IProgressMonitor monitor)
|
static IProgressMonitor |
subMonitorFor(IProgressMonitor monitor,
int ticks)
|
static IProgressMonitor |
subMonitorFor(IProgressMonitor monitor,
int ticks,
int style)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static ResourceBundle bundle
Constructor Detail |
---|
public Policy()
Method Detail |
---|
public static void localize(String bundleName)
public static String bind(String id, String binding)
public static String bind(String id, String binding1, String binding2)
public static String bind(String key)
public static String bind(String key, Object[] args)
public static void checkCanceled(IProgressMonitor monitor)
public static void cancelOperation()
public static IProgressMonitor monitorFor(IProgressMonitor monitor)
public static IProgressMonitor subMonitorFor(IProgressMonitor monitor, int ticks)
public static IProgressMonitor subMonitorFor(IProgressMonitor monitor, int ticks, int style)
public static ResourceBundle getBundle()
|
RSE Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |