Interface | Description |
---|---|
InputHandler |
Define a input event listener include both mouse and keyboard input event.
|
Class | Description |
---|---|
AbstractMoveInputHandler |
Abstract implementation for selection input handler.
|
CreateLinkInputHandler |
This input handler used to handle create link event.
|
CreateNodeInputHandler |
This input handler used to handle create node event.
|
CreatePointsInputHandler |
This input handler used to handle creating vertex
for a shape node.
|
CreatePolyInputHandler |
This input handler used to create poly line
SubNetwork
objects by mouse on the network canvas. |
CreateResizableNodeInputHandler |
This handler used to resize node bound.
|
CreateShapeLinkInputHandler | |
CreateShapeNodeInputHandler |
This handler is used to edit shape node on network.
|
DefaultInputHandler |
This class defines the default input handler for network component.
|
EagerMoveInputHandler |
This is a implementation of InputEventListener that uses to handle all
input interaction of a network component, include mouse event and keyboard
event.
|
ExportImageInputHandler | |
InputAdapter |
An abstract adapter class for receiving input events.
|
InteractionInputHandler |
This is a implementation of InputEventListener that uses to handle all
input action of a network component.
|
LazyMoveInputHandler |
This class defines a group selection input handler.
|
MagnifierInputHandler |
This input handler will display a magnifier on the network
canvas to magnify the part around mouse cursor.
|
PanInputHandler |
This hander can move the network canvas view location of
the scroll pane.
|
PopupMenuInputHandler |
This is a implementation of InputEventListener that uses to handle
the popup menu action of a network component.
|
RectangleInputHandler |
This is an abstract input hander, define a handler
that drag a rectangle on network canvas, and do something.
|
ResizeInputHandler |
This class defines a input handler used to resize element.
|
SelectionInputHandler |
This is a implementation of InputEventListener that uses to handle selection related
input interaction of a network component, include mouse event and keyboard
event.
|
WheelZoomInputHandler |
This class defines an input handler used to change
network zoom factor by scrolling mouse wheel.
|
ZoomToRectInputHandler |
This class defines a input handler to zoom a rectangle of the network
canvas to fit the whole visible area.
|
Copyright © 2002 - 2010 Serva Software. All Rights Reserved.