jApp
Class PartFactory.Alligner

java.lang.Object
  extended by jApp.PartFactory.Alligner
Enclosing class:
PartFactory

public static class PartFactory.Alligner
extends java.lang.Object


Constructor Summary
PartFactory.Alligner()
           
PartFactory.Alligner(boolean alignWidth, boolean alignHeight)
           
 
Method Summary
 javax.swing.JComponent add(javax.swing.JComponent component)
           
 void allign()
           
 void allign(int w, int h)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartFactory.Alligner

public PartFactory.Alligner()

PartFactory.Alligner

public PartFactory.Alligner(boolean alignWidth,
                            boolean alignHeight)
Method Detail

add

public javax.swing.JComponent add(javax.swing.JComponent component)

allign

public void allign(int w,
                   int h)

allign

public void allign()