public class ComponentTracker extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ComponentTracker.Location
Represents a location in the source code.
|
| Constructor and Description |
|---|
ComponentTracker() |
| Modifier and Type | Method and Description |
|---|---|
static ComponentTracker.Location |
findAttach(Component component)
Finds the location where the given component instance was attached to a
parent.
|
static ComponentTracker.Location |
findCreate(Component component)
Finds the location where the given component instance was created.
|
static void |
trackAttach(Component component)
Tracks the location where the component was attached.
|
static void |
trackCreate(Component component)
Tracks the location where the component was created.
|
public static ComponentTracker.Location findCreate(Component component)
component - the component to findpublic static void trackCreate(Component component)
component - the component to trackpublic static ComponentTracker.Location findAttach(Component component)
component - the component to findpublic static void trackAttach(Component component)
component - the component to trackCopyright © 2025. All rights reserved.