org.formaria.swt
Class ExpandBar

java.lang.Object
  extended by org.eclipse.swt.widgets.ExpandBar
      extended by org.formaria.swt.ExpandBar

public class ExpandBar
extends org.eclipse.swt.widgets.ExpandBar

Draws an expandbar

Copyright (c) Formaria Ltd., 2008

License: see license.txt $Revision: 2.18 $


Constructor Summary
ExpandBar(java.lang.Object parent)
          Create a new expandbar
 
Method Summary
protected  void checkSubclass()
          Suppress the subclassing exception
 java.lang.String getToolTip()
          Get the tooltip text
 void layout()
          Put the control and the display attributes of all the expanditems
 void setToolTip(java.lang.String text)
          Set the tooltip text
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpandBar

public ExpandBar(java.lang.Object parent)
Create a new expandbar

Parameters:
parent - parent object
Method Detail

checkSubclass

protected void checkSubclass()
Suppress the subclassing exception


setToolTip

public void setToolTip(java.lang.String text)
Set the tooltip text

Parameters:
text - the new text

getToolTip

public java.lang.String getToolTip()
Get the tooltip text

Returns:
the existing text if any

layout

public void layout()
Put the control and the display attributes of all the expanditems