| |
|
| java.lang.Object org.eclipse.ui.WorkbenchEncoding
WorkbenchEncoding | public class WorkbenchEncoding (Code) | | WorkbenchEncoding is a utility class for plug-ins that want to use the list
of encodings defined by default in the workbench.
since: 3.1 |
getDefinedEncodings | public static List getDefinedEncodings()(Code) | | Return the list of encodings defined using the org.eclipse.ui.encodings
extension point.
List of String |
getWorkbenchDefaultEncoding | public static String getWorkbenchDefaultEncoding()(Code) | | Get the default encoding from the virtual machine.
String |
|
|
|