Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jext.misc: Javadoc index of package org.jext.misc.


Package Samples:

org.jext.misc

Classes:

FindAccessory: A threaded file search accessory for JFileChooser. Presents JFileChooser users with a tabbed panel interface for specifying file search criteria including (1) search by name, (2) search by date of modification, and (3) search by file content. Finded are performed "in the background" with found files displayed dynamically as they are found. Only one search can be active at a time. FindResults are displayed in a scrolling list within a results tab panel. Findes are performed asynchronously so the user can continue browsing the file system. The user may stop the search at any time. Accepting or cancelling ...
FindFilter: Each search option tab that implements FindFilterFactory defines an inner class that implements FindFilter. When a search is started the search panel invokes createFindFilter() on each panel that implements FindFilterFactory, thus causing the panel to create a FindFilter object that implements its search settings.
SwingWorker: This class comes from the SwingWorker class described at the URL below(3rd version), but has substantially changed; http://java.sun.com/docs/books/tutorial/uiswing/misc/threads.html
FindFilterFactory: Implemented by each search option panel. Each panel is responsible for creating a FindFilter object that implements the search criteria specified by its user interface.
VirtualFolders: Virtual Folders are a kind of project manager. Virtual Folders allow to sort documents into folder, categorizing them.
PluginDownload: This is the master class of all the plugin update process; see the code of main() for a sample of use.
FindByDate: Implements a user interface and generates FindFilter for selecting files by date.
FindByName: Implements user interface and generates FindFilter for selecting files by name.
TabSwitcher: Switches tabs due to the failure of JRE 1.4 to properly do so.
SaveDialog
Workspaces
WorkspaceSwitcher

Home | Contact Us | Privacy Policy | Terms of Service