File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
src/com/magento/idea/magento2plugin/actions/generation/dialog Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 14
14
import com .magento .idea .magento2plugin .actions .generation .dialog .validator .rule .NotEmptyRule ;
15
15
import com .magento .idea .magento2plugin .actions .generation .generator .CategoryFormXmlGenerator ;
16
16
import com .magento .idea .magento2plugin .magento .packages .eav .AttributeScope ;
17
- import javax .swing .*;
17
+ import javax .swing .JButton ;
18
+ import javax .swing .JCheckBox ;
19
+ import javax .swing .JComboBox ;
20
+ import javax .swing .JLabel ;
21
+ import javax .swing .JPanel ;
22
+ import javax .swing .JTable ;
23
+ import javax .swing .JTextField ;
18
24
19
25
@ SuppressWarnings ({
20
26
"PMD.TooManyFields" ,
Original file line number Diff line number Diff line change 21
21
import com .magento .idea .magento2plugin .magento .packages .eav .AttributeScope ;
22
22
import com .magento .idea .magento2plugin .util .magento .GetProductTypesListUtil ;
23
23
import java .util .List ;
24
- import javax .swing .*;
24
+ import javax .swing .DefaultListModel ;
25
+ import javax .swing .JButton ;
26
+ import javax .swing .JCheckBox ;
27
+ import javax .swing .JComboBox ;
28
+ import javax .swing .JLabel ;
29
+ import javax .swing .JList ;
30
+ import javax .swing .JPanel ;
31
+ import javax .swing .JTable ;
32
+ import javax .swing .JTextField ;
25
33
26
34
@ SuppressWarnings ({
27
35
"PMD.TooManyFields" ,
You can’t perform that action at this time.
0 commit comments