Class DomainEventDisplayPlugin

    • Constructor Detail

      • DomainEventDisplayPlugin

        public DomainEventDisplayPlugin​(PluginTool tool)
        Constructor
    • Method Detail

      • processEvent

        public void processEvent​(PluginEvent event)
        Put event processing code here.
        Overrides:
        processEvent in class Plugin
        Parameters:
        event - plugin to process
      • dispose

        public void dispose()
        Tells a plugin that it is no longer needed. The plugin should remove itself from anything that it is registered to and release any resources.
        Overrides:
        dispose in class Plugin
      • getFont

        public java.awt.Font getFont()
        Get the font for the text area; font property will show up on the plugin property sheet.
      • setFont

        public void setFont​(java.awt.Font font)
        Set the font for the text area; font property will show up on the plugin property sheet.