Class FilePropertySource

java.lang.Object
org.eclipse.ui.views.properties.ResourcePropertySource
org.eclipse.ui.views.properties.FilePropertySource
All Implemented Interfaces:
IPropertySource

public class FilePropertySource extends ResourcePropertySource
The FilePropertySource gives the extra information that is shown for files
  • Constructor Details

    • FilePropertySource

      public FilePropertySource(IFile file)
      Creates an property source for a file resource.
      Parameters:
      file - the file resource
  • Method Details