Package com.github.weisj.swingdsl.laf
Interface WrappedComponent<T extends JComponent>
- All Known Implementing Classes:
DefaultWrappedComponent,SelfWrappedComponent
public interface WrappedComponent<T extends JComponent>
-
Method Summary
Modifier and Type Method Description TgetComponent()Get the wrapped component.@NotNull JComponentgetContainer()Get the container which holds the component.
-
Method Details
-
getComponent
Get the wrapped component.- Returns:
- the component.
-
getContainer
Get the container which holds the component.- Returns:
- the container.
-