Uses of Class
net.infonode.tabbedpanel.titledtab.TitledTab

Packages that use TitledTab
edu.usp.ime.hipo.screens   
edu.usp.ime.hipo.screens.buttons   
net.infonode.docking Core classes for the docking windows framework. 
net.infonode.tabbedpanel Core classes for creating and using tabbed panels and tabs 
net.infonode.tabbedpanel.hover Contains hover actions that make it easy to change properties for hovered tabbed panels and titled tabs. 
 

Uses of TitledTab in edu.usp.ime.hipo.screens
 

Methods in edu.usp.ime.hipo.screens with parameters of type TitledTab
 void MainWindow.stopThread(TitledTab tab)
          Para uma Thread
 

Uses of TitledTab in edu.usp.ime.hipo.screens.buttons
 

Fields in edu.usp.ime.hipo.screens.buttons declared as TitledTab
private  TitledTab CloseTabButton.tab
           
 

Methods in edu.usp.ime.hipo.screens.buttons that return TitledTab
protected  TitledTab CloseTabButton.getTab()
           
 

Constructors in edu.usp.ime.hipo.screens.buttons with parameters of type TitledTab
CloseEditTabButton(TitledTab tab, TabbedPanel tabPanel, MainWindow mw)
          Cria um novo botão
CloseInfoScreen(TitledTab tab, TabbedPanel tabPanel, javax.swing.JButton button, javax.swing.JMenuItem mi)
          Cria um novo botão
CloseTabButton(TitledTab tab, TabbedPanel tabPanel)
          Cria um novo botão
 

Uses of TitledTab in net.infonode.docking
 

Subclasses of TitledTab in net.infonode.docking
(package private)  class WindowTab
           
 

Uses of TitledTab in net.infonode.tabbedpanel
 

Methods in net.infonode.tabbedpanel that return TitledTab
static TitledTab TabFactory.createTitledTab(java.lang.String text, javax.swing.Icon icon)
          Creates a TitledTab with a text and an icon
static TitledTab TabFactory.createTitledTab(java.lang.String text, javax.swing.Icon icon, javax.swing.Icon highlightedIcon, javax.swing.Icon disabledIcon, javax.swing.JComponent contentComponent, javax.swing.JComponent titleComponent)
          Creates a TitledTab with a text, a different icon for each of the states, a title component and a content component
static TitledTab TabFactory.createTitledTab(java.lang.String text, javax.swing.Icon icon, javax.swing.JComponent contentComponent)
          Creates a TitledTab with a text, an icon and a content component
static TitledTab TabFactory.createTitledTab(java.lang.String text, javax.swing.Icon icon, javax.swing.JComponent contentComponent, javax.swing.JComponent titleComponent)
          Creates a TitledTab with a text, an icon, a title component and a content component
 

Uses of TitledTab in net.infonode.tabbedpanel.hover
 

Methods in net.infonode.tabbedpanel.hover with parameters of type TitledTab
private  void TabbedPanelTitledTabHoverAction.applyTitledTabProperties(TabbedPanel tabbedPanel, TitledTab titledTab)
           
private  void TabbedPanelTitledTabHoverAction.removeTitledTabProperties(TabbedPanel tabbedPanel, TitledTab titledTab)