|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStorageDocumentProvider
Document provider for IStorage
based domain elements.
Basically incorporates the concept of character encoding.
Method Summary | |
---|---|
java.lang.String |
getDefaultEncoding()
Returns the default character encoding used by this provider. |
java.lang.String |
getEncoding(java.lang.Object element)
Returns the character encoding for the given element, or null if the element is not managed by this provider. |
void |
setEncoding(java.lang.Object element,
java.lang.String encoding)
Sets the encoding for the given element. |
Method Detail |
---|
java.lang.String getDefaultEncoding()
java.lang.String getEncoding(java.lang.Object element)
null
if the element is not managed by this provider.
element
- the element
void setEncoding(java.lang.Object element, java.lang.String encoding)
encoding
is null
the workbench's character encoding should be used.
element
- the elementencoding
- the encoding to be used
|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.