Package | Description |
---|---|
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 |
---|---|
protected ConcurrencyController |
WaitInputMode.getController()
Returns the installed
Controller . |
protected ConcurrencyController |
TextEditorInputMode.getController()
Returns the installed
Controller . |
protected ConcurrencyController |
TapInputMode.getController()
Returns the installed
ConcurrencyController . |
protected ConcurrencyController |
ResizeStripeInputMode.getController()
Returns the installed
Controller . |
protected ConcurrencyController |
NavigationInputMode.getController()
Returns the installed
Controller . |
protected ConcurrencyController |
MultiplexingInputMode.getController()
Returns the installed
Controller . |
protected ConcurrencyController |
MoveViewportInputMode.getController()
Returns the installed
Controller . |
protected ConcurrencyController |
MoveInputMode.getController()
Returns the installed
Controller . |
protected ConcurrencyController |
MouseHoverInputMode.getController()
Returns the installed
Controller . |
protected ConcurrencyController |
MarqueeSelectionInputMode.getController()
Returns the installed
Controller . |
protected ConcurrencyController |
KeyboardInputMode.getController()
Returns the installed
Controller . |
protected ConcurrencyController |
ItemHoverInputMode.getController()
Returns the installed
Controller . |
protected ConcurrencyController |
HandleInputMode.getController()
Returns the installed
Controller . |
protected ConcurrencyController |
FocusGuardInputMode.getController()
Returns the installed
Controller . |
protected ConcurrencyController |
DropInputMode.getController()
Returns the installed
Controller . |
protected ConcurrencyController |
CreateEdgeInputMode.getController()
Returns the installed
Controller . |
protected ConcurrencyController |
CreateBendInputMode.getController()
Returns the installed
Controller . |
protected ConcurrencyController |
ClickInputMode.getController()
Gets the installed
Controller . |
protected ConcurrencyController |
AbstractInputMode.getController()
Returns the installed
Controller . |
protected ConcurrencyController |
AbstractContextMenuInputMode.getController()
Gets the installed
ConcurrencyController . |
Modifier and Type | Method and Description |
---|---|
void |
WaitInputMode.install(IInputModeContext context,
ConcurrencyController controller)
Installs this mode into the given context that is provided by the canvas.
|
void |
TextEditorInputMode.install(IInputModeContext context,
ConcurrencyController controller)
Installs this mode into the given context that is provided by the canvas.
|
void |
TapInputMode.install(IInputModeContext context,
ConcurrencyController controller)
Installs this mode into the given context that is provided by the canvas.
|
void |
TableEditorInputMode.install(IInputModeContext context,
ConcurrencyController controller) |
void |
ResizeStripeInputMode.install(IInputModeContext context,
ConcurrencyController controller)
Installs this mode into the given context that is provided by the canvas.
|
void |
OverviewInputMode.install(IInputModeContext context,
ConcurrencyController controller)
Installs this mode into the given context that is provided by the canvas.
|
void |
NavigationInputMode.install(IInputModeContext context,
ConcurrencyController controller)
Installs this mode into the given context that is provided by the canvas.
|
void |
MultiplexingInputMode.install(IInputModeContext context,
ConcurrencyController controller) |
void |
MoveViewportInputMode.install(IInputModeContext context,
ConcurrencyController controller)
Installs this mode into the given context that is provided by the canvas.
|
void |
MoveInputMode.install(IInputModeContext context,
ConcurrencyController controller)
Installs this mode into the given context that is provided by the canvas.
|
void |
MouseHoverInputMode.install(IInputModeContext context,
ConcurrencyController controller)
Installs this mode into the given context that is provided by the canvas.
|
void |
MarqueeSelectionInputMode.install(IInputModeContext context,
ConcurrencyController controller)
Installs this mode into the given context that is provided by the canvas.
|
void |
KeyboardInputMode.install(IInputModeContext context,
ConcurrencyController controller)
Installs this mode into the given context that is provided by the canvas.
|
void |
ItemHoverInputMode.install(IInputModeContext context,
ConcurrencyController controller)
Installs this mode into the given context that is provided by the canvas.
|
void |
IInputMode.install(IInputModeContext context,
ConcurrencyController controller)
Installs this mode into the given context that is provided by the canvas.
|
void |
HandleInputMode.install(IInputModeContext context,
ConcurrencyController controller)
Installs the visual representation of the handles into the canvas into the
InputModeGroup . |
void |
GraphEditorInputMode.install(IInputModeContext context,
ConcurrencyController controller)
Installs this mode into the provided context.
|
void |
FocusGuardInputMode.install(IInputModeContext context,
ConcurrencyController controller)
Installs this mode into the given context that is provided by the canvas.
|
void |
DropInputMode.install(IInputModeContext context,
ConcurrencyController controller)
Installs this mode into the given canvas.
|
void |
CreateEdgeInputMode.install(IInputModeContext context,
ConcurrencyController controller)
Installs this mode into the given context that is provided by the canvas.
|
void |
CreateBendInputMode.install(IInputModeContext context,
ConcurrencyController controller)
Installs this mode into the given context that is provided by the canvas.
|
void |
ClickInputMode.install(IInputModeContext context,
ConcurrencyController controller)
Installs this mode into the given context that is provided by the canvas.
|
void |
AbstractInputMode.install(IInputModeContext context,
ConcurrencyController controller)
Installs this mode into a
CanvasControl using the provided IInputModeContext . |
void |
AbstractContextMenuInputMode.install(IInputModeContext context,
ConcurrencyController controller)
Installs this mode in the canvas.
|