Class DocumentShapeConfigFactory.DocumentShapeConfigPanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.inductiveautomation.reporting.designer.api.ShapeConfigPanel
com.inductiveautomation.reporting.designer.workspace.inspector.factories.DocumentShapeConfigFactory.DocumentShapeConfigPanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Enclosing class:
DocumentShapeConfigFactory

public static class DocumentShapeConfigFactory.DocumentShapeConfigPanel extends ShapeConfigPanel
See Also:
  • Constructor Details

    • DocumentShapeConfigPanel

      public DocumentShapeConfigPanel(RMDocument aDocument)
  • Method Details

    • updateFromShape

      public void updateFromShape()
      Updates the UI elements from the document. Disables listeners through the updatingFromShape flag
      Overrides:
      updateFromShape in class ShapeConfigPanel
    • commitEdit

      public void commitEdit()
      Description copied from class: ShapeConfigPanel
      The config panel should write its UI values into the shape it represents. May be called multiple times in a config panel's lifecycle
      Specified by:
      commitEdit in class ShapeConfigPanel
    • getTitleKey

      public String getTitleKey()
      Specified by:
      getTitleKey in class ShapeConfigPanel