eu.gnome.morena.wia
Class WIAManager

java.lang.Object
  extended by eu.gnome.morena.Manager
      extended by eu.gnome.morena.wia.WIAManager
All Implemented Interfaces:
Version, java.lang.Runnable

public class WIAManager
extends Manager
implements java.lang.Runnable


Field Summary
static WIAManager INSTANCE
           
 
Fields inherited from interface eu.gnome.morena.Version
BUILD_DATE, BUILD_TIME, TMP_DIR, VERSION, VERSION_BUILD, VERSION_MAJOR, VERSION_MINOR
 
Method Summary
 boolean available()
          Checks whether WIA interface is available.
 void close()
           
static int getVersion()
           
static boolean isNativeUIEnabled()
           
static boolean isPollEnabled()
           
 java.util.List<Device> listDevices()
          Returns a list of available (actually connected) image acquisition devices.
 void run()
           
 java.lang.String toString()
           
 
Methods inherited from class eu.gnome.morena.Manager
addDeviceListChangeListener, debug, error, error, getInstance, info, removeDeviceListChangeListener, selectDevice, trace, warning
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INSTANCE

public static final WIAManager INSTANCE
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

close

public void close()
Overrides:
close in class Manager

listDevices

public java.util.List<Device> listDevices()
Description copied from class: Manager
Returns a list of available (actually connected) image acquisition devices.

Specified by:
listDevices in class Manager
Returns:
The list of available device.

available

public boolean available()
Checks whether WIA interface is available.

Overrides:
available in class Manager

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getVersion

public static int getVersion()

isNativeUIEnabled

public static boolean isNativeUIEnabled()

isPollEnabled

public static boolean isPollEnabled()