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. |
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
ExplorerView
s
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.