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
ScanLocalRepositoryOptionsDialog.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-product-library-ui-v2/src/main/java/org/esa/snap/product/library/ui/v2/repository/local/ScanLocalRepositoryOptionsDialog.java
package org.esa.snap.product.library.ui.v2.repository.local; import org.esa.snap.ui.loading.AbstractModalDialog; import org.esa.snap.ui.loading.SwingUtils; import javax.swing.*; import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; /** * The dialog window to allow the user to s...
2,905
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
OpenLocalProductsRunnable.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-product-library-ui-v2/src/main/java/org/esa/snap/product/library/ui/v2/repository/local/OpenLocalProductsRunnable.java
package org.esa.snap.product.library.ui.v2.repository.local; import org.esa.snap.core.dataio.ProductIO; import org.esa.snap.core.dataio.ProductReader; import org.esa.snap.core.datamodel.Product; import org.esa.snap.product.library.ui.v2.repository.output.RepositoryOutputProductListPanel; import org.esa.snap.product.li...
5,113
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
LoadProductListTimerRunnable.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-product-library-ui-v2/src/main/java/org/esa/snap/product/library/ui/v2/repository/local/LoadProductListTimerRunnable.java
package org.esa.snap.product.library.ui.v2.repository.local; import org.esa.snap.product.library.ui.v2.repository.output.RepositoryOutputProductListPanel; import org.esa.snap.product.library.ui.v2.repository.remote.download.DownloadProductListTimerRunnable; import org.esa.snap.product.library.ui.v2.thread.ThreadListen...
3,441
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
CopyLocalProductsRunnable.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-product-library-ui-v2/src/main/java/org/esa/snap/product/library/ui/v2/repository/local/CopyLocalProductsRunnable.java
package org.esa.snap.product.library.ui.v2.repository.local; import org.esa.snap.engine_utilities.util.FileIOUtils; import org.esa.snap.product.library.ui.v2.repository.output.RepositoryOutputProductListPanel; import org.esa.snap.product.library.ui.v2.thread.ProgressBarHelper; import org.esa.snap.product.library.v2.da...
2,437
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
AllLocalProductsRepositoryPanel.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-product-library-ui-v2/src/main/java/org/esa/snap/product/library/ui/v2/repository/local/AllLocalProductsRepositoryPanel.java
package org.esa.snap.product.library.ui.v2.repository.local; import org.apache.commons.lang3.StringUtils; import org.esa.snap.product.library.ui.v2.ComponentDimension; import org.esa.snap.product.library.ui.v2.RepositoryProductPanelBackground; import org.esa.snap.product.library.ui.v2.repository.AbstractProductsReposi...
22,236
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
AbstractProcessLocalProductsRunnable.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-product-library-ui-v2/src/main/java/org/esa/snap/product/library/ui/v2/repository/local/AbstractProcessLocalProductsRunnable.java
package org.esa.snap.product.library.ui.v2.repository.local; import org.esa.snap.product.library.ui.v2.repository.output.OutputProductListModel; import org.esa.snap.product.library.ui.v2.repository.output.RepositoryOutputProductListPanel; import org.esa.snap.product.library.ui.v2.thread.AbstractProgressTimerRunnable; ...
2,512
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
LocalProgressStatus.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-product-library-ui-v2/src/main/java/org/esa/snap/product/library/ui/v2/repository/local/LocalProgressStatus.java
package org.esa.snap.product.library.ui.v2.repository.local; /** * The status of a local repository product. * * Created by jcoravu on 27/9/2019. */ public class LocalProgressStatus { public static final byte PENDING_OPEN = 1; public static final byte OPENING = 2; public static final byte OPENED = 3; ...
2,111
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
RepositoriesCredentialsControllerUI.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-product-library-ui-v2/src/main/java/org/esa/snap/product/library/ui/v2/preferences/RepositoriesCredentialsControllerUI.java
package org.esa.snap.product.library.ui.v2.preferences; import com.bc.ceres.binding.PropertySet; import com.bc.ceres.swing.binding.BindingContext; import org.apache.http.auth.Credentials; import org.apache.http.auth.UsernamePasswordCredentials; import org.esa.snap.product.library.v2.preferences.RepositoriesCredentials...
33,588
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
RepositoriesCredentialsTableModel.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-product-library-ui-v2/src/main/java/org/esa/snap/product/library/ui/v2/preferences/model/RepositoriesCredentialsTableModel.java
package org.esa.snap.product.library.ui.v2.preferences.model; import org.apache.http.auth.Credentials; import org.apache.http.auth.UsernamePasswordCredentials; import org.esa.snap.product.library.ui.v2.preferences.RepositoriesCredentialsControllerUI; import javax.swing.*; import javax.swing.table.AbstractTableModel; ...
9,374
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
RepositoriesTableModel.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-product-library-ui-v2/src/main/java/org/esa/snap/product/library/ui/v2/preferences/model/RepositoriesTableModel.java
package org.esa.snap.product.library.ui.v2.preferences.model; import org.esa.snap.remote.products.repository.RemoteProductsRepositoryProvider; import javax.swing.table.AbstractTableModel; import java.util.List; /** * The model of the table containing the available remote repositories. */ public class RepositoriesT...
4,206
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-product-library-ui-v2/src/main/java/org/esa/snap/product/library/ui/v2/docs/package-info.java
@HelpSetRegistration(helpSet = "help.hs", position = 1678) package org.esa.snap.product.library.ui.v2.docs; import eu.esa.snap.netbeans.javahelp.api.HelpSetRegistration;
170
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
AbstractProgressTimerRunnable.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-product-library-ui-v2/src/main/java/org/esa/snap/product/library/ui/v2/thread/AbstractProgressTimerRunnable.java
package org.esa.snap.product.library.ui.v2.thread; import com.bc.ceres.core.ProgressMonitor; import org.esa.snap.ui.loading.GenericRunnable; import org.esa.snap.ui.loading.PairRunnable; import javax.swing.*; import java.awt.EventQueue; /** * The <code>AbstractProgressTimerRunnable</code> class should be extended by...
6,532
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
ThreadListener.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-product-library-ui-v2/src/main/java/org/esa/snap/product/library/ui/v2/thread/ThreadListener.java
package org.esa.snap.product.library.ui.v2.thread; /** * The listener interface for receiving the event when a thread has stopped. * * Created by jcoravu on 28/8/2019. */ public interface ThreadListener { public void onStopExecuting(Runnable invokerThread); }
270
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
AbstractRunnable.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-product-library-ui-v2/src/main/java/org/esa/snap/product/library/ui/v2/thread/AbstractRunnable.java
package org.esa.snap.product.library.ui.v2.thread; import org.esa.snap.remote.products.repository.ThreadStatus; import java.util.logging.Level; import java.util.logging.Logger; /** * The <code>AbstractRunnable</code> class should be extended by any * class whose instances are intended to be executed by a thread. ...
1,967
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
ProgressBarHelperImpl.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-product-library-ui-v2/src/main/java/org/esa/snap/product/library/ui/v2/thread/ProgressBarHelperImpl.java
package org.esa.snap.product.library.ui.v2.thread; import org.esa.snap.ui.loading.SwingUtils; import javax.swing.*; import java.awt.*; import java.beans.PropertyChangeListener; /** * The class implementation to manage the progress bar panel visible when running long time operations. * * Created by jcoravu on 12/9...
7,503
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
ThreadCallback.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-product-library-ui-v2/src/main/java/org/esa/snap/product/library/ui/v2/thread/ThreadCallback.java
package org.esa.snap.product.library.ui.v2.thread; /** * The listener interface for receiving events when a thread has finished. * * Created by jcoravu on 28/8/2019. */ public interface ThreadCallback<OutputType> { public void onFailed(Exception exception); public void onSuccessfullyFinish(OutputType pro...
336
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
ProgressBarHelper.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-product-library-ui-v2/src/main/java/org/esa/snap/product/library/ui/v2/thread/ProgressBarHelper.java
package org.esa.snap.product.library.ui.v2.thread; /** * The interface to manage the progress bar panel visible when running long time operations. * * Created by jcoravu on 23/8/2019. */ public interface ProgressBarHelper { public boolean hideProgressPanel(int threadId); public boolean showProgressPanel(...
638
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
WorldMapPanelWrapperImpl.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-product-library-ui-v2/src/main/java/org/esa/snap/product/library/ui/v2/worldwind/WorldMapPanelWrapperImpl.java
package org.esa.snap.product.library.ui.v2.worldwind; import org.esa.snap.core.util.PropertyMap; import org.esa.snap.product.library.ui.v2.thread.AbstractRunnable; import org.esa.snap.ui.loading.GenericRunnable; import org.esa.snap.worldwind.productlibrary.PolygonMouseListener; import org.esa.snap.worldwind.productlib...
3,009
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-change-detection-ui/src/main/java/org/esa/snap/change/detection/docs/package-info.java
@HelpSetRegistration(helpSet = "help.hs", position = 6020) package org.esa.snap.change.detection.docs; import eu.esa.snap.netbeans.javahelp.api.HelpSetRegistration;
165
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
DummyPreferences.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/test/java/org/esa/snap/ui/DummyPreferences.java
package org.esa.snap.ui; import java.io.IOException; import java.io.OutputStream; import java.util.HashMap; import java.util.Map; import java.util.prefs.BackingStoreException; import java.util.prefs.NodeChangeListener; import java.util.prefs.PreferenceChangeListener; import java.util.prefs.Preferences; /** * @author...
3,826
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
UIUtilsTest.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/test/java/org/esa/snap/ui/UIUtilsTest.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...
5,536
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
UserInputHistoryTest.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/test/java/org/esa/snap/ui/UserInputHistoryTest.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,054
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
RegionSelectableWorldMapPane_BindingContextValidationTest.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/test/java/org/esa/snap/ui/RegionSelectableWorldMapPane_BindingContextValidationTest.java
package org.esa.snap.ui; import com.bc.ceres.binding.PropertyContainer; import com.bc.ceres.swing.binding.BindingContext; import org.junit.Before; import org.junit.Test; import static org.junit.Assert.*; public class RegionSelectableWorldMapPane_BindingContextValidationTest { private final static String NORTH_B...
5,581
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
RegionSelectableWorldMapPane_BoundingValuesValidation.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/test/java/org/esa/snap/ui/RegionSelectableWorldMapPane_BoundingValuesValidation.java
package org.esa.snap.ui; import org.junit.Test; import java.awt.*; import java.awt.geom.Rectangle2D; import static org.junit.Assert.*; public class RegionSelectableWorldMapPane_BoundingValuesValidation { private final double validNorthBound = 75.0; private final double validEastBound = 30.0; private fi...
4,096
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
FileHistoryTest.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/test/java/org/esa/snap/ui/FileHistoryTest.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...
5,643
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
GUIElementFactoryTest.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/test/java/org/esa/snap/ui/GUIElementFactoryTest.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,962
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
BoundsInputPanelTest.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/test/java/org/esa/snap/ui/BoundsInputPanelTest.java
package org.esa.snap.ui; import org.junit.Test; import static org.junit.Assert.*; /** * @author Marco Peters */ public class BoundsInputPanelTest { @Test public void testDecimalFormatter() throws Exception { DecimalFormatter formatter = BoundsInputPanel.DECIMAL_FORMATTER; assertEquals("0...
665
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
DemSelectorTest.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/test/java/org/esa/snap/ui/DemSelectorTest.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,014
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
RGBImageProfilePaneTest.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/test/java/org/esa/snap/ui/RGBImageProfilePaneTest.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...
12,143
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
ColorCodesTest.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/test/java/org/esa/snap/ui/color/ColorCodesTest.java
package org.esa.snap.ui.color; import org.junit.Test; import java.awt.Color; import java.util.List; import static org.junit.Assert.assertEquals; /** * Created by Norman on 26.03.2015. */ public class ColorCodesTest { @Test public void testNameListOrder() { List<String> names = ColorCodes.getNames...
1,210
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
ColorSelectionComponentRunner.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/test/java/org/esa/snap/ui/color/ColorSelectionComponentRunner.java
package org.esa.snap.ui.color; import javax.swing.AbstractListModel; import javax.swing.Icon; import javax.swing.JComponent; import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.JList; import javax.swing.JScrollPane; import javax.swing.JTable; import javax.swing.ListCellRenderer; import javax.swing...
5,116
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
DefaultLayerSourceDescriptorTest.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/test/java/org/esa/snap/ui/layer/DefaultLayerSourceDescriptorTest.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...
5,241
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
SimpleFeatureShapeFigureTest.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/test/java/org/esa/snap/ui/product/SimpleFeatureShapeFigureTest.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...
7,885
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
VectorDataCollectionLayerTypeTest.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/test/java/org/esa/snap/ui/product/VectorDataCollectionLayerTypeTest.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,322
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
VectorDataLayerTypeTest.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/test/java/org/esa/snap/ui/product/VectorDataLayerTypeTest.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,265
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
ProductSceneViewTest.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/test/java/org/esa/snap/ui/product/ProductSceneViewTest.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,331
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
SimpleFeaturePointFigureTest.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/test/java/org/esa/snap/ui/product/SimpleFeaturePointFigureTest.java
package org.esa.snap.ui.product; import com.bc.ceres.swing.figure.support.DefaultFigureStyle; import org.locationtech.jts.geom.Coordinate; import org.locationtech.jts.geom.GeometryFactory; import org.locationtech.jts.geom.Point; import org.esa.snap.core.datamodel.SceneTransformProvider; import org.esa.snap.core.transf...
2,801
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
SimpleFeatureFigureFactoryTest.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/test/java/org/esa/snap/ui/product/SimpleFeatureFigureFactoryTest.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 lat...
3,442
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
InputFilesListModelTest.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/test/java/org/esa/snap/ui/product/InputFilesListModelTest.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...
5,123
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
BandSorterTest.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/test/java/org/esa/snap/ui/product/BandSorterTest.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...
6,203
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
SpectrumBandTest.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/test/java/org/esa/snap/ui/product/spectrum/SpectrumBandTest.java
package org.esa.snap.ui.product.spectrum; import org.esa.snap.core.datamodel.Band; import org.esa.snap.core.datamodel.ProductData; import org.junit.Assert; import org.junit.Before; import org.junit.Test; /** * Created by E1001827 on 21.2.2014. */ public class SpectrumBandTest { private Band band; @Before ...
1,906
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
DisplayableSpectrumTest.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/test/java/org/esa/snap/ui/product/spectrum/DisplayableSpectrumTest.java
package org.esa.snap.ui.product.spectrum; import org.esa.snap.core.datamodel.Band; import org.esa.snap.core.datamodel.ProductData; import org.junit.Test; import static org.junit.Assert.*; /** * Created by E1001827 on 21.2.2014. */ public class DisplayableSpectrumTest { @Test public void testNewDisplayable...
3,902
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
SpectrumChooserMainForManualTesting.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/test/java/org/esa/snap/ui/product/spectrum/SpectrumChooserMainForManualTesting.java
package org.esa.snap.ui.product.spectrum; import org.esa.snap.core.datamodel.Band; import org.esa.snap.core.datamodel.ProductData; public class SpectrumChooserMainForManualTesting { /* * Used for testing UI */ public static void main(String[] args) { final DisplayableSpectrum[] spectra = ne...
1,772
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
SpectrumShapeProviderTest.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/test/java/org/esa/snap/ui/product/spectrum/SpectrumShapeProviderTest.java
package org.esa.snap.ui.product.spectrum; import org.junit.Test; import static org.junit.Assert.*; /** * @author Marco Peters */ public class SpectrumShapeProviderTest { @Test public void testGetValidIndex_WithoutEmptySymbol() throws Exception { assertEquals(1, SpectrumShapeProvider.getValidIndex(...
2,225
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
MetadataElementLeafNodeTest.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/test/java/org/esa/snap/ui/product/metadata/MetadataElementLeafNodeTest.java
package org.esa.snap.ui.product.metadata; import com.bc.ceres.annotation.STTM; import org.esa.snap.core.datamodel.ProductData; import org.junit.Test; import org.openide.nodes.PropertySupport; import java.lang.reflect.InvocationTargetException; import java.util.ArrayList; import java.util.List; import static org.juni...
4,497
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
UTMAutomaticCrsProviderTest.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/test/java/org/esa/snap/ui/crs/projdef/UTMAutomaticCrsProviderTest.java
package org.esa.snap.ui.crs.projdef; import org.esa.snap.core.datamodel.GeoPos; import org.geotools.referencing.datum.DefaultGeodeticDatum; import org.junit.Test; import org.opengis.referencing.crs.CoordinateReferenceSystem; import static org.junit.Assert.assertEquals; /** * @author Marco Peters */ public class UT...
1,410
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
DiagramGraphIOTest.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/test/java/org/esa/snap/ui/diagram/DiagramGraphIOTest.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,908
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
DiagramAxisTest.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/test/java/org/esa/snap/ui/diagram/DiagramAxisTest.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...
5,718
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
DiagramTest.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/test/java/org/esa/snap/ui/diagram/DiagramTest.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,622
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
ImageInfoEditor.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/ImageInfoEditor.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...
47,312
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-ui/src/main/java/org/esa/snap/ui/package-info.java
/* * Copyright (C) 2015 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...
844
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
ExpressionPane.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/ExpressionPane.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...
32,117
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
BoundaryOverlay.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/BoundaryOverlay.java
package org.esa.snap.ui; import com.bc.ceres.glayer.swing.LayerCanvas; import com.bc.ceres.grender.Rendering; import org.esa.snap.core.datamodel.GeoCoding; import org.esa.snap.core.datamodel.GeoPos; import org.esa.snap.core.datamodel.PixelPos; import org.esa.snap.core.datamodel.Product; import java.awt.Color; import ...
6,189
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
HSVImageProfilePane.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/HSVImageProfilePane.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,539
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
BoundaryOverlayImpl.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/BoundaryOverlayImpl.java
package org.esa.snap.ui; import com.bc.ceres.grender.Rendering; import org.esa.snap.core.datamodel.Product; /** * This class extends a {@link BoundaryOverlay} by the ability to draw a selected product. * * @author Thomas Storm * @author Tonio Fincke */ public class BoundaryOverlayImpl extends BoundaryOverlay { ...
656
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
DecimalCellEditor.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/DecimalCellEditor.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,928
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
GridBagUtils.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/GridBagUtils.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...
14,453
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
ModelessDialog.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/ModelessDialog.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...
2,605
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
FormatedFileHistory.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/FormatedFileHistory.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...
2,076
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
BorderLayoutUtils.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/BorderLayoutUtils.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...
2,184
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
SequentialDialog.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/SequentialDialog.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...
8,803
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
PopupMenuHandler.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/PopupMenuHandler.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...
5,304
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
RegionBoundsInputUI.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/RegionBoundsInputUI.java
package org.esa.snap.ui; import com.bc.ceres.binding.PropertyContainer; import com.bc.ceres.swing.binding.BindingContext; import tec.uom.se.unit.Units; import javax.swing.JFormattedTextField; import javax.swing.JLabel; import javax.swing.JPanel; import javax.swing.JTextField; import java.awt.Dimension; import java.aw...
10,494
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
DefaultAppContext.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/DefaultAppContext.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,608
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
FileHistory.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/FileHistory.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,447
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
AbstractImageInfoEditorModel.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/AbstractImageInfoEditorModel.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...
4,833
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
UIDefaults.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/UIDefaults.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,987
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
ModalDialog.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/ModalDialog.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...
2,779
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
DefaultImageInfoEditorModel.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/DefaultImageInfoEditorModel.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,072
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
SelectExportMethodDialog.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/SelectExportMethodDialog.java
/* * Created at 31.07.2004 18:25:19 * Copyright (c) 2004 by Norman Fomferra */ package org.esa.snap.ui; import org.openide.util.HelpCtx; import javax.swing.BoxLayout; import javax.swing.ImageIcon; import javax.swing.JButton; import javax.swing.JCheckBox; import javax.swing.JComponent; import javax.swing.JDialog; i...
6,021
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
SnapFileChooser.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/SnapFileChooser.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...
15,567
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
SliderBoxImageDisplay.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/SliderBoxImageDisplay.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,739
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
RegionSelectableWorldMapPane.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/RegionSelectableWorldMapPane.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...
34,831
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
DemSelector.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/DemSelector.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...
5,275
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
AbstractDialog.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/AbstractDialog.java
/* * Copyright (C) 2012 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...
19,596
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
PopupMenuFactory.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/PopupMenuFactory.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...
2,009
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
SimpleDialog.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/SimpleDialog.java
package org.esa.snap.ui; import javax.swing.*; import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; public class SimpleDialog extends JDialog { public SimpleDialog(String title, String message, Component component) { JButton okayButton = new JButton("Okay"); ...
1,563
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
WorldMapPane.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/WorldMapPane.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...
19,760
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
FileChooserFactory.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/FileChooserFactory.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...
2,948
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
DecimalFormatter.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/DecimalFormatter.java
package org.esa.snap.ui; import javax.swing.JFormattedTextField; import java.text.DecimalFormat; import java.text.DecimalFormatSymbols; import java.text.ParseException; import java.util.Locale; /** * A formatter to be used for decimal number in a {@link JFormattedTextField} * * @see JFormattedTextField.AbstractFor...
1,163
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
NewBandDialog.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/NewBandDialog.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...
8,294
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
PixelPositionListener.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/PixelPositionListener.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,887
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
WorldMapPaneDataModel.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/WorldMapPaneDataModel.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...
5,498
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
Disposable.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/Disposable.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...
922
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
BoundsInputPanel.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/BoundsInputPanel.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 lat...
9,039
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
RenderedImageIcon.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/RenderedImageIcon.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...
2,301
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
AppContext.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/AppContext.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,279
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
ImageInfoEditorModel.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/ImageInfoEditorModel.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...
2,394
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
NewProductDialog.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/NewProductDialog.java
/* * Copyright (C) 2012 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...
19,005
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
BasicView.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/BasicView.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,608
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
WorldMapImageLoader.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/WorldMapImageLoader.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...
5,066
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
GridLayout2.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/GridLayout2.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...
6,130
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
DecimalTableCellRenderer.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/DecimalTableCellRenderer.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...
2,258
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
UIUtils.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/UIUtils.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...
19,033
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
ButtonOverlayControl.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/ButtonOverlayControl.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...
12,887
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
UserInputHistory.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/UserInputHistory.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...
4,007
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
ProjectionParamsDialog.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/ProjectionParamsDialog.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...
2,409
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
RGBImageProfilePane.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/RGBImageProfilePane.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...
35,630
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
ToolButtonFactory.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/tool/ToolButtonFactory.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...
8,223
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z
ColorTableCellRenderer.java
/FileExtraction/Java_unseen/senbox-org_snap-desktop/snap-ui/src/main/java/org/esa/snap/ui/color/ColorTableCellRenderer.java
package org.esa.snap.ui.color; import javax.swing.JTable; import javax.swing.table.TableCellRenderer; import java.awt.Color; import java.awt.Component; /** * A table cell renderer for color values. * * @author Norman Fomferra * @since SNAP 2.0 */ public class ColorTableCellRenderer implements TableCellRenderer {...
818
Java
.java
senbox-org/snap-desktop
132
60
9
2014-10-30T11:53:56Z
2024-05-07T21:09:33Z