java.lang.Object
org.gjt.sp.jedit.jEdit.JEditPropertyManager
- All Implemented Interfaces:
IPropertyManager
- Enclosing class:
- jEdit
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
JEditPropertyManager
public JEditPropertyManager()
-
-
Method Details
-
getProperty
Description copied from interface:IPropertyManager
Returns a String property- Specified by:
getProperty
in interfaceIPropertyManager
- Parameters:
name
- the name of the property- Returns:
- the string property or null if it doesn't exist
-