Uses of Class
org.eclipse.higgins.icard.InvalidStateException

Packages that use InvalidStateException
org.eclipse.higgins.icard   
 

Uses of InvalidStateException in org.eclipse.higgins.icard
 

Methods in org.eclipse.higgins.icard that throw InvalidStateException
 void ICard.applyUpdates()
          Applies an updates made to this ICard object to the backing data store.
 void ICard.beginUpdates()
          Puts this ICard object into edit mode when an update operations on card or on any contained elements are allowed.
 void ICard.cancelUpdates()
          Cancels any updates made to this ICard object or any contained elements and terminate edit mode.
 void ISimpleClaim.setValues(List newValues)