Uses of Interface
net.sf.rej.gui.tab.Tabbable

Packages that use Tabbable
net.sf.rej.gui Constains classes for the reJ graphical user interface. 
net.sf.rej.gui.tab Contains reJ user interface tab components. 
 

Uses of Tabbable in net.sf.rej.gui
 

Methods in net.sf.rej.gui that return Tabbable
 Tabbable MainWindow.getDebugTab()
           
 Tabbable MainWindow.getSelectedTab()
           
 Tabbable MainWindow.getTab(Tab tab)
           
 

Methods in net.sf.rej.gui with parameters of type Tabbable
 void MainWindow.hideTab(Tabbable tab)
           
 boolean MainWindow.isTabVisible(Tabbable tab)
           
 

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

Classes in net.sf.rej.gui.tab that implement Tabbable
 class CompareTab
           
 class ConstantPoolTab
          ConstantPoolTab is a GUI Tab for manipulating the contents of the Constant pool.
 class DebugTab
           
 class EditorTab
          EditorTab is the bytecode editor.
 class FilesTab
          FilesTab is a GUI tab for displaying the contents of a fileset.
 class HexEditorTab
           
 class InjectionTab
          InjectionTab is a graphical element for doing mass injection of code into a project.
 class NoDebugTab
           
 class ObfuscationTab
           
 class SearchTab
          Tab for doing java intelligent searches inside the classes of the project.
 class StructureTab