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.ChangeTLcdGraphChangedEvent.Change.ADDEDIndicates for a given node that it has been added to the graph.static final TLcdGraphChangedEvent.ChangeTLcdGraphChangedEvent.Change.CHANGEDIndicates for a given node that its properties have been changed.static final TLcdGraphChangedEvent.ChangeTLcdGraphChangedEvent.Change.REMOVEDIndicates 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.