Interface DesignableContainer

All Known Subinterfaces:
TopLevelContainer
All Known Implementing Classes:
BlockDesignableContainer, FPMIWindow, SfcDesignableContainer, StandalonePanel, VisionTemplate

public interface DesignableContainer
Anything being designed by the DesignableWorkspace system must implement this interface. Note that many of these functions (not coincidentally) will actually come from JComponent. Anything implementing this interface must be a JComponent.