User: andreas 
  Date: 00/10/24 23:19:13

  Added:       examples/tabbed.editor/etc/beaninfo Tabbed.Editor.xml
  Log:
  Added the new EJX/AWT example showing how to create
  and manage a simple EJX/AWT GUI and how to use AWT
  editors.
  
  Revision  Changes    Path
  1.1                  ejx/examples/tabbed.editor/etc/beaninfo/Tabbed.Editor.xml
  
  Index: Tabbed.Editor.xml
  ===================================================================
  <bean 
    class="com.madplanet.tabbedEditor.MainPane"
    displayname="Tab Pane and Editor's Main Pane"
    iconcolor16="/images/container.gif">
    
    <property 
      name="FirstProperty" class="java.lang.String"
      displayname="First Property" 
propertyeditor="com.dreambean.awt.editors.TextEditor"/>
      
    <property 
      name="SecondProperty" class="java.lang.String"
      displayname="Second Property" 
propertyeditor="com.madplanet.tabbedEditor.editors.SecondPropertyEditor"/>
  
    <method name="createTab" displayname="Create a new Tab">
      <parameter displayname="Title"/>
    </method>
  
    <method name="removeTab" displayname="Remove this Tab">
    </method>
  
  </bean>
  
  
  

Reply via email to