java.lang.Object
org.gjt.sp.jedit.EBMessage
org.gjt.sp.jedit.msg.PropertiesChanging
Message sent right before the global options dialog is shown. This
allows plugins to flush any state before the options pane is loaded
and the properties are read by the panes.
- Since:
- jEdit 4.3pre9
- Version:
- $Id$
- Author:
- Marcelo Vanzin
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionPropertiesChanging
(EBComponent source, PropertiesChanging.State state) Creates a new properties changing message. -
Method Summary
Methods inherited from class org.gjt.sp.jedit.EBMessage
getSource, paramString, toString
-
Constructor Details
-
PropertiesChanging
Creates a new properties changing message.- Parameters:
source
- The message sourcestate
- An enum describing what is happening.
-
-
Method Details
-
getState
-