Tricks for plug-in development.

How to create Custom Ribbon using Plugin API

Visual Paradigm Plugin API allow users extend functionalities of the software by writing custom plugins. The custom plugins can be triggered from application toolbar, diagram or model element’s popup menu, or from diagram’s toolbar. For application toolbar by default the plugins will be grouped under the Plugins menu. In this article you will learn how to create custom ribbon in application for organizing your plugins.

Read more

Create SysML Requirement Diagram Using Open API

The Requirement Diagram is one of the SysML tool which provides a visual approach in representing and managing system requirements. This article will show you how to create Requirement Diagram using Open API.

The Requirement Diagram will be create by the plugin

The Requirement Diagram will be create by the plugin

Read more

Retrieve Image from Model Element’s Description Using Open API

In Visual Paradigm every model elements and diagrams can be describe with rich text content. With Visual Paradigm’s Open API it provide a channel to user to manipulate the diagram and model elements. In this article we will show you how to retrieve the images inside model element’s rich text description for further manipulation. We will demonstrate this by putting the image into ImageIcon and display using a message pane.

Read more

Showing Interface Caption for all ArchiMate diagram in the project

By default in ArchiMate Diagram the caption for interface type elements (i.e. Business Interface, Application Interface, Technology Interface) will have its caption hide away. This is aimed to make the diagrams looks clean and tidy. You can turn on the display of caption individual interface type in your active editing diagram via the Presentation Options menu, or using this plugin to turn on the display of caption for all interface types in all your ArchiMate diagram.

Read more

Find out source project of a model element via Open API

The project reference feature in Visual Paradigm allow users to reuse model elements from different projects. This not just saving effort in re-creating same model element again and again across projects, but also maintain the consistence of models as the changes on the model element automatically reflect on the projects which using it. In complex situation such as multiple levels of reference project sometimes it will be difficult to identify the origin of a particular model element, especially when the diagrams are develop by multiple users. By using Open API we can create plugin to find out the origin project of a model element. In this article we will show you how to create this plugin. Read more

Create iPhone Wireframe Using Open API

Wireframe is a very effective tool for develop screen mock-up. It’s simple and easy-to-draw nature allow developers quickly develop the screen design. This allow stakeholders foresee how the new system look like before you really develop it. This article will show you how to create a simple iPhone wireframe using Open API.

iPhone wireframe create with Open API

Read more

Create ArchiMate diagram Using Open API

ArchiMate is a modelling technique for describing enterprise architectures. This article will show you how to create an ArchiMate diagram using Open API.

The ArchiMate diagram will be created by the plugin

Read more

Create Composite Structure Diagram Using Open API

A composite structure diagram is a member of the UML family, which shows the internal structure of a structured classifier or collaboration. This article will show you how to create a composite structure diagram using Open API.

The composite structure diagram will be created by the plugin

Read more

Create a Sequence Diagram Using Open API

Sequence diagram is a member of the UML diagram family, which is mainly used to show the interactions between object through time using a various lifelines. In this article, you will be shown how to create a sequence diagram from scratch using Open API.

The sequence diagram will be created by the plugin.

Read more

Create a Cause and Effect Diagram Using Open API

Cause and Effect diagram, also known as Fishbone Diagram, is useful for recording potential factors that may cause a problem or effect. This article will show you how to create a cause and effect diagram using Open API.

The cause and effect diagram will be created by the diagram.

Read more