|
|
Demonstate the usage of the CommandStackEventListener interface. This interface is very usefull for server - client communication. You can update the server data on every CommandStack change. Show... |
|
|
Create figure with round corners a collapse/expand button. Show... |
|
|
How to integrate Draw2D into a 3rd. party UI library Show... |
|
|
How to decorate a connector with arrows, bars or something else. Show... |
|
|
Showcase for the different connection router types Show... |
|
|
Provide a context menu for a connector Show... |
|
|
Change the grid size and provide 2 toggle buttons for the user. Show... |
|
|
Provide a context menu for your canvas. Show... |
|
|
How to implement a context menu for your figure class. Show... |
|
|
Demonstration of a very simple vector draw application. Show... |
|
|
Starter kit for a simple Ajax Form Designer Show... |
|
|
Create a XML document with your Draw2D canvas content Show... |
|
|
Change the default port UI representation. Show... |
|
|
Attach a figure to a connector. You can attach each type of figure to a connection Show... |
|
|
Create your own connector type. A ArrowConnector Show... |
|
|
Connection with a ManhattenConnectionRouter Show... |
|
|
Usage of a connector with a direct connection router. A NullConnectionRouter. Show... |
|
|
Inherit from the Figure class and implement a special "hover" effect. Show... |
|
|
How to override the paint method of a Line figure. The result: a ArrowLineFigure Show... |
|
|
Implementation of an vector drawn based figure. Show... |
|
|
Implementation of a resizeable image figure. Show... |
|
|
Resize a figure and adjust the corresponding ports of the figure to the new size. Show... |
|
|
Show a link in a dialog and scroll the view to a related object. Show... |
|
|
How to implement a double click event handler at a figure. Show... |
|
|
Demonstration of an extended Selection Listener. Show... |
|
|
Show a simple "selection listener". This is a core function of the "draw2d.Dialog" class.We use this in the demo to show some properties of the selected figure. Show... |
|
|
Show the different between the simple canvas and the interactive canvas called "draw2d.Workflow" Show... |
|
|
show some core figure functions of the Draw2D API. Show... |