Uses of Class
sk.baka.ikslibs.ids.IDManager

Packages that use IDManager
sk.baka.ikslibs.interval   
 

Uses of IDManager in sk.baka.ikslibs.interval
 

Methods in sk.baka.ikslibs.interval with parameters of type IDManager
 DOMIntervalSet DOMIntervalSet.complement(Node root, IDManager idManager, MutableReference<List<IDSelectionAction>> actions)
          Inverts the interval set - all nodes that were not part of the set will become contents of the set and vice versa.
 List<Attr> DOMInterval.getAttributes(boolean descendants, IDManager idManager)
          Returns all attributes from all elements from the content node list.
 Set<String> DOMInterval.getContentIds(IDManager idManager)
          Returns set of identifiers for all content nodes.
 Set<String> DOMIntervalSet.getContentIds(IDManager idManager)
          Returns set of IDs, covered (partially) by some interval(s).
 List<IDSelectionAction> DOMInterval.getSelectionActions(boolean select, IDManager idManager)
          Converts this interval into a list of selection actions.
 List<IDSelectionAction> DOMIntervalSet.toSelectionActions(boolean select, IDManager idManager)
          Returns this set as a list of IDSelectionAction elements.
 



Copyright © 2006 Martin Vysny - baka. All Rights Reserved.