|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GenPropertySheet
A representation of the model object 'Gen Property Sheet'. Sheet consists of few categories (aka tabs)
The following features are supported:
GMFGenPackage.getGenPropertySheet()
Method Summary | |
---|---|
GenEditorGenerator |
getEditorGen()
Returns the value of the 'Editor Gen' container reference. |
String |
getLabelProviderClassName()
Returns the value of the 'Label Provider Class Name' attribute. |
String |
getLabelProviderQualifiedClassName()
|
String |
getPackageName()
Returns the value of the 'Package Name' attribute. |
org.eclipse.emf.common.util.EList<GenPropertyTab> |
getTabs()
Returns the value of the 'Tabs' containment reference list. |
boolean |
isNeedsCaption()
Returns the value of the 'Needs Caption' attribute. |
boolean |
isReadOnly()
Returns the value of the 'Read Only' attribute. |
void |
setLabelProviderClassName(String value)
Sets the value of the ' Label Provider Class Name ' attribute. |
void |
setNeedsCaption(boolean value)
Sets the value of the ' Needs Caption ' attribute. |
void |
setPackageName(String value)
Sets the value of the ' Package Name ' attribute. |
void |
setReadOnly(boolean value)
Sets the value of the ' Read Only ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
GenEditorGenerator getEditorGen()
Property Sheet
'.
If the meaning of the 'Editor Gen' container reference isn't clear, there really should be more of a description here...
GMFGenPackage.getGenPropertySheet_EditorGen()
,
GenEditorGenerator.getPropertySheet()
org.eclipse.emf.common.util.EList<GenPropertyTab> getTabs()
GenPropertyTab
.
It is bidirectional and its opposite is 'Sheet
'.
If the meaning of the 'Tabs' containment reference list isn't clear, there really should be more of a description here...
GMFGenPackage.getGenPropertySheet_Tabs()
,
GenPropertyTab.getSheet()
String getPackageName()
If the meaning of the 'Package Name' attribute isn't clear, there really should be more of a description here...
setPackageName(String)
,
GMFGenPackage.getGenPropertySheet_PackageName()
void setPackageName(String value)
Package Name
' attribute.
value
- the new value of the 'Package Name' attribute.getPackageName()
boolean isReadOnly()
"false"
.
If the meaning of the 'Read Only' attribute isn't clear, there really should be more of a description here...
setReadOnly(boolean)
,
GMFGenPackage.getGenPropertySheet_ReadOnly()
void setReadOnly(boolean value)
Read Only
' attribute.
value
- the new value of the 'Read Only' attribute.isReadOnly()
boolean isNeedsCaption()
"true"
.
If the meaning of the 'Needs Caption' attribute isn't clear, there really should be more of a description here...
setNeedsCaption(boolean)
,
GMFGenPackage.getGenPropertySheet_NeedsCaption()
void setNeedsCaption(boolean value)
Needs Caption
' attribute.
value
- the new value of the 'Needs Caption' attribute.isNeedsCaption()
String getLabelProviderClassName()
If the meaning of the 'Label Provider Class Name' attribute isn't clear, there really should be more of a description here...
setLabelProviderClassName(String)
,
GMFGenPackage.getGenPropertySheet_LabelProviderClassName()
void setLabelProviderClassName(String value)
Label Provider Class Name
' attribute.
value
- the new value of the 'Label Provider Class Name' attribute.getLabelProviderClassName()
String getLabelProviderQualifiedClassName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |