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 60 61
|
Source: libjide-oss-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Markus Koschany <apo@debian.org>
Build-Depends:
ant,
debhelper (>= 11),
default-jdk,
default-jdk-doc,
javahelper,
maven-repo-helper (>= 1.6~)
Standards-Version: 4.1.5
Homepage: http://www.jidesoft.com/products/oss.htm
Vcs-Git: https://anonscm.debian.org/git/pkg-java/libjide-oss-java.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libjide-oss-java.git
Package: libjide-oss-java
Architecture: all
Depends:
${java:Depends},
${misc:Depends}
Recommends:
${java:Recommends}
Suggests:
libjide-oss-java-doc
Description: extensible Swing component library for Java
JIDE Common Layer is a general component library built on top of Swing. It
provides a foundation to build complex Java desktop applications by extending
existing Swing classes to add more advanced features.
.
JIDE Common Layer features over 30 components and utilities including:
* SearchableBar
* FolderChooser
* Searchable JList, JTree, JComboBox and JTable
* RangeSlider
* Popup
* JideSplitButton - a combination of a button and a popup menu
* CheckBoxList and CheckBoxTree - use check boxes inside JLists and JTrees
* IconFactory - simplify the usage of icons across the whole application
* Systeminfo - retrieve information about the current system
* AutoResizingTextArea
* AutoCompletion and IntelliHints
* Calculator component
Package: libjide-oss-java-doc
Section: doc
Architecture: all
Depends:
${misc:Depends}
Recommends:
default-jdk-doc,
${java:Recommends}
Description: extensible Swing component library for Java -- documentation
JIDE Common Layer is a general component library built on top of Swing. It
provides a foundation to build complex Java desktop applications by extending
existing Swing classes to add more advanced features.
.
This package contains the Javadoc API documentation for libjide-oss-java and
the JIDE Common Layer Developer Guide.
|