Class AbstractDiagnosticAction

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action

    public abstract class AbstractDiagnosticAction
    extends javax.swing.AbstractAction
    A simple framework for an action that runs some checks and displays the results in a little popup. To use, create a subclass that implements runDiagnostics(Callback). As you run your diagnostics, call the error, warning, and good functions on Callback, and then call finished() when done.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class javax.swing.AbstractAction

        changeSupport, enabled
      • Fields inherited from interface javax.swing.Action

        ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
    • Constructor Detail

      • AbstractDiagnosticAction

        public AbstractDiagnosticAction​(java.awt.Component parent)