Package io.github.jonestimd.swing.window
Interface PanelFactory<T extends ApplicationWindowAction<?>>
-
- Type Parameters:
T- the class of the events used to request new panels
public interface PanelFactory<T extends ApplicationWindowAction<?>>An interface for creating content panes for new windows.- See Also:
FrameManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.awt.ContainercreatePanel()java.awt.ContainercreatePanel(T action)
-
-
-
Method Detail
-
createPanel
java.awt.Container createPanel(T action)
-
createPanel
java.awt.Container createPanel()
-
-