Module jEdit

Class jEdit.JEditPropertyManager

java.lang.Object
org.gjt.sp.jedit.jEdit.JEditPropertyManager
All Implemented Interfaces:
IPropertyManager
Enclosing class:
jEdit

public static class jEdit.JEditPropertyManager extends Object implements IPropertyManager
  • Constructor Details

    • JEditPropertyManager

      public JEditPropertyManager()
  • Method Details

    • getProperty

      public String getProperty(String name)
      Description copied from interface: IPropertyManager
      Returns a String property
      Specified by:
      getProperty in interface IPropertyManager
      Parameters:
      name - the name of the property
      Returns:
      the string property or null if it doesn't exist