public final class ZoomTextPlugin extends java.lang.Object implements EditorPlugin
| Constructor and Description |
|---|
ZoomTextPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
deinstall(BasicEditorPane editor)
Called when the plugin is being removed from the BasicEditorPane
(for example when the editor is closed.) This is used to notify
plugins that they should unregister any listeners that were
attached.
|
void |
install(BasicEditorPane editor)
Called when this plugin is being installed into the BasicEditorPane.
|
void |
propertyChange(java.beans.PropertyChangeEvent evt) |
public void install(BasicEditorPane editor)
EditorPlugininstall in interface EditorPlugineditor - the editor panepublic void deinstall(BasicEditorPane editor)
EditorPlugindeinstall in interface EditorPlugineditor - the editor panepublic void propertyChange(java.beans.PropertyChangeEvent evt)
propertyChange in interface java.beans.PropertyChangeListener