|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FigureGallery
A representation of the model object 'Figure Gallery'. Kind of explicit figure library notion. Bundle of figures. Allows to specify plugin id (allows importing it later from gmfgen code) in addition to figures
The following features are supported:
GMFGraphPackage.getFigureGallery()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList<Border> |
getBorders()
Returns the value of the 'Borders' containment reference list. |
org.eclipse.emf.common.util.EList<FigureDescriptor> |
getDescriptors()
Returns the value of the 'Descriptors' containment reference list. |
org.eclipse.emf.common.util.EList<RealFigure> |
getFigures()
Returns the value of the 'Figures' containment reference list. |
String |
getImplementationBundle()
Returns the value of the 'Implementation Bundle' attribute. |
org.eclipse.emf.common.util.EList<Layout> |
getLayouts()
Returns the value of the 'Layouts' containment reference list. |
void |
setImplementationBundle(String value)
Sets the value of the ' Implementation Bundle ' attribute. |
Methods inherited from interface org.eclipse.gmf.gmfgraph.Identity |
---|
getName, setName |
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 |
---|
org.eclipse.emf.common.util.EList<RealFigure> getFigures()
RealFigure
.
If the meaning of the 'Figures' containment reference list isn't clear, there really should be more of a description here...
GMFGraphPackage.getFigureGallery_Figures()
org.eclipse.emf.common.util.EList<FigureDescriptor> getDescriptors()
FigureDescriptor
.
If the meaning of the 'Descriptors' containment reference list isn't clear, there really should be more of a description here...
GMFGraphPackage.getFigureGallery_Descriptors()
org.eclipse.emf.common.util.EList<Border> getBorders()
Border
.
Borders for reuse
GMFGraphPackage.getFigureGallery_Borders()
org.eclipse.emf.common.util.EList<Layout> getLayouts()
Layout
.
Layouts for reuse
GMFGraphPackage.getFigureGallery_Layouts()
String getImplementationBundle()
If the meaning of the 'Implementation Bundle' attribute isn't clear, there really should be more of a description here...
setImplementationBundle(String)
,
GMFGraphPackage.getFigureGallery_ImplementationBundle()
void setImplementationBundle(String value)
Implementation Bundle
' attribute.
value
- the new value of the 'Implementation Bundle' attribute.getImplementationBundle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |