public final class IlvJHiddenPrintWindowFactory extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
IlvJHiddenPrintWindowFactory.HiddenPrintWindow
This marker interface denotes the container components created by
createHiddenPrintWindow() . |
Modifier and Type | Method and Description |
---|---|
static Container |
createHiddenPrintWindow()
Returns a hidden container to which Swing components can be
added in order to make them printable.
|
public static Container createHiddenPrintWindow()
Note: The returned container is not necessarily immediately printable;
it is made printable through an invokeLater
that is posted to
the AWT/Swing thread. However, components can be added to it immediately.
java.awt.Container
that implements the
IlvJHiddenPrintWindowFactory.HiddenPrintWindow
interface.© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.