|
Generators | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Tab
A representation of the model object 'Tab'.
The following features are supported:
PropertiesConfiguratorPackage.getTab()
Method Summary | |
---|---|
Tab |
getAfterTab()
Returns the value of the 'After Tab' reference. |
Category |
getCategory()
Returns the value of the 'Category' container reference. |
java.lang.String |
getId()
Returns the value of the 'Id' attribute. |
java.lang.String |
getLabel()
Returns the value of the 'Label' attribute. |
EList |
getSections()
Returns the value of the 'Sections' containment reference list. |
boolean |
isIndented()
Returns the value of the 'Indented' attribute. |
void |
setAfterTab(Tab value)
Sets the value of the ' After Tab '
reference.
|
void |
setCategory(Category value)
Sets the value of the ' Category '
container reference.
|
void |
setIndented(boolean value)
Sets the value of the ' Indented '
attribute.
|
void |
setLabel(java.lang.String value)
Sets the value of the ' Label ' attribute |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.lang.String getId()
""
.
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
PropertiesConfiguratorPackage.getTab_Id()
java.lang.String getLabel()
If the meaning of the 'Label' attribute isn't clear, there really should be more of a description here...
setLabel(String)
,
PropertiesConfiguratorPackage.getTab_Label()
void setLabel(java.lang.String value)
Label
' attribute.
value
- the new value of the 'Label' attribute.getLabel()
EList getSections()
AbstractSection
. It is bidirectional and its opposite is 'Tab
'.
If the meaning of the 'Sections' containment reference list isn't clear, there really should be more of a description here...
PropertiesConfiguratorPackage.getTab_Sections()
,
AbstractSection.getTab()
Category getCategory()
Tabs
'.
If the meaning of the 'Category' container reference isn't clear, there really should be more of a description here...
setCategory(Category)
,
PropertiesConfiguratorPackage.getTab_Category()
,
Category.getTabs()
void setCategory(Category value)
Category
'
container reference.
value
- the new value of the 'Category' container reference.getCategory()
Tab getAfterTab()
If the meaning of the 'After Tab' reference isn't clear, there really should be more of a description here...
setAfterTab(Tab)
,
PropertiesConfiguratorPackage.getTab_AfterTab()
void setAfterTab(Tab value)
After Tab
'
reference.
value
- the new value of the 'After Tab' reference.getAfterTab()
boolean isIndented()
If the meaning of the 'Indented' attribute isn't clear, there really should be more of a description here...
setIndented(boolean)
,
PropertiesConfiguratorPackage.getTab_Indented()
void setIndented(boolean value)
Indented
'
attribute.
value
- the new value of the 'Indented' attribute.isIndented()
|
Generators | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.