Package org.eclipse.ui
Class WorkbenchEncoding
java.lang.Object
org.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.
- Since:
- 3.1
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the list of encodings defined using the org.eclipse.ui.encodings extension point.static String
Get the default encoding from the virtual machine.
-
Constructor Details
-
WorkbenchEncoding
public WorkbenchEncoding()
-
-
Method Details
-
getWorkbenchDefaultEncoding
Get the default encoding from the virtual machine.- Returns:
- String
-
getDefinedEncodings
Return the list of encodings defined using the org.eclipse.ui.encodings extension point.- Returns:
- List of String
-