Package adams.gui.core
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Container
getKnownParent()
Returns the container that acts as this component's parent.
-
-
-
Method Detail
-
getKnownParent
Container getKnownParent()
Returns the container that acts as this component's parent.- Returns:
- the parent, null if not available
-
-