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
|
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
|