com.taco.swinger.text2gui
Interface ILayoutAndComponentAddStrategy

All Known Implementing Classes:
LayoutAndComponentAddStrategy

public interface ILayoutAndComponentAddStrategy

An interface that contains both a layout manager and a strategy to add a component to a container, using constraints specified by a string.


Method Summary
 void addComponent(java.awt.Container container, java.awt.Component component, java.lang.String constraintString)
          Add component to container, using constraints specified by the argument string.
 java.awt.LayoutManager layoutManager()
          Return the layout manager associated with this instance.
 

Method Detail

layoutManager

java.awt.LayoutManager layoutManager()
Return the layout manager associated with this instance.


addComponent

void addComponent(java.awt.Container container,
                  java.awt.Component component,
                  java.lang.String constraintString)
Add component to container, using constraints specified by the argument string.