| 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 FocusIndicatorManager<IModelItem> |
GraphControl.createFocusIndicatorManager()
Factory method for the FocusIndicatorManager property.
|
FocusIndicatorManager<IModelItem> |
GraphControl.getFocusIndicatorManager()
Gets the FocusIndicatorManager property.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectProperty<FocusIndicatorManager<IModelItem>> |
GraphControl.focusIndicatorManagerProperty()
The property for the
GraphControl.getFocusIndicatorManager() focus indicator manager.} |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphControl.setFocusIndicatorManager(FocusIndicatorManager<IModelItem> value)
Sets the FocusIndicatorManager property.
|