Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.bizapp.explorer
Interface ExplorerViewProvider

All Known Implementing Classes:
HQUGroupProvider

public interface ExplorerViewProvider


Method Summary
 java.lang.String getName()
          Get the name of this provider -- a short name, used for registering and unregistring a provider.
 java.util.Collection getViewFor(ExplorerContext ctx, ExplorerItem item)
          Get views for a specific item.
 

Method Detail

getName

java.lang.String getName()
Get the name of this provider -- a short name, used for registering and unregistring a provider.


getViewFor

java.util.Collection getViewFor(ExplorerContext ctx,
                                ExplorerItem item)
Get views for a specific item. A provider may provide multiple views.

Returns:
a list of ExplorerViews

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.