TPTP 4.1.0 Platform Project
Public API Specification

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

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.ComponentPropertyCell
All Implemented Interfaces:
IPropertyCell
Direct Known Subclasses:
ClassPropertyCell, InterfacePropertyCell

public class ComponentPropertyCell
extends AbstractJavaElementPropertyCell

ComponentPropertyCell


Constructor Summary
ComponentPropertyCell()
           
 
Method Summary
protected  org.eclipse.jdt.core.IType getType(java.lang.Object oSelection)
           
protected  boolean satisfies(java.lang.Object o)
           
protected  java.lang.Object select(java.lang.Object object)
           
 
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
 

Constructor Detail

ComponentPropertyCell

public ComponentPropertyCell()
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 object)
Overrides:
select in class AbstractJavaElementPropertyCell

getType

protected org.eclipse.jdt.core.IType getType(java.lang.Object oSelection)

TPTP 4.1.0 Platform Project
Public API Specification