Packageorg.aswing.plaf.basic
Classpublic class BasicClosableTabbedPaneUI
InheritanceBasicClosableTabbedPaneUI Inheritance org.aswing.plaf.basic.BasicTabbedPaneUI

Basic imp for JClosableTabbedPane UI.



Public Methods
 MethodDefined by
  
BasicClosableTabbedPaneUI
Protected Methods
 MethodDefined by
  
__onTabPaneClicked(e:Event):void
BasicClosableTabbedPaneUI
  
__onTabPanePressed(e:Event):void
BasicClosableTabbedPaneUI
  
Just override this method if you want other LAF headers.
BasicClosableTabbedPaneUI
  
BasicClosableTabbedPaneUI
  
BasicClosableTabbedPaneUI
  
BasicClosableTabbedPaneUI
  
isButtonEvent(e:Event, index:int):Boolean
BasicClosableTabbedPaneUI
  
setTabProperties(header:Tab, i:int):void
BasicClosableTabbedPaneUI
  
BasicClosableTabbedPaneUI
Constructor detail
BasicClosableTabbedPaneUI()constructor
public function BasicClosableTabbedPaneUI()
Method detail
__onTabPaneClicked()method
protected function __onTabPaneClicked(e:Event):voidParameters
e:Event
__onTabPanePressed()method 
protected override function __onTabPanePressed(e:Event):voidParameters
e:Event
createNewTab()method 
protected override function createNewTab():Tab

Just override this method if you want other LAF headers.

Returns
Tab
getClosableTab()method 
protected function getClosableTab(i:int):ClosableTabParameters
i:int

Returns
ClosableTab
getPropertyPrefix()method 
protected override function getPropertyPrefix():String

Returns
String
installListeners()method 
protected override function installListeners():void
isButtonEvent()method 
protected function isButtonEvent(e:Event, index:int):BooleanParameters
e:Event
 
index:int

Returns
Boolean
setTabProperties()method 
protected override function setTabProperties(header:Tab, i:int):voidParameters
header:Tab
 
i:int
uninstallListeners()method 
protected override function uninstallListeners():void