Package | Description |
---|---|
com.yworks.yfiles.graph |
Definitions, default implementations, and support classes that represent graph structures and provide facilities for their programmatic modification.
|
com.yworks.yfiles.graph.styles |
Contains interfaces and default implementations for graph element styles.
|
com.yworks.yfiles.utils |
Contains classes and interfaces which support the yFiles collection and event handling framework,
and other utility classes.
|
com.yworks.yfiles.view |
Contains the main UI classes, interfaces, default implementations and support classes that can be used to display
IGraph instances. |
Modifier and Type | Method and Description |
---|---|
protected void |
LookupChain.onPropertyChanged(PropertyChangedEventArgs eventArgs)
Notifies client code that the lookup of this instance might have changed.
|
Modifier and Type | Method and Description |
---|---|
void |
UndoEngine.addPropertyChangedListener(IEventHandler<PropertyChangedEventArgs> propertyChangedEvent)
Adds the given listener for the
PropertyChanged event that occurs when UndoEngine.canUndo() , UndoEngine.canRedo() ,
UndoName , or RedoName changed its value. |
void |
LookupChain.addPropertyChangedListener(IEventHandler<PropertyChangedEventArgs> propertyChangedEvent)
Adds the given listener for the
PropertyChanged event that occurs when the lookup of this instance has changed
for some or all of the types or items. |
void |
IFoldingView.addPropertyChangedListener(IEventHandler<PropertyChangedEventArgs> propertyChangedEvent)
Adds the given listener for the
PropertyChanged event that occurs whenever the view becomes invalid or the LocalRoot
property changes. |
void |
UndoEngine.removePropertyChangedListener(IEventHandler<PropertyChangedEventArgs> propertyChangedEvent)
Removes the given listener for the
PropertyChanged event that occurs when UndoEngine.canUndo() ,
UndoEngine.canRedo() , UndoName , or RedoName changed its value. |
void |
LookupChain.removePropertyChangedListener(IEventHandler<PropertyChangedEventArgs> propertyChangedEvent)
Removes the given listener for the
PropertyChanged event that occurs when the lookup of this instance has
changed for some or all of the types or items. |
void |
IFoldingView.removePropertyChangedListener(IEventHandler<PropertyChangedEventArgs> propertyChangedEvent)
Removes the given listener for the
PropertyChanged event that occurs whenever the view becomes invalid or the LocalRoot
property changes. |
Modifier and Type | Method and Description |
---|---|
protected void |
TableNodeStyle.onPropertyChanged(PropertyChangedEventArgs e)
Raises the
PropertyChanged event. |
protected void |
AbstractTemplateStyle.onPropertyChanged(PropertyChangedEventArgs e)
Raises the
PropertyChanged event. |
Modifier and Type | Method and Description |
---|---|
void |
TableNodeStyle.addPropertyChangedListener(IEventHandler<PropertyChangedEventArgs> propertyChangedEvent)
Adds the given listener for the
PropertyChanged event that occurs when the value of the Table
property changes. |
void |
AbstractTemplateStyle.addPropertyChangedListener(IEventHandler<PropertyChangedEventArgs> propertyChangedEvent)
Adds the given listener for the
PropertyChanged event that occurs when a property value changes. |
void |
TableNodeStyle.removePropertyChangedListener(IEventHandler<PropertyChangedEventArgs> propertyChangedEvent)
Removes the given listener for the
PropertyChanged event that occurs when the value of the Table
property changes. |
void |
AbstractTemplateStyle.removePropertyChangedListener(IEventHandler<PropertyChangedEventArgs> propertyChangedEvent)
Removes the given listener for the
PropertyChanged event that occurs when a property value changes. |
Modifier and Type | Method and Description |
---|---|
void |
Future.addPropertyChangedListener(IEventHandler<PropertyChangedEventArgs> propertyChangedEvent)
Adds the given listener for the
PropertyChanged event that occurs when a property value changes. |
void |
Future.removePropertyChangedListener(IEventHandler<PropertyChangedEventArgs> propertyChangedEvent)
Removes the given listener for the
PropertyChanged event that occurs when a property value changes. |
Modifier and Type | Method and Description |
---|---|
protected void |
FocusIndicatorManager.onPropertyChanged(PropertyChangedEventArgs args)
Callback method that is triggered when the focused item has changed.
|
Modifier and Type | Method and Description |
---|---|
void |
CanvasControl.addInputModeContextChangedListener(IEventHandler<PropertyChangedEventArgs> inputModeContextChangedEvent)
Adds the given listener for the
InputModeContextChanged event that occurs when the InputModeContext
property has been changed. |
void |
FocusIndicatorManager.addPropertyChangedListener(IEventHandler<PropertyChangedEventArgs> propertyChangedEvent)
Adds the given listener for the
PropertyChanged event that occurs when the FocusedItem
property has been changed. |
void |
CanvasControl.removeInputModeContextChangedListener(IEventHandler<PropertyChangedEventArgs> inputModeContextChangedEvent)
Removes the given listener for the
InputModeContextChanged event that occurs when the InputModeContext
property has been changed. |
void |
FocusIndicatorManager.removePropertyChangedListener(IEventHandler<PropertyChangedEventArgs> propertyChangedEvent)
Removes the given listener for the
PropertyChanged event that occurs when the FocusedItem
property has been changed. |