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.view.input |
Contains definitions, default implementations, and support classes that deal with the user interaction in a
CanvasControl in general, as well as specialized utility classes and IInputMode implementations that can be used to work with and edit IGraph instances in a GraphControl . |
Modifier and Type | Method and Description |
---|---|
void |
Table.addStripeChangedListener(IEventHandler<StripeEventArgs> stripeChangedEvent) |
void |
ITable.addStripeChangedListener(IEventHandler<StripeEventArgs> stripeChangedEvent)
Adds the given listener for the
StripeChanged event that occurs when a stripe has been changed, for instance, if
its style has been replaced. |
void |
Table.addStripeRemovedListener(IEventHandler<StripeEventArgs> stripeRemovedEvent) |
void |
ITable.addStripeRemovedListener(IEventHandler<StripeEventArgs> stripeRemovedEvent)
Adds the given listener for the
StripeRemoved event that occurs when a stripe has been removed from its parent. |
void |
Table.removeStripeChangedListener(IEventHandler<StripeEventArgs> stripeChangedEvent) |
void |
ITable.removeStripeChangedListener(IEventHandler<StripeEventArgs> stripeChangedEvent)
Removes the given listener for the
StripeChanged event that occurs when a stripe has been changed, for instance,
if its style has been replaced. |
void |
Table.removeStripeRemovedListener(IEventHandler<StripeEventArgs> stripeRemovedEvent) |
void |
ITable.removeStripeRemovedListener(IEventHandler<StripeEventArgs> stripeRemovedEvent)
Removes the given listener for the
StripeRemoved event that occurs when a stripe has been removed from its
parent. |
Modifier and Type | Method and Description |
---|---|
protected void |
ReparentStripePositionHandler.onStripeChanged(StripeEventArgs args)
Called whenever a change in the oldTable hierarchy occurs through this position handler.
|
Modifier and Type | Method and Description |
---|---|
void |
ReparentStripePositionHandler.addStripeChangedListener(IEventHandler<StripeEventArgs> stripeChangedEvent)
Adds the given listener for the
StripeChanged event that occurs when a stripe state is changed by this input
mode. |
void |
ReparentStripePositionHandler.removeStripeChangedListener(IEventHandler<StripeEventArgs> stripeChangedEvent)
Removes the given listener for the
StripeChanged event that occurs when a stripe state is changed by this input
mode. |