[Mc4j-cvs] mc4j/application/dashboards/jre15 JRE15_SystemInfo.xml,1.2,1.3 JRE15_MemoryUsage_AllPools
Brought to you by:
ghinkl
From: Greg H. <gh...@us...> - 2006-04-17 03:07:36
|
Update of /cvsroot/mc4j/mc4j/application/dashboards/jre15 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6745/application/dashboards/jre15 Modified Files: JRE15_SystemInfo.xml JRE15_MemoryUsage_AllPools.xml Log Message: Dashboard and component tweaks Index: JRE15_MemoryUsage_AllPools.xml =================================================================== RCS file: /cvsroot/mc4j/mc4j/application/dashboards/jre15/JRE15_MemoryUsage_AllPools.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** JRE15_MemoryUsage_AllPools.xml 12 Apr 2006 19:14:01 -0000 1.2 --- JRE15_MemoryUsage_AllPools.xml 17 Apr 2006 03:07:26 -0000 1.3 *************** *** 19,44 **** <Component type="org.mc4j.console.dashboard.components.ForEachPanelComponent"> ! <Attribute name="beanList" value="memoryPools"/> <Attribute name="IdKey" value="'memoryPool'"/> <Attribute name="background" value="'0xFFFFFF'"/> <Constraint type="BorderConstraints" direction="CENTER"/> ! <Attribute name="preferredSize" value="100,100"/> <LayoutManager type="" axis="Y_AXIS"/> <Content> <Component type="org.mc4j.console.swing.SectionHolder"> ! <Attribute name="title" value="'Usage'"/> <Attribute name="background" value="'0xFFFFFF'"/> <LayoutManager type="java.awt.GridLayout" rows="1" cols="1"/> <Content> <Component type="org.mc4j.jre15.components.MemoryUsageComponent"> - <Attribute name="bean" value="#memoryPool"/> <Attribute name="preferredSize" value="'400,250'"/> ! <Attribute name="attributeName" value="'Usage'"/> </Component> </Content> </Component> ! <Component type="org.mc4j.console.swing.SectionHolder"> <Attribute name="title" value="'Peak Usage'"/> <Attribute name="background" value="'0xFFFFFF'"/> --- 19,43 ---- <Component type="org.mc4j.console.dashboard.components.ForEachPanelComponent"> ! <Attribute name="beanList" value="#memoryPools"/> <Attribute name="IdKey" value="'memoryPool'"/> <Attribute name="background" value="'0xFFFFFF'"/> <Constraint type="BorderConstraints" direction="CENTER"/> ! <Attribute name="preferredSize" value="'100,100'"/> <LayoutManager type="" axis="Y_AXIS"/> <Content> <Component type="org.mc4j.console.swing.SectionHolder"> ! <Attribute name="title" value="#memoryPool.name + 'Usage'"/> <Attribute name="background" value="'0xFFFFFF'"/> <LayoutManager type="java.awt.GridLayout" rows="1" cols="1"/> <Content> <Component type="org.mc4j.jre15.components.MemoryUsageComponent"> <Attribute name="preferredSize" value="'400,250'"/> ! <Attribute name="attribute" value="#memoryPool.getAttribute('Usage')"/> </Component> </Content> </Component> ! <!-- <Component type="org.mc4j.console.swing.SectionHolder"> <Attribute name="title" value="'Peak Usage'"/> <Attribute name="background" value="'0xFFFFFF'"/> *************** *** 51,55 **** </Component> </Content> ! </Component> </Content> --- 50,54 ---- </Component> </Content> ! </Component>--> </Content> Index: JRE15_SystemInfo.xml =================================================================== RCS file: /cvsroot/mc4j/mc4j/application/dashboards/jre15/JRE15_SystemInfo.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** JRE15_SystemInfo.xml 12 Apr 2006 19:14:01 -0000 1.2 --- JRE15_SystemInfo.xml 17 Apr 2006 03:07:26 -0000 1.3 *************** *** 89,93 **** </table> ! <object classid="SystemProperties"> </object> --- 89,93 ---- </table> ! <br> <object classid="SystemProperties"> </object> |