All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by menu with all dependencies

Search JAR files by class name

prefuseTree from group nz.ac.waikato.cms.weka (version 1.0.3)

A visualization component for displaying tree structures from those schemes that can output trees (e.g. decision tree learners, Cobweb clusterer etc.). This component is available from the popup menu in the Explorer's classify and cluster panels. The component uses the prefuse visualization library.

Group: nz.ac.waikato.cms.weka Artifact: prefuseTree
Show all versions Show documentation Show source 
 

0 downloads
Artifact prefuseTree
Group nz.ac.waikato.cms.weka
Version 1.0.3
Last update 26. April 2012
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/prefuseTree
License GNU General Public License 3
Dependencies amount 2
Dependencies weka-dev, prefuse,
There are maybe transitive dependencies!

nb-editor-close-left-right from group de.funfried.netbeans.plugins (version 1.0.6)

This plugin helps you to easily close unused or unwanted editor tabs. Instead of either close all tabs or all tabs except the currently selected you can also close the tabs right or left, the ones either belong or not belong to the project from the context menu of a selected tab at once or even all tabs that have not been changed since the last commit to your version control system (Git, SVN and Mercurial supported).

Group: de.funfried.netbeans.plugins Artifact: nb-editor-close-left-right
Show all versions Show documentation Show source 
 

0 downloads
Artifact nb-editor-close-left-right
Group de.funfried.netbeans.plugins
Version 1.0.6
Last update 19. March 2024
Organization not specified
URL https://funfried.github.io/nb-editor-close-left-right/
License Apache License, Version 2.0
Dependencies amount 16
Dependencies org-openide-awt, org-openide-util, org-openide-util-ui, org-netbeans-modules-options-api, org-openide-util-lookup, org-openide-modules, org-openide-filesystems, org-openide-windows, org-netbeans-core-windows, org-netbeans-modules-projectapi, org-netbeans-modules-projectuiapi-base, org-netbeans-libs-git, org-netbeans-modules-git, org-netbeans-modules-subversion, org-netbeans-modules-mercurial, commons-lang3,
There are maybe transitive dependencies!

org.drools.updatesite from group org.drools (version 7.48.0.Final)

To use this update site locally: - Build the drools project with maven (including the eclipse stuff). - Open Eclipse. - Open the menu "Help", menu item "Install new software..." - Click on the button "Add..." to add a new software site. - Fill in the name "drools local update site" - Click on the button "Local..." and select "droolsjbpm-tools/drools-eclipse/org.drools.updatesite/target/repository/" - Select all the features. Click the buttons "Next" and "Finish".

Group: org.drools Artifact: org.drools.updatesite
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact org.drools.updatesite
Group org.drools
Version 7.48.0.Final
Last update 12. January 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

loopbar from group com.cleveroad (version 1.2.0)

At Cleveroad we’ve recently come to realize that navigation through categories in an app using nothing but a navigation panel is pretty boring and trivial. That’s why, armed with our designer’s creativity, we introduce you our new component for Android-based applications -- LoopBar. The idea was to make the navigation menu right at fingerprints, in a tab bar. What's more the view has a few specific features that make it stand out from the crowd of similar ones. So, try out the LoopBar library in your app and you’ll see the difference.

Group: com.cleveroad Artifact: loopbar
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact loopbar
Group com.cleveroad
Version 1.2.0
Last update 31. July 2019
Organization not specified
URL https://github.com/Cleveroad/LoopBar
License MIT License
Dependencies amount 3
Dependencies lifecycle-extensions, recyclerview, appcompat,
There are maybe transitive dependencies!

netbeans-editor-pin from group com.raelity.jvi (version 2.1.2)

This plugin provides a registered action, toolbar button and menu actions which can clear the REUSE flag <b>preventing a file from being replaced</b>. <br/><br/> The toolbar button, which looks like a "push pin", provides a visual indication that the currently active editor is REUSEable; the button is only enabled when the active editor is REUSEable. <br/><br/> In some situations the IDE/platform opens a file with the REUSE flag (see NetBeans API doc Line.ShowOpenType); files opened like this can be automatically replaced in an editor window by other files. <br/><br/> IDE REUSE examples: single stepping into a file, clicking on a stacktrace for goto source, jVi tag-stack operations.

Group: com.raelity.jvi Artifact: netbeans-editor-pin
Show documentation Show source 
 

0 downloads
Artifact netbeans-editor-pin
Group com.raelity.jvi
Version 2.1.2
Last update 22. January 2023
Organization Raelity Engineering
URL http://raelity.com
License Mozilla Public License Version 1.1
Dependencies amount 5
Dependencies org-openide-awt, org-openide-windows, org-openide-util, org-openide-util-ui, org-openide-util-lookup,
There are maybe transitive dependencies!

netbeans-case-converter from group fr.evidev.netbeans.modules (version 0.2.3)

This module provides a convenient way to convert string case. <h3>Usage</h3> In the editor panel: <ol> <li>Select the text you want to change the case of</li> <li>Right-click to open the contextual menu</li> <li>Open the <code>Convert To...</code> submenu</li> <li>Click on the converter of your choice</li> </ol> Please note that if no text is selected, the menu is disabled. <h3>Available converters</h3> <ul> <li><b>camelCase</b>: first capitalized letter of each word, except for the first letter of the resulting word, no space</li> <li><b>hyphen-case</b>: lower case words separated with an hyphen</li> <li><b>lower case</b>: lower case words</li> <li><b>PascalCase</b>: first capitalized letter of each word, no space</li> <li><b>Sentence case.</b>: first capitalized letter of the first word, ends with a dot (capital letters within the sentence are preserved)</li> <li><b>snake_case</b>: lower case words separated with an underline character</li> <li><b>Title Case</b>: first capitalized letter of each word, one space between words</li> <li><b>UPPER CASE</b>: upper case words</li> </ul>

Group: fr.evidev.netbeans.modules Artifact: netbeans-case-converter
Show all versions 
 

0 downloads
Artifact netbeans-case-converter
Group fr.evidev.netbeans.modules
Version 0.2.3
Last update 03. October 2020
Organization not specified
URL https://github.com/eviweb/netbeans-case-converter
License Apache License, Version 2.0
Dependencies amount 6
Dependencies org-netbeans-api-annotations-common, org-netbeans-modules-editor-lib2, org-openide-awt, org-openide-text, org-openide-util, org-openide-util-ui,
There are maybe transitive dependencies!



Page 32 from 32 (items total 316)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy