org.eclipse.gmt.umlx.editor.refresh
Interface INodeViewElement

All Superinterfaces:
INotifierElement, IVisibleElement
All Known Subinterfaces:
ILinkViewElement
All Known Implementing Classes:
AbstractLinkView, AbstractNameSubView, AbstractNodeView, AssociationView, AttributesView, AttributeValueSubView, AttributeVariablesView, AttributionView, BaseView, BodySubView, ClassAttributeView, ClassChildView, ClassView, CompartmentView, ContextSubView, DataTypeView, DummyView, EnumLiteralsView, EnumLiteralView, EnumView, ExpressionTypeSubView, ExpressionValueSubView, GLinkElementView, GNamedSheetNodeView, GNodeElementView, GSheetNodeView, GTransientSheetLinkView, InheritanceView, NamedElementView, NameSubView, NameSubView, OCLConstraintSubView, OperationsView, OperationView, PackageView, ParametersView, SheetAttributeView, SheetView, StickyLinkView, StickyNoteView, SubView, SubView, TxAttributeVariable2TxExpressionVariableView, TxBindingView, TxClassAttributeVariableView, TxClassVariable2TxAttributeVariableView, TxClassVariable2TxClassVariableView, TxClassVariableView, TxDomain2TxTypedModelView, TxDomainView, TxEvolutionInstanceView, TxEvolutionView, TxHelperView, TxMapping2TxDomainView, TxMappingInstanceView, TxOCLConstraintView, TxParameterView, TxPreservationInstanceView, TxPreservationView, TxRelationInstanceView, TxRelationshipView, TxRelationView, TxResultView, TxSelfParameterView, TxSheetAttributeVariableView, TxSheetExpressionVariableView, TxTransformation2TxTransformationView, TxTransformation2TxTypedModelView, TxTransformationView, TxTypedModel2TxTypedModelView, TxTypedModel2TxUsedPackageView, TxTypedModelView, TxUsedDomain2TxVariableView, TxUsedDomainView, TxUsedPackageView, TxVariableView, TypedClassChildView, TypedElementView, TypedSubView, TypeSubView, UsedClassAttributeSubView, UsedClassSubView, UsedElementSubView, UsedSheetAttributeSubView, VarNameSubView

public interface INodeViewElement
extends INotifierElement


Method Summary
 void doRefreshSourceConnections()
           
 void doRefreshTargetConnections()
           
 org.eclipse.emf.common.notify.Notifier getCoModel()
           
 java.lang.Object getSelection()
          Return the object to use when this is selected.
 ISheetViewer getViewer()
           
 
Methods inherited from interface org.eclipse.gmt.umlx.editor.refresh.INotifierElement
computeProblemMessage, doRefreshChildren, doRefreshMappings, doRefreshMarkers, doRefreshNotifiers, doRefreshVisuals, getProblem, isActive, isSelectable, modelChanged, queueRefreshVisuals
 
Methods inherited from interface org.eclipse.gmt.umlx.editor.refresh.IVisibleElement
canDelete, getEditPart, getModel
 

Method Detail

doRefreshSourceConnections

void doRefreshSourceConnections()

doRefreshTargetConnections

void doRefreshTargetConnections()

getCoModel

org.eclipse.emf.common.notify.Notifier getCoModel()

getSelection

java.lang.Object getSelection()
Return the object to use when this is selected.

Returns:
the selection.

getViewer

ISheetViewer getViewer()