|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.gef.editparts.AbstractEditPart
org.eclipse.gef.editparts.AbstractGraphicalEditPart
be.ac.vub.cocompose.eclipse.editparts.ModelElementEditPart
be.ac.vub.cocompose.eclipse.editparts.NamespaceEditPart
be.ac.vub.cocompose.eclipse.editparts.RelationElementEditPart
be.ac.vub.cocompose.eclipse.editparts.RefinedElementEditPart
be.ac.vub.cocompose.eclipse.editparts.ConceptEditPart
Eclipse editpart controller for EclipseConcept objects.
Nested Class Summary |
Nested classes inherited from class org.eclipse.gef.editparts.AbstractGraphicalEditPart |
AbstractGraphicalEditPart.AccessibleGraphicalEditPart, AbstractGraphicalEditPart.DefaultAccessibleAnchorProvider |
Nested classes inherited from class org.eclipse.gef.editparts.AbstractEditPart |
AbstractEditPart.EditPolicyIterator |
Field Summary |
Fields inherited from class org.eclipse.gef.editparts.AbstractGraphicalEditPart |
figure, sourceConnections, targetConnections |
Fields inherited from class org.eclipse.gef.editparts.AbstractEditPart |
children, FLAG_ACTIVE, FLAG_FOCUS, MAX_FLAG |
Fields inherited from interface org.eclipse.gef.EditPart |
SELECTED, SELECTED_NONE, SELECTED_PRIMARY |
Fields inherited from interface org.eclipse.gef.RequestConstants |
REQ_ADD, REQ_ALIGN, REQ_ALIGN_CHILDREN, REQ_CONNECTION_END, REQ_CONNECTION_START, REQ_CREATE, REQ_CREATE_BENDPOINT, REQ_DELETE, REQ_DELETE_DEPENDANT, REQ_DIRECT_EDIT, REQ_MOVE, REQ_MOVE_BENDPOINT, REQ_MOVE_CHILDREN, REQ_OPEN, REQ_ORPHAN, REQ_ORPHAN_CHILDREN, REQ_RECONNECT_SOURCE, REQ_RECONNECT_TARGET, REQ_RESIZE, REQ_RESIZE_CHILDREN, REQ_SELECTION, REQ_SELECTION_HOVER |
Constructor Summary | |
ConceptEditPart()
|
Method Summary | |
protected Concept |
getConcept()
Gets the model associated with this. |
void |
propertyChange(PropertyChangeEvent evt)
Handles changes in properties of this. |
protected void |
refreshVisuals()
|
Methods inherited from class be.ac.vub.cocompose.eclipse.editparts.RefinedElementEditPart |
createEditPolicies, createFigure, getConceptFigure, getContentPane, getRefinedElement |
Methods inherited from class be.ac.vub.cocompose.eclipse.editparts.RelationElementEditPart |
getModelSourceConnections, getModelTargetConnections, getRelationElement, getSourceConnectionAnchor, getSourceConnectionAnchor, getTargetConnectionAnchor, getTargetConnectionAnchor |
Methods inherited from class be.ac.vub.cocompose.eclipse.editparts.NamespaceEditPart |
getModelChildren, getNamespace, getOwnedElements |
Methods inherited from class be.ac.vub.cocompose.eclipse.editparts.ModelElementEditPart |
activate, deactivate, getModelElement |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.gef.GraphicalEditPart |
addNodeListener, getFigure, getSourceConnections, getTargetConnections, removeNodeListener, setLayoutConstraint |
Methods inherited from interface org.eclipse.gef.EditPart |
activate, addEditPartListener, addNotify, deactivate, eraseSourceFeedback, eraseTargetFeedback, getChildren, getCommand, getDragTracker, getEditPolicy, getModel, getParent, getRoot, getSelected, getTargetEditPart, getViewer, hasFocus, installEditPolicy, isActive, isSelectable, performRequest, refresh, removeEditPartListener, removeEditPolicy, removeNotify, setFocus, setModel, setParent, setSelected, showSourceFeedback, showTargetFeedback, understandsRequest |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
getAdapter |
Constructor Detail |
public ConceptEditPart()
Method Detail |
public void propertyChange(PropertyChangeEvent evt)
RefinedElementEditPart
propertyChange
in interface PropertyChangeListener
propertyChange
in class RefinedElementEditPart
evt
- Event which details the property change.PropertyChangeListener.propertyChange(java.beans.PropertyChangeEvent)
protected Concept getConcept()
protected void refreshVisuals()
refreshVisuals
in class RefinedElementEditPart
AbstractEditPart.refreshVisuals()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |