Package mgui.interfaces.graphics
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 Summary
Modifier and Type Method Description voidremoveWindow(InterfaceGraphicWindow child)Removechildfrom this container, and notify listeners.voidremoveWindow(InterfaceGraphicWindow child, boolean notify)Removechildfrom this container.Methods inherited from interface mgui.interfaces.graphics.WindowListener
windowSourceChanged, windowUpdated
-
Method Details
-
removeWindow
Removechildfrom this container, and notify listeners.- Parameters:
child-
-
removeWindow
Removechildfrom this container.- Parameters:
child-notify- Whether to notify listeners
-