Interface SensitivityType


public interface SensitivityType
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The control is made insensitive if no
    action can be triggered
    static final int
    The control is always insensitive
    static final int
    The control is always sensitive
  • Field Details