Class WorkbenchEncoding

java.lang.Object
org.eclipse.ui.WorkbenchEncoding

public class WorkbenchEncoding extends Object
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 Details

    • WorkbenchEncoding

      public WorkbenchEncoding()
  • Method Details

    • getWorkbenchDefaultEncoding

      public static String getWorkbenchDefaultEncoding()
      Get the default encoding from the virtual machine.
      Returns:
      String
    • getDefinedEncodings

      public static List<String> getDefinedEncodings()
      Return the list of encodings defined using the org.eclipse.ui.encodings extension point.
      Returns:
      List of String