luxor.spi
Interface NComponent

All Known Subinterfaces:
NContainer, NInput
All Known Implementing Classes:
AbstractComponent, AbstractContainer, AbstractInput

public interface NComponent


Method Summary
 int getFlex()
           
 int getHeight()
           
 java.lang.String getId()
           
 javax.swing.JComponent getJComponent()
           
 int getMaxHeight()
           
 int getMaxWidth()
           
 int getMinHeight()
           
 int getMinWidth()
           
 int getWidth()
           
 void resolveReferences(NComponentResolver resolver)
           
 boolean useMinHeight()
           
 boolean useMinWidth()
           
 

Method Detail

getId

public java.lang.String getId()

getJComponent

public javax.swing.JComponent getJComponent()

getFlex

public int getFlex()

getWidth

public int getWidth()

getHeight

public int getHeight()

getMinWidth

public int getMinWidth()

getMinHeight

public int getMinHeight()

getMaxWidth

public int getMaxWidth()

getMaxHeight

public int getMaxHeight()

useMinWidth

public boolean useMinWidth()

useMinHeight

public boolean useMinHeight()

resolveReferences

public void resolveReferences(NComponentResolver resolver)


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