|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.etools.iseries.rse.ui.QSYSViewHelpers
public class QSYSViewHelpers
Static helper methods related to the Remote Systems view, and iSeries stuff.
Nested Class Summary | |
---|---|
static class |
QSYSViewHelpers.RevealAndSelectUIJob
|
static class |
QSYSViewHelpers.RevealAndSelectUIJobSync
|
Field Summary | |
---|---|
static String |
copyright
|
Constructor Summary | |
---|---|
QSYSViewHelpers()
Constructor for ISeriesViewHelpers. |
Method Summary | |
---|---|
static SystemViewPart |
activateSystemView()
|
static ISystemViewElementAdapter |
getAdapter(IAdaptable adaptable)
|
static IRunnableContext |
getRunnableContext()
Returns a progress monitor context. |
static boolean |
selectAndReveal(SystemView rsView,
IBMiConnection conn400,
String absNameOfObjectToReveal)
Static helper method to show a given iSeries native file system object, in the given Remote Systems view instance. |
static boolean |
selectAndReveal(SystemView rsView,
IBMiConnection conn400,
String absNameOfObjectToReveal,
boolean useAppropriateFilter)
|
static boolean |
selectAndReveal(SystemView rsView,
IBMiConnection conn400,
String absNameOfObjectToReveal,
boolean useAppropriateFilter,
IQSYSViewHelperStatusHandler statusHandler)
Static helper method to show a given iSeries native file system object, in the given Remote Systems view instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String copyright
Constructor Detail |
---|
public QSYSViewHelpers()
Method Detail |
---|
public static boolean selectAndReveal(SystemView rsView, IBMiConnection conn400, String absNameOfObjectToReveal)
This flavour takes an absolute object name.
This reveals and selects the given object. The trick is what filter to use. For this, we look for a filter with the default filter name for the object's library. If found, we expand it enough to reveal, and select, the given object. If not found, we create it.
public static boolean selectAndReveal(SystemView rsView, IBMiConnection conn400, String absNameOfObjectToReveal, boolean useAppropriateFilter, IQSYSViewHelperStatusHandler statusHandler)
This flavour takes an absolute object name, and uses a type-specific filter versus just a library filter.
This reveals and selects the given object.For libraries, we use a library filter with the default lib name, for objects, we use an object filter scoped to the object type, incorporating that into the name. For records and fields we also use a file object filter and then expand the appropriate file as needed. For members, we use a member filter for the given parent.
public static boolean selectAndReveal(SystemView rsView, IBMiConnection conn400, String absNameOfObjectToReveal, boolean useAppropriateFilter)
public static IRunnableContext getRunnableContext()
public static ISystemViewElementAdapter getAdapter(IAdaptable adaptable)
public static SystemViewPart activateSystemView()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |