|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.omondo.uml.std.external.profile.AbstractFragment
| Field Summary | |
protected java.lang.Object |
model
|
protected org.eclipse.core.resources.IProject |
project
|
| Constructor Summary | |
AbstractFragment()
|
|
| Method Summary | |
protected void |
addContributionItem(org.eclipse.jface.action.IAction action)
|
protected void |
addContributionItem(org.eclipse.jface.action.IContributionItem item)
|
protected void |
addNewContributionItem(org.eclipse.jface.action.IAction action)
|
protected void |
addNewContributionItem(org.eclipse.jface.action.IContributionItem item)
|
org.eclipse.jface.action.IContributionItem[] |
getActions()
Internal use |
int |
getDiagramType()
Internal use |
org.eclipse.uml2.Element |
getElement()
Returns the associated UML2 element java class -> org.eclipse.uml2.Class java interface -> org.eclipse.uml2.Interface java method -> org.eclipse.uml2.Operation java attribute -> org.eclipse.uml2.Property association -> org.eclipse.uml2.Association |
int |
getElementType()
Internal use |
java.lang.Object |
getModel()
Internal use |
org.eclipse.jface.action.IContributionItem[] |
getNewActions()
Internal use |
OmondoProfile |
getProfile()
Return the Omondo Profile object which contains this fragment. |
org.eclipse.uml2.Stereotype |
getStereotype()
Returns the UML2 stereotype object. |
java.lang.String |
getStereotypeFullName()
Get the stereotype qualified name associated to this fragment. |
java.lang.String |
getStereotypeShortName()
Get the stereotype name associated to this fragment. |
java.lang.String |
getStereotypeValue(java.lang.String propertyName)
|
com.omondo.uml.ui.editors.editmodel.Properties |
getTaggedValues()
|
void |
init(org.eclipse.core.resources.IProject project)
Internal use |
protected abstract void |
registerDefaultContributionItems()
The Action/contribution items must be registered in this method by the mean of the addContributionItem methods. |
protected abstract void |
registerNewContributionItems()
The Action/contribution items must be registered in this method by the mean of the addNewContributionItem methods. |
void |
setDiagramType(int diagramType)
Internal use |
void |
setElementType(int elementType)
Internal use |
void |
setModel(java.lang.Object model)
Internal use |
void |
setProfile(OmondoProfile profile)
Internal use |
void |
setStereotype(java.lang.String stereotype)
Internal use |
boolean |
setTaggedValues(com.omondo.uml.ui.editors.editmodel.Properties taggedValues)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.omondo.uml.std.external.profile.ProfileFragment |
getExtensionTabItems |
| Field Detail |
protected java.lang.Object model
protected org.eclipse.core.resources.IProject project
| Constructor Detail |
public AbstractFragment()
| Method Detail |
public void setProfile(OmondoProfile profile)
ProfileFragment
setProfile in interface ProfileFragmentpublic OmondoProfile getProfile()
ProfileFragment
getProfile in interface ProfileFragmentpublic void setModel(java.lang.Object model)
ProfileFragment
setModel in interface ProfileFragmentpublic java.lang.Object getModel()
ProfileFragment
getModel in interface ProfileFragmentpublic org.eclipse.uml2.Element getElement()
ProfileFragment
getElement in interface ProfileFragmentpublic void setDiagramType(int diagramType)
ProfileFragment
setDiagramType in interface ProfileFragmentpublic void setElementType(int elementType)
ProfileFragment
setElementType in interface ProfileFragmentpublic int getDiagramType()
ProfileFragment
getDiagramType in interface ProfileFragmentpublic int getElementType()
ProfileFragment
getElementType in interface ProfileFragmentpublic final org.eclipse.jface.action.IContributionItem[] getActions()
ProfileFragment
getActions in interface ProfileFragmentpublic final org.eclipse.jface.action.IContributionItem[] getNewActions()
ProfileFragment
getNewActions in interface ProfileFragmentpublic void setStereotype(java.lang.String stereotype)
ProfileFragment
setStereotype in interface ProfileFragmentpublic org.eclipse.uml2.Stereotype getStereotype()
ProfileFragment
getStereotype in interface ProfileFragmentpublic java.lang.String getStereotypeFullName()
ProfileFragment
getStereotypeFullName in interface ProfileFragmentpublic java.lang.String getStereotypeShortName()
ProfileFragment
getStereotypeShortName in interface ProfileFragmentpublic java.lang.String getStereotypeValue(java.lang.String propertyName)
public void init(org.eclipse.core.resources.IProject project)
ProfileFragment
init in interface ProfileFragmentpublic com.omondo.uml.ui.editors.editmodel.Properties getTaggedValues()
public boolean setTaggedValues(com.omondo.uml.ui.editors.editmodel.Properties taggedValues)
protected final void addContributionItem(org.eclipse.jface.action.IAction action)
protected final void addContributionItem(org.eclipse.jface.action.IContributionItem item)
protected final void addNewContributionItem(org.eclipse.jface.action.IAction action)
protected final void addNewContributionItem(org.eclipse.jface.action.IContributionItem item)
protected abstract void registerDefaultContributionItems()
protected abstract void registerNewContributionItems()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||