SAM

org.topcased.modeler.sam.editor.properties.sections
Class InstanceOfPropertySection

java.lang.Object
  extended by AbstractBooleanPropertySection
      extended by org.topcased.modeler.sam.editor.properties.sections.InstanceOfPropertySection

public class InstanceOfPropertySection
extends AbstractBooleanPropertySection


Constructor Summary
InstanceOfPropertySection()
           
 
Method Summary
protected  void createWidgets(org.eclipse.swt.widgets.Composite composite)
          Overriden so as to disable editing of this checkbox.
protected  EStructuralFeature getFeature()
          Not used for this property since the feature it's related to is not a boolean.
protected  boolean getFeatureValue()
          Returns true if the current eObject is an instance of another one.
protected  java.lang.String getLabelText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstanceOfPropertySection

public InstanceOfPropertySection()
Method Detail

getFeature

protected EStructuralFeature getFeature()
Not used for this property since the feature it's related to is not a boolean.

See Also:
org.topcased.tabbedproperties.sections.AbstractTabbedPropertySection#getFeature()

getFeatureValue

protected boolean getFeatureValue()
Returns true if the current eObject is an instance of another one.

See Also:
org.topcased.tabbedproperties.sections.AbstractBooleanPropertySection#getFeatureValue()

getLabelText

protected java.lang.String getLabelText()

createWidgets

protected void createWidgets(org.eclipse.swt.widgets.Composite composite)
Overriden so as to disable editing of this checkbox.

See Also:
org.topcased.tabbedproperties.sections.AbstractBooleanPropertySection#createWidgets(org.eclipse.swt.widgets.Composite)

SAM

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.