Uses of Interface
org.apache.wicket.devutils.debugbar.IDebugBarContributor

Packages that use IDebugBarContributor
org.apache.wicket.devutils.debugbar   
 

Uses of IDebugBarContributor in org.apache.wicket.devutils.debugbar
 

Classes in org.apache.wicket.devutils.debugbar that implement IDebugBarContributor
 class VersionDebugContributor
           
 

Fields in org.apache.wicket.devutils.debugbar declared as IDebugBarContributor
static IDebugBarContributor SessionSizeDebugPanel.DEBUG_BAR_CONTRIB
           
static IDebugBarContributor VersionDebugContributor.DEBUG_BAR_CONTRIB
           
static IDebugBarContributor InspectorDebugPanel.DEBUG_BAR_CONTRIB
           
 

Methods in org.apache.wicket.devutils.debugbar with parameters of type IDebugBarContributor
static void DebugBar.registerContributor(IDebugBarContributor contrib)
          Register your own custom contributor that will be part of the debug bar.
 



Copyright © 2004-2009 Apache Software Foundation. All Rights Reserved.