Module is.codion.swing.framework.ui
Class EntityTableModelInspector
java.lang.Object
is.codion.swing.framework.ui.inspect.EntityTableModelInspector
- All Implemented Interfaces:
UiInspector
A
UiInspector exposing the state of the EntityTableModel behind the
focus owner's enclosing EntityTablePanel — the row count and the selection. Located via
ServiceLoader, so the consumer stays framework-agnostic.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EntityTableModelInspector
public EntityTableModelInspector()
-
-
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
-