summaryrefslogtreecommitdiff
path: root/Tools/Java/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/far/deleteui/DeleteStepOne.java
blob: f5b68f4eaebeaf26dece7ae43db6d4d50c06d798 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
/** @file

 Copyright (c) 2006, Intel Corporation
 All rights reserved. This program and the accompanying materials
 are licensed and made available under the terms and conditions of the BSD License
 which accompanies this distribution.  The full text of the license may be found at
 http://opensource.org/licenses/bsd-license.php
 
 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 
 **/

package org.tianocore.frameworkwizard.far.deleteui;

import java.awt.Color;
import java.awt.Dimension;
import java.awt.Toolkit;
import java.awt.event.ActionEvent;
import java.util.Iterator;
import java.util.List;
import java.util.Vector;

import javax.swing.ImageIcon;
import javax.swing.JButton;
import javax.swing.JLabel;
import javax.swing.JList;
import javax.swing.JPanel;
import javax.swing.JScrollPane;
import javax.swing.JTextArea;
import javax.swing.event.ListSelectionEvent;
import javax.swing.event.ListSelectionListener;

import org.tianocore.frameworkwizard.common.ui.IDialog;
import org.tianocore.frameworkwizard.common.ui.IFrame;
import org.tianocore.frameworkwizard.far.AggregationOperation;
import org.tianocore.frameworkwizard.far.FarIdentification;
import org.tianocore.frameworkwizard.far.FarStringDefinition;
import org.tianocore.frameworkwizard.far.PackageQuery;
import org.tianocore.frameworkwizard.far.PackageQueryInterface;
import org.tianocore.frameworkwizard.packaging.PackageIdentification;
import org.tianocore.frameworkwizard.platform.PlatformIdentification;
import org.tianocore.frameworkwizard.workspace.WorkspaceTools;

public class DeleteStepOne extends IDialog implements ListSelectionListener {

    /**
     * 
     */
    private static final long serialVersionUID = 636773964435618476L;

    private JPanel jContentPane = null;

    private JButton jButtonCancel = null;

    private JButton jButtonNext = null;

    private JTextArea jTextAreaInstruction = null;

    private JLabel jLabel = null;

    private JScrollPane jScrollPane = null;

    private JLabel jLabel2 = null;

    private JLabel jLabel3 = null;

    private JScrollPane jScrollPane1 = null;

    private JScrollPane jScrollPane2 = null;

    private JList jListPlatform = null;

    private JList jListPackage = null;

    private JLabel jLabel4 = null;

    private JButton jButtonDetail = null;

    private JList jListFar = null;

    private JLabel jLabelImage = null;

    private Vector<FarIdentification> farVector = null;

    Vector<PackageIdentification> removePackages = null;

    Vector<PlatformIdentification> removePlatforms = null;

    private DeleteStepTwo stepTwo = null;

    /**
     * This method initializes jButtonCancel
     * 
     * @return javax.swing.JButton
     */
    private JButton getJButtonCancel() {
        if (jButtonCancel == null) {
            jButtonCancel = new JButton();
            jButtonCancel.setBounds(new java.awt.Rectangle(570, 330, 90, 20));
            jButtonCancel.setText("Cancel");
            jButtonCancel.addActionListener(this);
        }
        return jButtonCancel;
    }

    /**
     * This method initializes jButtonFinish
     * 
     * @return javax.swing.JButton
     */
    private JButton getJButtonNext() {
        if (jButtonNext == null) {
            jButtonNext = new JButton();
            jButtonNext.setBounds(new java.awt.Rectangle(470, 330, 90, 20));
            jButtonNext.setText("Next");
            jButtonNext.setEnabled(false);
            jButtonNext.addActionListener(this);
        }
        return jButtonNext;
    }

