Constructs a new instance of this class given its parent and a style value describing its behavior and appearance. <p> The style value is either one of the style constants defined in class <code>SWT</code> which is applicable to instances of this class, or must be built by <em>bitwise OR</em>'ing together (that is, using the <code>int</code> "|" operator) two or more of those <code>SWT</code> style constants. The class description lists the style constants that are applicable to the class. Style bits are also inherited from superclasses. </p>
Constructs a new instance of this class given its parent, a style value describing its behavior and appearance, and the index at which to place it in the items maintained by its parent. <p> The style value is either one of the style constants defined in class <code>SWT</code> which is applicable to instances of this class, or must be built by <em>bitwise OR</em>'ing together (that is, using the <code>int</code> "|" operator) two or more of those <code>SWT</code> style constants. The class description lists the style constants that are applicable to the class. Style bits are also inherited from superclasses. </p>
Returns the control that is shown when the item is expanded. If no control has been set, return <code>null</code>.
Returns <code>true</code> if the receiver is expanded, and false otherwise.
Returns the height of the receiver's header
Gets the height of the receiver.
Returns the receiver's parent, which must be a <code>ExpandBar</code>.
Sets the control that is shown when the item is expanded.
Sets the expanded state of the receiver.
Sets the height of the receiver. This is height of the item when it is expanded, excluding the height of the header.
Returns the receiver's image if it has one, or null if it does not.
Returns the receiver's text, which will be an empty string if it has never been set.
Sets the receiver's image to the argument, which may be null indicating that no image should be displayed.
Sets the receiver's text.
Instances of this class represent a selectable user interface object that represents a expandable item in a expand bar. <p> <dl> <dt><b>Styles:</b></dt> <dd>(none)</dd> <dt><b>Events:</b></dt> <dd>(none)</dd> </dl> </p><p> IMPORTANT: This class is <em>not</em> intended to be subclassed. </p>
@see ExpandBar @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>
@since 3.2