Class TLcdStringComponentTableSW

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

@Deprecated public class TLcdStringComponentTableSW extends JScrollPane
Deprecated.
Use a dedicated UI framework instead.
See Also:
  • Constructor Details

    • TLcdStringComponentTableSW

      public TLcdStringComponentTableSW()
      Deprecated.
      Default constructor.
  • Method Details

    • getComponent

      public Component getComponent()
      Deprecated.
    • setTableModel

      public void setTableModel(ILcdStringComponentTableModel aStringComponentTableModel)
      Deprecated.
      Sets the ILcdStringComponentTableModel for this TLcdStringComponentTable.
      See Also:
    • setStringTranslator

      public final void setStringTranslator(ILcdStringTranslator aStringTranslator)
      Deprecated.
      Sets the ILcdStringTranslator which will be used to translate the labels in front of the editors.
      Parameters:
      aStringTranslator - The string translator
      Since:
      2015.1.x
    • getTableModel

      public ILcdStringComponentTableModel getTableModel()
      Deprecated.