    /**
     * This method initializes jTextArea1
     * 
     * @return javax.swing.JTextArea
     */
    private JTextArea getJTextArea1() {
        if (jTextAreaInstruction == null) {
            jTextAreaInstruction = new JTextArea();
            jTextAreaInstruction.setBounds(new java.awt.Rectangle(30, 7, 662, 50));
            jTextAreaInstruction.setText("Step 1: Select FAR to remove.\n");
            jTextAreaInstruction.setCaretColor(Color.RED);
            jTextAreaInstruction
                                .append("After choosing the FAR, the packages and/or platforms that belong to the FAR will displayed.\n");
            jTextAreaInstruction.append("Icon \"OK\" or \"NO\" indicates whether the FAR can be safely removed.");
            jTextAreaInstruction.setEditable(false);
        }
        return jTextAreaInstruction;
    }

    /**
     * This method initializes jScrollPane
     * 
     * @return javax.swing.JScrollPane
     */
    private JScrollPane getJScrollPane() {
        if (jScrollPane == null) {
            jScrollPane = new JScrollPane();
            jScrollPane.setBounds(new java.awt.Rectangle(140, 65, 530, 100));
            jScrollPane.setViewportView(getJListFar());
        }
        return jScrollPane;
    }

    /**
     * This method initializes jScrollPane1
     * 
     * @return javax.swing.JScrollPane
     */
    private JScrollPane getJScrollPane1() {
        if (jScrollPane1 == null) {
            jScrollPane1 = new JScrollPane();
            jScrollPane1.setBounds(new java.awt.Rectangle(30, 195, 300, 115));
            jScrollPane1.setViewportView(getJListPackage());
        }
        return jScrollPane1;
    }

    /**
     * This method initializes jScrollPane2
     * 
     * @return javax.swing.JScrollPane
     */
    private JScrollPane getJScrollPane2() {
        if (jScrollPane2 == null) {
            jScrollPane2 = new JScrollPane();
            jScrollPane2.setBounds(new java.awt.Rectangle(360, 195, 310, 115));
            jScrollPane2.setViewportView(getJListPlatform());
        }
        return jScrollPane2;
    }

    /**
     * This method initializes jList
     * 
     * @return javax.swing.JList
     */
    private JList getJListPlatform() {
        if (jListPlatform == null) {
            jListPlatform = new JList();
            jListPlatform.setEnabled(false);
        }
        return jListPlatform;
    }

    /**
     * This method initializes jList1
     * 
     * @return javax.swing.JList
     */
    private JList getJListPackage() {
        if (jListPackage == null) {
            jListPackage = new JList();
            jListPackage.setEnabled(false);
        }
        return jListPackage;
    }

    /**
     * This method initializes jButtonDetail
     * 
     * @return javax.swing.JButton
     */
    private JButton getJButtonDetail() {
        if (jButtonDetail == null) {
            jButtonDetail = new JButton();
            jButtonDetail.setBounds(new java.awt.Rectangle(367, 325, 69, 20));
            jButtonDetail.setText("Detail");
            jButtonDetail.setVisible(false);
        }
        return jButtonDetail;
    }

    /**
     * This method initializes jListFar
     * 
     * @return javax.swing.JList
     */
    private JList getJListFar() {
        if (jListFar == null) {
            jListFar = new JList();
            WorkspaceTools wt = new WorkspaceTools();
            farVector = wt.getAllFars();
            jListFar.setListData(farVector);
            jListFar.addListSelectionListener(this);
        }
        return jListFar;
    }

    /**
     * This is the default constructor
     */
    public DeleteStepOne(IFrame iFrame, boolean modal) {
        super(iFrame, modal);
        initialize();
    }

    /**
     * This method initializes this
     * 
     * @return void
     */
    private void initialize() {
        this.setSize(700, 400);
        this.setContentPane(getJContentPane());
        this.setTitle(FarStringDefinition.DELETE_STEP_ONE_TITLE);
        Dimension d = Toolkit.getDefaultToolkit().getScreenSize();
        this.setLocation((d.width - this.getSize().width) / 2, (d.height - this.getSize().height) / 2);
    }

