org.objectweb.fractal.gui.dialog.model.BasicDialogModel Basic implementation of the {@link DialogModel} interface. This mode listens to the configuration and selection models in order to update itself when the configuration or the selection changes.
org.objectweb.fractal.gui.dialog.model.InterfaceTableSelectionModel A {@link javax.swing.ListSelectionModel} based on a {@link Component} and a {@link Selection} models. This model makes a conversion from a {@link Selection} model to a {@link javax.swing.ListSelectionModel}. It represents the currently selected component interface, as given by the {@link Selection ...