|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IComponentAddStrategy | |
---|---|
com.taco.swinger.text2gui | Provides converters from text to Swing components, layouts, and models. |
Uses of IComponentAddStrategy in com.taco.swinger.text2gui |
---|
Classes in com.taco.swinger.text2gui that implement IComponentAddStrategy | |
---|---|
class |
BorderLayoutComponentAddStrategy
A component add strategy for BorderLayout . |
class |
ComponentAddStrategy
The default implementation of IComponentAddStrategy that
simply passes the constraint to Container.add() . |
class |
GridBagLayoutComponentAddStrategy
A component add strategy for GridBagLayout . |
Methods in com.taco.swinger.text2gui that return IComponentAddStrategy | |
---|---|
IComponentAddStrategy |
IComponentAddStrategyProvider.getComponentAddStrategy(java.awt.Container container)
Return a suitable instance of IComponentAddStrategy
that specifies how to add components to the argument container. |
IComponentAddStrategy |
ComponentAddStrategyProvider.getComponentAddStrategy(java.awt.Container container)
Look up the class of the layout in the map provided to the constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |