GWT Connectors

A library for drawing connections between shapes on diagrams.

License

License

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks
GroupId

GroupId

pl.tecna.gwt
ArtifactId

ArtifactId

gwt-connectors
Last Version

Last Version

2.7
Release Date

Release Date

Type

Type

jar
Description

Description

GWT Connectors
A library for drawing connections between shapes on diagrams.
Project URL

Project URL

https://github.com/robertwaszkowski/gwt-connectors
Source Code Management

Source Code Management

https://github.com/robertwaszkowski/gwt-connectors

Download gwt-connectors

How to add to project

<!-- https://jarcasting.com/artifacts/pl.tecna.gwt/gwt-connectors/ -->
<dependency>
    <groupId>pl.tecna.gwt</groupId>
    <artifactId>gwt-connectors</artifactId>
    <version>2.7</version>
</dependency>
// https://jarcasting.com/artifacts/pl.tecna.gwt/gwt-connectors/
implementation 'pl.tecna.gwt:gwt-connectors:2.7'
// https://jarcasting.com/artifacts/pl.tecna.gwt/gwt-connectors/
implementation ("pl.tecna.gwt:gwt-connectors:2.7")
'pl.tecna.gwt:gwt-connectors:jar:2.7'
<dependency org="pl.tecna.gwt" name="gwt-connectors" rev="2.7">
  <artifact name="gwt-connectors" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.tecna.gwt', module='gwt-connectors', version='2.7')
)
libraryDependencies += "pl.tecna.gwt" % "gwt-connectors" % "2.7"
[pl.tecna.gwt/gwt-connectors "2.7"]

Dependencies

compile (2)

Group / Artifact Type Version
com.allen-sauer.gwt.dnd : gwt-dnd jar 3.1.2
com.google.gwt : gwt-user jar 2.5.1

Project Modules

There are no modules declared in this project.

gwt-connectors

Whe are moving from old Google Code project page, so much information in the wiki is incomplete. Please, be patient.

A library for drawing connections between shapes on diagrams.

Using the library you will be able to:
  • Draw connections between shapes.
  • Change shape of the connection by dragging its sections.
  • Keep shapes connected (glued) while you move them around.
  • Add text to connections.
  • Add decorations to the connections (such as arrows).

Getting Started

The Wiki contains all the information you'll need to write your own application with drawing connections capabilities. You can also check sources of our tester project, where you should find all what you need.

Simply you can use this project dependency in your pom.xml file to download gwt-connectors from Maven Central repository:

<dependency>
  <groupId>pl.tecna.gwt</groupId>
  <artifactId>gwt-connectors</artifactId>
  <version>2.7</version>
  <scope>provided</scope>
</dependency>

Reporting Issues

Use the issue tracker here on Github to report issues. Make sure you read the Getting Help article that walks you through the process or properly reporting an issue.

Versions

Version
2.7