Class BarcodeShapeConfigFactory.BarcodeShapeConfigPanel

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.BarcodeShapeConfigFactory.BarcodeShapeConfigPanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Enclosing class:
BarcodeShapeConfigFactory

public static class BarcodeShapeConfigFactory.BarcodeShapeConfigPanel extends ShapeConfigPanel
See Also:
  • Constructor Details

  • Method Details

    • 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
    • getDatakey

      public JTextField getDatakey()
    • setDatakey

      public void setDatakey(String text)
    • updateFromShape

      public void updateFromShape()
      The config panel should update its UI values from the shape
      Overrides:
      updateFromShape in class ShapeConfigPanel