Klasse PeripheralCommAdapterPanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.opentcs.drivers.peripherals.management.PeripheralCommAdapterPanel
Alle implementierten Schnittstellen:
ImageObserver, MenuContainer, Serializable, Accessible

public abstract class PeripheralCommAdapterPanel extends JPanel
A base class for panels associated with peripheral comm adapters.
Siehe auch:
  • Konstruktordetails

    • PeripheralCommAdapterPanel

      public PeripheralCommAdapterPanel()
  • Methodendetails

    • getTitle

      public String getTitle()
      Returns the title for this comm adapter panel. The default implementation returns the accessible name from the panel's accessible context.
      Gibt zurück:
      The title for this comm adapter panel.
    • processModelChanged

      public abstract void processModelChanged(PeripheralProcessModel processModel)
      Notifies a comm adapter panel that the corresponding process model changed. The comm adapter panel may want to update the content its representing.
      Parameter:
      processModel - The new process model.