blob: e1bd920291e55691b86992e0f1d2cc417986c388 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="com.intellij.refactoring.extractMethodObject.ExtractMethodObjectDialog">
<grid id="27dc6" binding="myWholePanel" layout-manager="GridLayoutManager" row-count="9" column-count="1" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
<margin top="0" left="0" bottom="0" right="0"/>
<constraints>
<xy x="35" y="92" width="544" height="396"/>
</constraints>
<properties/>
<border type="none"/>
<children>
<component id="8bb5" class="javax.swing.JRadioButton" binding="myCreateInnerClassRb">
<constraints>
<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"/>
</constraints>
<properties>
<text value="Create &amp;inner class"/>
</properties>
</component>
<grid id="9a27a" binding="myInnerClassPanel" layout-manager="GridLayoutManager" row-count="4" column-count="5" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
<margin top="0" left="20" bottom="0" right="0"/>
<constraints>
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
</constraints>
<properties/>
<border type="none"/>
<children>
<component id="b7087" class="javax.swing.JLabel">
<constraints>
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<labelFor value="5413c"/>
<minimumSize width="62" height="24"/>
<text value="&amp;Class name:"/>
</properties>
</component>
<component id="5413c" class="com.intellij.ui.EditorTextField" binding="myInnerClassName">
<constraints>
<grid row="0" column="1" row-span="1" col-span="4" vsize-policy="0" hsize-policy="7" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
</constraints>
<properties/>
</component>
<component id="e9869" class="javax.swing.JLabel">
<constraints>
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<text value="Visibility:"/>
</properties>
</component>
<component id="af37c" class="javax.swing.JRadioButton" binding="myPrivateRadioButton">
<constraints>
<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"/>
</constraints>
<properties>
<text value="pri&amp;vate"/>
</properties>
</component>
<component id="7d713" class="javax.swing.JRadioButton" binding="myProtectedRadioButton">
<constraints>
<grid row="1" column="2" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<text value="pr&amp;otected"/>
</properties>
</component>
<component id="60e4f" class="javax.swing.JRadioButton" binding="myPackageLocalRadioButton">
<constraints>
<grid row="1" column="3" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<text value="pac&amp;kage local"/>
</properties>
</component>
<component id="c4bba" class="javax.swing.JRadioButton" binding="myPublicRadioButton">
<constraints>
<grid row="1" column="4" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<text value="pu&amp;blic"/>
</properties>
</component>
<component id="5494d" class="javax.swing.JCheckBox" binding="myCbMakeVarargs">
<constraints>
<grid row="2" column="4" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<text value="Make &amp;varargs"/>
</properties>
</component>
<component id="a05bf" class="javax.swing.JCheckBox" binding="myCbMakeStatic">
<constraints>
<grid row="3" column="4" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<text value="Make &amp;static"/>
</properties>
</component>
</children>
</grid>
<component id="2ffe3" class="javax.swing.JRadioButton" binding="myCreateAnonymousClassWrapperRb">
<constraints>
<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"/>
</constraints>
<properties>
<text value="Create &amp;anonymous class"/>
</properties>
</component>
<grid id="36cb" binding="myAnonymousClassPanel" layout-manager="GridLayoutManager" row-count="2" column-count="2" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
<margin top="0" left="20" bottom="0" right="0"/>
<constraints>
<grid row="3" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
</constraints>
<properties/>
<border type="none"/>
<children>
<component id="d58f1" class="javax.swing.JLabel">
<constraints>
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<labelFor value="9dd26"/>
<minimumSize width="73" height="24"/>
<text value="&amp;Method name:"/>
</properties>
</component>
<component id="9dd26" class="com.intellij.ui.EditorTextField" binding="myMethodName">
<constraints>
<grid row="0" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="7" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
</constraints>
<properties/>
</component>
<component id="8f184" class="javax.swing.JCheckBox" binding="myCbMakeVarargsAnonymous">
<constraints>
<grid row="1" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="4" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<text value="Make &amp;varargs"/>
</properties>
</component>
</children>
</grid>
<scrollpane id="54db0" class="com.intellij.ui.components.JBScrollPane">
<constraints>
<grid row="8" column="0" row-span="1" col-span="1" vsize-policy="7" hsize-policy="7" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<minimumSize width="19" height="40"/>
</properties>
<border type="none"/>
<children>
<component id="6c27c" class="javax.swing.JTextArea" binding="mySignatureArea">
<constraints/>
<properties>
<minimumSize width="0" height="64"/>
</properties>
</component>
</children>
</scrollpane>
<grid id="70155" binding="myParametersTableContainer" layout-manager="BorderLayout" hgap="0" vgap="0">
<constraints>
<grid row="5" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
</constraints>
<properties/>
<border type="none"/>
<children/>
</grid>
<component id="bec51" class="com.intellij.ui.TitledSeparator">
<constraints>
<grid row="7" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="7" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<text value="Signature preview"/>
</properties>
</component>
<component id="9c206" class="javax.swing.JCheckBox" binding="myFoldCb" default-binding="true">
<constraints>
<grid row="6" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="4" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<text resource-bundle="messages/RefactoringBundle" key="declare.folded.parameters"/>
</properties>
</component>
<component id="6d7aa" class="com.intellij.ui.TitledSeparator">
<constraints>
<grid row="4" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="7" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<text value="Parameters"/>
</properties>
</component>
</children>
</grid>
<buttonGroups>
<group name="buttonGroup1">
<member id="8bb5"/>
<member id="2ffe3"/>
</group>
<group name="myVisibilityGroup" bound="true">
<member id="af37c"/>
<member id="7d713"/>
<member id="60e4f"/>
<member id="c4bba"/>
</group>
</buttonGroups>
</form>