Package | Description |
---|---|
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 |
GraphSelection.onItemSelectionChanged(ItemSelectionChangedEventArgs<IModelItem> args)
Raises the
ItemSelectionChanged event. |
protected void |
StripeSelection.onItemSelectionChanged(ItemSelectionChangedEventArgs<IStripe> args)
Raises the
ItemSelectionChanged event. |
Modifier and Type | Method and Description |
---|---|
void |
GraphSelection.addItemSelectionChangedListener(IEventHandler<ItemSelectionChangedEventArgs<IModelItem>> itemSelectionChangedEvent) |
void |
StripeSelection.addItemSelectionChangedListener(IEventHandler<ItemSelectionChangedEventArgs<IStripe>> itemSelectionChangedEvent) |
void |
ISelectionModel.addItemSelectionChangedListener(IEventHandler<ItemSelectionChangedEventArgs<T>> itemSelectionChangedEvent)
Adds the given listener for the
ItemSelectionChanged event that occurs when an item changed its selection state
from selected to unselected or vice versa. |
void |
DefaultSelectionModel.addItemSelectionChangedListener(IEventHandler<ItemSelectionChangedEventArgs<T>> itemSelectionChangedEvent) |
void |
GraphSelection.removeItemSelectionChangedListener(IEventHandler<ItemSelectionChangedEventArgs<IModelItem>> itemSelectionChangedEvent) |
void |
StripeSelection.removeItemSelectionChangedListener(IEventHandler<ItemSelectionChangedEventArgs<IStripe>> itemSelectionChangedEvent) |
void |
ISelectionModel.removeItemSelectionChangedListener(IEventHandler<ItemSelectionChangedEventArgs<T>> itemSelectionChangedEvent)
Removes the given listener for the
ItemSelectionChanged event that occurs when an item changed its selection
state from selected to unselected or vice versa. |
void |
DefaultSelectionModel.removeItemSelectionChangedListener(IEventHandler<ItemSelectionChangedEventArgs<T>> itemSelectionChangedEvent) |