ExpandAdapter

This adapter class provides default implementations for the methods described by the <code>ExpandListener</code> interface. <p> Classes that wish to deal with <code>ExpandEvent</code>s can extend this class and override only the methods which they are interested in. </p>

@see ExpandListener @see ExpandEvent @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>

@since 3.2

Members

Functions

itemCollapsed
void itemCollapsed(ExpandEvent e)

Sent when an item is collapsed. The default behavior is to do nothing.

itemExpanded
void itemExpanded(ExpandEvent e)

Sent when an item is expanded. The default behavior is to do nothing.

Inherited Members

From ExpandListener

itemCollapsed
void itemCollapsed(ExpandEvent e)

Sent when an item is collapsed.

itemExpanded
void itemExpanded(ExpandEvent e)

Sent when an item is expanded.

Meta