Errai 3.0.1-SNAPSHOT

Uses of Package
org.jboss.errai.otec.client.util

Packages that use org.jboss.errai.otec.client.util
org.jboss.errai.otec.client.util   
 

Classes in org.jboss.errai.otec.client.util used by org.jboss.errai.otec.client.util
DiffPatchMerge.Diff
          Class representing one diff operation.
DiffPatchMerge.LinesToCharsResult
          Internal class for returning results from diff_linesToChars().
DiffPatchMerge.Operation
          The data structure representing a diff is a Linked list of Diff objects: {Diff(Operation.DELETE, "Hello"), Diff(Operation.INSERT, "Goodbye"), Diff(Operation.EQUAL, " world.")} which means: delete "Hello", add "Goodbye" and keep " world."
DiffPatchMerge.Patch
          Class representing one patch operation.
DiffUtil.Delta
           
OTLogAdapter
           
 


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.