java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.inductiveautomation.reporting.designer.workspace.design.AbstractEditorPanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Direct Known Subclasses:
DesignerPanel, PreviewPanel

public class AbstractEditorPanel extends JPanel
Created by carl.gould on 3/31/2015.
See Also:
  • Field Details

  • Constructor Details

    • AbstractEditorPanel

      protected AbstractEditorPanel()
  • Method Details

    • getSharedEditorPane

      protected static RMEditorPane getSharedEditorPane()
    • load

      protected void load(JComponent component)
    • updateErrors

      protected void updateErrors(List<String> errors)
    • removeAll

      public void removeAll()
      Overrides:
      removeAll in class Container