Package | Description |
---|---|
com.yworks.yfiles.utils |
Contains classes and interfaces which support the yFiles collection and event handling framework,
and other utility classes.
|
com.yworks.yfiles.view |
Contains the main UI classes, interfaces, default implementations and support classes that can be used to display
IGraph instances. |
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 | Class and Description |
---|---|
class |
ObservableCollection<T>
A simple default implementation of an
IObservableCollection that is backed by an ordinary Collection . |
Modifier and Type | Method and Description |
---|---|
IObservableCollection<T> |
SelectionIndicatorManager.getModel()
Gets the model that describes the domain for the selection.
|
IObservableCollection<T> |
CollectionModelManager.getModel()
Gets the model of the items to display in the canvas.
|
IObservableCollection<T> |
DefaultSelectionModel.getSelection()
Provides an observable collection view over the selected items.
|
Modifier and Type | Method and Description |
---|---|
void |
SelectionIndicatorManager.setModel(IObservableCollection<T> value)
Sets the model that describes the domain for the selection.
|
void |
CollectionModelManager.setModel(IObservableCollection<T> value)
Sets the model of the items to display in the canvas.
|
Constructor and Description |
---|
CollectionModelManager(Class<T> itemType,
IObservableCollection<T> model)
Creates a new instance using the given
model . |
SelectionIndicatorManager(CanvasControl canvas,
IObservableCollection<T> model,
ISelectionModel<T> selectionModel)
Creates an instance that for all selected items in the model dynamically installs a selection render decoration.
|
Modifier and Type | Method and Description |
---|---|
IObservableCollection<IHandle> |
HandleInputMode.getHandles()
Gets the collection of
IHandle s this mode manages. |
IObservableCollection<SnapResult> |
SnapContext.getSnapResults()
The collection of
SnapResult s. |
Modifier and Type | Method and Description |
---|---|
void |
HandleInputMode.setHandles(IObservableCollection<IHandle> value)
Sets the collection of
IHandle s this mode manages. |