Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.rse.ui.view.datatable
Class VirtualFile

java.lang.Object
  extended by com.ibm.etools.iseries.rse.ui.view.datatable.VirtualFile

public class VirtualFile
extends Object


Field Summary
static String copyright
           
 
Constructor Summary
VirtualFile(Shell shell, MemberElement target, boolean asSequential, FileTableSlider slider, ISeriesDataTableView view, int startupRecordCount)
           
 
Method Summary
 void close()
           
protected  void finalize()
           
 Object[] getPage_OnCacheError(int pageSize)
           
 Object[] getPage(int pageSize)
           
 void growCacheLimit_OnPageResze(int newPageLen)
           
 boolean positionViewToRecord_Keyed(Object[] keys)
           
 boolean positionViewToRecord(Object[] keys)
           
 void refresh()
           
 boolean viewBOF()
           
 boolean viewEOF()
           
 boolean viewNextPage()
           
 boolean viewNextRecord()
           
 boolean viewPreviousPage()
           
 boolean viewPreviousRecord()
           
 boolean viewSlide(int dragIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values
Constructor Detail

VirtualFile

public VirtualFile(Shell shell,
                   MemberElement target,
                   boolean asSequential,
                   FileTableSlider slider,
                   ISeriesDataTableView view,
                   int startupRecordCount)
Method Detail

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class Object
Throws:
Throwable

refresh

public void refresh()

growCacheLimit_OnPageResze

public void growCacheLimit_OnPageResze(int newPageLen)

close

public void close()

viewNextRecord

public boolean viewNextRecord()

viewPreviousRecord

public boolean viewPreviousRecord()

viewNextPage

public boolean viewNextPage()

viewPreviousPage

public boolean viewPreviousPage()

viewBOF

public boolean viewBOF()

viewEOF

public boolean viewEOF()

viewSlide

public boolean viewSlide(int dragIndex)

getPage

public Object[] getPage(int pageSize)

getPage_OnCacheError

public Object[] getPage_OnCacheError(int pageSize)

positionViewToRecord

public boolean positionViewToRecord(Object[] keys)
Parameters:
keys -
Returns:
Success. TRUE if a record found.

positionViewToRecord_Keyed

public boolean positionViewToRecord_Keyed(Object[] keys)
Parameters:
keys -
Returns:
Success. TRUE if a record found.

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.