enhanced API for nullness
[fedora-idea.git] / java / java-impl / src / com / intellij / codeInspection / unusedSymbol / OptionsPanel.form
blob85ad51f4ba1c8c53787ea286dcc45d604417d472
1 <?xml version="1.0" encoding="UTF-8"?>
2 <form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="com.intellij.codeInspection.unusedSymbol.UnusedSymbolLocalInspection.OptionsPanel">
3 <grid id="27dc6" binding="myPanel" layout-manager="GridLayoutManager" row-count="5" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
4 <margin top="0" left="0" bottom="0" right="0"/>
5 <constraints>
6 <xy x="20" y="20" width="394" height="400"/>
7 </constraints>
8 <properties/>
9 <border type="none"/>
10 <children>
11 <component id="b6cc3" class="javax.swing.JCheckBox" binding="myCheckLocalVariablesCheckBox" default-binding="true">
12 <constraints>
13 <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false">
14 <preferred-size width="172" height="22"/>
15 </grid>
16 </constraints>
17 <properties>
18 <text resource-bundle="messages/InspectionsBundle" key="inspection.unused.symbol.check.localvars"/>
19 </properties>
20 </component>
21 <component id="6664b" class="javax.swing.JCheckBox" binding="myCheckParametersCheckBox" default-binding="true">
22 <constraints>
23 <grid row="2" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false">
24 <preferred-size width="172" height="22"/>
25 </grid>
26 </constraints>
27 <properties>
28 <text resource-bundle="messages/InspectionsBundle" key="inspection.unused.symbol.check.parameters"/>
29 </properties>
30 </component>
31 <component id="c49dc" class="javax.swing.JCheckBox" binding="myCheckMethodsCheckBox" default-binding="true">
32 <constraints>
33 <grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false">
34 <preferred-size width="172" height="22"/>
35 </grid>
36 </constraints>
37 <properties>
38 <text resource-bundle="messages/InspectionsBundle" key="inspection.unused.symbol.check.methods"/>
39 </properties>
40 </component>
41 <component id="2077d" class="javax.swing.JCheckBox" binding="myReportUnusedParametersInPublics" default-binding="true">
42 <constraints>
43 <grid row="3" column="0" row-span="1" col-span="2" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="2" use-parent-layout="false"/>
44 </constraints>
45 <properties>
46 <text resource-bundle="messages/InspectionsBundle" key="inspection.unused.symbol.public.method.parameters"/>
47 </properties>
48 </component>
49 <grid id="a47a5" binding="myAnnos" layout-manager="BorderLayout" hgap="0" vgap="0">
50 <constraints>
51 <grid row="4" column="0" row-span="1" col-span="2" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
52 </constraints>
53 <properties/>
54 <border type="none"/>
55 <children/>
56 </grid>
57 <component id="b2b9f" class="javax.swing.JCheckBox" binding="myCheckFieldsCheckBox" default-binding="true">
58 <constraints>
59 <grid row="0" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="7" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
60 </constraints>
61 <properties>
62 <text resource-bundle="messages/InspectionsBundle" key="inspection.unused.symbol.check.fields"/>
63 </properties>
64 </component>
65 <component id="bcd0d" class="javax.swing.JCheckBox" binding="myCheckClassesCheckBox" default-binding="true">
66 <constraints>
67 <grid row="1" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
68 </constraints>
69 <properties>
70 <text resource-bundle="messages/InspectionsBundle" key="inspection.unused.symbol.check.classes"/>
71 </properties>
72 </component>
73 </children>
74 </grid>
75 </form>