[Mc4j-cvs] mc4j/application/dashboards BasicMBean.xml,1.4,1.5
Brought to you by:
ghinkl
From: Greg H. <gh...@us...> - 2004-04-02 03:07:08
|
Update of /cvsroot/mc4j/mc4j/application/dashboards In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11783/application/dashboards Modified Files: BasicMBean.xml Log Message: A new look using the tree table attribute view. Index: BasicMBean.xml =================================================================== RCS file: /cvsroot/mc4j/mc4j/application/dashboards/BasicMBean.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** BasicMBean.xml 25 Feb 2004 19:47:31 -0000 1.4 --- BasicMBean.xml 2 Apr 2004 02:55:04 -0000 1.5 *************** *** 22,41 **** <Component type="javax.swing.JPanel"> <Constraint type="BorderConstraints" direction="NORTH"/> ! <!--LayoutManager type="java.awt.GridBagLayout"/--> ! <LayoutManager type="java.awt.GridLayout" rows="2" cols="1"/> <Content> <Component type="javax.swing.JLabel" id="titleLable"> ! <!--Constraint type="java.awt.GridBagConstraints" anchor="NORTHWEST" fill="HORIZONTAL" gridx="1" gridy="1"/--> ! <Attribute name="text" value="(Literal)Generic Managed Bean Dashboard 2"/> <Attribute name="font" value="(Literal)Dialog bold 24"/> <Attribute name="foreground" value="(Literal)0xFF2222"/> </Component> <Component type="javax.swing.JTextArea"> ! <!--Constraint type="java.awt.GridBagConstraints" anchor="NORTH" gridx="1" gridy="2"/--> ! <Attribute name="text" value="(Literal)This Dashboard displays basic information about any managed bean."/> <Attribute name="opaque" value="(Literal)false"/> <Attribute name="editable" value="(Literal)false"/> --- 22,46 ---- + <!-- *** 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)30000"/> </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"/> *************** *** 44,47 **** --- 49,53 ---- </Content> </Component> + <!-- *************** *** 68,80 **** <Component type="javax.swing.JScrollPane"> <Attribute name="background" value="(Literal)0xFFFFFF"/> <Content> <Component type="javax.swing.JPanel"> <Attribute name="background" value="(Literal)0xFFFFFF"/> - <Constraint type="BorderConstraints" direction="CENTER"/> - - <Attribute name="preferredSize" value="100,100"/> - <LayoutManager type="java.awt.BoxLayout" axis="Y_AXIS"/> <Content> --- 74,84 ---- <Component type="javax.swing.JScrollPane"> + <Constraint type="BorderConstraints" direction="CENTER"/> <Attribute name="background" value="(Literal)0xFFFFFF"/> + <Content> <Component type="javax.swing.JPanel"> <Attribute name="background" value="(Literal)0xFFFFFF"/> <LayoutManager type="java.awt.BoxLayout" axis="Y_AXIS"/> <Content> *************** *** 82,89 **** <Attribute name="title" value="(Literal)MBean Attributes"/> <Attribute name="background" value="(Literal)0xFFFFFF"/> <Content> ! <Component type="org.mc4j.console.dashboard.components.AttributeListComponent"> <Attribute name="background" value="(Literal)0xFFFFFF"/> - <Attribute name="Label" value="(Literal)Server Information"/> <Attribute name="background" value="(Literal)0xFFFFFF"/> <!--<Border type="javax.swing.border.TitledBorder"> --- 86,95 ---- <Attribute name="title" value="(Literal)MBean Attributes"/> <Attribute name="background" value="(Literal)0xFFFFFF"/> + <LayoutManager type="java.awt.BorderLayout"/> <Content> ! <Component type="org.mc4j.console.dashboard.components.AttributeTreeTableExplorer"> ! <Constraint type="BorderConstraints" direction="CENTER"/> ! <Border type="javax.swing.border.LineBorder" color="(Literal)0x444444" thickness="(Literal)1"/> <Attribute name="background" value="(Literal)0xFFFFFF"/> <Attribute name="background" value="(Literal)0xFFFFFF"/> <!--<Border type="javax.swing.border.TitledBorder"> |