Uses of Class
vooga.arcade.components.TabbedPanel

Packages that use TabbedPanel
vooga.arcade   
vooga.arcade.components   
 

Uses of TabbedPanel in vooga.arcade
 

Fields in vooga.arcade declared as TabbedPanel
protected  TabbedPanel ArcadeFrame.myBottomPane
           
protected  TabbedPanel ArcadeFrame.myCenterPane
           
protected  TabbedPanel ArcadeFrame.myLeftPane
           
protected  TabbedPanel ArcadeFrame.myRightPane
           
 

Uses of TabbedPanel in vooga.arcade.components
 

Constructors in vooga.arcade.components with parameters of type TabbedPanel
ButtonTabComponent(TabbedPanel pane, java.lang.String tabName)