Class EntityDependenciesPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public final class EntityDependenciesPanel extends JPanel
Displays the given dependencies in a tabbed pane.
See Also:
  • Field Details

  • Method Details

    • displayDependenciesDialog

      public static void displayDependenciesDialog(Collection<Entity> entities, EntityConnectionProvider connectionProvider, JComponent dialogParent)
      Displays a dialog containing the entities depending on the given entities.
      Parameters:
      entities - the entities for which to display dependencies
      connectionProvider - the connection provider
      dialogParent - the dialog parent
    • displayDependenciesDialog

      public static void displayDependenciesDialog(Collection<Entity> entities, EntityConnectionProvider connectionProvider, JComponent dialogParent, String noDependenciesMessage)
      Shows a dialog containing the entities depending on the given entities.
      Parameters:
      entities - the entities for which to display dependencies
      connectionProvider - the connection provider
      dialogParent - the dialog parent
      noDependenciesMessage - the message to show in case of no dependencies