java.lang.Object
com.gmail.aydinov.sergey.simple_debugger_plugin.ui.tab.FieldsTabContent

public class FieldsTabContent extends Object
Manages the "Fields" tab in the debugger UI. Displays all fields of the current context, allows editing their values, and safely propagates changes to the debugger backend.

Author: Sergei Aidinov
Email: sergey.aydinov@gmail.com

  • Constructor Details

    • FieldsTabContent

      public FieldsTabContent(org.eclipse.swt.widgets.Composite parent)
      Constructs the Fields tab content.
      Parameters:
      parent - the parent composite
  • Method Details

    • updateFields

      public void updateFields(List<VariableDTO> vars)
      Updates the fields displayed in the tab.
      Parameters:
      vars - list of variables to show; may be null
    • getControl

      public org.eclipse.swt.widgets.Composite getControl()
      Returns the root composite of this tab.
      Returns:
      the root composite