org.eclipse.gmf.gmfgraph
Interface FigureGallery

All Superinterfaces:
org.eclipse.emf.ecore.EObject, Identity, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
FigureGalleryImpl

public interface FigureGallery
extends Identity

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:

See Also:
GMFGraphPackage.getFigureGallery()
Generated
Model Properties:

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

getFigures

org.eclipse.emf.common.util.EList<RealFigure> getFigures()
Returns the value of the 'Figures' containment reference list. The list contents are of type RealFigure.

If the meaning of the 'Figures' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Figures' containment reference list.
See Also:
GMFGraphPackage.getFigureGallery_Figures()
Generated
Model Properties:
containment="true"

getDescriptors

org.eclipse.emf.common.util.EList<FigureDescriptor> getDescriptors()
Returns the value of the 'Descriptors' containment reference list. The list contents are of type FigureDescriptor.

If the meaning of the 'Descriptors' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Descriptors' containment reference list.
See Also:
GMFGraphPackage.getFigureGallery_Descriptors()
Generated
Model Properties:
containment="true"

getBorders

org.eclipse.emf.common.util.EList<Border> getBorders()
Returns the value of the 'Borders' containment reference list. The list contents are of type Border. Borders for reuse

Returns:
the value of the 'Borders' containment reference list.
See Also:
GMFGraphPackage.getFigureGallery_Borders()
Generated
Model Properties:
containment="true"

getLayouts

org.eclipse.emf.common.util.EList<Layout> getLayouts()
Returns the value of the 'Layouts' containment reference list. The list contents are of type Layout. Layouts for reuse

Returns:
the value of the 'Layouts' containment reference list.
See Also:
GMFGraphPackage.getFigureGallery_Layouts()
Generated
Model Properties:
containment="true"

getImplementationBundle

String getImplementationBundle()
Returns the value of the 'Implementation Bundle' attribute.

If the meaning of the 'Implementation Bundle' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Implementation Bundle' attribute.
See Also:
setImplementationBundle(String), GMFGraphPackage.getFigureGallery_ImplementationBundle()
Generated
Model Properties:

setImplementationBundle

void setImplementationBundle(String value)
Sets the value of the 'Implementation Bundle' attribute.

Parameters:
value - the new value of the 'Implementation Bundle' attribute.
See Also:
getImplementationBundle()
Generated


Copyright © 2012. All Rights Reserved.