Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.rse.ui.view.objtable.viewInput
Interface IObjectTableViewInput

All Known Implementing Classes:
OTVInput, OTVInputEmpty, OTVInputInitialText, OTVInputLibraryFilterString, OTVInputMemberFilterString, OTVInputObjectFilterString, OTVInputResource, OTVInputResourceFile, OTVInputString, OTVInputSystemFilterReference, OTVInputSystemFilterStringReference

public interface IObjectTableViewInput


Field Summary
static String copyright
           
 
Method Summary
 void clearElements()
           
 Object[] getElements()
           
 String getFileName()
           
 String getHistoryEntryName()
           
 IBMiConnection getIBMiConnection()
          Note: The input subclasses are also responsible for setting the ObjectTableVCiew.savedView* fields as they are constructed.
 IQSYSResource getInputResource()
          A convenience method to extract the IQSYSResource from certain subclass types.
 String getLibraryName()
          These methods may only apply to some types
 QSYSObjectSubSystem getObjectSubSystem()
           
 String getSaveFilterString()
          Return a string representing a filter string which identifies the view target for save and restore across workbench sessions.
 ISystemFilter getSystemFilter()
          May return null.
 ISystemFilterReference getSystemFilterReference()
           
 String getTitle()
           
 void navigateTableViewUp(ObjectTableView tableView)
          will do nothing for some subclasses
 

Field Detail

copyright

static final String copyright
See Also:
Constant Field Values
Method Detail

getIBMiConnection

IBMiConnection getIBMiConnection()
Note: The input subclasses are also responsible for setting the ObjectTableVCiew.savedView* fields as they are constructed.


getObjectSubSystem

QSYSObjectSubSystem getObjectSubSystem()

getTitle

String getTitle()

getHistoryEntryName

String getHistoryEntryName()

getSaveFilterString

String getSaveFilterString()
Return a string representing a filter string which identifies the view target for save and restore across workbench sessions.


getElements

Object[] getElements()

clearElements

void clearElements()

getLibraryName

String getLibraryName()
These methods may only apply to some types


getFileName

String getFileName()

getSystemFilter

ISystemFilter getSystemFilter()
May return null. Does not apply to all subclasses.


getSystemFilterReference

ISystemFilterReference getSystemFilterReference()

getInputResource

IQSYSResource getInputResource()
A convenience method to extract the IQSYSResource from certain subclass types. For OTVInputResource: Returns IQSYSResource For OTVInputResourceFile: Returns IQSYSResource For others: Returns null


navigateTableViewUp

void navigateTableViewUp(ObjectTableView tableView)
will do nothing for some subclasses


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.