java.lang.Object
is.codion.swing.framework.ui.EditorComponents
Manages the components for a
SwingEntityEditor-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classManages settings that are applied to a component builder when set.static final classCreatesSwingEntityEditorbased componentsfinal classManages detailEditorComponents.final class -
Method Summary
Modifier and TypeMethodDescriptioncreate()detail()editor()static EditorComponentseditorComponents(SwingEntityEditor editor) settings()
-
Method Details
-
editor
- Returns:
- the underlying editor
-
settings
- Returns:
- the component settings
-
create
- Returns:
- the
EditorComponents.CreateComponentsinstance
-
component
- Type Parameters:
T- the value type- Parameters:
attribute- the attribute- Returns:
- the
EditorComponents.EditorComponentcontaining the component associated with the given attribute
-
detail
- Returns:
- the
EditorComponents.DetailEditorComponentsinstance - See Also:
-
editorComponents
- Parameters:
editor- the editor- Returns:
- a new
EditorComponentsinstance
-