Statistics
| Revision:

svn-gvsig-desktop / trunk / org.gvsig.desktop / org.gvsig.desktop.library / org.gvsig.exportto / org.gvsig.exportto.swing / org.gvsig.exportto.swing.prov / org.gvsig.exportto.swing.prov.jdbc / src / main / java / org / gvsig / exportto / swing / prov / jdbc / panel / CheckGeometriesPanelLayout.java @ 41487

History | View | Annotate | Download (5.38 KB)

1
/*
2
 * To change this license header, choose License Headers in Project Properties.
3
 * To change this template file, choose Tools | Templates
4
 * and open the template in the editor.
5
 */
6

    
7
package org.gvsig.exportto.swing.prov.jdbc.panel;
8

    
9
/**
10
 *
11
 * @author jjdelcerro
12
 */
13
public class CheckGeometriesPanelLayout extends javax.swing.JPanel {
14

    
15
    /**
16
     * Creates new form CheckGeometriesPanelLayout
17
     */
18
    public CheckGeometriesPanelLayout() {
19
        initComponents();
20
    }
21

    
22
    /**
23
     * This method is called from within the constructor to initialize the form.
24
     * WARNING: Do NOT modify this code. The content of this method is always
25
     * regenerated by the Form Editor.
26
     */
27
    @SuppressWarnings("unchecked")
28
    // <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
29
    private void initComponents() {
30
        java.awt.GridBagConstraints gridBagConstraints;
31

    
32
        lblHeader = new javax.swing.JLabel();
33
        lblCheckIsCorrupt = new javax.swing.JLabel();
34
        rdbCheckNone = new javax.swing.JRadioButton();
35
        rdbCheckIsCorrupt = new javax.swing.JRadioButton();
36
        cboActionIsCorrupt = new javax.swing.JComboBox();
37
        rdbCheckIsValid = new javax.swing.JRadioButton();
38
        lblCheckIsvalid = new javax.swing.JLabel();
39
        cboActionIsValid = new javax.swing.JComboBox();
40

    
41
        java.awt.GridBagLayout layout = new java.awt.GridBagLayout();
42
        layout.columnWidths = new int[] {0, 5, 0, 5, 0, 5, 0};
43
        layout.rowHeights = new int[] {0, 5, 0, 5, 0, 5, 0, 5, 0, 5, 0, 5, 0, 5, 0, 5, 0, 5, 0};
44
        setLayout(layout);
45

    
46
        lblHeader.setText("Validacion de la informacion geometrica");
47
        gridBagConstraints = new java.awt.GridBagConstraints();
48
        gridBagConstraints.gridx = 2;
49
        gridBagConstraints.gridy = 2;
50
        gridBagConstraints.gridwidth = 3;
51
        gridBagConstraints.fill = java.awt.GridBagConstraints.HORIZONTAL;
52
        gridBagConstraints.anchor = java.awt.GridBagConstraints.LINE_START;
53
        add(lblHeader, gridBagConstraints);
54

    
55
        lblCheckIsCorrupt.setText("Cuando la geometria este corrupta;");
56
        gridBagConstraints = new java.awt.GridBagConstraints();
57
        gridBagConstraints.gridx = 4;
58
        gridBagConstraints.gridy = 8;
59
        gridBagConstraints.fill = java.awt.GridBagConstraints.HORIZONTAL;
60
        gridBagConstraints.anchor = java.awt.GridBagConstraints.LINE_START;
61
        add(lblCheckIsCorrupt, gridBagConstraints);
62

    
63
        rdbCheckNone.setText("No realizar ninguna comprobacion sobre las geometrias");
64
        gridBagConstraints = new java.awt.GridBagConstraints();
65
        gridBagConstraints.gridx = 2;
66
        gridBagConstraints.gridy = 4;
67
        gridBagConstraints.gridwidth = 3;
68
        gridBagConstraints.fill = java.awt.GridBagConstraints.HORIZONTAL;
69
        gridBagConstraints.anchor = java.awt.GridBagConstraints.LINE_START;
70
        add(rdbCheckNone, gridBagConstraints);
71

    
72
        rdbCheckIsCorrupt.setText("Comprobar que la geometria no este corrupta");
73
        gridBagConstraints = new java.awt.GridBagConstraints();
74
        gridBagConstraints.gridx = 2;
75
        gridBagConstraints.gridy = 6;
76
        gridBagConstraints.gridwidth = 3;
77
        gridBagConstraints.anchor = java.awt.GridBagConstraints.LINE_START;
78
        add(rdbCheckIsCorrupt, gridBagConstraints);
79

    
80
        gridBagConstraints = new java.awt.GridBagConstraints();
81
        gridBagConstraints.gridx = 4;
82
        gridBagConstraints.gridy = 10;
83
        gridBagConstraints.fill = java.awt.GridBagConstraints.HORIZONTAL;
84
        gridBagConstraints.anchor = java.awt.GridBagConstraints.LINE_START;
85
        add(cboActionIsCorrupt, gridBagConstraints);
86

    
87
        rdbCheckIsValid.setText("Comprobar la validez de las geometrias antes de insertarlas");
88
        gridBagConstraints = new java.awt.GridBagConstraints();
89
        gridBagConstraints.gridx = 2;
90
        gridBagConstraints.gridy = 12;
91
        gridBagConstraints.gridwidth = 3;
92
        gridBagConstraints.fill = java.awt.GridBagConstraints.HORIZONTAL;
93
        gridBagConstraints.anchor = java.awt.GridBagConstraints.LINE_START;
94
        add(rdbCheckIsValid, gridBagConstraints);
95

    
96
        lblCheckIsvalid.setText("Cuando la geometria no sea valida:");
97
        gridBagConstraints = new java.awt.GridBagConstraints();
98
        gridBagConstraints.gridx = 4;
99
        gridBagConstraints.gridy = 14;
100
        gridBagConstraints.fill = java.awt.GridBagConstraints.HORIZONTAL;
101
        gridBagConstraints.anchor = java.awt.GridBagConstraints.LINE_START;
102
        add(lblCheckIsvalid, gridBagConstraints);
103

    
104
        gridBagConstraints = new java.awt.GridBagConstraints();
105
        gridBagConstraints.gridx = 4;
106
        gridBagConstraints.gridy = 16;
107
        gridBagConstraints.fill = java.awt.GridBagConstraints.HORIZONTAL;
108
        gridBagConstraints.anchor = java.awt.GridBagConstraints.LINE_START;
109
        add(cboActionIsValid, gridBagConstraints);
110
    }// </editor-fold>//GEN-END:initComponents
111

    
112

    
113
    // Variables declaration - do not modify//GEN-BEGIN:variables
114
    protected javax.swing.JComboBox cboActionIsCorrupt;
115
    protected javax.swing.JComboBox cboActionIsValid;
116
    protected javax.swing.JLabel lblCheckIsCorrupt;
117
    protected javax.swing.JLabel lblCheckIsvalid;
118
    protected javax.swing.JLabel lblHeader;
119
    protected javax.swing.JRadioButton rdbCheckIsCorrupt;
120
    protected javax.swing.JRadioButton rdbCheckIsValid;
121
    protected javax.swing.JRadioButton rdbCheckNone;
122
    // End of variables declaration//GEN-END:variables
123
}