Interface org.aswing.plaf.basic.accordion.AccordionHeader

Description

Accordion Header

Method Index

getComponent(), setSelected(), setTextAndIcon()

Method Detail

setTextAndIcon

public function setTextAndIcon(text:String, icon:Icon):Void

Sets text and icon to the header

setSelected

public function setSelected(b:Boolean):Void

Sets whether it is selected

getComponent

public function getComponent():Component

The component represent the header and can fire the selection event through ON_RELEASE event.