com.threerings.opengl.gui
Class TabbedPane.Tab

java.lang.Object
  extended by com.threerings.opengl.gui.TabbedPane.Tab
Enclosing class:
TabbedPane

protected static class TabbedPane.Tab
extends Object


Field Summary
 boolean close
           
 Component component
           
 String title
           
 
Constructor Summary
TabbedPane.Tab(String title, boolean close, Component component)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

title

public String title

close

public boolean close

component

public Component component
Constructor Detail

TabbedPane.Tab

public TabbedPane.Tab(String title,
                      boolean close,
                      Component component)