Class UIExporterGMLPanel

    • Field Detail

      • exportColorsCheckBox

        private JCheckBox exportColorsCheckBox
      • exportEdgeWeightCheckBox

        private JCheckBox exportEdgeWeightCheckBox
      • exportLabel

        private JLabel exportLabel
      • exportLabelCheckBox

        private JCheckBox exportLabelCheckBox
      • exportNotRecognizedCheckBox

        private JCheckBox exportNotRecognizedCheckBox
      • exportPositionCheckBox

        private JCheckBox exportPositionCheckBox
      • exportSizeCheckBox

        private JCheckBox exportSizeCheckBox
      • normalizeCheckBox

        private JCheckBox normalizeCheckBox
      • normalizeLabel

        private JLabel normalizeLabel
      • spacesLabel

        private JLabel spacesLabel
      • spacesTextField

        private JTextField spacesTextField
    • Constructor Detail

      • UIExporterGMLPanel

        public UIExporterGMLPanel()
        Creates new customizer UIExporterGMLPanel
    • Method Detail

      • createValidationPanel

        public static org.netbeans.validation.api.ui.swing.ValidationPanel createValidationPanel​(UIExporterGMLPanel innerPanel)
      • setup

        void setup​(org.gephi.io.exporter.plugin.ExporterGML exporter)
      • unsetup

        void unsetup​(org.gephi.io.exporter.plugin.ExporterGML exporter)
      • initComponents

        private void initComponents()
        This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the FormEditor.
      • exportNotRecognizedCheckBoxActionPerformed

        private void exportNotRecognizedCheckBoxActionPerformed​(ActionEvent evt)
      • validate

        public void validate​(org.netbeans.validation.api.ui.ValidationGroup group)
        Specified by:
        validate in interface org.gephi.lib.validation.ValidationClient