com.mmbreakfast.util
Class ComponentDeployer

java.lang.Object
  extended bycom.mmbreakfast.util.ComponentDeployer

public class ComponentDeployer
extends Object


Constructor Summary
private ComponentDeployer()
           
 
Method Summary
static void deploy(Container container, Component component, int anchor, int gridwidth, int gridheight, int fill, double weightx, double weighty, Insets insets)
           
static void deploy(Container container, Component component, int anchor, int gridwidth, int gridheight, int gridx, int gridy, int fill, double weightx, double weighty, Insets insets)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentDeployer

private ComponentDeployer()
Method Detail

deploy

public static final void deploy(Container container,
                                Component component,
                                int anchor,
                                int gridwidth,
                                int gridheight,
                                int fill,
                                double weightx,
                                double weighty,
                                Insets insets)

deploy

public static final void deploy(Container container,
                                Component component,
                                int anchor,
                                int gridwidth,
                                int gridheight,
                                int gridx,
                                int gridy,
                                int fill,
                                double weightx,
                                double weighty,
                                Insets insets)