Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.ui.editors.text
Interface IEncodingActionsConstants


Deprecated. As of 3.1, encoding needs to be changed via properties dialog

public interface IEncodingActionsConstants

Defines the names of the encoding actions.

This interface contains constants only; it is not intended to be implemented.

Since:
2.0
Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.

Field Summary
static  String CUSTOM
          Deprecated. Name of the action to change the encoding into a custom encoding.
static  String DEFAULT
          Deprecated. Name of the action to change the encoding into default.
static  String ISO_8859_1
          Deprecated. Name of the action to change the encoding into ISO-8859-1.
static  String SYSTEM
          Deprecated. Name of the action to change the encoding into the system encoding.
static  String US_ASCII
          Deprecated. Name of the action to change the encoding into US ASCII.
static  String UTF_16
          Deprecated. Name of the action to change the encoding into UTF-16.
static  String UTF_16BE
          Deprecated. Name of the action to change the encoding into UTF-16BE.
static  String UTF_16LE
          Deprecated. Name of the action to change the encoding into UTF-16LE.
static  String UTF_8
          Deprecated. Name of the action to change the encoding into UTF-8.
 

Field Detail

DEFAULT

static final 
String DEFAULT
Deprecated. 
Name of the action to change the encoding into default. Value is "default".

Since:
3.0
See Also:
Constant Field Values

US_ASCII

static final 
String US_ASCII
Deprecated. 
Name of the action to change the encoding into US ASCII. Value is "US-ASCII".

See Also:
Constant Field Values

ISO_8859_1

static final 
String ISO_8859_1
Deprecated. 
Name of the action to change the encoding into ISO-8859-1. Value is "ISO-8859-1".

See Also:
Constant Field Values

UTF_8

static final 
String UTF_8
Deprecated. 
Name of the action to change the encoding into UTF-8. Value is "UTF-8".

See Also:
Constant Field Values

UTF_16BE

static final 
String UTF_16BE
Deprecated. 
Name of the action to change the encoding into UTF-16BE. Value is "UTF-16BE".

See Also:
Constant Field Values

UTF_16LE

static final 
String UTF_16LE
Deprecated. 
Name of the action to change the encoding into UTF-16LE. Value is "UTF-16LE".

See Also:
Constant Field Values

UTF_16

static final 
String UTF_16
Deprecated. 
Name of the action to change the encoding into UTF-16. Value is "UTF-16".

See Also:
Constant Field Values

SYSTEM

static final 
String SYSTEM
Deprecated. 
Name of the action to change the encoding into the system encoding. Value is "System".

See Also:
Constant Field Values

CUSTOM

static final 
String CUSTOM
Deprecated. 
Name of the action to change the encoding into a custom encoding. Value is "Custom".

See Also:
Constant Field Values

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire