Serialized Form
-
Package tech.molecules.leet.clustering
-
Class tech.molecules.leet.clustering.ClusterAppModel.AddMembersToClusterAction extends AbstractAction implements Serializable
-
Class tech.molecules.leet.clustering.ClusterAppModel.ClusterHandlingException extends Exception implements Serializable
-
Class tech.molecules.leet.clustering.ClusterAppModel.ClusterListModel extends AbstractListModel<ClusterAppModel.Cluster> implements Serializable
-
Class tech.molecules.leet.clustering.ClusterAppModel.ClusterTableModel extends AbstractTableModel implements Serializable
-
Class tech.molecules.leet.clustering.ClusterAppModel.CreateClusterAction extends AbstractAction implements Serializable
-
Class tech.molecules.leet.clustering.ClusterAppModel.CreateClusterFromCellAction extends NColumn.CellSpecificAction implements Serializable
-
Class tech.molecules.leet.clustering.ClusterAppModel.CreateClusterFromSelectedCellsAction extends AbstractAction implements Serializable
-
-
Package tech.molecules.leet.clustering.action
-
Class tech.molecules.leet.clustering.action.CreateClusteringToolAction extends AbstractAction implements Serializable
-
Serialized Fields
-
dp
NStructureDataProvider dp
-
ntm
NexusTableModel ntm
-
plotPanel
JPanel plotPanel
-
-
-
-
Package tech.molecules.leet.clustering.gui
-
Class tech.molecules.leet.clustering.gui.JClusterAndColorConfig extends JPanel implements Serializable
-
Class tech.molecules.leet.clustering.gui.JClusteringToolView extends JPanel implements Serializable
-
Serialized Fields
-
jscv
JSimpleClusterView jscv
-
jsgp
JStructureSelectionPanel jsgp
-
jsp_main
JSplitPane jsp_main
-
jumap
JUmapView jumap
-
model
ClusterAppModel model
-
selectionModel
JStructureSelectionPanel.StructureSelectionModel selectionModel
-
umapModel
UmapViewModel umapModel
-
-
-
Class tech.molecules.leet.clustering.gui.JStructureSelectionPanel extends JPanel implements Serializable
-
Serialized Fields
-
jp_mouseOver
JStructureGridPanel jp_mouseOver
-
jp_selection
JStructureGridPanel jp_selection
-
jtp_Main
JTabbedPane jtp_Main
-
jtpIdxMouseOver
int jtpIdxMouseOver
-
jtpIdxSelection
int jtpIdxSelection
-
linkContacts
Map<String,List<double[]>> linkContacts
-
linkPoints
Map<String,double[]> linkPoints
-
model
JStructureSelectionPanel.StructureSelectionModel model
-
mouseOverCols
int mouseOverCols
-
mouseOverRows
int mouseOverRows
-
selectionCols
int selectionCols
-
selectionRows
int selectionRows
-
-
-
-
Package tech.molecules.leet.histogram
-
Class tech.molecules.leet.histogram.JHistogramPanel extends JPanel implements Serializable
-
Serialized Fields
-
chart
org.jfree.chart.JFreeChart chart
-
chartPanel
org.jfree.chart.ChartPanel chartPanel
-
marker
org.jfree.chart.plot.ValueMarker marker
-
slider
JSlider slider
-
threshold
double threshold
-
-
-
-
Package tech.molecules.leet.similarity.gui
-
Class tech.molecules.leet.similarity.gui.JUmapView extends JPanel implements Serializable
-
Serialized Fields
-
contactPositions
Map<String,List<double[]>> contactPositions
-
jmb_main
JMenuBar jmb_main
-
jp_plots
JPanel jp_plots
-
jp_top
JPanel jp_top
-
model
UmapViewModel model
-
plots
List<JFreeChartScatterPlot2> plots
-
showClusteringAnnotations
boolean showClusteringAnnotations
-
-
-
-
Package tech.molecules.leet.table
-
Class tech.molecules.leet.table.ClassificationColumn.ClassificationRenderer extends AbstractCellEditor implements Serializable
-
Serialized Fields
-
jp_editor
JComponent jp_editor
-
lastValue
Object lastValue
-
-
-
Class tech.molecules.leet.table.ClassificationColumn.JColorLabel extends JLabel implements Serializable
-
Class tech.molecules.leet.table.DefaultNumericCellEditor extends AbstractCellEditor implements Serializable
-
Class tech.molecules.leet.table.DefaultNumericCellEditor.JEditorLabel extends JLabel implements Serializable
-
Class tech.molecules.leet.table.DefaultNumericRangeFilter extends Object implements Serializable
-
Serialized Fields
-
col
NColumn<X,T> col
-
model
NexusTableModel model
-
nds
NumericalDatasource<X> nds
-
rangeRestricted
Double[] rangeRestricted
-
rangeValue
double[] rangeValue
-
-
-
Class tech.molecules.leet.table.DefaultStringCellEditor extends AbstractCellEditor implements Serializable
-
Class tech.molecules.leet.table.NClassification.ClassificationTableModel extends AbstractTableModel implements Serializable
-
Serialized Fields
-
nc
NClassification nc
-
-
-
Class tech.molecules.leet.table.NColumn.CellSpecificAction extends AbstractAction implements Serializable
-
Class tech.molecules.leet.table.NDataProvider.StructureWithID extends Object implements Serializable
-
Class tech.molecules.leet.table.NexusTable extends JTable implements Serializable
-
Serialized Fields
-
colorListSelection
Color colorListSelection
-
colorMouseOverRow
Color colorMouseOverRow
-
currentSelection
Set<String> currentSelection
-
filterPanel
JFilterPanel filterPanel
-
headerMouseListener
MouseListener headerMouseListener
-
model
NexusTableModel model
-
mouseOverCol
int mouseOverCol
-
mouseOverKey
String mouseOverKey
-
mouseOverRow
int mouseOverRow
-
selectionTypeMouseOver
NexusTableModel.SelectionType selectionTypeMouseOver
-
selectionTypeSelected
NexusTableModel.SelectionType selectionTypeSelected
-
topPanel
JNexusTopPanel topPanel
public class TopPanel extends JPanel { private JMenuBar jmb = new JMenuBar(); private JSlider slider = new JSlider(16,320); public TopPanel() { this.setLayout(new FlowLayout()); this.add(new JLabel("RowHeight ")); this.add(slider); this.add(jmb); slider.addChangeListener(e -> setRowHeight(slider.getValue())); reinitMenu(); model.addNexusListener(new NexusTableModel.NexusTableModelListener() {
-
-
-
Class tech.molecules.leet.table.NexusTable.DefaultEditorFromRenderer extends AbstractCellEditor implements Serializable
-
Serialized Fields
-
lastValue
Object lastValue
-
ra
TableCellRenderer ra
-
-
-
Class tech.molecules.leet.table.NexusTable.JCellBackgroundPanel extends JPanel implements Serializable
-
Serialized Fields
-
nt
NexusTable nt
-
SELECTION_LINE_LENGTH
int SELECTION_LINE_LENGTH
-
SELECTION_LINE_SIZE
int SELECTION_LINE_SIZE
-
status
NexusTableModel.NexusHighlightingAndSelectionStatus status
-
-
-
Class tech.molecules.leet.table.NexusTable.JNexusPanel extends JPanel implements Serializable
-
Serialized Fields
-
bgp
NexusTable.JCellBackgroundPanel bgp
-
infra
NexusTable.NexusInteractiveEditorInfrastructure infra
-
-
-
Class tech.molecules.leet.table.NexusTableModel extends AbstractTableModel implements Serializable
-
Serialized Fields
-
allRows
List<String> allRows
-
columnDataProviders
Map<NColumn,NDataProvider> columnDataProviders
-
columnListeners
Map<NColumn,NColumn.ColumnDataListener> columnListeners
-
columns
List<NColumn> columns
The data providers for the columns are specified in the columnDataProvider map. -
highlightColors
Map<String,Color> highlightColors
-
lockTable
Object lockTable
-
nexusListeners
List<NexusTableModel.NexusTableModelListener> nexusListeners
-
registry
Map<Integer,org.apache.commons.lang3.tuple.Pair<Class,Object>> registry
Here we register IDs for all objects that we need for serialization / deserialization etc. -
rowFilters
Map<NColumn,List<NColumn.NexusRowFilter>> rowFilters
-
selections
Map<NexusTableModel.SelectionType,Set<String>> selections
-
selectionTypeRegistry
Map<String,NexusTableModel.SelectionType> selectionTypeRegistry
-
selectionTypes
Map<String,List<NexusTableModel.SelectionType>> selectionTypes
-
visibleRowPositions
Map<String,Integer> visibleRowPositions
-
visibleRows
List<String> visibleRows
-
-
-
Class tech.molecules.leet.table.StructureCalculatedPropertiesColumn.CalcPropertiesRenderer extends AbstractCellEditor implements Serializable
-
Serialized Fields
-
lastValue
Object lastValue
-
-
-
Class tech.molecules.leet.table.StructureCalculatedPropertiesColumn.CalcPropertiesRenderer.JColorLabel extends JLabel implements Serializable
-
Class tech.molecules.leet.table.StructureColumn.StructureCellRenderer extends LeetChemistryCellRenderer implements Serializable
-
Class tech.molecules.leet.table.StructureColumn.SubstructureRowFilter extends Object implements Serializable
-
Serialized Fields
-
filterStructure
com.actelion.research.chem.StereoMolecule filterStructure
-
filterStructureFFP
long[] filterStructureFFP
-
ntm
NexusTableModel ntm
-
-
-
-
Package tech.molecules.leet.table.action
-
Class tech.molecules.leet.table.action.CreateXYScatterPlotAction extends AbstractAction implements Serializable
-
Serialized Fields
-
gui
CreateXYScatterPlotActionGUI gui
-
model
CreateXYScatterPlotActionModel model
-
ntm
NexusTableModel ntm
-
owner
Frame owner
-
plotPanel
Supplier<JPanel> plotPanel
-
-
-
-
Package tech.molecules.leet.table.chart
-
Class tech.molecules.leet.table.chart.JFreeChartScatterPlot extends JPanel implements Serializable
-
Serialized Fields
-
coloringLB
double coloringLB
-
coloringUB
double coloringUB
-
colormap
net.mahdilamb.colormap.Colormap colormap
-
cp
org.jfree.chart.ChartPanel cp
-
data
XYChartCreator.CombinedKeyedXYZDataset<String> data
-
dataCol
org.jfree.data.general.DefaultKeyedValuesDataset dataCol
-
dataHighlight
Set<String> dataHighlight
-
dataSelection
Set<String> dataSelection
-
dataX
org.jfree.data.general.KeyedValuesDataset dataX
-
dataY
org.jfree.data.general.KeyedValuesDataset dataY
-
highlightAnnotations
List<org.jfree.chart.annotations.XYAnnotation> highlightAnnotations
-
highlightNNearestNeighbors
int highlightNNearestNeighbors
-
isMouseContextMenuShown
boolean isMouseContextMenuShown
-
lastColorValues
Map<String,Double> lastColorValues
-
listeners
List<JFreeChartScatterPlot.ScatterPlotListener> listeners
-
multiClassAnnotations
List<org.jfree.chart.annotations.XYAnnotation> multiClassAnnotations
-
ntm
NexusTableModel ntm
-
selectionAnnotations
List<org.jfree.chart.annotations.XYAnnotation> selectionAnnotations
-
-
-
Class tech.molecules.leet.table.chart.JFreeChartScatterPlot.SetClusteringAnnotationsAction extends AbstractAction implements Serializable
-
Class tech.molecules.leet.table.chart.JFreeChartScatterPlot.SetColoringAction extends AbstractAction implements Serializable
-
Class tech.molecules.leet.table.chart.JFreeChartScatterPlot.SetColormapAction extends AbstractAction implements Serializable
-
Serialized Fields
-
cm
net.mahdilamb.colormap.Colormap cm
-
-
-
Class tech.molecules.leet.table.chart.JFreeChartScatterPlot2 extends JPanel implements Serializable
-
Serialized Fields
-
cp
org.jfree.chart.ChartPanel cp
-
initMenuBar
boolean initMenuBar
-
jmb
JMenuBar jmb
-
model
ScatterPlotModel model
-
-
-
Class tech.molecules.leet.table.chart.JScatterPlotConfigurationMenuBar extends JMenuBar implements Serializable
-
Serialized Fields
-
models
List<ScatterPlotModel> models
-
ntm
NexusTableModel ntm
-
-
-
Class tech.molecules.leet.table.chart.ScatterPlotModel.SetClusteringAnnotationsAction extends AbstractAction implements Serializable
-
Class tech.molecules.leet.table.chart.ScatterPlotModel.SetColorNumericalDatasource extends AbstractAction implements Serializable
-
Serialized Fields
-
fcs
List<ScatterPlotModel> fcs
-
nds
NumericalDatasource nds
-
-
-
Class tech.molecules.leet.table.chart.ScatterPlotModel.SetPointSizeAction extends AbstractAction implements Serializable
-
Serialized Fields
-
fcs
List<ScatterPlotModel> fcs
-
size
int size
-
-
-
Class tech.molecules.leet.table.chart.XYChartCreator.CombinedKeyedXYDataset extends org.jfree.data.xy.AbstractXYDataset implements Serializable
-
Serialized Fields
-
dx
org.jfree.data.general.KeyedValuesDataset dx
-
dy
org.jfree.data.general.KeyedValuesDataset dy
-
keys
List<T extends Comparable> keys
-
-
-
Class tech.molecules.leet.table.chart.XYChartCreator.CombinedKeyedXYZDataset extends org.jfree.data.xy.AbstractXYZDataset implements Serializable
-
Serialized Fields
-
dx
org.jfree.data.general.KeyedValuesDataset dx
-
dy
org.jfree.data.general.KeyedValuesDataset dy
-
dz
org.jfree.data.general.KeyedValuesDataset dz
-
indeces
Map<T extends Comparable,Integer> indeces
-
keys
List<T extends Comparable> keys
-
-
-
-
Package tech.molecules.leet.table.chem
-
Class tech.molecules.leet.table.chem.NexusChemPropertiesFilter extends Object implements Serializable
-
Serialized Fields
-
bounds
Map<ChemPropertyCounts.ChemPropertyCount,JExtendedSlimRangeSlider> bounds
-
col
NColumn<NDataProvider.StructureWithID,NStructureDataProvider> col
-
consideredCounts
List<ChemPropertyCounts.ChemPropertyCount> consideredCounts
-
jFilterPanel
JPanel jFilterPanel
-
model
NexusTableModel model
-
ranges
Map<ChemPropertyCounts.ChemPropertyCount,int[]> ranges
-
removeConnectors
boolean removeConnectors
-
-
-
Class tech.molecules.leet.table.chem.NSynthonWithContextDataProvider.SynthonStructureWithID extends NDataProvider.StructureWithID implements Serializable
-
Serialized Fields
-
synthon
SynthonWithContext synthon
-
-
-
-
Package tech.molecules.leet.table.gui
-
Class tech.molecules.leet.table.gui.InteractiveJTable extends JTable implements Serializable
-
Serialized Fields
-
twoStageEditingListener
MouseAdapter twoStageEditingListener
-
-
-
Class tech.molecules.leet.table.gui.JActivatableTextField extends JPanel implements Serializable
-
Class tech.molecules.leet.table.gui.JClusterAndColorConfig extends JPanel implements Serializable
-
Class tech.molecules.leet.table.gui.JExtendedEditorPanel extends JPanel implements Serializable
-
Class tech.molecules.leet.table.gui.JExtendedSlider extends JPanel implements Serializable
-
Serialized Fields
-
jLowerPanel
JPanel jLowerPanel
-
jSlider
JSlider jSlider
-
jTitle
JLabel jTitle
-
jValA
JTextField jValA
-
jValB
JTextField jValB
-
vA
double vA
-
vStep
double vStep
-
-
-
Class tech.molecules.leet.table.gui.JExtendedSlimRangeSlider extends JPanel implements Serializable
-
Serialized Fields
-
jLowerPanel
JPanel jLowerPanel
-
jSlider
JSlimRangeSlider jSlider
-
jTitle
JLabel jTitle
-
jValA
JTextField jValA
-
jValB
JTextField jValB
-
-
-
Class tech.molecules.leet.table.gui.JFilterPanel extends JPanel implements Serializable
-
Serialized Fields
-
filters
List<NColumn.NexusRowFilter> filters
-
jp_filters
JPanel jp_filters
-
jsp_main
JScrollPane jsp_main
-
minimizable
boolean minimizable
-
minimized
boolean minimized
-
-
-
Class tech.molecules.leet.table.gui.JNexusTopPanel extends JPanel implements Serializable
-
Class tech.molecules.leet.table.gui.JNumericalDataSourceSelector extends JPanel implements Serializable
-
Serialized Fields
-
jm
JMenu jm
-
jmb
JMenuBar jmb
-
jsp
JScrollPane jsp
-
jt
JTree jt
-
jtb2
JButton jtb2
-
model
JNumericalDataSourceSelector.NumericalDataSourceSelectorModel model
-
selectorMode
JNumericalDataSourceSelector.SELECTOR_MODE selectorMode
-
selListeners
List<JNumericalDataSourceSelector.SelectionListener> selListeners
-
-
-
Class tech.molecules.leet.table.gui.JSimpleClusterView extends JPanel implements Serializable
-
Serialized Fields
-
dataProvider
NDataProvider.StructureDataProvider dataProvider
-
jp_Structures
JStructureGridPanel jp_Structures
-
jsp_ClusterList
JScrollPane jsp_ClusterList
-
jsp_Structures
JScrollPane jsp_Structures
-
jt_ClusterTable
JTable jt_ClusterTable
-
model
NClassification model
-
-
-
Class tech.molecules.leet.table.gui.JSimpleClusterView.ColorRenderer extends JLabel implements Serializable
-
Serialized Fields
-
isBordered
boolean isBordered
-
-
-
Class tech.molecules.leet.table.gui.JSlimRangeSlider extends JPanel implements Serializable
-
Serialized Fields
-
a
double a
-
b
double b
-
draggedHandle
int draggedHandle
-1 : no dragged handle, 0 dragging left, 1 dragging right -
draggingHandle
boolean draggingHandle
-
listeners
List<ChangeListener> listeners
-
mouseOverHandle
int mouseOverHandle
-1 : mouse not over handle, 0 over left handle, 1 over right handle -
paintHandleMouseNotOver
Paint paintHandleMouseNotOver
-
paintHandleMouseOver
Paint paintHandleMouseOver
-
paintNonselectedInterval
Paint paintNonselectedInterval
-
paintSelectedInterval
Paint paintSelectedInterval
-
rangeA
double rangeA
-
rangeB
double rangeB
-
sizeHandle
int sizeHandle
-
strokeNonselectedInterval
Stroke strokeNonselectedInterval
-
-
-
Class tech.molecules.leet.table.gui.JStructureGridPanel extends JPanel implements Serializable
-
Serialized Fields
-
mouseOverStructure
NDataProvider.StructureWithID mouseOverStructure
-
myComponentPopupMenu
JPopupMenu myComponentPopupMenu
-
panels
List<JStructureGridPanel.JGridPanel> panels
-
-
-
Class tech.molecules.leet.table.gui.JStructureGridPanel.JGridPanel extends JPanel implements Serializable
-
Serialized Fields
-
backgroundColors
List<Color> backgroundColors
-
component
JComponent component
-
parent
JStructureGridPanel parent
-
selected
boolean selected
-
structure
NDataProvider.StructureWithID structure
-
-
-
Class tech.molecules.leet.table.gui.LeetChemistryCellRenderer extends AbstractCellEditor implements Serializable
-
Serialized Fields
-
lastValue
Object lastValue
-
mAlternateBackground
boolean mAlternateBackground
-
mIsEnabled
boolean mIsEnabled
-
mRenderPanel
tech.molecules.leet.table.gui.LeetChemistryCellRenderer.MyChemistryRenderPanel mRenderPanel
-
-
-
-
Package tech.molecules.leet.table.io
-
Class tech.molecules.leet.table.io.JDWARImportPanel extends JPanel implements Serializable
-
Serialized Fields
-
callback
Consumer<NexusTableModel> callback
-
filepath
String filepath
-
importedModel
NexusTableModel importedModel
-
importPanels
List<tech.molecules.leet.table.io.JDWARImportPanel.ColumnImportPanel> importPanels
-
-
-
Class tech.molecules.leet.table.io.JDWARImportPanel.DWARImportAction extends AbstractAction implements Serializable
-
Serialized Fields
-
filepath
String filepath
-
ntm
NexusTableModel ntm
-
owner
Frame owner
-
-
-
-
Package tech.molecules.leet.workbench
-
Class tech.molecules.leet.workbench.JWorkbench extends JPanel implements Serializable
-
Serialized Fields
-
jp_Filter
JPanel jp_Filter
-
jp_Table
JPanel jp_Table
-
jsp_Table
JScrollPane jsp_Table
-
model
WorkbenchModel model
-
nt
NexusTable nt
-
-
-