luxor.swing
Class TabBoxPeer

java.lang.Object
  |
  +--luxor.swing.AbstractComponent
        |
        +--luxor.swing.AbstractContainer
              |
              +--luxor.swing.TabBoxPeer
All Implemented Interfaces:
NComponent, NComponentResolver, NContainer

public class TabBoxPeer
extends AbstractContainer


Field Summary
 
Fields inherited from class luxor.swing.AbstractContainer
_component, _componentIndex, _container, _inputIndex
 
Constructor Summary
TabBoxPeer(TabBoxDef def, JComponentResolver resolver)
           
 
Method Summary
 javax.swing.JComponent getJComponent()
           
 boolean useMinHeight()
           
 boolean useMinWidth()
           
 
Methods inherited from class luxor.swing.AbstractContainer
addComponent, lookupNComponent, lookupNInput, resolveReferences, resolveReferences
 
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
 
Methods inherited from interface luxor.spi.NComponent
getFlex, getHeight, getId, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getWidth
 

Constructor Detail

TabBoxPeer

public TabBoxPeer(TabBoxDef def,
                  JComponentResolver resolver)
Method Detail

getJComponent

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

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