Uses of Class
com.luciad.network.graph.TLcdGraphChangedEvent.Change
Packages that use TLcdGraphChangedEvent.Change
Package
Description
Contains interfaces and classes for modeling basic graphs.
-
Uses of TLcdGraphChangedEvent.Change in com.luciad.network.graph
Fields in com.luciad.network.graph declared as TLcdGraphChangedEvent.ChangeModifier and TypeFieldDescriptionstatic final TLcdGraphChangedEvent.Change
TLcdGraphChangedEvent.Change.ADDED
Indicates for a given node that it has been added to the graph.static final TLcdGraphChangedEvent.Change
TLcdGraphChangedEvent.Change.CHANGED
Indicates for a given node that its properties have been changed.static final TLcdGraphChangedEvent.Change
TLcdGraphChangedEvent.Change.REMOVED
Indicates for a given node that it has been removed from the graph.Methods in com.luciad.network.graph that return TLcdGraphChangedEvent.ChangeModifier and TypeMethodDescriptionTLcdGraphChangedEvent.retrieveEdgeChange
(E aObject) Returns the details concerning aObject in thisTLcdGraphChangedEvent
.TLcdGraphChangedEvent.retrieveNodeChange
(N aObject) Returns the details concerning aObject in thisTLcdGraphChangedEvent
.