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

Quick Search    Search Deep

apg_config: Javadoc index of package apg_config.


Package Samples:

apg_config

Classes:

APGImageCacheManager: An simple cache system for images files. This system stores pictures in a cache that persists. The SIZE_xxxx constants defines the supported cache sizes. The only optimization that is performed is the construction of smaller cache entries from their next highest image size. For example, if the 800x600 size is present and a request is made for the 320x240 size, that cache entry will be constructed from the 640x480 image - but since that does not exist, it'll be constructed from the 800x600 image. If this proves tooooo slow, I might change it to pass-thru the construction properly, so that in the ...
SwingWorker: This is the 3rd version of SwingWorker (also known as SwingWorker 3), an abstract class that you subclass to perform GUI-related work in a dedicated thread. For instructions on using this class, see: http://java.sun.com/docs/books/tutorial/uiswing/misc/threads.html Note that the API changed slightly in the 3rd version: You must now invoke start() on the SwingWorker after creating it.
APGImageCache: Maintains a single cache for files of a specific size (as defined by the supported sizes of APGImageCache).
Preferences: This is the preferences dialog, it'll handle the multiple dialogs that set user preferences for the app.
APGEntryItemModel: Defines a model that is used to display a panel of icons (similar to an image browser).
APGConfig
APGConfigInfo
APGEntry
APGEntryAction
APGEntryDescriptionPanel
APGEntryDetailPanel
APGEntryEditDlg
APGEntryItem
APGEntryItemCellEditor
APGEntryItemCellRenderer
APGEntryItemRenderInfo
APGEntryItemRotationPanel
APGEntryTableModel
APGGUIApp
APGGlobal
APGImageCacheManagerListener
APGImageListener

Home | Contact Us | Privacy Policy | Terms of Service