Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » e(fx)clipse » Usage of Efxclipse Controls like FilterableTreeTable - Best practice?
Usage of Efxclipse Controls like FilterableTreeTable - Best practice? [message #1701377] Mon, 13 July 2015 07:24 Go to next message
Eclipse UserFriend
Hello all,

what is best practice of using efxclipse controls?

currently i have linked the needed jars from the eclipse plugins folder (i.e. efxclipse controls jar) to my project to use features like the FilterableTreeTable. But.. this can not be the best practice. If there is no maven support, there should be another solution, right?!

thanks in advance and best regards,
Frank
Re: Usage of Efxclipse Controls like FilterableTreeTable - Best practice? [message #1701523 is a reply to message #1701377] Mon, 13 July 2015 20:25 Go to previous messageGo to next message
Eclipse UserFriend
It's on my todo list to publish some parts of efxclipse at maven Central but i did not yet had time - i'll keep you posted
Re: Usage of Efxclipse Controls like FilterableTreeTable - Best practice? [message #1701681 is a reply to message #1701523] Tue, 14 July 2015 22:55 Go to previous messageGo to next message
Eclipse UserFriend
Hi,

I published the controls bundle to
https://oss.sonatype.org/content/repositories/releases/ including all
the transitive dependencies.

> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
> <modelVersion>4.0.0</modelVersion>
> <groupId>my.test</groupId>
> <artifactId>my.test.app</artifactId>
> <version>0.0.1-SNAPSHOT</version>
>
> <dependencies>
> <dependency>
> <groupId>at.bestsolution.eclipse</groupId>
> <artifactId>org.eclipse.fx.ui.controls</artifactId>
> <version>2.0.0</version>
> </dependency>
> </dependencies>
>
> <repositories>
> <repository>
> <id>oss</id>
> <url>https://oss.sonatype.org/content/repositories/releases/</url>
> </repository>
> </repositories>
>
> </project>


I'll publish more artifacts in the days to come.

Tom

On 13.07.15 22:25, Thomas Schindl wrote:
> It's on my todo list to publish some parts of efxclipse at maven Central
> but i did not yet had time - i'll keep you posted
Re: Usage of Efxclipse Controls like FilterableTreeTable - Best practice? [message #1703050 is a reply to message #1701681] Tue, 28 July 2015 10:23 Go to previous message
Eclipse UserFriend
Thank you!
Previous Topic:Encoding issue in properties files generated with l10n tooling
Next Topic:Glue in menu bar items
Goto Forum:
  


Current Time: Mon Feb 10 07:26:00 GMT 2025

Powered by FUDForum. Page generated in 0.26481 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top