org.eclipse.gmf.codegen.gmfgen
Interface Navigator

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface Navigator
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Navigator'.

The following features are supported:

See Also:
org.eclipse.gmf.codegen.gmfgen.GMFGenPackage#getNavigator()
Generated
Model Properties:
interface="true" abstract="true"

Method Summary
 String getContentExtensionID()
          Returns the value of the 'Content Extension ID' attribute.
 String getContentExtensionName()
          Returns the value of the 'Content Extension Name' attribute.
 String getContentExtensionPriority()
          Returns the value of the 'Content Extension Priority' attribute.
 String getContentProviderClassName()
          Returns the value of the 'Content Provider Class Name' attribute.
 String getContentProviderQualifiedClassName()
           
 String getLabelProviderClassName()
          Returns the value of the 'Label Provider Class Name' attribute.
 String getLabelProviderQualifiedClassName()
           
 void setContentExtensionID(String value)
          Sets the value of the 'Content Extension ID' attribute.
 void setContentExtensionName(String value)
          Sets the value of the 'Content Extension Name' attribute.
 void setContentExtensionPriority(String value)
          Sets the value of the 'Content Extension Priority' attribute.
 void setContentProviderClassName(String value)
          Sets the value of the 'Content Provider Class Name' attribute.
 void setLabelProviderClassName(String value)
          Sets the value of the 'Label Provider Class Name' 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

getContentExtensionID

String getContentExtensionID()
Returns the value of the 'Content Extension ID' attribute.

If the meaning of the 'Content Extension ID' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Content Extension ID' attribute.
See Also:
setContentExtensionID(String), org.eclipse.gmf.codegen.gmfgen.GMFGenPackage#getNavigator_ContentExtensionID()
Generated
Model Properties:

setContentExtensionID

void setContentExtensionID(String value)
Sets the value of the 'Content Extension ID' attribute.

Parameters:
value - the new value of the 'Content Extension ID' attribute.
See Also:
getContentExtensionID()
Generated

getContentExtensionName

String getContentExtensionName()
Returns the value of the 'Content Extension Name' attribute.

If the meaning of the 'Content Extension Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Content Extension Name' attribute.
See Also:
setContentExtensionName(String), org.eclipse.gmf.codegen.gmfgen.GMFGenPackage#getNavigator_ContentExtensionName()
Generated
Model Properties:

setContentExtensionName

void setContentExtensionName(String value)
Sets the value of the 'Content Extension Name' attribute.

Parameters:
value - the new value of the 'Content Extension Name' attribute.
See Also:
getContentExtensionName()
Generated

getContentExtensionPriority

String getContentExtensionPriority()
Returns the value of the 'Content Extension Priority' attribute.

If the meaning of the 'Content Extension Priority' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Content Extension Priority' attribute.
See Also:
setContentExtensionPriority(String), org.eclipse.gmf.codegen.gmfgen.GMFGenPackage#getNavigator_ContentExtensionPriority()
Generated
Model Properties:

setContentExtensionPriority

void setContentExtensionPriority(String value)
Sets the value of the 'Content Extension Priority' attribute.

Parameters:
value - the new value of the 'Content Extension Priority' attribute.
See Also:
getContentExtensionPriority()
Generated

getContentProviderClassName

String getContentProviderClassName()
Returns the value of the 'Content Provider Class Name' attribute.

If the meaning of the 'Content Provider Class Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Content Provider Class Name' attribute.
See Also:
setContentProviderClassName(String), org.eclipse.gmf.codegen.gmfgen.GMFGenPackage#getNavigator_ContentProviderClassName()
Generated
Model Properties:

setContentProviderClassName

void setContentProviderClassName(String value)
Sets the value of the 'Content Provider Class Name' attribute.

Parameters:
value - the new value of the 'Content Provider Class Name' attribute.
See Also:
getContentProviderClassName()
Generated

getLabelProviderClassName

String getLabelProviderClassName()
Returns the value of the 'Label Provider Class Name' attribute.

If the meaning of the 'Label Provider Class Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Label Provider Class Name' attribute.
See Also:
setLabelProviderClassName(String), org.eclipse.gmf.codegen.gmfgen.GMFGenPackage#getNavigator_LabelProviderClassName()
Generated
Model Properties:

setLabelProviderClassName

void setLabelProviderClassName(String value)
Sets the value of the 'Label Provider Class Name' attribute.

Parameters:
value - the new value of the 'Label Provider Class Name' attribute.
See Also:
getLabelProviderClassName()
Generated

getContentProviderQualifiedClassName

String getContentProviderQualifiedClassName()

Generated
Model Properties:
kind="operation"

getLabelProviderQualifiedClassName

String getLabelProviderQualifiedClassName()

Generated
Model Properties:
kind="operation"


Copyright © 2012. All Rights Reserved.