Interface WindowContainer

All Superinterfaces:
WindowListener
All Known Implementing Classes:
InterfaceDisplayPanel, InterfaceSplitPanel, InterfaceTabbedDisplayPanel

public interface WindowContainer
extends WindowListener
Marker interface for all window containers
Since:
1.0
Version:
1.0
Author:
Andrew Reid
  • Method Details

    • removeWindow

      void removeWindow​(InterfaceGraphicWindow child)
      Remove child from this container, and notify listeners.
      Parameters:
      child -
    • removeWindow

      void removeWindow​(InterfaceGraphicWindow child, boolean notify)
      Remove child from this container.
      Parameters:
      child -
      notify - Whether to notify listeners