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 |
---|---|
default void |
IRenderContext.registerForChildrenIfNecessary(Node visual,
IDisposeVisualCallback callback)
Registers a visual if children have registered themselves for disposal.
|
default void |
IRenderContext.setDisposeCallback(Node visual,
IDisposeVisualCallback callback)
Registers a
callback which will be called when the visual will be removed from the visual tree. |