Class FieldsTabContent
java.lang.Object
com.gmail.aydinov.sergey.simple_debugger_plugin.ui.tab.FieldsTabContent
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 Summary
ConstructorsConstructorDescriptionFieldsTabContent(org.eclipse.swt.widgets.Composite parent) Constructs the Fields tab content. -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.swt.widgets.CompositeReturns the root composite of this tab.voidupdateFields(List<VariableDTO> vars) Updates the fields displayed in the tab.
-
Constructor Details
-
FieldsTabContent
public FieldsTabContent(org.eclipse.swt.widgets.Composite parent) Constructs the Fields tab content.- Parameters:
parent- the parent composite
-
-
Method Details
-
updateFields
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
-