Class ClusterAppModel.CreateClusterAction

    • Constructor Detail

      • CreateClusterAction

        public CreateClusterAction​(String name,
                                   Supplier<org.apache.commons.lang3.tuple.Pair<String,​Color>> clustersupplier,
                                   Supplier<List<String>> structuresupplier)
        Parameters:
        name -
        structuresupplier - supplier for initial structures. Can be null.
        clustersupplier -
    • Method Detail

      • actionPerformed

        public void actionPerformed​(ActionEvent e)