Uses of Class
net.sf.rej.gui.tab.Tab

Packages that use Tab
net.sf.rej.gui Constains classes for the reJ graphical user interface. 
net.sf.rej.gui.preferences Provides GUI preferences related funcionality 
net.sf.rej.gui.tab Contains reJ user interface tab components. 
 

Uses of Tab in net.sf.rej.gui
 

Methods in net.sf.rej.gui that return Tab
 Tab Link.getTab()
           
 

Methods in net.sf.rej.gui with parameters of type Tab
 Tabbable MainWindow.getTab(Tab tab)
           
 boolean MainWindow.isTabVisible(Tab tab)
           
 void MainWindow.setTab(Tab tab)
           
 void Link.setTab(Tab tab)
           
 

Uses of Tab in net.sf.rej.gui.preferences
 

Methods in net.sf.rej.gui.preferences with parameters of type Tab
 boolean Preferences.isTabVisible(Tab tab)
           
 void Preferences.setTabVisibility(Tab tab, boolean visible)
           
 

Uses of Tab in net.sf.rej.gui.tab
 

Methods in net.sf.rej.gui.tab that return Tab
static Tab Tab.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Tab[] Tab.values()
          Returns an array containing the constants of this enum type, in the order they're declared.