java.lang.Object
org.gjt.sp.jedit.EBMessage
org.gjt.sp.jedit.msg.PropertiesChanged
Message sent when properties are changed using the global options or
plugin options dialog box.
- Since:
- jEdit 2.2pre6
- Version:
- $Id: PropertiesChanged.java 16730 2009-12-25 16:53:12Z shlomy $
- Author:
- Slava Pestov
-
Constructor Summary
ConstructorDescriptionPropertiesChanged
(Object source) Creates a new properties changed message.PropertiesChanged
(EBComponent source) Creates a new properties changed message. -
Method Summary
Methods inherited from class org.gjt.sp.jedit.EBMessage
getSource, paramString, toString
-
Constructor Details
-
PropertiesChanged
Creates a new properties changed message.- Parameters:
source
- The message source
-
PropertiesChanged
Creates a new properties changed message.- Parameters:
source
- The message source
-