Uses of Class
org.af.commons.logging.widgets.DetailsPanel

Packages that use DetailsPanel
org.af.commons.logging Take a look at the class LoggingSystem. 
org.af.commons.logging.widgets   
 

Uses of DetailsPanel in org.af.commons.logging
 

Methods in org.af.commons.logging that return DetailsPanel
 DetailsPanel LoggingSystem.makeDetailsPanel()
           
 

Uses of DetailsPanel in org.af.commons.logging.widgets
 

Subclasses of DetailsPanel in org.af.commons.logging.widgets
 class DetailsPanelSimpleLog
           
 

Constructors in org.af.commons.logging.widgets with parameters of type DetailsPanel
DetailsDialog(DetailsPanel detailsPanel)