Class WKSelectionGranularity


  • public final class WKSelectionGranularity
    extends java.lang.Object
    [@enum] WKSelectionGranularity The granularity with which a selection can be created and modified interactively. [@constant] WKSelectionGranularityDynamic Selection granularity varies automatically based on the selection. [@constant] WKSelectionGranularityCharacter Selection endpoints can be placed at any character boundary. An example of how granularity may vary when WKSelectionGranularityDynamic is used is that when the selection is within a single block, the granularity may be single character, and when the selection is not confined to a single block, the selection granularity may be single block.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Character  
      static long Dynamic  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait