Klasse VehicleCommAdapterPanel

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

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

    • VehicleCommAdapterPanel

      public VehicleCommAdapterPanel()
  • 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.
    • processModelChange

      public abstract void processModelChange(String attributeChanged, VehicleProcessModelTO 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:
      attributeChanged - The attribute name that chagend.
      processModel - The process model.