Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.bizapp.explorer
Interface ExplorerView

All Known Subinterfaces:
ExplorerViewHQUGroup

public interface ExplorerView

An ExplorerView represents 1 (of possibly many) views of the selection on the left-hand side of the explorer. It describes 2 things: 1 - The button used to select the view 2 - The location of the view's content


Method Summary
 java.lang.String getName()
          Get the name of this view.
 java.lang.String getStyleClass()
          Get the styleclass used to render the view buttons on the right-hand side of the explorer.
 java.lang.String getText()
          Get a text description of this view: e.g.
 ExplorerViewType getType()
          Get the type of view that this object is.
 

Method Detail

getName

java.lang.String getName()
Get the name of this view. Should be a unique string like "criteriaEditor" or "alertCenter"


getStyleClass

java.lang.String getStyleClass()
Get the styleclass used to render the view buttons on the right-hand side of the explorer.


getText

java.lang.String getText()
Get a text description of this view: e.g. "Criteria Editor"


getType

ExplorerViewType getType()
Get the type of view that this object is.


Hyperic HQ Plugin API v. 4.4.0.2

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