java.lang.Object
org.altara.mars.plugin.swingnotify.SwingNotifyPlugin
- All Implemented Interfaces:
- org.altara.mars.engine.NotificationListener, org.altara.mars.plugin.Plugin
- public class SwingNotifyPlugin
- extends java.lang.Object
- implements org.altara.mars.plugin.Plugin, org.altara.mars.engine.NotificationListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
enabled
private boolean enabled
notifyBackUp
private boolean notifyBackUp
beep
private boolean beep
dialogWorker
private SwingNotifyPlugin.DialogWorker dialogWorker
SwingNotifyPlugin
public SwingNotifyPlugin()
getElementName
public java.lang.String getElementName()
- Specified by:
getElementName in interface org.altara.mars.plugin.Plugin
getDisplayName
public java.lang.String getDisplayName()
- Specified by:
getDisplayName in interface org.altara.mars.plugin.Plugin
notifyStatusChanged
public void notifyStatusChanged(org.altara.mars.engine.StatusChangeEvent sce)
- Specified by:
notifyStatusChanged in interface org.altara.mars.engine.NotificationListener
showNotification
private void showNotification(org.altara.mars.engine.StatusChangeEvent sce)
getConfig
public org.jdom.Element getConfig()
- Specified by:
getConfig in interface org.altara.mars.plugin.Plugin
setConfig
public void setConfig(org.jdom.Element in)
throws java.net.UnknownHostException,
org.altara.mars.InvalidDocumentException
- Specified by:
setConfig in interface org.altara.mars.plugin.Plugin
getEditor
public org.altara.mars.swingui.Editor getEditor()
- Specified by:
getEditor in interface org.altara.mars.plugin.Plugin