|
Eclipse eRCP Release 1.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.WorkbenchEncoding
WorkbenchEncoding is a utility class for plug-ins that want to use the list of encodings defined by default in the workbench.
Field Summary | |
---|---|
static String |
ISO_8859_1
Deprecated. Use #getDefinedEncodings. This API will be deleted before 3.1 M2. |
static String |
US_ASCII
Deprecated. Use #getDefinedEncodings. This API will be deleted before 3.1 M2. |
static String |
UTF_16
Deprecated. Use #getDefinedEncodings. This API will be deleted before 3.1 M2. |
static String |
UTF_16_BIG_ENDIAN
Deprecated. Use #getDefinedEncodings. This API will be deleted before 3.1 M2. |
static String |
UTF_16_LITTLE_ENDIAN
Deprecated. Use #getDefinedEncodings. This API will be deleted before 3.1 M2. |
static String |
UTF_8
Deprecated. Use #getDefinedEncodings. This API will be deleted before 3.1 M2. |
Constructor Summary | |
---|---|
WorkbenchEncoding()
|
Method Summary | |
---|---|
static String |
getWorkbenchDefaultEncoding()
Get the default encoding from the virtual machine. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static String ISO_8859_1
public static String UTF_8
public static String UTF_16
public static String UTF_16_BIG_ENDIAN
public static String UTF_16_LITTLE_ENDIAN
public static String US_ASCII
Constructor Detail |
public WorkbenchEncoding()
Method Detail |
public static String getWorkbenchDefaultEncoding()
|
Eclipse eRCP Release 1.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |