Uses of Class
com.twainconnect.core.Capability

Packages that use Capability
com.twainconnect.core   
 

Uses of Capability in com.twainconnect.core
 

Methods in com.twainconnect.core that return Capability
 Capability TwainEvent.getCapability()
           
static Capability Capability.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Capability[] Capability.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.twainconnect.core with parameters of type Capability
protected  void TwainConnect.fireTwainCapabilityNotSet(Capability c)
          Notify all listeners that have registered interest for notification on not being able to set the particular capability for this device.
protected  void TwainConnect.fireTwainCapabilitySet(Capability c)
          Notify all listeners that have registered interest for notification on being able to set the particular capability for this device.
 void TwainEvent.setCapability(Capability c)
          What TWAIN Capability was being used