performancemonster.presentation.helpers
Class LayoutManagerHandler

java.lang.Object
  extended by performancemonster.presentation.helpers.LayoutManagerHandler

public class LayoutManagerHandler
extends java.lang.Object


Nested Class Summary
static class LayoutManagerHandler.Direction
           
static class LayoutManagerHandler.Resize
           
 
Constructor Summary
LayoutManagerHandler(LayoutManagerHandler.Direction direction)
           
 
Method Summary
 void addComponent(java.awt.Component component, boolean resize, double weight)
           
 javax.swing.JPanel getPanel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutManagerHandler

public LayoutManagerHandler(LayoutManagerHandler.Direction direction)
Method Detail

addComponent

public void addComponent(java.awt.Component component,
                         boolean resize,
                         double weight)

getPanel

public javax.swing.JPanel getPanel()


Copyright © 2005 Ole Friis. All Rights Reserved.