[Mc4j-cvs] mc4j/application/dashboards JRE15_ThreadTree.xml,NONE,1.1
Brought to you by:
ghinkl
From: Greg H. <gh...@us...> - 2004-03-31 20:15:32
|
Update of /cvsroot/mc4j/mc4j/application/dashboards In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22715/application/dashboards Added Files: JRE15_ThreadTree.xml Log Message: Supports browsing live Thread information from the jre15 ThreadMBean. --- NEW FILE: JRE15_ThreadTree.xml --- <?xml version="1.0" encoding="UTF-8"?> <DashBoard version="1.0" name="Threading" nameFilter="type=Threading" isGlobal="true" isMultiBean="false"> <Description>Live thread states and stacks.</Description> <LayoutManager type="java.awt.BorderLayout"/> <Content> <!-- *** Header *** --> <Component type="javax.swing.JPanel"> <Constraint type="BorderConstraints" direction="NORTH"/> <LayoutManager type="java.awt.BorderLayout"/> <Content> <Component type="javax.swing.JLabel" id="titleLable"> <Constraint type="BorderConstraints" direction="CENTER"/> <Attribute name="text" value="DashboardName"/> <Attribute name="font" value="(Literal)Dialog bold 24"/> <Attribute name="foreground" value="(Literal)0xFF2222"/> </Component> <Component type="org.mc4j.console.dashboard.components.RefreshControlComponent"> <Constraint type="BorderConstraints" direction="EAST"/> <Attribute name="refreshDelay" value="(Literal)2000"/> </Component> <Component type="javax.swing.JTextArea"> <Constraint type="BorderConstraints" direction="SOUTH"/> <Attribute name="text" value="DashboardDescription"/> <Attribute name="font" value="(Literal)Dialog bold 16"/> <Attribute name="opaque" value="(Literal)false"/> <Attribute name="editable" value="(Literal)false"/> </Component> </Content> </Component> <Component type="org.mc4j.jre15.components.ThreadMBeanThreadBrowserComponent"> </Component> </Content> </DashBoard> |