java.lang.Object
is.codion.swing.common.ui.ancestor.Ancestor
Provides an ancestor of a given component.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceProvides an ancestor of a given typestatic classProvides ancestor of a given type of componentstatic interfaceProvides an ancestor windowstatic final classProvides the ancestorWindowof a component -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Ancestor.AncestorOfType<T> static Ancestor.AncestorWindowwindow()
-
Method Details
-
window
- Returns:
- an
Ancestor.AncestorWindow
-
ofType
- Type Parameters:
T- the ancestor type- Parameters:
clazz- the type of ancestor- Returns:
- an
Ancestor.AncestorOfType
-