TPTP 4.1.0 Platform Project
Public API Specification

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

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
All Implemented Interfaces:
IPropertyCell
Direct Known Subclasses:
ComponentPropertyCell, FieldPropertyCell, FilePropertyCell, MethodPropertyCell, PackagePropertyCell, ResourcePropertyCell

public abstract class AbstractJavaElementPropertyCell
extends AbstractBrowsePropertyCell

AbstractJavaElementPropertyCell


Constructor Summary
AbstractJavaElementPropertyCell()
           
 
Method Summary
protected  AbstractFilter[] getContentFilters()
           
protected  java.lang.String getElementName()
           
protected  org.eclipse.ui.dialogs.ISelectionStatusValidator getSelectionValidator()
           
protected  boolean includeMembers()
           
protected abstract  boolean satisfies(java.lang.Object o)
           
protected  java.lang.Object select(java.lang.Object oSelected)
           
protected  java.lang.Object showSelectionDialog(java.lang.Object oCurrent)
           
 
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
 

Constructor Detail

AbstractJavaElementPropertyCell

public AbstractJavaElementPropertyCell()
Method Detail

showSelectionDialog

protected final java.lang.Object showSelectionDialog(java.lang.Object oCurrent)
Specified by:
showSelectionDialog in class AbstractBrowsePropertyCell

satisfies

protected abstract boolean satisfies(java.lang.Object o)

select

protected java.lang.Object select(java.lang.Object oSelected)

includeMembers

protected boolean includeMembers()

getContentFilters

protected AbstractFilter[] getContentFilters()

getElementName

protected java.lang.String getElementName()

getSelectionValidator

protected org.eclipse.ui.dialogs.ISelectionStatusValidator getSelectionValidator()

TPTP 4.1.0 Platform Project
Public API Specification