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:
 debhelper (>= 11),
 default-jdk,
 maven-debian-helper (>= 2.2),
 maven-repo-helper (>= 1.5)
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/java-team/libvldocking-java
Vcs-Git: https://salsa.debian.org/java-team/libvldocking-java.git
Homepage: https://github.com/cmadsen/vldocking

Package: libvldocking-java
Architecture: all
Depends: ${misc:Depends}, ${maven: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 positioned 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
