Interface WrappedComponent<T extends JComponent>

All Known Implementing Classes:
DefaultWrappedComponent, SelfWrappedComponent

public interface WrappedComponent<T extends JComponent>
  • Method Summary

    Modifier and Type Method Description
    T getComponent()
    Get the wrapped component.
    @NotNull JComponent getContainer()
    Get the container which holds the component.
  • Method Details

    • getComponent

      @NotNull T getComponent()
      Get the wrapped component.
      Returns:
      the component.
    • getContainer

      @NotNull @NotNull JComponent getContainer()
      Get the container which holds the component.
      Returns:
      the container.