file_name
stringlengths
6
86
file_path
stringlengths
45
249
content
stringlengths
47
6.26M
file_size
int64
47
6.26M
language
stringclasses
1 value
extension
stringclasses
1 value
repo_name
stringclasses
767 values
repo_stars
int64
8
14.4k
repo_forks
int64
0
1.17k
repo_open_issues
int64
0
788
repo_created_at
stringclasses
767 values
repo_pushed_at
stringclasses
767 values
package-info.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-dem-ui/src/main/java/org/esa/snap/dem/docs/package-info.java
@HelpSetRegistration(helpSet = "help.hs", position = 5300) package org.esa.snap.dem.docs; import eu.esa.snap.netbeans.javahelp.api.HelpSetRegistration;
152
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
WriterPlugInExportProductAction.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-gdal-writer-ui/src/main/java/org/esa/snap/gdal/writer/ui/WriterPlugInExportProductAction.java
package org.esa.snap.gdal.writer.ui; import org.esa.lib.gdal.activator.GDALDriverInfo; import org.esa.snap.dataio.gdal.GDALLoader; import org.esa.snap.dataio.gdal.drivers.GDAL; import org.esa.snap.dataio.gdal.writer.plugins.AbstractDriverProductWriterPlugIn; import org.esa.snap.core.dataio.ProductIOPlugInManager; impo...
8,305
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
GDALMenuActionRegister.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-gdal-writer-ui/src/main/java/org/esa/snap/gdal/writer/ui/GDALMenuActionRegister.java
package org.esa.snap.gdal.writer.ui; import org.esa.lib.gdal.activator.GDALInstallInfo; import org.esa.lib.gdal.activator.GDALWriterPlugInListener; import org.openide.filesystems.FileObject; import org.openide.filesystems.FileUtil; import org.openide.modules.OnStart; import javax.swing.*; import java.io.IOException; ...
3,392
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
ExportDriversFileFilter.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-gdal-writer-ui/src/main/java/org/esa/snap/gdal/writer/ui/ExportDriversFileFilter.java
package org.esa.snap.gdal.writer.ui; import org.esa.lib.gdal.activator.GDALDriverInfo; import org.esa.snap.core.util.StringUtils; import javax.swing.filechooser.FileFilter; import java.io.File; /** * @author Jean Coravu */ public class ExportDriversFileFilter extends FileFilter { private final String descripti...
961
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
SnapAppTest.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-application/src/test/java/org/esa/snap/gui/SnapAppTest.java
package org.esa.snap.gui; import com.bc.ceres.core.ResourceLocator; import junit.framework.Test; import org.netbeans.junit.NbModuleSuite; import org.netbeans.junit.NbTestCase; import org.openide.modules.ModuleInfo; import org.openide.util.Lookup; import java.io.IOException; import java.nio.file.Path; import java.util...
2,363
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
MainTest.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-main/src/test/java/org/esa/snap/main/MainTest.java
package org.esa.snap.main; import org.junit.Test; import java.nio.file.Path; import java.nio.file.Paths; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNull; /** * Must be called from a NetBeans native platform executable. */ public class MainTest { @Test public void te...
1,054
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
Main.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-main/src/main/java/org/esa/snap/main/Main.java
package org.esa.snap.main; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.nio.file.Paths; import java.util.ArrayList; import java.util.Collections; import java.util.Properties; /** * Custom SNAP main class for the NetBeans Platform to be called from a NetBeans comman...
3,608
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
LineSplitBySeparatorTest.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-smart-configurator-ui/src/test/java/org/esa/snap/smart/configurator/ui/LineSplitBySeparatorTest.java
package org.esa.snap.smart.configurator.ui; import org.junit.Test; import static org.junit.Assert.assertEquals; /** * @author Nicolas Ducoin */ public class LineSplitBySeparatorTest { @Test public void testBlankSpaces() { String stringWithBlanks = "a blank \"Str ing\" with \" 's p a c e s'"; ...
886
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
LineSplitTextEditDialog.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-smart-configurator-ui/src/main/java/org/esa/snap/smart/configurator/ui/LineSplitTextEditDialog.java
/* * Copyright (C) 2015 CS SI * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any later version. * This program is distributed in ...
4,816
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
PerformancePanel.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-smart-configurator-ui/src/main/java/org/esa/snap/smart/configurator/ui/PerformancePanel.java
/* * Copyright (C) 2015 CS SI * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any later version. * This program is distributed in ...
39,711
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
BenchmarkDialog.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-smart-configurator-ui/src/main/java/org/esa/snap/smart/configurator/ui/BenchmarkDialog.java
/* * Copyright (C) 2015 CS SI * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any later version. * This program is distributed in ...
13,922
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
SmartConfigurator.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-smart-configurator-ui/src/main/java/org/esa/snap/smart/configurator/ui/SmartConfigurator.java
/* * Copyright (C) 2015 CS SI * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any later version. * This program is distributed in ...
3,912
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
PerformanceOptionsPanelController.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-smart-configurator-ui/src/main/java/org/esa/snap/smart/configurator/ui/PerformanceOptionsPanelController.java
/* * Copyright (C) 2015 CS SI * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any later version. * This program is distributed in ...
3,049
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
SourceUITest.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/test/java/org/esa/snap/graphbuilder/gpf/ui/SourceUITest.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
4,427
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
TargetUITest.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/test/java/org/esa/snap/graphbuilder/gpf/ui/TargetUITest.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
3,604
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
BatchGraphDialogTest.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/test/java/org/esa/snap/graphbuilder/rcp/dialogs/BatchGraphDialogTest.java
package org.esa.snap.graphbuilder.rcp.dialogs; import com.bc.ceres.annotation.STTM; import org.esa.snap.core.gpf.graph.Node; import org.esa.snap.graphbuilder.rcp.dialogs.support.GraphNode; import org.junit.Test; import java.io.File; import java.util.Map; import static org.junit.Assert.assertFalse; import static org....
1,802
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
TestGraphExecuter.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/test/java/org/esa/snap/graphbuilder/rcp/dialogs/support/TestGraphExecuter.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
4,617
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
TestGraphNode.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/test/java/org/esa/snap/graphbuilder/rcp/dialogs/support/TestGraphNode.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
2,679
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
ReprojectionUI.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/gpf/ui/ReprojectionUI.java
package org.esa.snap.graphbuilder.gpf.ui; import com.bc.ceres.binding.PropertySet; import com.bc.ceres.swing.TableLayout; import org.esa.snap.core.datamodel.GeoCoding; import org.esa.snap.core.datamodel.GeoPos; import org.esa.snap.core.datamodel.ImageGeometry; import org.esa.snap.core.datamodel.Product; import org.es...
19,456
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
OperatorUIUtils.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/gpf/ui/OperatorUIUtils.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
3,831
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
OperatorUIDescriptor.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/gpf/ui/OperatorUIDescriptor.java
/* * Copyright (C) 2015 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
1,032
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
OperatorUI.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/gpf/ui/OperatorUI.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
1,562
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
DefaultUI.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/gpf/ui/DefaultUI.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
3,178
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
BaseOperatorUI.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/gpf/ui/BaseOperatorUI.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
10,403
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
DefaultOperatorUIDescriptor.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/gpf/ui/DefaultOperatorUIDescriptor.java
/* * Copyright (C) 2015 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
2,239
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
ProductSetReaderOpUI.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/gpf/ui/ProductSetReaderOpUI.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
2,456
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
TargetUI.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/gpf/ui/TargetUI.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
5,111
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
SourceUI.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/gpf/ui/SourceUI.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
31,525
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
BandMathsOpUI.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/gpf/ui/BandMathsOpUI.java
package org.esa.snap.graphbuilder.gpf.ui; import org.esa.snap.core.datamodel.Band; import org.esa.snap.core.datamodel.Product; import org.esa.snap.core.datamodel.ProductData; import org.esa.snap.core.datamodel.ProductNodeList; import org.esa.snap.core.dataop.barithm.BandArithmetic; import org.esa.snap.core.gpf.common....
13,780
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
OperatorUIRegistry.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/gpf/ui/OperatorUIRegistry.java
/* * Copyright (C) 2015 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
7,703
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
SubsetUI.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/gpf/ui/SubsetUI.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
24,362
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
ResamplingUI.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/gpf/ui/ResamplingUI.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
49,905
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
UIValidation.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/gpf/ui/UIValidation.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
1,280
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
NestWorldMapPaneDataModel.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/gpf/ui/worldmap/NestWorldMapPaneDataModel.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
8,163
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
NestWorldMapPane.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/gpf/ui/worldmap/NestWorldMapPane.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
26,003
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
WorldMapUI.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/gpf/ui/worldmap/WorldMapUI.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
3,056
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
LabelBarProgressMonitor.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/rcp/progress/LabelBarProgressMonitor.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
7,732
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
StatusProgress.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/rcp/progress/StatusProgress.java
/* * Copyright (C) 2015 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
2,509
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
StatusProgressPanel.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/rcp/progress/StatusProgressPanel.java
/* * Copyright (C) 2015 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
2,353
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
DialogUtils.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/rcp/utils/DialogUtils.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
6,843
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
ClipboardUtils.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/rcp/utils/ClipboardUtils.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
3,218
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
FileListSelection.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/rcp/utils/FileListSelection.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
2,934
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
OperatorAction.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/rcp/actions/OperatorAction.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
4,736
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
BatchProcessingAction.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/rcp/actions/BatchProcessingAction.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
2,111
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
GraphAction.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/rcp/actions/GraphAction.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
2,769
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
OpenGraphBuilderAction.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/rcp/actions/OpenGraphBuilderAction.java
/* * Copyright (C) 2015 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
2,450
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
AbstractInstructPanel.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/rcp/wizards/AbstractInstructPanel.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
2,818
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
WizardDialog.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/rcp/wizards/WizardDialog.java
/* ======================================================================== * JCommon : a free general purpose class library for the Java(tm) platform * ======================================================================== * * (C) Copyright 2000-2005, by Object Refinery Limited and Contributors. * * Project I...
12,884
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
AbstractMultipleInputPanel.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/rcp/wizards/AbstractMultipleInputPanel.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
2,644
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
AbstractMapPanel.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/rcp/wizards/AbstractMapPanel.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
3,372
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
WizardPanel.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/rcp/wizards/WizardPanel.java
/* ======================================================================== * JCommon : a free general purpose class library for the Java(tm) platform * ======================================================================== * * (C) Copyright 2000-2005, by Object Refinery Limited and Contributors. * * Project I...
6,411
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
AbstractInputPanel.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/rcp/wizards/AbstractInputPanel.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
2,123
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
WizardAction.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/rcp/wizards/WizardAction.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
3,605
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
MultiGraphDialog.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/rcp/dialogs/MultiGraphDialog.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
11,937
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
IOPanel.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/rcp/dialogs/IOPanel.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
5,799
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
SourceProductPanel.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/rcp/dialogs/SourceProductPanel.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
2,384
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
ProductSetPanel.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/rcp/dialogs/ProductSetPanel.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
18,032
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
GraphBuilderDialog.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/rcp/dialogs/GraphBuilderDialog.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
28,593
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
PromptDialog.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/rcp/dialogs/PromptDialog.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
4,851
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
CheckListDialog.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/rcp/dialogs/CheckListDialog.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
2,608
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
SingleOperatorDialog.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/rcp/dialogs/SingleOperatorDialog.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
21,179
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
BatchGraphDialog.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/rcp/dialogs/BatchGraphDialog.java
/* * Copyright (C) 2015 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
26,562
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
ActionFileSystem.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/rcp/dialogs/support/ActionFileSystem.java
package org.esa.snap.graphbuilder.rcp.dialogs.support; import org.esa.snap.core.util.SystemUtils; import org.openide.filesystems.FileObject; import org.openide.filesystems.FileUtil; import java.util.Arrays; import java.util.HashMap; import java.util.List; import java.util.Map; public class ActionFileSystem { fi...
1,746
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
GraphStruct.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/rcp/dialogs/support/GraphStruct.java
package org.esa.snap.graphbuilder.rcp.dialogs.support; import java.util.ArrayList; import java.util.List; public class GraphStruct { private List<String> leafs; private String id; private GraphStruct(String id, List<String> leafs) { this.id = id; this.leafs = leafs; } public Grap...
1,629
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
BaseFileModel.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/rcp/dialogs/support/BaseFileModel.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
6,815
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
GraphExecuter.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/rcp/dialogs/support/GraphExecuter.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
18,518
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
GraphsMenu.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/rcp/dialogs/support/GraphsMenu.java
/* * Copyright (C) 2015 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
5,579
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
TargetFolderSelector.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/rcp/dialogs/support/TargetFolderSelector.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
3,721
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
GraphDialog.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/rcp/dialogs/support/GraphDialog.java
package org.esa.snap.graphbuilder.rcp.dialogs.support; import java.io.File; /** * dialogs which are able to handle graphs */ public interface GraphDialog { void loadGraph(); void loadGraph(final File file); boolean canSaveGraphs(); void saveGraph(); String getGraphAsString() throws Exceptio...
325
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
GraphNodeList.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/rcp/dialogs/support/GraphNodeList.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
4,345
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
GraphPanel.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/rcp/dialogs/support/GraphPanel.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
18,695
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
SubGraphHandler.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/rcp/dialogs/support/SubGraphHandler.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
6,401
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
FileTableModel.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/rcp/dialogs/support/FileTableModel.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
1,353
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
ProductSetUIHandler.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/rcp/dialogs/support/ProductSetUIHandler.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
5,767
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
FileModel.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/rcp/dialogs/support/FileModel.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
2,575
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
FileTable.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/rcp/dialogs/support/FileTable.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
9,240
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
GraphNode.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/rcp/dialogs/support/GraphNode.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
19,874
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
GPFProcessor.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/rcp/dialogs/support/GPFProcessor.java
/* * Copyright (C) 2014 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
3,407
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
package-info.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-graph-builder/src/main/java/org/esa/snap/graphbuilder/docs/package-info.java
@HelpSetRegistration(helpSet = "help.hs", position = 2420) package org.esa.snap.graphbuilder.docs; import eu.esa.snap.netbeans.javahelp.api.HelpSetRegistration;
161
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
package-info.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-pixel-extraction-ui/src/main/java/org/esa/snap/pixex/docs/package-info.java
@HelpSetRegistration(helpSet = "help.hs", position = 2395) package org.esa.snap.pixex.docs; import eu.esa.snap.netbeans.javahelp.api.HelpSetRegistration;
155
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
PixelExtractionAction.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-pixel-extraction-ui/src/main/java/org/esa/snap/pixex/visat/PixelExtractionAction.java
/* * Copyright (C) 2010 Brockmann Consult GmbH (info@brockmann-consult.de) * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any late...
1,735
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
PixelExtractionDialog.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-pixel-extraction-ui/src/main/java/org/esa/snap/pixex/visat/PixelExtractionDialog.java
/* * Copyright (C) 2014 Brockmann Consult GmbH (info@brockmann-consult.de) * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any late...
11,247
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
PixelExtractionIOForm.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-pixel-extraction-ui/src/main/java/org/esa/snap/pixex/visat/PixelExtractionIOForm.java
/* * Copyright (C) 2010 Brockmann Consult GmbH (info@brockmann-consult.de) * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any late...
9,780
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
AddCsvFileAction.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-pixel-extraction-ui/src/main/java/org/esa/snap/pixex/visat/AddCsvFileAction.java
package org.esa.snap.pixex.visat; import org.esa.snap.core.datamodel.GenericPlacemarkDescriptor; import org.esa.snap.core.datamodel.GeoPos; import org.esa.snap.core.datamodel.Placemark; import org.esa.snap.core.datamodel.ProductData; import org.esa.snap.core.util.PropertyMap; import org.esa.snap.core.util.SystemUtils;...
4,548
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
AddPlacemarkFileAction.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-pixel-extraction-ui/src/main/java/org/esa/snap/pixex/visat/AddPlacemarkFileAction.java
/* * Copyright (C) 2011 Brockmann Consult GmbH (info@brockmann-consult.de) * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any late...
3,500
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
CoordinateTableModel.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-pixel-extraction-ui/src/main/java/org/esa/snap/pixex/visat/CoordinateTableModel.java
/* * Copyright (C) 2010 Brockmann Consult GmbH (info@brockmann-consult.de) * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any late...
3,896
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
PixelExtractionParametersForm.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-pixel-extraction-ui/src/main/java/org/esa/snap/pixex/visat/PixelExtractionParametersForm.java
/* * Copyright (C) 2014 Brockmann Consult GmbH (info@brockmann-consult.de) * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any late...
29,199
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
AddCoordinateAction.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-pixel-extraction-ui/src/main/java/org/esa/snap/pixex/visat/AddCoordinateAction.java
/* * Copyright (C) 2010 Brockmann Consult GmbH (info@brockmann-consult.de) * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any late...
1,752
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
WWAnalysisToolView.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-worldwind/src/main/java/org/esa/snap/worldwind/WWAnalysisToolView.java
/* * Copyright (C) 2015 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
16,228
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
ColorBarLegend.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-worldwind/src/main/java/org/esa/snap/worldwind/ColorBarLegend.java
/* * Copyright (C) 2015 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
4,613
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
LayerPanel.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-worldwind/src/main/java/org/esa/snap/worldwind/LayerPanel.java
/* * Copyright (C) 2015 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
4,832
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
WWWorldViewToolView.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-worldwind/src/main/java/org/esa/snap/worldwind/WWWorldViewToolView.java
/* * Copyright (C) 2015 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
6,699
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
WWView.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-worldwind/src/main/java/org/esa/snap/worldwind/WWView.java
/* * Copyright (C) 2015 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
1,045
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
WWProductManagerListener.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-worldwind/src/main/java/org/esa/snap/worldwind/WWProductManagerListener.java
/* * Copyright (C) 2015 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
1,669
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
LayerPanelLayer.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-worldwind/src/main/java/org/esa/snap/worldwind/LayerPanelLayer.java
/* * Copyright (C) 2015 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
10,420
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
WWActivator.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-worldwind/src/main/java/org/esa/snap/worldwind/WWActivator.java
package org.esa.snap.worldwind; import gov.nasa.worldwind.util.Logging; import org.esa.snap.runtime.Activator; import org.esa.snap.runtime.Config; import java.util.logging.Level; import java.util.logging.Logger; /** * @author Marco Peters */ public class WWActivator implements Activator{ // need to keep it as ...
967
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
ProductPanel.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-worldwind/src/main/java/org/esa/snap/worldwind/ProductPanel.java
/* * Copyright (C) 2015 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
5,052
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
WWBaseToolView.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-worldwind/src/main/java/org/esa/snap/worldwind/WWBaseToolView.java
/* * Copyright (C) 2015 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
5,242
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
AppPanel.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-worldwind/src/main/java/org/esa/snap/worldwind/AppPanel.java
/* * Copyright (C) 2015 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
7,091
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
ProductRenderablesInfo.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-worldwind/src/main/java/org/esa/snap/worldwind/ProductRenderablesInfo.java
/* * Copyright (C) 2015 by Array Systems Computing Inc. http://www.array.ca * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your option) * any lat...
3,205
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z