Package com.xpdustry.distributor.api.gui
Interface WindowManager
- All Known Subinterfaces:
MenuManager,PopupManager,TextInputManager,TransformerWindowManager<P>
- All Known Implementing Classes:
AbstractTransformerWindowManager
public interface WindowManager
A factory creating
Window instances.-
Method Details
-
create
Creates a new window for the given viewer.- Parameters:
viewer- the viewer- Returns:
- the window
-
create
Creates a new window for the given parent window.- Parameters:
parent- the parent window- Returns:
- the window
-
getActiveWindows
Collection<Window> getActiveWindows()Returns the active windows. -
dispose
default void dispose()Disposes this window manager.
-