Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Diagramming for Java Swing, V4.7.2 (Read 195 times)
Forum Admin
YaBB Administrator
*****
Offline


Rock and Roll

Posts: 701
Joined: Apr 6th, 2003
Diagramming for Java Swing, V4.7.2
Aug 5th, 2024 at 10:01am
Print Post  
We have released version 4.7.2 of JDiagram. It contains the following new features and improvements:

Support for custom in-place edit controls
Handle the createEditControl event to display a custom Java Swing component for users to edit item's content. This event is raised when entering in-place editing mode, either interactively by users or by calling the beginEdit method. You could handle the event to return a composite control for editing many of the item's properties, and not only text. When leaving in-place editing mode, the Diagram raises destroyEditControl to let you copy to the item any values entered by the user and close the custom editor.

Miscellaneous
  • Set the AutoDeleteLinks property to false to prevent deleting links along with a node they connect, and disconnect the links instead.
  • FreeFormNode objects now support rotation.
  • DividerPen property added to ContainerNode, TableNode and TreeViewNode classes. It lets you customize the appearance of the divider line drawn between a node's caption bar and content area.
  • nodeHovered and linkHovered events raised when the mouse pointer rests over items for HoverDelay milliseconds.
  • Improved in-place editing of ItemLabels.

Distribution for the latest version can be downloaded here, or from the clients area on our site.
https://www.mindfusion.eu/JDiagramTrial.zip

Updated JAR is also available at the Maven Central Repository:
https://search.maven.org/artifact/eu.mindfusion/diagramming

Enjoy!
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint