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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturn the list of encodings defined using the org.eclipse.ui.encodings extension point.static StringGet the default encoding from the virtual machine.
- 
Constructor Details- 
WorkbenchEncodingpublic WorkbenchEncoding()
 
- 
- 
Method Details- 
getWorkbenchDefaultEncodingGet the default encoding from the virtual machine.- Returns:
- String
 
- 
getDefinedEncodingsReturn the list of encodings defined using the org.eclipse.ui.encodings extension point.- Returns:
- List of String
 
 
-