[20 total ]
SWT is an open source widget toolkit for Java designed to provide efficient, portable access to the user-interface facilities of the operating systems on which it is implemented.
An event-driven list model for dynamically filtering, sorting and updating tables.
jSeamless is a UI abstraction layer for Java to allow developers to write code for any platform and any environment (Web, Desktop, Mobile, etc.) without having to know ahead of time the deployment platform or environment will.
Supplemental Custom Widgets for SWT (and more)
The Nebula project is a source for custom SWT widgets and other UI components. Nebula is also an incubator for SWT. Some Nebula widgets will graduate into SWT and therefore into the main Eclipse Platform.
Eclox is a simple doxygen frontend plug-in for eclipse. It aims to provide a slim and sleek integration of the code documentation process into eclipse by providing a high-level graphical user interface over doxygen.
This project provides Java libraries and tools to work with FIXatdl files. FIXatdl stands for FIX Algorithmic Trading Definition Language. Its an effort by the FIX Algorithm Working Group to define a language for algorithms descriptions.
Eclipse Launcher is an utility of Eclipse IDE. It's written in Delphi 6. Eclipse IDE has some configurations such as workspace folder and plugin folder in launching time. It help Eclipse User to launch Eclipse IDE with configurations.
피카툰(P1Cartoon)은 후지쯔 P1510 노트북같은 작은 화면에서 만화를 보기 쉽게 하기 위한 유틸리티 제작 프로젝트입니다. Java, SWT 를 사용합니다.
Currently the only way to get rich text editing capabilities inside Eclipse RCP application is to use native browser widget. This is powerful but not very flexible solution.
The goal of Rich Text Editor project is to create WYSIWIG Markup editor
... [More]
, which will be based on StyledText? widget and will allow basic HTML authoring, as well as will support most of features from jface text editing infrastucture. [Less]
UFace provides a Universal API to create rich user interface applications on a variety of platforms such as the web via GWT or Java via Swing or Eclipse.
UFace provides a thin facade above the various widget implementations, then uses JFace Data
... [More]
Binding to bind your model objects to the user interface widgets.
The primary targets are implementation for GWT (including 3rd party widgets from e.g. gwt-ext, MyGWT), SWT/JFace and Swing but the API should flexible enough to allow other widget libraries to provide their own facades such as for things like QT-Jambi or JGoodies. [Less]
XUI is a Rich Internet Application Framework built using Java and XML. XUI comes with plugins for NetBeans and Eclipse that provide WYSIWYG design environments, including drag and drop form generation from Hibernate/JPA POJOs.
Xulux is a Front End API for Java.
Mailster is a project aimed at testing software mail capabilities. It provides a mail server container to test emails sent by your apps without rewriting your application code.
SetiBoincInf is an add-on especially for a BOINC project called SETI@HOME. It retrieves the credit information for an account and stores the credits together with the client information for each client host.
Semantic UI is a productivity framework designed to simplify creation of RCP applications and eclipse plugins.
Framework servers as a foundation for products developed by OnPositive Technologies and provides simple a powerful way to create data centric RCP applications.
How to represent and visualize a lot of information at a glance is a hot topic in IT. A Treemap, also known as Heatmap, is an important tool for this. A TreeMap graphically represents a hierarchical structure. Typically, the hierarchy will involve a
... [More]
tree of nodes of different sizes and different colours.
A Heatmap/Treemap is great to see a lot of information in one glance. It can be interactive and allow you to drill down into some section of the hierarchy. More on treemapping on Wikipedia. [Less]
A java financial accounting application to write invoices (and more) and do double-entry bookkeeping. It's written in SWT and embeds OpenOffice.org, Firefox (more precisely: Gecko using XULRunner) and HSQLDB. Alternatively to HSQLDB, it can also connect to a MySQL database.
What?JMoviedb is a movie organizer intended to replace Joel Klinghed's moviedb. (More information about moviedb the Wiki). JMoviedb will be designed to run using Java 1.5 or newer on Windows, Linux and OS X.
Why?Why not? Read more about my
... [More]
motivation for going through all this trouble.
When?JMoviedb isn't done yet! This software is currently under development, and will be released as soon as a barely functioning version is ready.
Who?JMoviedb started out as a one-man project, there are currently two developers. If you should be interested in contributing patches, artwork or anything else you are certanly welcome to! As the project gets closer to having a release candidate ready, a few testers might also be useful.
Where?Right here.
Which?Indeed. [Less]
DB Explorer is an easy-to-use application that lets you manage any JDBC (Java Database Connectivity) compliant database. It provides connectivity to wide-range of SQL databases through their JDBC drivers. This makes it completely different from other
... [More]
single database centric applications. Features like simple tabbed-interface to run SQLs query, Schema-Browser, multiple database connections in a session and powerful CSV export/import makes it perfect tool to manage any database.
FeaturesSupport multiple queries per tab. Use Separator token to separate multiple SQLs. Limit number of rows in query result. Default is 50 rows. Support comments in SQL. Use /"" ""/ to comment any part of SQL. Powerful Database Schema Explorer. Just enter to execute simple SELECT query. View previously Executed SQLs in History Dialog. Tray hide/unhide support. Export query result to CSV file. Import CSV file. Manage connections to multiple database in single session. UsageSupport any Database with JDBC driver. For non-executable(EXE) version, Add JDBC driver file to CLASSPATH or edit run.bat.
In Settings Window, Select JDBC driver (com.mysql.jdbc.Driver). Enter Database URL (for example, jdbc:mysql://localhost:3306/test) Enter Database User and Password (if required). Hit Ok button and you are ready to go. You can change connection anytime by using Settings Window. Each Connection information(same or different database) will be maintained, so you can switch to any connection in active tab. DB Explorer does not need any JDBC driver file to connect to ODBC connection.
The latest release version is 1.2. [Less]
SWT/XML is a lightweight XML markup language for describing Eclipse SWT / RCP user interfaces. It includes an Eclipse Web Tools based IDE editor plug-in.
* Very readable and compact XML grammar for describing SWT user interfaces.
* Easy to
... [More]
learn and to use. If you know SWT, you just need to learn few API / XML conversion rules.
* I18N support using label properties and resource bundles (same as for plugin.xml files):
* Eclipse IDE plug-in with Content Assist and Preview:
* Strict markup validation with meaningful exception messages.
* Easy integration in your application, the runtime library of SWT/XML is very small (<150KB) and has almost no external dependencies (except for Eclipse RCP plug-ins) [Less]