TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.analysis.util.ui.propertysheet.impl.jdt
Class FilePropertyCell

java.lang.Object
  extended byorg.eclipse.tptp.platform.analysis.util.ui.propertysheet.impl.AbstractPropertyCell
      extended byorg.eclipse.tptp.platform.analysis.util.ui.propertysheet.impl.swt.AbstractBrowsePropertyCell
          extended byorg.eclipse.tptp.platform.analysis.util.ui.propertysheet.impl.jdt.AbstractJavaElementPropertyCell
              extended byorg.eclipse.tptp.platform.analysis.util.ui.propertysheet.impl.jdt.FilePropertyCell
All Implemented Interfaces:
IPropertyCell

public class FilePropertyCell
extends AbstractJavaElementPropertyCell

FilePropertyCell


Field Summary
static java.lang.String EXTENSIONS
           
 
Constructor Summary
FilePropertyCell()
           
 
Method Summary
protected  org.eclipse.core.resources.IFile getFile(java.lang.Object o)
           
protected  boolean satisfies(java.lang.Object o)
           
protected  java.lang.Object select(java.lang.Object o)
           
 
Methods inherited from class org.eclipse.tptp.platform.analysis.util.ui.propertysheet.impl.jdt.AbstractJavaElementPropertyCell
getContentFilters, getElementName, getSelectionValidator, includeMembers, showSelectionDialog
 
Methods inherited from class org.eclipse.tptp.platform.analysis.util.ui.propertysheet.impl.swt.AbstractBrowsePropertyCell
create, dispose, getNoErrorBackgroundColor, getText, setErrorComponentBackgroundColor, updateEditor
 
Methods inherited from class org.eclipse.tptp.platform.analysis.util.ui.propertysheet.impl.AbstractPropertyCell
createComponent, error, getAsText, getComponent, getCurrentValue, getErrorColor, getModel, getParentSheet, getPropertyDescriptor, hasError, isFilled, noError, requiresLabel, setListener, setParentSheet, updateModel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXTENSIONS

public static final java.lang.String EXTENSIONS
See Also:
Constant Field Values
Constructor Detail

FilePropertyCell

public FilePropertyCell()
Method Detail

satisfies

protected boolean satisfies(java.lang.Object o)
Specified by:
satisfies in class AbstractJavaElementPropertyCell

select

protected java.lang.Object select(java.lang.Object o)
Overrides:
select in class AbstractJavaElementPropertyCell

getFile

protected org.eclipse.core.resources.IFile getFile(java.lang.Object o)

TPTP 4.1.0 Platform Project
Public API Specification