Skip to content

Commit

Permalink
Merge pull request #7162 from ebarboni/visuallibsiteconnection
Browse files Browse the repository at this point in the history
link visual api to effective site
  • Loading branch information
ebarboni authored Mar 25, 2024
2 parents d13f34b + 102378d commit 77f2c4a
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 17 deletions.
2 changes: 1 addition & 1 deletion platform/api.visual/apichanges.xml
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@
<h1>Introduction</h1>

<p>This document lists changes made to the <a href="@TOP@/overview-summary.html">Visual Library API</a>.
Please, ask on the users@graph.netbeans.org mailing list if you have any question about the details of a change,
Please, ask on the users@netbeans.apache.org mailing list if you have any question about the details of a change,
or are wondering how to convert existing code to be compatible.</p>

<hr/>
Expand Down
2 changes: 1 addition & 1 deletion platform/api.visual/arch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
The Visual Library 2.0 is the next generation of the original Graph Library 1.0.
It is designed for a general visualization with a support for graph-oriented modeling.
Its focus is to become a part of the NetBeans platform and unify the visualization (UI and API) used in NetBeans-Platform-based applications.
See http://graph.netbeans.org/ web-site for details.
See https://netbeans.apache.org/front/main/projects/graph/ web-site for details.
See <a href="@TOP@/org/netbeans/api/visual/widget/doc-files/documentation.html">documentation</a> for complete set of use-cases and code-snippets.
</p>
</answer>
Expand Down
28 changes: 18 additions & 10 deletions platform/api.visual/examples-readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,27 @@

In January NetBeans has moved to Mercurial.
The old project structure has been split into 3 places.
The project has moved to Apache and Git.

EXAMPLES and INTEGRATION EXAMPLES are hosted outside of the Apache repository

The EXAMPLES for Visual Library are located in "visual.examples" directory
in http://hg.netbeans.org/main/contrib repository - see online at:
http://hg.netbeans.org/main/contrib/file/
in http://source.apidesign.org/hg/netbeans/contrib/ repository - see online at:
http://source.apidesign.org/hg/netbeans/contrib/file/

The INTEGRATION example module is located in "visual.examples" directory
in http://hg.netbeans.org/main/contrib Mercurial repository - see online at:
http://hg.netbeans.org/main/contrib/file/
in http://source.apidesign.org/hg/netbeans/contrib/ Mercurial repository - see online at:
http://source.apidesign.org/hg/netbeans/contrib/file/


SOURCE CODE is on main Apache NetBeans git repository

The SOURCE CODE of the Visual Library is located in "platform/api.visual" directory
in https://github.com/apache/netbeans/ repository - see online at:
https://github.com/apache/netbeans/tree/master/platform/api.visual

The SOURCE CODE of the Visual Library is located in "api.visual" directory
in http://hg.netbeans.org/main repository - see online at:
http://hg.netbeans.org/main/file/
SOURCE CODE is on Apache NetBeans Antora git repository

The WEB PAGES of http://graph.netbeans.org/ are located in "graph/www" directory
in :pserver:anoncvs@cvs.netbeans.org (original CVS repository) - see online at:
http://graph.netbeans.org/source/browse/graph/www/
The WEB PAGES of https://netbeans.apache.org/front/main/projects/graph/ are located in "modules/ROOT/pages/projects/graph" directory
in git repository https://github.com/apache/netbeans-antora-site
https://github.com/apache/netbeans-antora-site/tree/main/modules/ROOT/pages/projects/graph
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
// TODO - Should Widget be an abstract class?
public class Widget implements Accessible, Lookup.Provider {

static final String MESSAGE_NULL_BOUNDS = "Scene.validate was not called after last change. Widget is not validated. See first Q/A at http://graph.netbeans.org/faq.html page.";
static final String MESSAGE_NULL_BOUNDS = "Scene.validate was not called after last change. Widget is not validated. See first Q/A at https://netbeans.apache.org/front/main/projects/graph/faq/ page.";

private static final HashMap<String, WidgetAction.Chain> EMPTY_HASH_MAP = new HashMap<String, WidgetAction.Chain> (0);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,9 @@ <h2><a name="Abstract">Abstract</a></h2>
<p>This is a documentation for the <strong>Visual Library 2.0 API</strong>. The library is a successor of the Graph Library 1.0. Its provides general-purpose (not graph-oriented only) visualization.

<p>
<strong>WWW:</strong> http://graph.netbeans.org<br>
<strong>CVS:</strong> :pserver:anoncvs@cvs.netbeans.org:/cvs checkout graph<br>
<strong>Issues:</strong> NetBeans Issuezilla - graph component
<strong>WWW:</strong> https://netbeans.apache.org/front/main/projects/graph/<br>
<strong>git:</strong> https://github.com/apache/netbeans/tree/master/platform/api.visual<br>
<strong>Issues:</strong> https://github.com/apache/netbeans/issues

<h2><a name="Installation">Installation</a></h2>

Expand Down Expand Up @@ -2421,7 +2421,7 @@ <h2><a name="Notes">Notes</a></h2>
For preventing deadlocks, use AWT-thread when manipulating with the library structures.

<hr>
If you have any comments, suggestions, or missing feature or documentation, please, send an email to <a href="mailto:users@graph.netbeans.org">users@graph.netbeans.org</a>.
If you have any comments, suggestions, or missing feature or documentation, please, send an email to <a href="mailto:users@netbeans.apache.org">users@netbeans.apache.org</a>.

</body>
</html>

0 comments on commit 77f2c4a

Please sign in to comment.