|
Rational Developer for i 7.5.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.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
|
Field Summary | |
---|---|
static String |
copyright
|
Constructor Summary | |
---|---|
QSYSViewHelpers()
Constructor for ISeriesViewHelpers. |
Method Summary | |
---|---|
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 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)
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 IRunnableContext getRunnableContext()
|
Rational Developer for i 7.5.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |