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 |
---|---|
static ShowFocusPolicy |
ShowFocusPolicy.fromOrdinal(int ordinal) |
ShowFocusPolicy |
FocusIndicatorManager.getShowFocusPolicy()
Gets the show focus policy.
|
static ShowFocusPolicy |
ShowFocusPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShowFocusPolicy[] |
ShowFocusPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FocusIndicatorManager.setShowFocusPolicy(ShowFocusPolicy value)
Sets the show focus policy.
|