net.agmodel.resBean
Class RBTabSet

java.lang.Object
  |
  +--net.agmodel.resBean.RBAbstractText
        |
        +--net.agmodel.resBean.RBTabSet
All Implemented Interfaces:
Comparable

public class RBTabSet
extends RBAbstractText


Field Summary
 
Fields inherited from class net.agmodel.resBean.RBAbstractText
fileSetID, key
 
Constructor Summary
RBTabSet(JTabbedPane pane, int index, String fileSetID, String key)
           
 
Method Summary
 int getIndex()
           
 JTabbedPane getTabPane()
           
 
Methods inherited from class net.agmodel.resBean.RBAbstractText
compareTo, getFileSet, getKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RBTabSet

public RBTabSet(JTabbedPane pane,
                int index,
                String fileSetID,
                String key)
Method Detail

getIndex

public int getIndex()

getTabPane

public JTabbedPane getTabPane()