edu.jhu.tmaj.client.tables
Class Tab

java.lang.Object
  extended by edu.jhu.tmaj.client.tables.Tab

public final class Tab
extends java.lang.Object

Represents a sub-tab in a DoubleTabbedPane.


Constructor Summary
Tab(java.lang.String name, java.awt.Component component)
           
 
Method Summary
 java.awt.Component getComponent()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tab

public Tab(java.lang.String name,
           java.awt.Component component)
Parameters:
name - the name of the sub-tab that will appear in the JTabbedPane index
component - the component of this sub-tab, for example a JPanel.
Method Detail

getComponent

public java.awt.Component getComponent()

getName

public java.lang.String getName()