luxor.swing
Class SpacerPeer

java.lang.Object
  |
  +--luxor.swing.AbstractComponent
        |
        +--luxor.swing.SpacerPeer
All Implemented Interfaces:
NComponent

public class SpacerPeer
extends AbstractComponent


Constructor Summary
SpacerPeer(SpacerDef def)
           
 
Method Summary
 javax.swing.JComponent getJComponent()
           
 void resolveReferences(NComponentResolver resolver)
           
 boolean useMinHeight()
           
 boolean useMinWidth()
           
 
Methods inherited from class luxor.swing.AbstractComponent
getFlex, getHeight, getId, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpacerPeer

public SpacerPeer(SpacerDef def)
Method Detail

getJComponent

public javax.swing.JComponent getJComponent()
Specified by:
getJComponent in interface NComponent
Specified by:
getJComponent in class AbstractComponent

resolveReferences

public void resolveReferences(NComponentResolver resolver)

useMinHeight

public boolean useMinHeight()
Specified by:
useMinHeight in interface NComponent
Specified by:
useMinHeight in class AbstractComponent

useMinWidth

public boolean useMinWidth()
Specified by:
useMinWidth in interface NComponent
Specified by:
useMinWidth in class AbstractComponent


Copyright © 2001, 2002 Gerald Bauer. All Rights Reserved. Hosted by SourceForge Logo