File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
src/main/java/com/magento/idea/magento2plugin/actions/generation/dialog Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -66,8 +66,7 @@ public class NewLayoutTemplateDialog extends AbstractDialog {
66
66
private JLabel layoutNameErrorMessage ;
67
67
68
68
/**
69
- * Constructs a new dialog for creating a layout template, initializing its components and setting
70
- * default behaviors such as focus and button actions.
69
+ * Constructs a new dialog for creating a layout templates.
71
70
*
72
71
* @param project The current IntelliJ project associated with the dialog.
73
72
* @param directory The PsiDirectory where the new layout will be created.
@@ -106,6 +105,12 @@ public void windowClosing(WindowEvent event) {
106
105
autoSelectCurrentArea ();
107
106
}
108
107
108
+ /**
109
+ * Opens the New Layout Template Dialog, initializes its components.
110
+ *
111
+ * @param project The current IntelliJ project associated with the dialog.
112
+ * @param directory The PsiDirectory where the new layout will be created.
113
+ */
109
114
public static void open (final Project project , final PsiDirectory directory ) {
110
115
final NewLayoutTemplateDialog dialog = new NewLayoutTemplateDialog (project , directory );
111
116
dialog .pack ();
Original file line number Diff line number Diff line change @@ -49,8 +49,6 @@ public class NewSetupDataPatchDialog extends AbstractDialog {
49
49
50
50
/**
51
51
* Constructs a new instance of the NewSetupDataPatchDialog.
52
- * This dialog facilitates the creation of a new Magento 2 Setup Data Patch,
53
- * allowing the user to provide necessary module details and interact with a graphical user interface.
54
52
*
55
53
* @param project The current IntelliJ IDEA project context.
56
54
* @param directory The base directory where the Setup Data Patch will be created.
You can’t perform that action at this time.
0 commit comments