Interface LocalSelection

    • Method Detail

      • named

        java.lang.String named()
        Returns named selection referred to. An empty string means that the selection is manual, that is, it does not refer to a named selection.
        Returns:
        Tag of named selection.
      • named

        LocalSelection named​(java.lang.String selTag)
        Let the selection refer to a named selection. If selTag is empty, it means that the selection becomes manual, that is, it does no longer refer to a named selection.
        Parameters:
        selTag - Tag of named selection.
        Returns:
        Local selection.