|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.jhu.tmaj.client.tables.Tab
public final class Tab
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 |
---|
public Tab(java.lang.String name, java.awt.Component component)
name
- the name of the sub-tab that will appear in the JTabbedPane indexcomponent
- the component of this sub-tab, for example a JPanel.Method Detail |
---|
public java.awt.Component getComponent()
public java.lang.String getName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |