Interface EntityApplicationPanel.ApplicationLayout

All Superinterfaces:
EntityPanel.Selector
All Known Implementing Classes:
TabbedApplicationLayout
Enclosing class:
EntityApplicationPanel<M extends SwingEntityApplicationModel>

public static interface EntityApplicationPanel.ApplicationLayout extends EntityPanel.Selector
Handles laying out an EntityApplicationPanel.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    layout(EntityApplicationPanel<?> applicationPanel)
    Lays out the given application panel
    default void
    select(EntityPanel entityPanel)
    Select the given entity panel by making it visible
  • Method Details

    • layout

      void layout(EntityApplicationPanel<?> applicationPanel)
      Lays out the given application panel
      Parameters:
      applicationPanel - the application panel
    • select

      default void select(EntityPanel entityPanel)
      Select the given entity panel by making it visible
      Specified by:
      select in interface EntityPanel.Selector
      Parameters:
      entityPanel - the entity panel to select