Package org.wicketstuff.jmx.markup.html.tree.detail

Examples of org.wicketstuff.jmx.markup.html.tree.detail.AttributesOverviewPanel


              .getJmxMBeanWrapper(), (MBeanOperationInfo)object);
        }
        else if (Objects.isEqual("attributes", object))
        {
          // DetailPanel.forAttributesOverview
          panel = new AttributesOverviewPanel(detailPanel.getId(), jmxNode
              .getJmxMBeanWrapper());
        }
        else if (Objects.isEqual("operations", object))
        {
          panel = new OperationsOverviewPanel(detailPanel.getId(), jmxNode
View Full Code Here

TOP

Related Classes of org.wicketstuff.jmx.markup.html.tree.detail.AttributesOverviewPanel

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.