org.formaria.swt
Class ScrollPane

java.lang.Object
  extended by ScrolledComposite
      extended by org.formaria.swt.ScrollPane

public class ScrollPane
extends ScrolledComposite

Wraps ScrollPane

Copyright (c) Formaria Ltd., 2008
For license information please see license.txt $Revision: 2.3 $


Constructor Summary
ScrollPane(java.lang.Object parent)
          Creates a new scroll pane
 
Method Summary
protected  void checkSubclass()
          Suppress the subclassing exception
 java.lang.String getToolTip()
          Get the tooltip text
 void layout()
          Lay out the receiver's children
 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

ScrollPane

public ScrollPane(java.lang.Object parent)
Creates a new scroll pane

Parameters:
parent - parent object
Method Detail

checkSubclass

protected void checkSubclass()
Suppress the subclassing exception


layout

public void layout()
Lay out the receiver's children


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