Module is.codion.swing.framework.ui
Class EntityEditorInspector
java.lang.Object
is.codion.swing.framework.ui.inspect.EntityEditorInspector
- All Implemented Interfaces:
UiInspector
A
UiInspector exposing the state of the EntityEditor behind the
focus owner's enclosing EntityPanel — the same state the EditorInspector developer tool shows,
projected to a map for tooling. Located via ServiceLoader, so the consumer stays
framework-agnostic.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EntityEditorInspector
public EntityEditorInspector()
-
-
Method Details
-
state
- Specified by:
statein interfaceUiInspector- Parameters:
focusOwner- the component to inspect, typically the current focus owner- Returns:
- a description of the state behind the given component, or an empty
Optionalif this inspector does not apply to it
-