Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.edit.views
Class ISeriesEditorViewport

java.lang.Object
  extended by Composite
      extended by com.ibm.etools.iseries.edit.views.ISeriesEditorViewport

public class ISeriesEditorViewport
extends Composite


Field Summary
protected  ScrollBar _scrollHorz
           
protected  ScrollBar _scrollVert
           
static String copyright
           
 
Constructor Summary
ISeriesEditorViewport(Composite compositeParent, int iStyle, GridData gridData)
          Constructor
 
Method Summary
 void controlMoved(org.eclipse.swt.events.ControlEvent e)
          controlMoved method comment.
 void controlResized(org.eclipse.swt.events.ControlEvent e)
          controlResized method comment.
 void ensureVisible(Rectangle rectArea)
          Ensures that the left edge of the area is always visible in the client area.
 void updateScrollbars()
          Child composite has changed.
 void widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent e)
           
 void widgetSelected(SelectionEvent sEvent)
          User has moved a scroll bar.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values

_scrollVert

protected ScrollBar _scrollVert

_scrollHorz

protected ScrollBar _scrollHorz
Constructor Detail

ISeriesEditorViewport

public ISeriesEditorViewport(Composite compositeParent,
                             int iStyle,
                             GridData gridData)
Constructor

Method Detail

controlMoved

public void controlMoved(org.eclipse.swt.events.ControlEvent e)
controlMoved method comment.


controlResized

public void controlResized(org.eclipse.swt.events.ControlEvent e)
controlResized method comment.


ensureVisible

public void ensureVisible(Rectangle rectArea)
Ensures that the left edge of the area is always visible in the client area.


updateScrollbars

public void updateScrollbars()
Child composite has changed. Set up the scrollbars.


widgetDefaultSelected

public void widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent e)

widgetSelected

public void widgetSelected(SelectionEvent sEvent)
User has moved a scroll bar. Scroll the child composite.


Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.