Packages 
Package Description
boot
Package for booting up the application.
org.q.app.clipboard
Package for interacting with the os clipboard.
org.q.app.config
Package for configuring the application.
org.q.app.contract
Package for defining the contract of ShellCommands.
org.q.app.contract.annotation
Package for annotations used to register ShellCommands at the Engine.
org.q.app.engine.concurrent
Package for invoking ShellCommand's in different Thread's depending on the ThreadPolicy
org.q.app.engine.context
Package for creating a snapshot of the file browser.
org.q.app.engine.convert
Package for converting ShellCommand arguments into flag argument Class'es.
org.q.app.engine.impl
Package for invoking raw Strings as Q commands.
org.q.app.engine.meta
Package for storing the Meta data of all ShellCommand's (also named plugin's) registered at the application.
org.q.app.engine.parse
Package for the parser of ShellCommand's.
org.q.app.engine.script
Package for invoking javax.script's in a hassle free manner.
org.q.app.general
Package for utility classes that are so general they don't belong anywhere else.
org.q.app.ui
Package for all classes relevant to the user interface of Q.
org.q.app.ui.bind
Package for creating the UI components and binding listeners and key combinations.
org.q.app.ui.bind.menu
Package for building the JMenuBar.
org.q.app.ui.context
Package for managing the locations opened in the file browser lists.
org.q.app.ui.render  
org.q.app.ui.render.browser
Package for configuring the rendering of browser lists in the application.
org.q.app.ui.render.icons
Package for Icons drawn with Java 2D.
org.q.app.ui.render.label
Package for rendering labels.
org.q.app.ui.render.list
Package for customizing the rendering of JList's in the application.
org.q.app.ui.render.rename
Package for UI components used to rename files.
org.q.app.ui.render.terminal
Package for writing output from calls on the native command line to a UI component.
org.q.app.vfs
Package for resolving URL's and converting between URL's and Files and back.
org.q.plugins.open
Package for the open ShellCommand.
org.q.plugins.various
Package for the various ShellCommand.