    /**
     * This method initializes jContentPane
     * 
     * @return javax.swing.JPanel
     */
    private JPanel getJContentPane() {
        if (jContentPane == null) {
            jLabelImage = new JLabel();
            jLabelImage.setBounds(new java.awt.Rectangle(30, 319, 36, 36));
            jLabel4 = new JLabel();
            jLabel4.setBounds(new java.awt.Rectangle(71, 325, 320, 20));
            jLabel3 = new JLabel();
            jLabel3.setBounds(new java.awt.Rectangle(360, 170, 113, 20));
            jLabel3.setText("FAR's Platforms");
            jLabel2 = new JLabel();
            jLabel2.setBounds(new java.awt.Rectangle(30, 170, 113, 20));
            jLabel2.setText("FAR's Packages");
            jLabel = new JLabel();
            jLabel.setBounds(new java.awt.Rectangle(30, 65, 100, 20));
            jLabel.setText("Select one FAR: ");
            jContentPane = new JPanel();
            jContentPane.setLayout(null);
            jContentPane.add(getJButtonCancel(), null);
            jContentPane.add(getJButtonNext(), null);
            jContentPane.add(getJTextArea1(), null);
            jContentPane.add(jLabel, null);
            jContentPane.add(getJScrollPane(), null);
            jContentPane.add(jLabel2, null);
            jContentPane.add(jLabel3, null);
            jContentPane.add(getJScrollPane1(), null);
            jContentPane.add(getJScrollPane2(), null);
            jContentPane.add(jLabel4, null);
            jContentPane.add(getJButtonDetail(), null);
            jContentPane.add(jLabelImage, null);
        }
        return jContentPane;
    }

    public void valueChanged(ListSelectionEvent e) {
        //
        // Add logic for FAR list value changed
        //
        if (e.getSource() == jListFar) {
            boolean flag = true;
            FarIdentification far = (FarIdentification) jListFar.getSelectedValue();
            WorkspaceTools wt = new WorkspaceTools();

            removePackages = wt.getPackagesByFar(far);
            jListPackage.setListData(removePackages);
            removePlatforms = wt.getPlatformsByFar(far);
            jListPlatform.setListData(removePlatforms);

            //
            // Get Dependencies Info for current FAR
            //
            List<PackageIdentification> allPackages = wt.getAllPackages();

            //
            // Remain packages
            //
            allPackages.removeAll(removePackages);

            Iterator<PackageIdentification> iter = allPackages.iterator();

            PackageQueryInterface pq = new PackageQuery();
            while (iter.hasNext()) {
                PackageIdentification item = iter.next();
                List<PackageIdentification> list = pq.getPackageDependencies(item.getSpdFile());
                List<PackageIdentification> result = AggregationOperation.minus(list, allPackages);
                if (result.size() > 0) {
                    if (AggregationOperation.intersection(result, removePackages).size() > 0) {
                        flag = false;
                        break;
                    }
                }
            }

            if (flag) {
                jLabelImage.setIcon(new ImageIcon(getClass().getResource("/resources/images/Yes.JPG")));
                jLabel4.setText("None of the remaining packages depend on this FAR. ");
                jButtonDetail.setVisible(false);
                jButtonNext.setEnabled(true);
            } else {
                jLabelImage.setIcon(new ImageIcon(getClass().getResource("/resources/images/No.JPG")));
                jLabel4.setText("Some of the remaining packages still depend on this FAR. ");
                //        jButtonDetail.setVisible(true);
                jButtonNext.setEnabled(false);
            }
        }
    }
    
    public void actionPerformed(ActionEvent e) {
        if (e.getSource() == jButtonCancel) {
            this.setVisible(false);
        } else if (e.getSource() == jButtonNext) {
            //
            // Add some logic process here
            //

            if (stepTwo == null) {
                stepTwo = new DeleteStepTwo(this, true, this);
            }
            this.setVisible(false);
            stepTwo.setVisible(true);
        }

    }

    public FarIdentification getSelecedFar() {
        return (FarIdentification) jListFar.getSelectedValue();
    }

}