org.topcased.modeler.sam.editor.properties.sections
Class InstanceOfPropertySection
java.lang.Object
AbstractBooleanPropertySection
org.topcased.modeler.sam.editor.properties.sections.InstanceOfPropertySection
public class InstanceOfPropertySection
- extends AbstractBooleanPropertySection
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 |
InstanceOfPropertySection
public InstanceOfPropertySection()
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)
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.