Interface KnownParentSupporter

  • All Known Implementing Classes:
    FlowPanel, SpreadSheetPanel

    public interface KnownParentSupporter
    Interface for GUI components that know their actual parents, without having to go up the Swing chain via "getParent()".
    Author:
    FracPete (fracpete at waikato dot ac dot nz)
    • Method Detail

      • getKnownParent

        Container getKnownParent()
        Returns the container that acts as this component's parent.
        Returns:
        the parent, null if not available