ComponentWithBrowseButton - optional remove listener on hide
[fedora-idea.git] / plugins / InspectionGadgets / src / com / siyeh / ig / naming / NonBooleanNameMustNotStartWithQuestion.form
blob19792463c19769ddbba2aa06f0f2e3d63bf9dd61
1 <?xml version="1.0" encoding="UTF-8"?>
2 <form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="com.siyeh.ig.naming.NonBooleanMethodNameMayNotStartWithQuestionInspection.Form">
3 <grid id="c36c6" binding="contentPanel" layout-manager="GridLayoutManager" row-count="3" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="4" vgap="4">
4 <margin top="4" left="4" bottom="4" right="4"/>
5 <constraints>
6 <xy x="94" y="35" width="298" height="158"/>
7 </constraints>
8 <properties/>
9 <border type="none"/>
10 <children>
11 <scrollpane id="14807">
12 <constraints>
13 <grid row="0" column="0" row-span="3" col-span="1" vsize-policy="3" hsize-policy="7" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
14 </constraints>
15 <properties/>
16 <border type="none"/>
17 <children>
18 <component id="d8a2f" class="com.siyeh.ig.ui.IGTable" binding="table" custom-create="true">
19 <constraints/>
20 <properties/>
21 </component>
22 </children>
23 </scrollpane>
24 <component id="52926" class="javax.swing.JButton" binding="addButton">
25 <constraints>
26 <grid row="0" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
27 </constraints>
28 <properties>
29 <text resource-bundle="com/siyeh/InspectionGadgetsBundle" key="button.add"/>
30 </properties>
31 </component>
32 <component id="f6174" class="javax.swing.JButton" binding="removeButton">
33 <constraints>
34 <grid row="1" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
35 </constraints>
36 <properties>
37 <margin top="3" left="8" bottom="3" right="8"/>
38 <text resource-bundle="com/siyeh/InspectionGadgetsBundle" key="button.remove"/>
39 </properties>
40 </component>
41 <vspacer id="5ac98">
42 <constraints>
43 <grid row="2" column="1" row-span="1" col-span="1" vsize-policy="6" hsize-policy="1" anchor="0" fill="2" indent="0" use-parent-layout="false"/>
44 </constraints>
45 </vspacer>
46 </children>
47 </grid>
48 </form>