Class JsonEditorErrorLabel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, SwingConstants

public class JsonEditorErrorLabel extends AntialiasLabel
This is a label that knows how to monitor a json editor for errors. It will be invisible unless there are errors present, at which point it will display a warning icon and the number of errors. The details of the errors will be apparent in the label's tooltip.
See Also:
  • Constructor Details

    • JsonEditorErrorLabel

      public JsonEditorErrorLabel(JsonEditor editor)