com.jme.widget
Class WidgetExpander

java.lang.Object
  extended bycom.jme.widget.WidgetInsets
      extended bycom.jme.widget.WidgetExpander

public class WidgetExpander
extends WidgetInsets

Author:
Gregg Patton To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Field Summary
 
Fields inherited from class com.jme.widget.WidgetInsets
bottom, left, right, top
 
Constructor Summary
WidgetExpander()
           
WidgetExpander(int top, int left, int bottom, int right)
           
WidgetExpander(WidgetExpander expander)
           
 
Methods inherited from class com.jme.widget.WidgetInsets
getBottom, getLeft, getRight, getTop, set, set, setBottom, setLeft, setRight, setTop, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WidgetExpander

public WidgetExpander()

WidgetExpander

public WidgetExpander(WidgetExpander expander)

WidgetExpander

public WidgetExpander(int top,
                      int left,
                      int bottom,
                      int right)