Module jEdit

Class StringModel

java.lang.Object
org.gjt.sp.util.StringModel

public class StringModel extends Object
A model for a single String, which supports TextListeners. Simpler to use than Document when all you need is to store a single string.
Author:
ezust
  • Constructor Details

    • StringModel

      public StringModel()
  • Method Details