Class JStructureSelectionPanel.StructureSelectionModel
- java.lang.Object
-
- tech.molecules.leet.clustering.gui.JStructureSelectionPanel.StructureSelectionModel
-
- Enclosing class:
- JStructureSelectionPanel
public static class JStructureSelectionPanel.StructureSelectionModel extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceJStructureSelectionPanel.StructureSelectionModel.ModelListener
-
Constructor Summary
Constructors Constructor Description StructureSelectionModel(UmapViewModel umap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddModelListener(JStructureSelectionPanel.StructureSelectionModel.ModelListener li)ClusterAppModelgetClusterAppModel()UmapViewModelgetUmapViewModel()voidremoveModelListener(JStructureSelectionPanel.StructureSelectionModel.ModelListener li)
-
-
-
Constructor Detail
-
StructureSelectionModel
public StructureSelectionModel(UmapViewModel umap)
-
-
Method Detail
-
addModelListener
public void addModelListener(JStructureSelectionPanel.StructureSelectionModel.ModelListener li)
-
removeModelListener
public void removeModelListener(JStructureSelectionPanel.StructureSelectionModel.ModelListener li)
-
getUmapViewModel
public UmapViewModel getUmapViewModel()
-
getClusterAppModel
public ClusterAppModel getClusterAppModel()
-
-