org.netbeans.modules.soa.mapper.common.basicmapper.canvas.gtk |
|
Java Source File Name | Type | Comment |
ICanvasFieldNode.java | Interface |
Title: ICanvasFieldNode
Description: ICanvasFieldNode descibes the visual repersentation of a
field mapper node on the canvas. |
ICanvasMapperLink.java | Interface |
Title: ICanvasMapperLink
Description: ICanvasMapperLink describes the visual repersentation of a
mapper link on the canvas. |
ICanvasMethoidNode.java | Interface |
Title: ICanvasMethoidNode
Description: ICanvasMethoidNode describes the visual repersentation of a
methoid mapper node on the canvas. |
ICanvasNodeToNodeLink.java | Interface |
Title: ICanvasNodeToNodeLink
Description: ICanvasNodeToNodeLink describes the visual repersentation
of a canvas link that connects both ends to canvas node. |
ICanvasNodeToTreeLink.java | Interface |
Title: ICanvasNodeToTreeLink
Description: ICanvasNodeToTreeLink describes the visual repersentation
of a canvas link that begin with a canvas field node and end with a tree
node. |
ICanvasObjectFactory.java | Interface |
Title: ICanvasObjectFactory
Description: ICanvasObjectFactory describes the interfaces that a canvas
view would use to create the canvas object repersenting the mapper objects. |
ICanvasTreeToNodeLink.java | Interface |
Title: ICanvasTreeToNodeLink
Description: ICanvasNodeToTreeLink describes the visual repersentation
of a canvas link that end with a tree node and begin with a canvas field
node. |
ICanvasTreeToTreeLink.java | Interface |
Title:
Description: ICanvasNodeToNodeLink describes the visual repersentation
of a canvas link that connects both ends to tree nodes. |
ICanvasView.java | Interface | |