java.awt.rectangle.xmi

来自「another swing example for java programmm」· XMI 代码 · 共 25 行

XMI
25
字号
<?xml version="1.0" encoding="UTF-8"?>
<change:ChangeDescription xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:change="http://www.eclipse.org/emf/2003/Change" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:org.eclipse.jem.internal.beaninfo.beaninfo="http:///org/eclipse/jem/internal/beaninfo/beaninfo.ecore" xmlns:org.eclipse.jem.java="java.xmi">
  <objectChanges xsi:type="change:EObjectToChangesMapEntry" key="org.eclipse.jem.java:JavaClass java:/java.awt#Rectangle">
    <value xsi:type="change:FeatureChange" featureName="eAnnotations">
      <listChanges xsi:type="change:ListChange" referenceValues="#//@objectsToAttach.0"/>
    </value>
    <value xsi:type="change:FeatureChange" featureName="eStructuralFeatures">
      <listChanges xsi:type="change:ListChange" referenceValues="#//@objectsToAttach.1 #//@objectsToAttach.2 #//@objectsToAttach.3 #//@objectsToAttach.4"/>
    </value>
  </objectChanges>
  <objectsToAttach xsi:type="org.eclipse.jem.internal.beaninfo.beaninfo:BeanDecorator" implicitlySetBits="2017612633061982222" implicitDecoratorFlag="IMPLICIT_DECORATOR" mergeSuperMethods="false" mergeSuperEvents="false"/>
  <objectsToAttach xsi:type="ecore:EReference" name="height" eType="org.eclipse.jem.java:JavaDataType java:/#int" unsettable="true">
    <eAnnotations xsi:type="org.eclipse.jem.internal.beaninfo.beaninfo:PropertyDecorator" implicitlySetBits="2017612633061982384" implicitDecoratorFlag="IMPLICIT_DECORATOR_AND_FEATURE" field="org.eclipse.jem.java:Field java:/java.awt#Rectangle.height"/>
  </objectsToAttach>
  <objectsToAttach xsi:type="ecore:EReference" name="width" eType="org.eclipse.jem.java:JavaDataType java:/#int" unsettable="true">
    <eAnnotations xsi:type="org.eclipse.jem.internal.beaninfo.beaninfo:PropertyDecorator" implicitlySetBits="2017612633061982384" implicitDecoratorFlag="IMPLICIT_DECORATOR_AND_FEATURE" field="org.eclipse.jem.java:Field java:/java.awt#Rectangle.width"/>
  </objectsToAttach>
  <objectsToAttach xsi:type="ecore:EReference" name="x" eType="org.eclipse.jem.java:JavaDataType java:/#int" unsettable="true">
    <eAnnotations xsi:type="org.eclipse.jem.internal.beaninfo.beaninfo:PropertyDecorator" implicitlySetBits="2017612633061982384" implicitDecoratorFlag="IMPLICIT_DECORATOR_AND_FEATURE" field="org.eclipse.jem.java:Field java:/java.awt#Rectangle.x"/>
  </objectsToAttach>
  <objectsToAttach xsi:type="ecore:EReference" name="y" eType="org.eclipse.jem.java:JavaDataType java:/#int" unsettable="true">
    <eAnnotations xsi:type="org.eclipse.jem.internal.beaninfo.beaninfo:PropertyDecorator" implicitlySetBits="2017612633061982384" implicitDecoratorFlag="IMPLICIT_DECORATOR_AND_FEATURE" field="org.eclipse.jem.java:Field java:/java.awt#Rectangle.y"/>
  </objectsToAttach>
</change:ChangeDescription>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?