com.taco.swinger.text2gui
Interface IComponentAddStrategyProvider

All Known Implementing Classes:
ComponentAddStrategyProvider

public interface IComponentAddStrategyProvider

An interface that specifies a component add strategy to use with a certain container.


Method Summary
 IComponentAddStrategy getComponentAddStrategy(java.awt.Container container)
          Return a suitable instance of IComponentAddStrategy that specifies how to add components to the argument container.
 

Method Detail

getComponentAddStrategy

IComponentAddStrategy getComponentAddStrategy(java.awt.Container container)
Return a suitable instance of IComponentAddStrategy that specifies how to add components to the argument container.