Source: libvldocking-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Torsten Werner <twerner@debian.org>, Varun Hiremath <varun@debian.org>
Build-Depends: cdbs, debhelper (>= 6)
Build-Depends-Indep: ant, default-jdk
Standards-Version: 3.9.1
Homepage: http://code.google.com/p/vldocking/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libvldocking-java/
Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libvldocking-java

Package: libvldocking-java
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Java components for building applications with Docking capabilities
 An application can be divided into sub-sets: the "dockables".
  - Each Dockable can be precisely positionned by the user, by a drag and drop
    gesture issued from its title bar.
  - Dockables can be grouped into tabbed panes.
 .
 Every Dockable is given a title bar with a set of common functions (and
 keyboard shortcuts):
  - Maximize / Restore : the Dockable takes all the available space on the
    desktop
  - Detach/Attach : the Dockable is extracted from its parent window
  - Iconify / Restore : the Dockable is changed into a side button : it appears
    only when the mouse is moved over it
  - Contextual pop-up menus : customizable title bars and tabs
  - Close / Closable tab
