📄 javax.swing.buttonmodel.xmi
字号:
<?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:/javax.swing#ButtonModel">
<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 #//@objectsToAttach.5 #//@objectsToAttach.6 #//@objectsToAttach.7 #//@objectsToAttach.8"/>
</value>
<value xsi:type="change:FeatureChange" featureName="events">
<listChanges xsi:type="change:ListChange" referenceValues="#//@objectsToAttach.9 #//@objectsToAttach.10"/>
</value>
</objectChanges>
<objectsToAttach xsi:type="org.eclipse.jem.internal.beaninfo.beaninfo:BeanDecorator" implicitDecoratorFlag="IMPLICIT_DECORATOR"/>
<objectsToAttach xsi:type="ecore:EReference" name="enabled" eType="org.eclipse.jem.java:JavaDataType java:/#boolean" unsettable="true">
<eAnnotations xsi:type="org.eclipse.jem.internal.beaninfo.beaninfo:PropertyDecorator" implicitlySetBits="60" implicitDecoratorFlag="IMPLICIT_DECORATOR_AND_FEATURE" readMethod="org.eclipse.jem.java:Method java:/javax.swing#ButtonModel.isEnabled(" writeMethod="org.eclipse.jem.java:Method java:/javax.swing#ButtonModel.setEnabled(boolean"/>
</objectsToAttach>
<objectsToAttach xsi:type="ecore:EReference" name="selected" eType="org.eclipse.jem.java:JavaDataType java:/#boolean" unsettable="true">
<eAnnotations xsi:type="org.eclipse.jem.internal.beaninfo.beaninfo:PropertyDecorator" implicitlySetBits="60" implicitDecoratorFlag="IMPLICIT_DECORATOR_AND_FEATURE" readMethod="org.eclipse.jem.java:Method java:/javax.swing#ButtonModel.isSelected(" writeMethod="org.eclipse.jem.java:Method java:/javax.swing#ButtonModel.setSelected(boolean"/>
</objectsToAttach>
<objectsToAttach xsi:type="ecore:EReference" name="mnemonic" eType="org.eclipse.jem.java:JavaDataType java:/#int" unsettable="true">
<eAnnotations xsi:type="org.eclipse.jem.internal.beaninfo.beaninfo:PropertyDecorator" implicitlySetBits="60" implicitDecoratorFlag="IMPLICIT_DECORATOR_AND_FEATURE" readMethod="org.eclipse.jem.java:Method java:/javax.swing#ButtonModel.getMnemonic(" writeMethod="org.eclipse.jem.java:Method java:/javax.swing#ButtonModel.setMnemonic(int"/>
</objectsToAttach>
<objectsToAttach xsi:type="ecore:EReference" name="pressed" eType="org.eclipse.jem.java:JavaDataType java:/#boolean" unsettable="true">
<eAnnotations xsi:type="org.eclipse.jem.internal.beaninfo.beaninfo:PropertyDecorator" implicitlySetBits="60" implicitDecoratorFlag="IMPLICIT_DECORATOR_AND_FEATURE" readMethod="org.eclipse.jem.java:Method java:/javax.swing#ButtonModel.isPressed(" writeMethod="org.eclipse.jem.java:Method java:/javax.swing#ButtonModel.setPressed(boolean"/>
</objectsToAttach>
<objectsToAttach xsi:type="ecore:EReference" name="actionCommand" eType="org.eclipse.jem.java:JavaClass java:/java.lang#String" unsettable="true">
<eAnnotations xsi:type="org.eclipse.jem.internal.beaninfo.beaninfo:PropertyDecorator" implicitlySetBits="60" implicitDecoratorFlag="IMPLICIT_DECORATOR_AND_FEATURE" readMethod="org.eclipse.jem.java:Method java:/javax.swing#ButtonModel.getActionCommand(" writeMethod="org.eclipse.jem.java:Method java:/javax.swing#ButtonModel.setActionCommand(java.lang.String"/>
</objectsToAttach>
<objectsToAttach xsi:type="ecore:EReference" name="group" eType="org.eclipse.jem.java:JavaClass java:/javax.swing#ButtonGroup" unsettable="true">
<eAnnotations xsi:type="org.eclipse.jem.internal.beaninfo.beaninfo:PropertyDecorator" implicitlySetBits="56" implicitDecoratorFlag="IMPLICIT_DECORATOR_AND_FEATURE" writeMethod="org.eclipse.jem.java:Method java:/javax.swing#ButtonModel.setGroup(javax.swing.ButtonGroup"/>
</objectsToAttach>
<objectsToAttach xsi:type="ecore:EReference" name="rollover" eType="org.eclipse.jem.java:JavaDataType java:/#boolean" unsettable="true">
<eAnnotations xsi:type="org.eclipse.jem.internal.beaninfo.beaninfo:PropertyDecorator" implicitlySetBits="60" implicitDecoratorFlag="IMPLICIT_DECORATOR_AND_FEATURE" readMethod="org.eclipse.jem.java:Method java:/javax.swing#ButtonModel.isRollover(" writeMethod="org.eclipse.jem.java:Method java:/javax.swing#ButtonModel.setRollover(boolean"/>
</objectsToAttach>
<objectsToAttach xsi:type="ecore:EReference" name="armed" eType="org.eclipse.jem.java:JavaDataType java:/#boolean" unsettable="true">
<eAnnotations xsi:type="org.eclipse.jem.internal.beaninfo.beaninfo:PropertyDecorator" implicitlySetBits="60" implicitDecoratorFlag="IMPLICIT_DECORATOR_AND_FEATURE" readMethod="org.eclipse.jem.java:Method java:/javax.swing#ButtonModel.isArmed(" writeMethod="org.eclipse.jem.java:Method java:/javax.swing#ButtonModel.setArmed(boolean"/>
</objectsToAttach>
<objectsToAttach xsi:type="org.eclipse.jem.internal.beaninfo.beaninfo:BeanEvent" name="action">
<eAnnotations xsi:type="org.eclipse.jem.internal.beaninfo.beaninfo:EventSetDecorator" implicitlySetBits="25" implicitDecoratorFlag="IMPLICIT_DECORATOR_AND_FEATURE" addListenerMethod="org.eclipse.jem.java:Method java:/javax.swing#ButtonModel.addActionListener(java.awt.event.ActionListener" listenerType="org.eclipse.jem.java:JavaClass java:/java.awt.event#ActionListener" removeListenerMethod="org.eclipse.jem.java:Method java:/javax.swing#ButtonModel.removeActionListener(java.awt.event.ActionListener"/>
</objectsToAttach>
<objectsToAttach xsi:type="org.eclipse.jem.internal.beaninfo.beaninfo:BeanEvent" name="change">
<eAnnotations xsi:type="org.eclipse.jem.internal.beaninfo.beaninfo:EventSetDecorator" implicitlySetBits="25" implicitDecoratorFlag="IMPLICIT_DECORATOR_AND_FEATURE" addListenerMethod="org.eclipse.jem.java:Method java:/javax.swing#ButtonModel.addChangeListener(javax.swing.event.ChangeListener" listenerType="org.eclipse.jem.java:JavaClass java:/javax.swing.event#ChangeListener" removeListenerMethod="org.eclipse.jem.java:Method java:/javax.swing#ButtonModel.removeChangeListener(javax.swing.event.ChangeListener"/>
</objectsToAttach>
</change:ChangeDescription>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -