1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
Source: libswingx-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Varun Hiremath <varun@debian.org>, Torsten Werner <twerner@debian.org>,
Damien Raude-Morvan <drazzib@debian.org>
Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4)
Build-Depends-Indep: default-jdk-doc, libmaven-javadoc-plugin-java, libjhlabs-filters-java
Standards-Version: 3.9.5
Homepage: https://swingx.java.net/
Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libswingx-java
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libswingx-java
Package: libswingx-java
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
Recommends: ${maven:OptionalDepends}
Suggests: libswingx-java-doc
Description: extensions to the Swing GUI toolkit
This package contains extensions to the Swing GUI toolkit, including new and
enhanced components that provide functionality commonly required by rich
client applications. Highlights include:
- Sorting, filtering, highlighting for tables, trees, and lists
- Find/search
- Auto-completion
- Login/authentication framework
- TreeTable component
- Collapsible panel component
- Date picker component
- Tip-of-the-Day component
.
Many of these features will eventually be incorporated into the Swing toolkit,
although API compatibility will not be guaranteed. The SwingX project focuses
exclusively on the raw components themselves.
Package: libswingx-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${maven:DocDepends}
Recommends: ${maven:DocOptionalDepends}
Description: extensions to the Swing GUI toolkit - documentation
This package contains extensions to the Swing GUI toolkit, including new and
enhanced components that provide functionality commonly required by rich
client applications. Highlights include:
- Sorting, filtering, highlighting for tables, trees, and lists
- Find/search
- Auto-completion
- Login/authentication framework
- TreeTable component
- Collapsible panel component
- Date picker component
- Tip-of-the-Day component
.
Many of these features will eventually be incorporated into the Swing toolkit,
although API compatibility will not be guaranteed. The SwingX project focuses
exclusively on the raw components themselves.
.
This package contains API documentation (Javadoc) of SwingX GUI Toolkit.
|