interface org.aswing.plaf.basic.tabbedpane.ClosableTab extends Tab

The closable tab has a close button. @author paling

Instance Fields

Show inherited public instance fieldsHide inherited public instance fields

Inherited from Tab

function getTabComponent():Component
function getTabPlacement():Int
function initTab(owner:Component):Void
function setFont(font:ASFont):Void
function setForeground(color:ASColor):Void
function setHorizontalAlignment(alignment:Int):Void
function setHorizontalTextPosition(textPosition:Int):Void
function setIconTextGap(iconTextGap:Int):Void
function setMargin(m:Insets):Void
function setSelected(b:Bool):Void
function setTabPlacement(tp:Int):Void
function setTextAndIcon(text:String, icon:Icon):Void
function setVerticalAlignment(alignment:Int):Void
function setVerticalTextPosition(textPosition:Int):Void