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

Uses of Class
org.eclipse.ui.editors.text.TextFileDocumentProvider.FileInfo

Packages that use TextFileDocumentProvider.FileInfo
org.eclipse.ui.editors.text Provides a standard text editor and concrete document providers based IFileBuffer and others directly handling IFile and IStorage as editor input. 
 

Uses of TextFileDocumentProvider.FileInfo in org.eclipse.ui.editors.text
 

Methods in org.eclipse.ui.editors.text that return TextFileDocumentProvider.FileInfo
protected   TextFileDocumentProvider.FileInfo TextFileDocumentProvider. createEmptyFileInfo ()
          Creates and returns a new and empty file info object.
protected   TextFileDocumentProvider.FileInfo TextFileDocumentProvider. createFileInfo ( Object element)
          Creates and returns the file info object for the given element.
protected   TextFileDocumentProvider.FileInfo TextFileDocumentProvider. getFileInfo ( Object element)
          Returns the file info object for the given element.
 

Methods in org.eclipse.ui.editors.text with parameters of type TextFileDocumentProvider.FileInfo
protected  void TextFileDocumentProvider. commitFileBuffer ( IProgressMonitor monitor, TextFileDocumentProvider.FileInfo info, boolean overwrite)
          Commits the given file info's file buffer by changing the contents of the underlying file to the contents of this file buffer.
protected  void TextFileDocumentProvider. disposeFileInfo ( Object element, TextFileDocumentProvider.FileInfo info)
          Releases all resources described by given element's info object.
protected   IFileStore TextFileDocumentProvider. getFileStore ( TextFileDocumentProvider.FileInfo info)
          Returns the file store denoted by the given info.
protected   File TextFileDocumentProvider. getSystemFile ( TextFileDocumentProvider.FileInfo info)
          Deprecated. As of 3.2, replaced by TextFileDocumentProvider.getFileStore(org.eclipse.ui.editors.text.TextFileDocumentProvider.FileInfo)
protected  boolean TextFileDocumentProvider. isSystemFileReadOnly ( TextFileDocumentProvider.FileInfo info)
          Returns whether the system file denoted by the given info is read-only.
protected  void TextFileDocumentProvider. setUpSynchronization ( TextFileDocumentProvider.FileInfo info)
          Sets up the synchronization for the document and the annotation mode.
 


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