Interface IDebugBarContributor
-
- All Superinterfaces:
IClusterable
,Serializable
- All Known Implementing Classes:
VersionDebugContributor
public interface IDebugBarContributor extends IClusterable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Component
createComponent(String id, DebugBar debugBar)
-
-
-
Method Detail
-
createComponent
Component createComponent(String id, DebugBar debugBar)
- Parameters:
id
-debugBar
-- Returns:
- Component
-
-