ConForM.CoopnTools.CoKer.Visual
Interface GraphicalVisualNode

All Superinterfaces:
GraphicalVisualEditable, GraphicalVisualElement, GraphicalVisualRenderable, GraphicalVisualShape, javax.swing.undo.StateEditable
All Known Subinterfaces:
GraphicalVisualRotatableNode
All Known Implementing Classes:
AbstractGraphicalNode

public interface GraphicalVisualNode
extends GraphicalVisualShape

Graphical visual node. This interface defines the elements of graphical visual which are nodes, by extending graphical visual shapes. Nodes may be moved, and so on. Nodes have a NodeAspect aspect.


Fields inherited from interface javax.swing.undo.StateEditable
RCSID
 
Method Summary
 void interfaceChanged()
          Notification of the modification of the interface of the parent.
 boolean interfaceStatus()
          Interface status.
 
Methods inherited from interface ConForM.CoopnTools.CoKer.Visual.GraphicalVisualShape
addEndingArc, addNeighbour, addStartingArc, endingArcs, findEndingAttachementPointNear, findStartingAttachementPointNear, neighbours, removeNeighbour, shape, startingArcs
 
Methods inherited from interface ConForM.CoopnTools.CoKer.Visual.GraphicalVisualElement
attachToParent, description, externalBox, externalInfoBox, externalLabelBox, getInfo, getLocation, getShown, getShownInfo, getShownLabel, getStringTransfer, getTransferable, inducedSelection, induceSelection, inside, label, parent, parentMoved, partOfParent, selected, setLayoutLocation
 
Methods inherited from interface ConForM.CoopnTools.CoKer.Visual.GraphicalVisualEditable
abortMove, commitMove, inChange, move, move, moveInfo, moveInfo, moveLabel, moveLabel, restoreCompleteState, setColor, setInfo, setShown, setShownInfo, setShownLabel, storeCompleteState
 
Methods inherited from interface javax.swing.undo.StateEditable
restoreState, storeState
 
Methods inherited from interface ConForM.CoopnTools.CoKer.Visual.GraphicalVisualRenderable
actionOnMultipleClick, boundingBox, deselect, export, paint, pointedElement, print, saveAspect, saveAspectAs, saveAspectAsPossible, saveAspectPossible, selectElement, selectInfo, selectLabel, specificPopup
 

Method Detail

interfaceStatus

public boolean interfaceStatus()
Interface status. Tell if this node is part of the interface of its container.
Returns:
true iff this elements is included into a container and is member of the interface of the container.

interfaceChanged

public void interfaceChanged()
Notification of the modification of the interface of the parent.