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

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


          panel = new AttributesOverviewPanel(detailPanel.getId(), jmxNode
              .getJmxMBeanWrapper());
        }
        else if (Objects.isEqual("operations", object))
        {
          panel = new OperationsOverviewPanel(detailPanel.getId(), jmxNode
              .getJmxMBeanWrapper());
        }
        else
        {
          panel = (Panel)new EmptyPanel(detailPanel.getId()).setOutputMarkupId(true);
View Full Code Here

TOP

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

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.