Interface IStateEditable
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/swing/undo/StateEditable.html
public interface IStateEditable
Methods
RestoreState(Hashtable<object, object>)
void RestoreState(Hashtable<object, object> arg0)
Parameters
StoreState(Hashtable<object, object>)
void StoreState(Hashtable<object, object> arg0)