|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Environment | |
net.sourceforge.barbecue.env |
Uses of Environment in net.sourceforge.barbecue.env |
Classes in net.sourceforge.barbecue.env that implement Environment | |
class |
DefaultEnvironment
An environment that represents machines that have access to the windowing system or output device. |
class |
HeadlessEnvironment
An environment used when the machine running barbecue is in headless mode, ie no monitor or windowing system. |
class |
NonAWTEnvironment
An environment used when absolutely no AWT activity is desired when handling barcodes. |
Methods in net.sourceforge.barbecue.env that return Environment | |
static Environment |
EnvironmentFactory.getEnvironment()
Returns the current operating environment. |
Methods in net.sourceforge.barbecue.env with parameters of type Environment | |
static void |
EnvironmentFactory.setDefaultEnvironment(Environment newEnv)
Sets the default environment for the factory. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |